/*
@File: Strax Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Preloader Area CSS
** - Navbar Area CSS
** - Main Banner Area CSS
** - About Area CSS
** - Partner Area CSS
** - Services Area CSS
** - Video Presentation Area CSS
** - FunFacts Area CSS
** - Features Area CSS
** - Team Area CSS
** - Feedback Area CSS
** - Pricing Area CSS
** - FAQ Area CSS
** - App Download Area CSS
** - Our Loving Clients Area CSS
** - Blog Area CSS
** - Blog Details Area CSS
** - Page Title Area CSS
** - 404 Error Area CSS
** - Pagination Area CSS
** - Sidebar Widget Area CSS
** - Login Area CSS
** - Signup Area CSS
** - Features Area CSS
** - Free Trial Area CSS
** - Contact Area CSS
** - Footer Area CSS
** - Go Top CSS
*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");

body {
  color: #080a3c;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #080a3c;
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  text-decoration: none;
  color: #13c4a1;
}

button,
input {
  outline: 0 !important;
}

img {
  max-width: 100%;
  height: auto;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

.bg-f4f6fc {
  background-color: #f4f6fc;
}

.bg-f8fbfa {
  background-color: #f8fbfa;
}

.bg-f4f5fe {
  background-color: #f4f5fe;
}

.bg-f4e9da {
  background-color: #f4e9da;
}

.bg-f9f9f9 {
  background-color: #f9f9f9;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.overflow-x-hide {
  overflow-x: hidden;
}

.tx-center {
  text-align: center;
}

.mwidth-1000 {
  max-width: 1000px !important;
}

.max-width-1290 {
  max-width: 1290px;
}

.blt-radius-0 {
  border-radius: 0px 30px 30px 30px !important;
}

p {
  color: #4a6f8a;
  margin-bottom: 12px;
  line-height: 1.8;
  font-size: 20px;
}

p:last-child {
  margin-bottom: 0;
}

.border-radius-0 {
  border-radius: 0 !important;
}

/* Section title */
.section-title {
  text-align: center;
  max-width: 575px;
  text-transform: capitalize;
  margin-left: auto;
  margin-bottom: 60px;
  margin-right: auto;
}

.section-title h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.section-title h2 span {
  display: inline-block;
  color: #ff612f;
}

.section-title.text-left {
  text-align: left;
  max-width: 576px;
  margin-left: 0;
  margin-right: 0;
}

.section-title.text-left .sub-title {
  font-weight: 600;
  color: #ff612f;
  display: block;
  margin-bottom: 10px;
}

/* default-btn&optional-btn */
.default-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  background-color: #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 25px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.default-btn i {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #080a3c;
}

.default-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #13c4a1;
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.default-btn:hover,
.default-btn:focus {
  color: #ffffff;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.default-btn:hover span,
.default-btn:focus span {
  width: 225%;
  height: 562.5px;
}

.optional-btn {
  border: none;
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  color: #080a3c;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.optional-btn i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #080a3c;
}

.optional-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #080a3c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.optional-btn span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #ff612f;
  -webkit-transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  transition: width 0.6s ease-in-out, height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
}

.optional-btn:hover,
.optional-btn:focus {
  color: #ffffff;
}

.optional-btn:hover::before,
.optional-btn:focus::before {
  border-color: #ff612f;
}

.optional-btn:hover span,
.optional-btn:focus span {
  width: 225%;
  height: 562.5px;
}

/*================================================
Preloader Area CSS
=================================================*/
.preloader-area {
  position: fixed;
  top: 0;
  background-color: #ff612f;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}

.preloader-area .spinner {
  width: 4em;
  height: 4em;
  -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}

.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
  -webkit-animation: rotateDisc2 12s linear infinite;
  animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
  -webkit-animation: rotateDisc3 12s linear infinite;
  animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: sphereSpin 6s linear infinite;
  animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}

@-webkit-keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@-webkit-keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

/*================================================
Navbar Area CSS
=================================================*/
.strax-responsive-nav {
  display: none;
}

.navbar-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: auto;
  z-index: 1040;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  background-color: #ffffff !important;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn {
  color: #080a3c;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn i {
  color: #080a3c;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn::before {
  border-color: #080a3c;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:hover,
.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:hover i,
.navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.navbar-style-two {
  position: relative;
  background-color: #ffffff;
}

.navbar-area.navbar-style-two.is-sticky {
  position: fixed;
}

.navbar-area.navbar-style-two .strax-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options {
  margin-left: 25px;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn {
  color: #080a3c;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn i {
  color: #ff612f;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn::before {
  border-color: #080a3c;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:hover,
.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:focus {
  color: #ffffff;
}

.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:hover i,
.navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:focus i {
  color: #ffffff;
}

.navbar-area.p-relative {
  position: relative;
}

.navbar-area.p-relative .strax-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area.p-relative .strax-nav .navbar .others-options {
  margin-left: 30px;
}

.navbar-area.p-relative.is-sticky {
  position: fixed;
}

.strax-nav {
  background-color: transparent;
}

.strax-nav .navbar {
  background-color: transparent;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.strax-nav .navbar .navbar-brand {
  padding: 0;
  font-weight: bold;
  font-size: 27px;
}

.strax-nav .navbar ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.strax-nav .navbar .navbar-nav {
  margin-left: 110px;
}

.strax-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
  /* Mega dropdown menu */
}

.strax-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  font-weight: 400;
  color: #4a6f8a;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-left: 11px;
  margin-right: 11px;
}

.strax-nav .navbar .navbar-nav .nav-item a:hover,
.strax-nav .navbar .navbar-nav .nav-item a:focus,
.strax-nav .navbar .navbar-nav .nav-item a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item a i {
  font-size: 16px;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
}

.strax-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:hover a,
.strax-nav .navbar .navbar-nav .nav-item.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
  border-top: 2px solid #13c4a1;
  padding: 0;
  border-radius: 5px;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  color: #4a6f8a;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 14px;
  font-weight: 500;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #13c4a1;
}

.strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu {
  width: 635px;
  padding: 0 10px 5px;
  border-radius: 5px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
  font-size: 17px;
  margin-top: 20px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #13c4a1;
  width: 30px;
  height: 1px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item {
  width: 50%;
  float: left;
  padding: 0 10px;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px dashed #e5e5e5 !important;
}

.strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a:last-child {
  border-bottom: none !important;
}

.strax-nav .navbar .others-options {
  margin-left: auto;
}

.strax-nav .navbar .others-options .default-btn {
  color: #ffffff;
  background-color: #13c4a1;
}

.strax-nav .navbar .others-options .default-btn i {
  color: #ffffff;
}

.strax-nav .navbar .others-options .default-btn span {
  background-color: #080a3c;
}

.strax-nav .navbar .others-options .optional-btn {
  margin-left: 10px;
  color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn i {
  color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn::before {
  border-color: #ffffff;
}

.strax-nav .navbar .others-options .optional-btn span {
  background-color: #080a3c;
}

.strax-nav .navbar .others-options .optional-btn:hover::before,
.strax-nav .navbar .others-options .optional-btn:focus::before {
  border-color: #080a3c;
}

.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: -33px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #080a3c;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #13c4a1;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 10px;
  top: 10px;
  max-width: 245px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding: 15px;
  border-radius: 5px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options {
  margin-left: auto;
}

.others-option-for-responsive .option-inner .others-options .default-btn {
  color: #ffffff;
  background-color: #13c4a1;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 15px;
}

.others-option-for-responsive .option-inner .others-options .default-btn i {
  color: #ffffff;
  left: 15px;
  font-size: 15px;
}

.others-option-for-responsive .option-inner .others-options .default-btn span {
  background-color: #080a3c;
}

.others-option-for-responsive .option-inner .others-options .optional-btn {
  margin-left: 5px;
  color: #ffffff;
  background-color: #080a3c;
  font-size: 12px;
  padding-left: 35px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.others-option-for-responsive .option-inner .others-options .optional-btn i {
  color: #ffffff;
  left: 15px;
  font-size: 15px;
}

.others-option-for-responsive .option-inner .others-options .optional-btn::before {
  border-color: #080a3c;
}

.others-option-for-responsive .option-inner .others-options .optional-btn span {
  background-color: #13c4a1;
}

.others-option-for-responsive .option-inner .others-options .optional-btn:hover::before,
.others-option-for-responsive .option-inner .others-options .optional-btn:focus::before {
  border-color: #13c4a1;
}

@media only screen and (max-width: 991px) {
  .strax-responsive-nav {
    display: block;
  }

  .strax-responsive-nav .strax-responsive-menu {
    position: relative;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav {
    margin-top: 55px;
    /* Mega dropdown menu */
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #13c4a1;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 14px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu {
    padding: 0 15px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3 {
    font-size: 16px;
    margin-top: 0;
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 0;
    padding-bottom: 10px;
    position: relative;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #13c4a1;
    width: 30px;
    height: 1px;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .others-options {
    display: none;
  }

  .strax-responsive-nav .strax-responsive-menu.mean-container .navbar-nav {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 294px;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
  }

  .strax-responsive-nav .mean-container a.meanmenu-reveal {
    color: #080a3c;
  }

  .strax-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #080a3c;
  }

  .strax-responsive-nav .logo {
    position: relative;
    width: 50%;
    z-index: 999;
    font-weight: bold;
    font-size: 25px;
  }

  .navbar-area {
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .strax-nav {
    display: none;
  }

  .others-option-for-responsive {
    display: block;
  }
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner {
  position: relative;
  z-index: 1;
}

.main-banner .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.main-banner .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.main-banner .container-fluid .row .col-lg-5,
.main-banner .container-fluid .row .col-lg-7 {
  padding-left: 0;
  padding-right: 0;
}

.banner-section {
  position: relative;
  z-index: 1;
}

.banner-section .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.banner-section .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.banner-section .container-fluid .row .col-lg-7,
.banner-section .container-fluid .row .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}

.main-banner-content {
  width: 100%;
  height: 100%;
}

.main-banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
  margin-top: 80px;
}

.main-banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}

.main-banner-content .content h1 span {
  display: inline-block;
  color: #ff612f;
}

.main-banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}

.main-banner-content .content .default-btn {
  margin-top: 20px;
  background-color: #080a3c;
}

.main-banner-content .content .default-btn i {
  color: #ff612f;
}

.banner-content {
  padding-top: 215px;
  padding-bottom: 125px;
}

.banner-content .content {
  max-width: 755px;
  padding-right: 150px;
  margin-left: auto;
}

.banner-content .content h1 {
  font-size: 57px;
  font-weight: 600;
}

.banner-content .content h1 span {
  display: inline-block;
  color: #ff612f;
}

.banner-content .content p {
  margin-top: 18px;
  max-width: 540px;
}

.banner-content .content .default-btn {
  margin-top: 15px;
  background-color: #080a3c;
}

.banner-content .content .default-btn i {
  color: #ff612f;
}

.banner-image {
  height: 100vh;
  border-radius: 0 0 0 80px;
  position: relative;
  z-index: 1;
  background-color: #ff612f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-image img {
  display: none;
}

.banner-image.bg-1 {
  background-image: url(/img/banner-img1.jpg);
}

.banner-image.bg-2 {
  background-image: url(/img/banner-img2.jpg);
}

.banner-image.bg-3 {
  background-image: url(/img/banner-img3.jpg);
}

.banner-image.mbanner-bg-one {
  background-image: url(/img/banner-img2.jpg);
}

.banner-image.mbanner-bg-one .animate-banner-image {
  padding: 15px;
  margin-top: 65px;
}

.banner-image.banner-slider-bg1 {
  background-image: url(/img/banner-slider/banner-img1.jpg) !important;
}

.banner-image.banner-slider-bg2 {
  background-image: url(/img/banner-slider/banner-img2.jpg) !important;
}

.banner-image.banner-slider-bg3 {
  background-image: url(/img/banner-slider/banner-img3.jpg) !important;
}

.banner-image.slider-bg1 {
  background-image: url(/img/banner-slider/banner-img1.jpg);
}

.banner-image.slider-bg2 {
  background-image: url(/img/banner-slider/banner-img2.jpg);
}

.banner-image.slider-bg3 {
  background-image: url(/img/banner-slider/banner-img3.jpg);
}

.banner-img {
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 80px;
  position: relative;
  z-index: 1;
  background-color: #ff612f;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img img {
  display: none;
}

.banner-img.bg-1 {
  background-image: url(/img/banner-img1.jpg);
}

.banner-img.bg-2 {
  background-image: url(/img/banner-img2.jpg);
}

.banner-img.bg-3 {
  background-image: url(/img/banner-img3.jpg);
}

.banner-content-slides {
  padding-right: 40px;
}

.banner-content-slides.owl-theme .owl-nav {
  text-align: left;
  margin-top: 50px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-] {
  color: #080a3c;
  font-size: 25px;
  margin: 0 5px;
  background: #f4f6fc;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 45px;
  height: 45px;
  line-height: 52px;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #13c4a1;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-prev {
  border-radius: 0 0 0 10px;
  margin-left: 0;
}

.banner-content-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-right: 0;
  border-radius: 0 10px 0 0;
}

.shape19 {
  position: absolute;
  right: 35%;
  bottom: -25px;
  z-index: -1;
}

.shape19 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.shape20 {
  position: absolute;
  right: 55%;
  bottom: 5%;
  z-index: -1;
}

.shape20 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.shape21 {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.shape21 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape22 {
  position: absolute;
  left: 5%;
  top: 15%;
  z-index: -1;
}

.shape22 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape23 {
  position: absolute;
  left: 10%;
  bottom: 10%;
  z-index: -1;
}

.shape23 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape24 {
  position: absolute;
  left: 25%;
  top: 40%;
  z-index: -1;
}

.shape24 img {
  -webkit-animation: animationFramesOne 20s infinite linear;
  animation: animationFramesOne 20s infinite linear;
}

.shape25 {
  position: absolute;
  left: 40%;
  bottom: 10%;
  z-index: -1;
}

.shape25 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape26 {
  position: absolute;
  left: 30%;
  top: 15%;
  z-index: -1;
}

.shape26 img {
  -webkit-animation: moveLeftBounce 3s linear infinite;
  animation: moveLeftBounce 3s linear infinite;
}

.chat-wrapper {
  position: absolute;
  left: -20%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 510px;
  height: auto;
}

.chat-wrapper .chat-container {
  height: 400px;
  overflow: hidden;
}

.chat-wrapper .chat ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.chat-wrapper .chat ul li:last-child {
  margin-bottom: 0 !important;
}

.chat-wrapper .spinme-right {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinme-left {
  display: inline-block;
  padding: 15px 20px;
  font-size: 14px;
  color: #f4f6fc;
  border-radius: 30px;
  line-height: 1.25em;
  font-weight: 100;
  opacity: 0.5;
}

.chat-wrapper .spinner {
  margin: 0;
  width: 30px;
  text-align: center;
}

.chat-wrapper .spinner>div {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  background: #080a3c;
}

.chat-wrapper .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.chat-wrapper .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.message-left {
  text-align: left;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 50px;
}

.message-left img {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-left .message-time {
  color: #8097b1;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-left .message-text {
  max-width: 80%;
  display: inline-block;
  background: #f4f6fc;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #2e384d;
  border-radius: 15px 15px 15px 0;
  line-height: 1.8;
  font-weight: 400;
  font-size: 13px;
}

.message-left .message-text::before {
  content: '';
  position: absolute;
  left: 3.4px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #f4f6fc;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message-right {
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 15px;
  padding-right: 50px;
}

.message-right .message-time {
  color: #e4e8f0;
  position: absolute;
  right: 13px;
  bottom: 8px;
  font-size: 11px;
  font-weight: 400;
}

.message-right img {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
}

.message-right .message-text {
  line-height: 1.8;
  display: inline-block;
  background: #2e5bff;
  padding: 15px 30px 30px 15px;
  position: relative;
  color: #ffffff;
  border-radius: 15px 15px 0 15px;
  text-align: left;
  max-width: 80%;
  font-weight: 400;
  font-size: 13px;
}

.message-right .message-text::before {
  content: '';
  position: absolute;
  right: 2px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #2e5bff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.message-right .spinner>div {
  background: #ffffff;
}

[hhidden] {
  display: none;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@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);
  }
}

.main-banner-two .banner-image-slider .banner-image img {
  display: none;
}

.main-banner-two .banner-image-slider .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

.main-banner-two .banner-image-slider .owl-dots .owl-dot.active span,
.main-banner-two .banner-image-slider .owl-dots .owl-dot:hover span {
  background-color: #13c4a1;
}

.banner-img.banner-video {
  height: 100vh;
  position: relative;
  background-image: url(/img/banner-video-bg.jpg) !important;
}

.banner-img.banner-video .video-box .video-btn {
  background-color: #13c4a1;
}

.banner-img.banner-video .video-box .video-btn::after,
.banner-img.banner-video .video-box .video-btn::before {
  border: 1px solid #13c4a1;
}

.banner-img.banner-video .video-box .video-btn:hover,
.banner-img.banner-video .video-box .video-btn:focus {
  background-color: #ff612f;
}

.banner-img.banner-video .video-box .video-btn:hover::after,
.banner-img.banner-video .video-box .video-btn:hover::before,
.banner-img.banner-video .video-box .video-btn:focus::after,
.banner-img.banner-video .video-box .video-btn:focus::before {
  border-color: #ff612f;
}

/* 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%;
  }
}

/*================================================
About Area CSS
=================================================*/
.about-content .sub-title {
  display: block;
  color: #ff612f;
  margin-bottom: 7px;
}

.about-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 500;
}

.about-image {
  text-align: center;
}

.about-area .section-title.text-left {
  margin-bottom: 0;
}

.about-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.about-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.about-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.about-inner-area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.about-inner-image {
  height: 100%;
  background-image: url(/img/marketing-agency/about-image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-inner-image img {
  display: none;
}

.about-inner-content {
  background-color: #f4e9da;
  padding: 100px;
  margin-top: -60px;
  margin-bottom: -60px;
}

.about-inner-content .content {
  max-width: 455px;
}

.about-inner-content .content h2 {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 36px;
  font-weight: 600;
}

.about-inner-content .content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 30px;
}

.about-inner-content .content .features-list li {
  margin-bottom: 15px;
  color: #4a6f8a;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.about-inner-content .content .features-list li i {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: #ffffff;
  color: #13c4a1;
  margin-right: 5px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 3px;
}

.about-inner-content .content .features-list li:last-child {
  margin-bottom: 0;
}

.about-inner-content .content .features-list li:hover i {
  background-color: #13c4a1;
  color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area .container {
  max-width: 1290px;
}

.partner-area .row {
  margin-left: 0;
  margin-right: 0;
}

.partner-area .row .col-lg-3,
.partner-area .row .col-lg-9 {
  padding-left: 0;
  padding-right: 0;
}

.partner-title h3 {
  color: #8791b0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-partner-item {
  text-align: left;
}

.single-partner-item a {
  display: inline-block;
}

.single-partner-item a img {
  width: auto !important;
  display: inline-block !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-partner-item a:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.partner-area-two.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.single-partner-box {
  margin-bottom: 30px;
  text-align: center;
}

/*================================================
Services Area CSS
=================================================*/
.services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.services-area.bg-right-color::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #13c4a1;
  -webkit-transform: skewY(-66deg);
  transform: skewY(-66deg);
}

.services-area.bg-left-color::before {
  position: absolute;
  left: 0;
  content: '';
  top: 0;
  width: 35%;
  height: 215%;
  z-index: -1;
  background-color: #13c4a1;
  -webkit-transform: skewY(66deg);
  transform: skewY(66deg);
}

.services-area.bg-right-shape::before {
  position: absolute;
  right: 0;
  content: '';
  top: 0;
  width: 45%;
  height: 215%;
  z-index: -1;
  background-color: #fbfbfb;
  -webkit-transform: skewY(-66deg);
  transform: skewY(-66deg);
}

.services-area.bg-left-shape::before {
  width: 45%;
}

.services-content {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-content .content {
  max-width: 615px;
  padding-left: 30px;
}

.services-content .content .icon {
  margin-bottom: 20px;
}

.services-content .content h2 {
  font-size: 40px;
  font-weight: 500;
}

.services-content .content h2 span {
  display: inline-block;
  color: #ff612f;
}

.services-content .content p {
  max-width: 435px;
  margin-top: 18px;
}

.services-content .content .default-btn {
  margin-top: 15px;
  background-color: #080a3c;
}

.services-content .content .default-btn i {
  color: #ff612f;
}

.services-content .content.left-content {
  padding-right: 30px;
  padding-left: 0;
  margin-left: auto;
}

.services-image {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.services-image .image {
  text-align: center;
}

.it-service-content .content p {
  margin-bottom: 30px;
  max-width: 540px;
}

.feature-box {
  color: #4a6f8a;
  background-color: #ffffff;
  border: 1px solid #f2effc;
  -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);
  border-radius: 30px;
  font-size: 15px;
  padding: 12px 22px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feature-box:hover {
  background-color: #13c4a1;
  color: #ffffff;
  padding-left: 25px;
}

.feature-box:hover i {
  color: #ffffff;
}

.feature-box i {
  margin-right: 3px;
  color: #13c4a1;
}

/*================================================
Video Presentation Area CSS
=================================================*/
.video-presentation-area {
  position: relative;
  z-index: 1;
}

.video-box {
  position: relative;
  text-align: center;
  max-width: 750px;
  border-radius: 5px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.video-box .main-image {
  border-radius: 5px;
}

.video-box .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #ff612f;
  border-radius: 5px;
  color: #ffffff;
  font-size: 60px;
  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: 5px;
  border: 1px solid #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.video-box .video-btn i {
  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: #13c4a1;
  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: #13c4a1;
}

.shape-map1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 90%;
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%);
  z-index: -1;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.shape1 {
  position: absolute;
  left: -30px;
  top: -23px;
  z-index: -1;
}

.shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape2 {
  position: absolute;
  right: -30px;
  top: -30px;
  z-index: -1;
}

.shape2 img {
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
}

.shape3 {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

.shape3 img {
  -webkit-animation: moveScale 3s linear infinite;
  animation: moveScale 3s linear infinite;
}

.shape4 {
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
}

.shape5 {
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: -2;
}

.shape6 {
  position: absolute;
  left: -26px;
  top: -22px;
  z-index: -1;
}

.shape6 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}

.shape7 {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 10%;
  z-index: -1;
}

.shape7 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape8 {
  position: absolute;
  left: 12%;
  top: 60%;
  z-index: -1;
  -webkit-transform: translateY(-60%);
  transform: translateY(-60%);
}

.shape8 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.shape9 {
  position: absolute;
  right: 10%;
  top: 40%;
  z-index: -1;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
}

.shape9 img {
  -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 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(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes moveLeftBounce {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-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);
  }
}

@keyframes rotateMe {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes moveScale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*================================================
FunFacts Area CSS
=================================================*/
.funfacts-inner {
  max-width: 1000px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
}

.single-funfacts {
  margin-bottom: 30px;
  text-align: center;
}

.single-funfacts h3 {
  color: #ff612f;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.single-funfacts h3 .sign-icon {
  font-size: 28px;
}

.single-funfacts p {
  line-height: initial;
  margin-bottom: 0;
}

.funfact-style-two {
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  padding: 25px 0;
  border-radius: 5px;
}

.funfact-style-two i {
  font-size: 30px;
  color: #13c4a1;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 15px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.contact-cta-box {
  max-width: 750px;
  border-radius: 5px;
  border: 1px solid #ebebeb;
  padding: 30px 230px 30px 50px;
  position: relative;
  margin-left: auto;
  margin-top: 40px;
  margin-right: auto;
}

.contact-cta-box h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-cta-box p {
  line-height: initial;
  margin-top: 6px;
  margin-bottom: 0;
}

.contact-cta-box .default-btn {
  background-color: #13c4a1;
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.contact-cta-box .default-btn i {
  color: #ffffff;
}

.contact-cta-box .default-btn span {
  background-color: #ff612f;
}

.contact-cta-box .default-btn:hover i,
.contact-cta-box .default-btn:focus i {
  color: #ffffff;
}

/*================================================
Features Area CSS
=================================================*/
.features-area {
  overflow: hidden;
}

.single-features-box {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 45px;
  margin-left: 25px;
  margin-right: 25px;
}

.single-features-box .icon {
  background-color: #13c4a1;
  color: #ffffff;
  position: relative;
  z-index: 1;
  width: 85px;
  height: 85px;
  font-size: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 45px;
  margin-left: auto;
  margin-right: auto;
}

.single-features-box .icon::before {
  width: 100%;
  height: 100%;
  right: -15px;
  bottom: -15px;
  border: 5px solid #13c4a1;
  content: '';
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.single-features-box:hover .icon {
  -webkit-animation: bounce 2s;
  animation: bounce 2s;
  bottom: 25px;
}

.single-features-box:hover .icon::before {
  right: 0;
  bottom: 0;
}

.features-box {
  overflow: hidden;
  border: 1px solid #f4f5fe;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.features-box .icon {
  width: 85px;
  height: 85px;
  background-color: #bce9e5;
  color: #13c4a1;
  text-align: center;
  font-size: 45px;
  position: relative;
  border-radius: 10px;
  margin-bottom: 22px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box .icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.features-box h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.features-box p {
  margin-bottom: 0;
}

.features-box .back-icon {
  position: absolute;
  right: 10px;
  top: -52px;
  z-index: -1;
  color: #13c4a1;
  opacity: .06;
  font-size: 190px;
  line-height: 190px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box:hover {
  background-color: #ffffff;
  border-radius: 0;
  border-color: #ffffff;
  -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);
}

.features-box:hover .icon {
  background-color: #13c4a1;
  color: #ffffff;
}

.features-box:hover .back-icon {
  opacity: 0;
  visibility: hidden;
}

.features-box .read-more {
  margin-top: 5px;
  color: #13c4a1;
  display: inline-block;
}

.features-box .read-more i {
  color: #13c4a1;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box .read-more:hover {
  letter-spacing: 1.1px;
}

.col-lg-4:nth-child(1) .single-features-box .icon {
  background-color: #ff612f;
}

.col-lg-4:nth-child(1) .single-features-box .icon::before {
  border-color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .icon {
  background-color: #ffd7cb;
  color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box .back-icon {
  color: #ff612f;
}

.col-lg-4:nth-child(1) .features-box:hover .icon {
  background-color: #ff612f;
  color: #ffffff;
}

.col-lg-4:nth-child(3) .single-features-box .icon {
  background-color: #080a3c;
}

.col-lg-4:nth-child(3) .single-features-box .icon::before {
  border-color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .icon {
  background-color: #b2b3c3;
  color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box .back-icon {
  color: #080a3c;
}

.col-lg-4:nth-child(3) .features-box:hover .icon {
  background-color: #080a3c;
  color: #ffffff;
}

.col-lg-4:nth-child(4) .single-features-box .icon {
  background-color: #fc4c86;
}

.col-lg-4:nth-child(4) .single-features-box .icon::before {
  border-color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .icon {
  background-color: #fed2e1;
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box .back-icon {
  color: #fc4c86;
}

.col-lg-4:nth-child(4) .features-box:hover .icon {
  background-color: #fc4c86;
  color: #ffffff;
}

.col-lg-4:nth-child(5) .single-features-box .icon {
  background-color: #ffb300;
}

.col-lg-4:nth-child(5) .single-features-box .icon::before {
  border-color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .icon {
  background-color: #ffecbf;
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box .back-icon {
  color: #ffb300;
}

.col-lg-4:nth-child(5) .features-box:hover .icon {
  background-color: #ffb300;
  color: #ffffff;
}

.col-lg-4:nth-child(6) .single-features-box .icon {
  background-color: #286efa;
}

.col-lg-4:nth-child(6) .single-features-box .icon::before {
  border-color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .icon {
  background-color: #bcd2fd;
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box .back-icon {
  color: #286efa;
}

.col-lg-4:nth-child(6) .features-box:hover .icon {
  background-color: #286efa;
  color: #ffffff;
}

.col-lg-4:nth-child(7) .single-features-box .icon {
  background-color: #9c27b0;
}

.col-lg-4:nth-child(7) .single-features-box .icon::before {
  border-color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .icon {
  background-color: #e6c0ed;
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box .back-icon {
  color: #9c27b0;
}

.col-lg-4:nth-child(7) .features-box:hover .icon {
  background-color: #9c27b0;
  color: #ffffff;
}

.col-lg-4:nth-child(8) .single-features-box .icon {
  background-color: #3f51b5;
}

.col-lg-4:nth-child(8) .single-features-box .icon::before {
  border-color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .icon {
  background-color: #c3c8e9;
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box .back-icon {
  color: #3f51b5;
}

.col-lg-4:nth-child(8) .features-box:hover .icon {
  background-color: #3f51b5;
  color: #ffffff;
}

.col-lg-4:nth-child(9) .single-features-box .icon {
  background-color: #e91e63;
}

.col-lg-4:nth-child(9) .single-features-box .icon::before {
  border-color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .icon {
  background-color: #ffc0d6;
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box .back-icon {
  color: #e91e63;
}

.col-lg-4:nth-child(9) .features-box:hover .icon {
  background-color: #e91e63;
  color: #ffffff;
}

.single-features-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.03);
  border-radius: 35px;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 30px;
}

.single-features-card:hover {
  -webkit-box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.single-features-card i {
  font-size: 30px;
  color: #13c4a1;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  position: relative;
  margin-bottom: 20px;
  background: #F6F4FD;
  border-radius: 100%;
  text-align: center;
}

.single-features-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.single-features-card h3 a {
  color: #080a3c;
}

.single-features-card h3 a:hover {
  color: #13c4a1;
}

.single-features-card p {
  margin: 0;
}

.features-box-one {
  margin-bottom: 30px;
  background: #ffffff;
  padding: 30px 40px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.features-box-one:hover {
  -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.08);
  margin-top: -5px;
}

.features-box-one i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 50px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 25px;
}

.features-box-one h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
}

.features-box-one p {
  margin: 0;
}

.features-box-one .read-more {
  margin-top: 5px;
  color: #13c4a1;
  display: inline-block;
}

.features-box-one .read-more i {
  color: #13c4a1;
  width: 0;
  height: 0;
  line-height: 1;
  font-size: 21px;
  margin: 0;
  top: 4px;
  position: relative;
}

.features-box-one .read-more:hover {
  letter-spacing: 1.1px;
}

.bg-13c4a1 {
  background-color: #13c4a1;
}

.bg-6610f2 {
  background-color: #6610f2;
}

.bg-ffb700 {
  background-color: #ffb700;
}

.bg-fc3549 {
  background-color: #fc3549;
}

.bg-00d280 {
  background-color: #00d280;
}

.bg-ff612f {
  background-color: #ff612f;
}

.bg-9c27b0 {
  background-color: #9c27b0;
}

.bg-3f51b5 {
  background-color: #3f51b5;
}

.bg-e91e63 {
  background-color: #e91e63;
}

/*================================================
Team Area CSS
=================================================*/
.single-team-box {
  margin-bottom: 30px;
  text-align: center;
}

.single-team-box .image {
  border: 4px solid #bce9e5;
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image img {
  border-radius: 10px;
}

.single-team-box .image .social {
  padding-left: 0;
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.single-team-box .image .social li {
  display: inline-block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
  margin-left: 1px;
  margin-right: 1px;
}

.single-team-box .image .social li a {
  display: block;
  width: 33px;
  height: 33px;
  background-color: #f4f5fe;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #080a3c;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team-box .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #13c4a1;
}

.single-team-box .image .social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.single-team-box .image .social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.single-team-box .image .social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.single-team-box .image .social li:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.single-team-box .content {
  margin-top: 20px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.single-team-box .content span {
  display: block;
  color: #13c4a1;
  font-size: 14px;
  margin-top: 6px;
}

.single-team-box:hover .image {
  border-color: #13c4a1;
  background-color: #f4f5fe;
}

.single-team-box:hover .image .social li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.col-lg-3:nth-child(1) .single-team-box .image,
.col-lg-3:nth-child(7) .single-team-box .image {
  border-color: #ffdacf;
}

.col-lg-3:nth-child(1) .single-team-box .image .social li a:hover,
.col-lg-3:nth-child(7) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box .content span,
.col-lg-3:nth-child(7) .single-team-box .content span {
  color: #ff612f;
}

.col-lg-3:nth-child(1) .single-team-box:hover .image,
.col-lg-3:nth-child(7) .single-team-box:hover .image {
  border-color: #ff612f;
}

.col-lg-3:nth-child(3) .single-team-box .image,
.col-lg-3:nth-child(5) .single-team-box .image {
  border-color: #b2b3c3;
}

.col-lg-3:nth-child(3) .single-team-box .image .social li a:hover,
.col-lg-3:nth-child(5) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #080a3c;
}

.col-lg-3:nth-child(3) .single-team-box .content span,
.col-lg-3:nth-child(5) .single-team-box .content span {
  color: #080a3c;
}

.col-lg-3:nth-child(3) .single-team-box:hover .image,
.col-lg-3:nth-child(5) .single-team-box:hover .image {
  border-color: #080a3c;
}

.col-lg-3:nth-child(4) .single-team-box .image,
.col-lg-3:nth-child(6) .single-team-box .image {
  border-color: #fed2e1;
}

.col-lg-3:nth-child(4) .single-team-box .image .social li a:hover,
.col-lg-3:nth-child(6) .single-team-box .image .social li a:hover {
  color: #ffffff;
  background-color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box .content span,
.col-lg-3:nth-child(6) .single-team-box .content span {
  color: #fc4c86;
}

.col-lg-3:nth-child(4) .single-team-box:hover .image,
.col-lg-3:nth-child(6) .single-team-box:hover .image {
  border-color: #fc4c86;
}

.team-area-two .section-title {
  margin-bottom: -60px;
}

.single-team-member {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.single-team-member .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 20px 15px;
  position: relative;
}

.single-team-member .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
}

.single-team-member .content span {
  margin-top: 6px;
  display: block;
  color: #4a6f8a;
}

.single-team-member .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: -16px;
  font-size: 18px;
  display: inline-block;
}

.single-team-member .image {
  position: relative;
}

.single-team-member .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-member .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.single-team-member .image .social-link li:last-child {
  margin-bottom: 0;
}

.single-team-member .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #080a3c;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-member .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.single-team-member .image .social-link li a:hover {
  background-color: #13c4a1;
  color: #ffffff;
}

.single-team-member .image .social-link li:nth-child(2) a,
.single-team-member .image .social-link li:nth-child(4) a,
.single-team-member .image .social-link li:nth-child(6) a,
.single-team-member .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.single-team-member:hover .content i {
  background-color: #080a3c;
  color: #ffffff;
}

.single-team-member:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.col-lg-3:nth-child(1) .single-team-member {
  margin-top: 150px;
}

.col-lg-3:nth-child(2) .single-team-member {
  margin-top: 100px;
}

.col-lg-3:nth-child(3) .single-team-member {
  margin-top: 50px;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-area {
  overflow: hidden;
}

.single-feedback-item {
  position: relative;
  margin-top: 95px;
  margin-bottom: 30px;
}

.single-feedback-item img {
  z-index: 2;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block !important;
  width: auto !important;
}

.single-feedback-item .feedback-desc {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-left: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 30px 55px 30px 160px;
}

.single-feedback-item .feedback-desc p {
  margin-bottom: 0;
}

.single-feedback-item .feedback-desc .rating {
  margin-top: 13px;
  margin-bottom: 15px;
}

.single-feedback-item .feedback-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #ff612f;
}

.single-feedback-item .feedback-desc .client-info h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.single-feedback-item .feedback-desc .client-info span {
  display: block;
  color: #13c4a1;
  font-size: 14px;
  margin-top: 6px;
}

.single-feedback-item .feedback-desc::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

.feedback-slides.owl-theme .owl-stage-outer {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item {
  margin-bottom: 40px;
}

.feedback-slides.owl-theme .owl-item .single-feedback-item .feedback-desc {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.feedback-slides.owl-theme .owl-item.active .single-feedback-item .feedback-desc {
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
}

.feedback-slides.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #13c4a1;
  position: relative;
}

.feedback-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ff612f;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.feedback-slides.owl-theme .owl-dots .owl-dot.active span::before,
.feedback-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.testimonials-area {
  background-color: #13c4a1;
}

.testimonials-area .section-title h2 {
  color: #ffffff;
}

.single-testimonials-item {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 30px;
  background-color: #ffffff;
}

.single-testimonials-item .client-info {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  flex: 0 0 30%;
  max-width: 30%;
  text-align: center;
}

.single-testimonials-item .client-info img {
  border: 2px solid #f4f5fe;
  padding: 5px;
  border-radius: 5px;
  width: auto !important;
  display: inline-block !important;
}

.single-testimonials-item .client-info h3 {
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
}

.single-testimonials-item .client-info span {
  display: block;
  color: #13c4a1;
  font-size: 14px;
  margin-top: 5px;
}

.single-testimonials-item .testimonials-desc {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  flex: 0 0 70%;
  padding-left: 15px;
  max-width: 70%;
}

.single-testimonials-item .testimonials-desc p {
  margin-bottom: 0;
}

.single-testimonials-item .testimonials-desc .rating {
  margin-top: 13px;
}

.single-testimonials-item .testimonials-desc .rating i {
  font-size: 17px;
  display: inline-block;
  margin-right: -1px;
  color: #ff612f;
}

.single-testimonials-item::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #f5f5f5;
  line-height: 95px;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

.testimonials-slides.owl-theme .owl-nav.disabled+.owl-dots {
  line-height: initial;
  margin-bottom: 30px;
  margin-top: 10px;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 0 3px;
  background: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #ffffff;
  position: relative;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  margin: 2px;
  background-color: #ffffff;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.testimonials-slides.owl-theme .owl-dots .owl-dot.active span::before,
.testimonials-slides.owl-theme .owl-dots .owl-dot:hover span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feedback-area .section-title.text-left {
  margin-bottom: 0;
}

.single-testimonials-box {
  position: relative;
  z-index: 1;
}

.single-testimonials-box p {
  font-size: 15px;
  color: #080a3c;
}

.single-testimonials-box .client-info {
  margin-top: 25px;
}

.single-testimonials-box .client-info img {
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%;
}

.single-testimonials-box .client-info .title {
  margin-left: 15px;
}

.single-testimonials-box .client-info .title h3 {
  margin-bottom: 0;
  color: #ff612f;
  font-size: 18px;
  font-weight: 600;
}

.single-testimonials-box .client-info .title span {
  display: block;
  margin-top: 5px;
}

.single-testimonials-box::before {
  content: "\ee81";
  font-family: "boxicons" !important;
  position: absolute;
  right: 200px;
  bottom: -12px;
  color: #fff1ed;
  line-height: 1;
  font-size: 90px;
  z-index: -1;
}

.testimonials-slides-two.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 0;
  text-align: left;
}

.testimonials-slides-two.owl-theme .owl-dots {
  margin-top: 30px !important;
  margin-left: 2px;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0;
  background: transparent;
  border: 1px solid #fe9b81;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  position: relative;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #ff612f;
  border-radius: 50%;
  margin: 2px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span,
.testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span {
  border-color: #ff612f;
}

.testimonials-slides-two.owl-theme .owl-dots .owl-dot:hover span::before,
.testimonials-slides-two.owl-theme .owl-dots .owl-dot.active span::before {
  opacity: 1;
  visibility: visible;
}

/*================================================
Pricing Area CSS
=================================================*/
.single-pricing-table {
  margin-bottom: 30px;
  text-align: center;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-pricing-table .pricing-header {
  padding-top: 25px;
  padding-bottom: 20px;
}

.single-pricing-table .pricing-header h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.single-pricing-table .price {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 8px;
  padding-bottom: 5px;
  border-top: 2px dashed #f4f5fe;
  border-bottom: 2px dashed #f4f5fe;
  font-weight: 600;
  font-size: 40px;
}

.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 {
  padding-left: 0;
  text-align: left;
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 20px;
}

.single-pricing-table .pricing-features li {
  margin-bottom: 10px;
  position: relative;
  color: #444683;
  padding-left: 30px;
}

.single-pricing-table .pricing-features li:last-child {
  margin-bottom: 0;
}

.single-pricing-table .pricing-features li i {
  color: #13c4a1;
  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 {
  margin-top: 30px;
}

.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);
}

.single-pricing-table.left-align {
  text-align: left;
}

.single-pricing-table.left-align .pricing-header,
.single-pricing-table.left-align .price {
  padding-left: 40px;
  padding-right: 40px;
}

.single-pricing-table.left-align .pricing-features {
  margin-left: 40px;
  margin-right: 40px;
}

.single-pricing-table.left-align .btn-box {
  padding-left: 40px;
}

.single-pricing-table.center-align {
  text-align: center;
}

.single-pricing-table.center-align .pricing-features li {
  padding-left: 0;
  padding-right: 21px;
}

.single-pricing-table.center-align .pricing-features li i {
  left: auto;
  right: 0;
}

.pricing-list-tab .tabs {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 40px;
}

.pricing-list-tab .tabs li {
  display: inline-block;
}

.pricing-list-tab .tabs li a {
  display: 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;
}

.pricing-list-tab .tabs li a i {
  color: #ff612f;
  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 a {
  color: #ffffff;
  background-color: #080a3c;
}

.pricing-list-tab .tabs li:nth-child(1) a {
  border-radius: 30px 0 0 30px;
}

.pricing-list-tab .tabs li:nth-child(2) a {
  border-radius: 0 30px 30px 0;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn {
  background-color: #080a3c;
}

.col-lg-4:nth-child(1) .single-pricing-table .btn-box .default-btn i {
  color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn {
  background-color: #13c4a1;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn i {
  color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn span {
  background-color: #ff612f;
}

.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:hover i,
.col-lg-4:nth-child(3) .single-pricing-table .btn-box .default-btn:focus i {
  color: #080a3c;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-accordion {
  margin-left: auto;
  max-width: 745px;
}

.faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
}

.faq-accordion h2 span {
  display: inline-block;
  color: #ff612f;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  display: block;
  background: #f5f5ff;
  margin-bottom: 10px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 12px 40px 10px 20px;
  color: #080a3c;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #080a3c;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #ff612f;
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  border-top: 1px solid #ff612f;
  color: #4a6f8a;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-image {
  text-align: center;
}

.bg-color-f4f5fe {
  background-color: #f4f5fe;
}

.bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background: #ffffff;
}

/*================================================
App Download Area CSS
=================================================*/
.app-download-area {
  background-color: #f4f5fe;
  background-image: url(/img/white-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.app-download-image {
  text-align: center;
}

.app-download-content .sub-title {
  display: inline-block;
  background-color: #13c4a1;
  color: #ffffff;
  padding: 5px 25px;
  border-radius: 35px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.app-download-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.app-download-content .btn-box {
  margin-top: 30px;
}

.app-download-content .btn-box .play-store-btn {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .play-store-btn span {
  display: block;
  color: #080a3c;
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .play-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-download-content .btn-box .play-store-btn:hover,
.app-download-content .btn-box .play-store-btn:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.app-download-content .btn-box .apple-store-btn {
  margin-right: 8px;
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  padding: 12px 25px 12px 74px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  color: #666786;
  font-size: 13px;
  font-weight: 400;
}

.app-download-content .btn-box .apple-store-btn span {
  display: block;
  color: #080a3c;
  font-size: 20px;
  font-weight: 600;
}

.app-download-content .btn-box .apple-store-btn img {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-download-content .btn-box .apple-store-btn:hover,
.app-download-content .btn-box .apple-store-btn:focus {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
Our Loving Clients Area CSS
=================================================*/
.clients-logo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  margin-top: -10px;
}

.single-clients-logo {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-clients-logo a {
  text-align: center;
  display: block;
  background-color: #ffffff;
  padding: 30px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-clients-logo a: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);
}

.single-clients-logo a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-clients-logo:nth-child(6) {
  margin-left: 10%;
}

.bg-color-f8fbfa .single-clients-logo a {
  background-color: #f8fbfa;
}

.bg-color-f8fbfa .single-clients-logo a:hover {
  background-color: #ffffff;
}

/*================================================
Blog Area CSS
=================================================*/
.single-blog-post {
  border-radius: 2px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image {
  overflow: hidden;
  position: relative;
}

.single-blog-post .post-image a {
  display: block;
}

.single-blog-post .post-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-blog-post .post-image .date {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  border-radius: 0 5px 0 0;
  padding: 10px 25px 0;
  z-index: 1;
  color: #080a3c;
  font-size: 15px;
  font-weight: 300;
}

.single-blog-post .post-image .date i {
  color: #ff612f;
  margin-right: 1px;
  font-size: 16px;
  position: relative;
  top: 1px;
}

.single-blog-post .post-content {
  padding: 25px;
}

.single-blog-post .post-content h3 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 500;
}

.single-blog-post .post-content h3 a {
  display: inline-block;
}

.single-blog-post .post-content .post-info {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  align-items: center !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.single-blog-post .post-content .post-info .post-by {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  position: relative;
  max-width: 50%;
  padding-left: 52px;
}

.single-blog-post .post-content .post-info .post-by img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #dde4ff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-blog-post .post-content .post-info .post-by h6 {
  margin-bottom: 0;
  color: #8891b5;
  font-size: 15px;
  font-weight: 500;
}

.single-blog-post .post-content .post-info .details-btn {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  text-align: right;
  max-width: 50%;
}

.single-blog-post .post-content .post-info .details-btn a {
  display: inline-block;
  width: 43px;
  height: 43px;
  position: relative;
  border-radius: 50%;
  background-color: #ebefff;
  color: #080a3c;
  text-align: center;
  font-size: 25px;
}

.single-blog-post .post-content .post-info .details-btn a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-blog-post .post-content .post-info .details-btn a:hover {
  color: #ffffff;
  background-color: #080a3c;
}

.single-blog-post:hover .post-image a img {
  -webkit-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg);
}

.blog-notes {
  margin-top: 10px;
  text-align: center;
}

.blog-notes p {
  line-height: initial;
}

.blog-notes p a {
  display: inline-block;
  color: #ff612f;
}

.blog-notes p a:hover {
  color: #13c4a1;
}

.single-blog-post-item {
  margin-bottom: 30px;
  position: relative;
  background-color: #fffaf3;
}

.single-blog-post-item .post-image {
  border-radius: 5px 5px 0 0;
}

.single-blog-post-item .post-image a {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.single-blog-post-item .post-image a img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.single-blog-post-item .post-content {
  padding: 20px;
}

.single-blog-post-item .post-content .category {
  display: inline-block;
  margin-bottom: 10px;
  color: #4a6f8a;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.single-blog-post-item .post-content .category:hover {
  color: #ff612f;
}

.single-blog-post-item .post-content h3 {
  margin-bottom: 12px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: 600;
}

.single-blog-post-item .post-content h3 a {
  display: inline-block;
}

.single-blog-post-item .post-content .post-content-footer {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 18px;
}

.single-blog-post-item .post-content .post-content-footer li {
  color: #4a6f8a;
  font-size: 15px;
  position: relative;
  padding-left: 28px;
  padding-right: 7px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author img {
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.single-blog-post-item .post-content .post-content-footer li .post-author span {
  color: #ff612f;
}

.single-blog-post-item .post-content .post-content-footer li i {
  color: #13c4a1;
  position: absolute;
  left: 7px;
  top: 3px;
}

.single-blog-post-item .post-content .post-content-footer li:first-child {
  padding-left: 7px;
}

.single-blog-post-item:hover .post-image a img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.blog-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 0;
  top: -105px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff612f;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #fcf8f4;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.blog-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.blog-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff612f;
  color: #ffffff;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta {
  margin-bottom: -8px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  position: relative;
  display: inline-block;
  color: #080a3c;
  margin-right: 20px;
}

.blog-details-desc .article-content .entry-meta ul li a {
  display: inline-block;
  color: #4a6f8a;
}

.blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #13c4a1;
}

.blog-details-desc .article-content .entry-meta ul li i {
  color: #ff612f;
  margin-right: 2px;
  position: relative;
  top: 1px;
}

.blog-details-desc .article-content .entry-meta ul li::before {
  content: '';
  position: absolute;
  top: 12px;
  right: -15px;
  width: 6px;
  height: 1px;
  background: #13c4a1;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-details-desc .article-content .entry-meta ul li:last-child::before {
  display: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  -ms-flex: 0 0 33.3333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 28px;
  color: #4a6f8a;
}

.blog-details-desc .article-content .features-list li i {
  color: #13c4a1;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  color: #ffffff;
  background-color: #ff612f;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 3px;
  font-size: 14px;
}

.blog-details-desc .article-footer .article-tags a:hover {
  color: #ffffff;
  background-color: #13c4a1;
}

.comments-area {
  margin-top: 25px;
}

.comments-area .comments-title {
  margin-bottom: 30px;
  line-height: initial;
  font-size: 22px;
  font-weight: 500;
}

.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: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px solid #eeeeee;
  padding-left: 65px;
  color: #080a3c;
  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 #ded9d9;
  color: #080a3c;
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #13c4a1;
  border-color: #13c4a1;
}

.comments-area .comment-author {
  font-size: 16px;
  margin-bottom: 0.2em;
  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: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #4a6f8a;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  color: #4a6f8a;
}

.comments-area .comment-metadata a:hover {
  color: #13c4a1;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  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;
  font-weight: 500;
  color: #080a3c;
  margin-bottom: 5px;
}

.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: 0.5s;
  transition: 0.5s;
}

.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: #13c4a1;
}

.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: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #4a6f8a;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #13c4a1;
  border: none;
  color: #ffffff;
  padding: 11px 25px;
  display: inline-block;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
}

.comments-area .comment-respond .form-submit input:hover,
.comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background-color: #ff612f;
}

.strax-post-navigation {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #13c4a1;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #13c4a1;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #080a3c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

.next-link-wrapper {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: #13c4a1;
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #13c4a1;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
  font-weight: 500;
}

.next-link-wrapper .next-link-info-wrapper {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #080a3c;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #4a6f8a;
  text-transform: capitalize;
  margin-top: 5px;
  font-weight: 400;
  font-size: 14px;
}

blockquote,
.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p,
.blockquote p {
  color: #080a3c;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px !important;
}

blockquote cite,
.blockquote cite {
  display: none;
}

blockquote::before,
.blockquote::before {
  color: #efefef;
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
}

blockquote::after,
.blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #13c4a1;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*================================================
Page Title Area CSS
=================================================*/
.page-title-area {
  background-color: #ff612f;
  position: relative;
  z-index: 1;
  padding-top: 130px;
  padding-bottom: 120px;
}

.page-title-area::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .6;
  height: 100%;
  z-index: -1;
  -webkit-animation: animatedBackground 15s linear infinite;
  animation: animatedBackground 15s linear infinite;
  background-image: url(/img/bg_lines.svg);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
}

.page-title-content {
  text-align: center;
}

.page-title-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
}

.page-title-content p {
  color: #ffffff;
  margin-top: 15px;
  margin-bottom: 0;
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: center center;
  }

  100% {
    background-position: 300px center;
  }
}

@keyframes animatedBackground {
  0% {
    background-position: center center;
  }

  100% {
    background-position: 300px center;
  }
}

/*================================================
404 Error Area CSS
=================================================*/
.error-area {
  height: 100vh;
}

.error-content {
  text-align: center;
  margin: 0 auto;
  max-width: 700px;
}

.error-content h3 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 15px;
}

.error-content p {
  max-width: 520px;
  margin: 0 auto 25px;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
  margin-top: 35px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  margin: 0 3px;
  display: inline-block;
  background-color: #ffffff;
  line-height: 48px;
  color: #080a3c;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  font-size: 18px;
  font-weight: 500;
}

.pagination-area .page-numbers.current,
.pagination-area .page-numbers:hover,
.pagination-area .page-numbers:focus {
  background: #13c4a1;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
}

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #13c4a1;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #13c4a1;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: #ff612f;
  color: #ffffff;
}

.widget-area .widget_strax_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_strax_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_strax_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_strax_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_strax_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_strax_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(/img/blog-image/7.jpg);
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(/img/blog-image/8.jpg);
}

.widget-area .widget_strax_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(/img/blog-image/9.jpg);
}

.widget-area .widget_strax_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_strax_posts_thumb .item .info time {
  display: block;
  color: #4a6f8a;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_strax_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_strax_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #080a3c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #13c4a1;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #4a6f8a;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #13c4a1;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #080a3c;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_archive ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #080a3c;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #080a3c;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_meta ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #080a3c;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #13c4a1;
  border-color: #13c4a1;
}

/*================================================
Login Area CSS
=================================================*/
.login-image {
  height: 100%;
  width: 100%;
  background-image: url(/img/login-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.login-image img {
  display: none;
}

.login-content {
  height: 100vh;
}

.login-content .login-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.login-content .login-form .logo {
  margin-bottom: 35px;
}

.login-content .login-form .logo a {
  display: inline-block;
}

.login-content .login-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.login-content .login-form p {
  margin-top: 7px;
  margin-bottom: 0;
}

.login-content .login-form p a {
  display: inline-block;
}

.login-content .login-form form {
  margin-top: 35px;
}

.login-content .login-form form .form-group {
  margin-bottom: 15px;
}

.login-content .login-form form .form-control {
  background-color: #ffffff;
  color: #080a3c;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}

.login-content .login-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.login-content .login-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}

.login-content .login-form form .default-btn {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}

.login-content .login-form form .forgot-password {
  text-align: right;
  margin-top: 15px;
}

.login-content .login-form form .forgot-password a {
  display: inline-block;
  color: #13c4a1;
  text-decoration: underline;
}

.login-content .login-form form .forgot-password a:hover {
  color: #ff612f;
}

.login-content .login-form form .connect-with-social {
  margin-top: 15px;
}

.login-content .login-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #13c4a1;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #13c4a1;
  font-weight: 500;
}

.login-content .login-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.login-content .login-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.login-content .login-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.login-content .login-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}

.login-content .login-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}

.login-content .login-form form .connect-with-social button:hover {
  background-color: #13c4a1;
  color: #ffffff;
  border-color: #13c4a1;
}

/*================================================
Signup Area CSS
=================================================*/
.signup-image {
  height: 100%;
  width: 100%;
  background-image: url(/img/signup-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.signup-image img {
  display: none;
}

.signup-content {
  height: 100vh;
}

.signup-content .signup-form {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.signup-content .signup-form .logo {
  margin-bottom: 40px;
}

.signup-content .signup-form .logo a {
  display: inline-block;
}

.signup-content .signup-form h3 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.signup-content .signup-form p {
  margin-top: 7px;
  margin-bottom: 0;
}

.signup-content .signup-form p a {
  display: inline-block;
}

.signup-content .signup-form form {
  margin-top: 35px;
}

.signup-content .signup-form form .form-group {
  margin-bottom: 15px;
}

.signup-content .signup-form form .form-control {
  background-color: #ffffff;
  color: #080a3c;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
  height: 55px;
  font-size: 14px;
}

.signup-content .signup-form form .form-control::-webkit-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control:-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control::-ms-input-placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control::placeholder {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.signup-content .signup-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.signup-content .signup-form form .form-control:focus::placeholder {
  color: transparent;
}

.signup-content .signup-form form .default-btn {
  display: block;
  width: 100%;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.2);
  padding-left: 25px;
}

.signup-content .signup-form form .connect-with-social {
  margin-top: 20px;
}

.signup-content .signup-form form .connect-with-social span {
  display: block;
  text-transform: uppercase;
  color: #4a6f8a;
  margin-bottom: 20px;
}

.signup-content .signup-form form .connect-with-social button {
  display: block;
  width: 100%;
  position: relative;
  border: 1px solid #13c4a1;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 11px 30px;
  border-radius: 2px;
  color: #13c4a1;
  font-weight: 500;
}

.signup-content .signup-form form .connect-with-social button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  font-size: 20px;
}

.signup-content .signup-form form .connect-with-social button.facebook {
  border-color: #3b5998;
  color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.facebook:hover {
  background-color: #3b5998;
  color: #ffffff;
  border-color: #3b5998;
}

.signup-content .signup-form form .connect-with-social button.google {
  margin-top: 10px;
  border-color: #EA4335;
  color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button.google:hover {
  background-color: #EA4335;
  color: #ffffff;
  border-color: #EA4335;
}

.signup-content .signup-form form .connect-with-social button:hover {
  background-color: #13c4a1;
  color: #ffffff;
  border-color: #13c4a1;
}

/*================================================
Features Area CSS
=================================================*/
.subscribe-area.bg-f4f5fe {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}

.subscribe-area.bg-f4f5fe::before {
  width: 100%;
  height: 50%;
  background-color: #f4f5fe;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  position: absolute;
}

.subscribe-content {
  position: relative;
  z-index: 1;
  border-radius: 30px;
  text-align: center;
  padding: 70px;
  background-color: #ff612f;
}

.subscribe-content h2 {
  color: #ffffff;
  max-width: 610px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  font-weight: 500;
}

.subscribe-content form {
  max-width: 600px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-content form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.subscribe-content form .row .col-lg-8,
.subscribe-content form .row .col-lg-4,
.subscribe-content form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.subscribe-content form #validator-newsletter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  color: #ffffff;
}

.subscribe-content form .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 5px;
  color: #ffffff;
  background-color: #c32f00;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 500;
}

.subscribe-content form .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.subscribe-content form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-content form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-content form button {
  background-color: #080a3c;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: none;
  border-radius: 5px;
  height: 50px;
  padding: 0 0;
  line-height: 50px;
  display: block;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
}

.subscribe-content form button i {
  margin-right: 2px;
  color: #ff612f;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  top: 4px;
}

.subscribe-content form button:hover,
.subscribe-content form button:focus {
  background-color: #13c4a1;
}

.subscribe-content form button:hover i,
.subscribe-content form button:focus i {
  color: #080a3c;
}

.shape14 {
  position: absolute;
  left: 5%;
  top: 0;
  z-index: -1;
}

.shape14 img {
  -webkit-animation: moveLeftBounce 5s linear infinite;
  animation: moveLeftBounce 5s linear infinite;
}

.shape15 {
  position: absolute;
  right: 2%;
  top: 4%;
  z-index: -1;
}

.shape16 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.shape17 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.shape18 {
  position: absolute;
  z-index: -1;
  right: 20%;
  top: 32%;
}

/*================================================
Free Trial Area CSS
=================================================*/
.free-trial-area {
  position: relative;
  z-index: 1;
}

.free-trial-content {
  text-align: center;
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-content h2 {
  font-size: 40px;
  font-weight: 500;
}

.free-trial-content p {
  margin-top: 20px;
}

.free-trial-content .default-btn {
  margin-top: 20px;
}

.shape10 {
  position: absolute;
  right: 30%;
  bottom: 25%;
  z-index: -1;
}

.shape10 img {
  -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;
}

.shape11 {
  position: absolute;
  left: 25%;
  bottom: 27%;
  z-index: -1;
}

.shape11 img {
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.shape12 {
  position: absolute;
  left: 10%;
  bottom: 50%;
  z-index: -1;
}

.shape12 img {
  -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;
}

.shape13 {
  position: absolute;
  right: 18%;
  bottom: 60%;
  z-index: -1;
}

.shape13 img {
  -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;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-inner {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 35px 5px rgba(137, 173, 255, 0.15);
  padding: 50px 30px;
}

.contact-features-list {
  padding-right: 15px;
  border-right: 1px solid #eeeeee;
}

.contact-features-list h3 {
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 500;
}

.contact-features-list p {
  margin-bottom: 10px;
}

.contact-features-list p:last-child {
  margin-bottom: 0;
}

.contact-features-list ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.contact-features-list ul li {
  color: #4a6f8a;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.contact-features-list ul li i {
  color: #13c4a1;
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-features-list ul li:last-child {
  margin-bottom: 0;
}

.contact-form h3 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 500;
}

.contact-form form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.contact-form form .row .col-lg-6,
.contact-form form .row .col-lg-12 {
  padding-left: 7px;
  padding-right: 7px;
}

.contact-form form .form-group {
  margin-bottom: 15px;
}

.contact-form form .form-control {
  height: 48px;
  padding: 0 15px;
  line-height: initial;
  color: #080a3c;
  background-color: transparent;
  border: 1px solid #cecfdf;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  font-size: 14px;
  font-weight: 400;
}

.contact-form form .form-control:focus {
  border-color: #13c4a1;
}

.contact-form form .form-control::-webkit-input-placeholder {
  color: #999999;
}

.contact-form form .form-control:-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::-ms-input-placeholder {
  color: #999999;
}

.contact-form form .form-control::placeholder {
  color: #999999;
}

.contact-form form textarea.form-control {
  height: auto !important;
  padding-top: 15px;
}

.contact-form form .default-btn {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(255, 97, 47, 0.3) !important;
}

.contact-form form .default-btn:hover,
.contact-form form .default-btn:focus {
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(19, 196, 161, 0.3) !important;
}

.contact-form .with-errors ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.contact-form .with-errors ul li {
  color: red;
}

.contact-form #msgSubmit {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.contact-form #msgSubmit.text-danger {
  margin-top: 5px;
}

.contact-info {
  text-align: center;
  margin-top: 50px;
}

.contact-info .contact-info-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
}

.contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #13c4a1;
}

.contact-info .contact-info-content h2 a:hover {
  color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child) {
  color: #ff612f;
}

.contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #13c4a1;
}

.contact-info .contact-info-content h2 span {
  display: block;
  color: #4a6f8a;
  margin-top: 5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
}

.contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 25px;
}

.contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 2px;
}

.contact-info .contact-info-content .social li a {
  width: 40px;
  display: block;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #aba5a5;
  font-size: 20px;
  position: relative;
}

.contact-info .contact-info-content .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #13c4a1;
  background-color: #13c4a1;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
  background-color: #080a3c;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChange 1s linear 1s infinite;
  animation: imageChange 1s linear 1s infinite;
  background-image: url(/img/footer-shape1.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-area::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-animation: imageChangeTwo 1s linear 1s infinite;
  animation: imageChangeTwo 1s linear 1s infinite;
  background-image: url(/img/footer-shape2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.divider {
  width: 100%;
  position: absolute;
  height: 100px;
  pointer-events: none;
  -webkit-mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml;utf8,%3csvg viewBox='0 0 100 100' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3e%3cpath d='M0,0 C16.6666667,66 33.3333333,98 50,98 C66.6666667,98 83.3333333,66 100,0 L100,100 L0,100 L0,0 Z' fill='%23fff'/%3e%3c/svg%3e");
  -webkit-mask-size: 100% 101%;
  mask-size: 100% 101%;
  background: #080a3c;
  top: -100px;
  left: 0;
  z-index: -1;
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget h3 {
  color: #ffffff;
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 22px;
}

.single-footer-widget .logo {
  margin-bottom: 15px;
}

.single-footer-widget .logo a {
  display: inline-block;
}

.single-footer-widget p {
  color: #acc5db;
}

.single-footer-widget .services-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .services-list li {
  color: #acc5db;
  margin-bottom: 10px;
}

.single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .services-list li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .services-list li a:hover {
  color: #13c4a1;
  padding-left: 5px;
}

.single-footer-widget .support-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .support-list li {
  color: #acc5db;
  margin-bottom: 10px;
}

.single-footer-widget .support-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .support-list li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .support-list li a:hover {
  color: #13c4a1;
  padding-left: 5px;
}

.single-footer-widget .footer-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-contact-info li {
  color: #ffffff;
  margin-bottom: 10px;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li a {
  display: inline-block;
  color: #acc5db;
}

.single-footer-widget .footer-contact-info li a:hover {
  color: #13c4a1;
}

.single-footer-widget .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.single-footer-widget .social li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 33px;
  background-color: #4e6e8a;
  text-align: center;
  font-size: 17px;
  border-radius: 2px;
}

.single-footer-widget .social li a:hover {
  color: #080a3c;
  background-color: #ffffff;
}

.copyright-area {
  border-top: 1px solid #1c2250;
  text-align: center;
  margin-top: 50px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.copyright-area p {
  line-height: initial;
  color: #acc5db;
  letter-spacing: 1px;
}

.copyright-area p a {
  display: inline-block;
  color: #ff612f;
}

.copyright-area p a:hover {
  color: #13c4a1;
}

@-webkit-keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes imageChange {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes imageChangeTwo {
  0% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 15px;
  color: #080a3c;
  background-color: #ffffff;
  z-index: 4;
  width: 45px;
  text-align: center;
  height: 45px;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  font-size: 40px;
  -webkit-transition: .9s;
  transition: .9s;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 15px;
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 70%;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  background-color: #ff612f;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/*================================================
SaaS Home Page CSS
=================================================*/
.black-btn {
  background-color: #080a3c !important;
  margin-left: 10px;
}

.black-btn span {
  background-color: #13c4a1 !important;
}

.black-btn i {
  color: #ffffff;
}

/* Saas banner */
.saas-banner {
  height: 840px;
  background: #13c4a1;
  position: relative;
  z-index: 1;
}

.saas-banner .saas-image {
  z-index: 1;
}

.saas-banner .saas-image.mt-70 {
  margin-top: 70px;
}

.saas-banner .hero-content {
  z-index: 1;
  position: relative;
}

.saas-banner .hero-content h1 {
  color: #ffffff;
  font-size: 52px;
  font-weight: 600;
  margin: 0;
}

.saas-banner .hero-content p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 35px;
}

.saas-banner .hero-content .default-btn {
  background-color: #080a3c;
}

.saas-banner .hero-content .default-btn i {
  color: #ff612f;
}

.saas-banner .hero-content .default-btn:hover i {
  color: #ffffff;
}

.saas-banner .hero-content .default-btn span {
  background-color: #ff612f;
}

.saas-banner .hero-content .video-btn {
  margin-left: 15px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  margin-top: 6px;
  -webkit-transform: .6s;
  transform: .6s;
  font-size: 15px;
  font-weight: 600;
}

.saas-banner .hero-content .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: #ffffff;
  color: #ff612f;
  height: 35px;
  width: 35px;
  display: inline-block;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  padding-left: 3px;
  margin-right: 6px;
}

.saas-banner .hero-content .video-btn:hover i {
  background-color: #080a3c;
  color: #ffffff;
}

.saas-banner .saas-image {
  position: relative;
}

.saas-banner .saas-image img {
  position: absolute;
}

.saas-banner .saas-image img:nth-child(1) {
  top: -200px;
  left: 0;
}

.saas-banner .saas-image img:nth-child(2) {
  left: 55px;
  top: -100px;
}

.saas-banner .saas-image img:nth-child(3) {
  left: 32%;
  z-index: 1;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(4) {
  right: 27%;
  top: 110px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(5) {
  right: 15%;
  top: 80px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(6) {
  right: 36%;
  top: -170px;
}

.saas-banner .saas-image img:nth-child(7) {
  right: 50%;
  top: 96px;
  z-index: 2;
}

.saas-banner .saas-image img:nth-child(8) {
  right: 25%;
  top: 45px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(9) {
  right: 100px;
  top: 5px;
}

.saas-banner .saas-image img:nth-child(10) {
  left: 28%;
  top: -76px;
  z-index: 1;
}

.saas-banner .saas-image img:nth-child(11) {
  right: 40%;
  top: -20px;
}

.saas-banner .saas-image img:nth-child(12) {
  top: -292px;
  left: 45px;
}

.saas-banner .saas-image img:last-child {
  display: none;
}

.saas-banner #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#particles-js {
  width: 100%;
  height: 100%;
}

/* End Saas banner */
/* Shape rotate */
.shape-rotate {
  position: absolute;
  left: 13%;
  top: 23%;
  z-index: -1;
  opacity: .3;
}

.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes 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);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 0 40px rgba(255, 255, 255, 0.2), 0 0 0 60px rgba(255, 255, 255, 0);
  }
}

/* End Shape rotate */
/* Features inner content */
.features-inner-content .features-item {
  position: relative;
  padding-left: 100px;
  margin-bottom: 30px;
  text-align: left;
}

.features-inner-content .features-item:last-child {
  margin-bottom: 0;
}

.features-inner-content .features-item i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .6s;
  transition: .6s;
}

.features-inner-content .features-item:hover i {
  border-radius: 50% !important;
}

.features-inner-content .features-item h3 {
  font-size: 22px;
}

.features-inner-content .features-item p {
  margin: 0;
}

.fun-facts-inner-content h2 {
  font-weight: 600;
}

.fun-facts-inner-content p {
  margin-bottom: 15px !important;
}

.fun-facts-inner-content ul {
  margin: 0;
  padding: 0;
}

.fun-facts-inner-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.fun-facts-inner-content ul li i {
  color: #13c4a1;
  padding-right: 3px;
}

.fun-facts-inner-content .default-btn {
  margin-top: 20px !important;
}

/* End Features inner content */
/* Overview section */
.overview-item {
  margin-bottom: 50px;
  border-bottom: 1px solid #edf0f7;
  padding-bottom: 50px;
}

.overview-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.overview-content .number {
  background-color: #13c4a1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: 600;
}

.overview-content h3 {
  font-size: 25px;
}

.overview-content p {
  margin: 0;
}

.overview-content ul {
  margin: 15px 0 0;
  padding: 0;
}

.overview-content ul li {
  list-style-type: none;
  margin-bottom: 6px;
  color: #4a6f8a;
}

.overview-content ul li:last-child {
  margin-bottom: 0;
}

.overview-content ul li i {
  color: #13c4a1;
  padding-right: 3px;
}

.overview-content .default-btn {
  margin-top: 25px;
}

/* End Overview section */
/* Service details */
.service-details-image {
  margin-bottom: 30px;
}

.service-details-image img {
  width: 100%;
  border-radius: 5px;
}

.service-details-content {
  margin-top: 5px;
}

.service-details-content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h3 {
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h4 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h5 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content h6 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 600;
}

.service-details-content ul,
.service-details-content ol {
  padding-left: 17px;
}

.service-details-content ul li,
.service-details-content ol li {
  line-height: 1.7;
  margin-bottom: 5px;
}

.service-details-content ul li:last-child,
.service-details-content ol li:last-child {
  margin-bottom: 0;
}

.service-details-content .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;
  border-radius: 10px;
}

.service-details-content .service-details-info .single-info-box {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

.service-details-content .service-details-info .single-info-box h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.service-details-content .service-details-info .single-info-box span {
  display: block;
  color: #4a6f8a;
  font-size: 15px;
}

.service-details-content .service-details-info .single-info-box .social {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.service-details-content .service-details-info .single-info-box .social li {
  display: inline-block;
  margin-right: 5px;
}

.service-details-content .service-details-info .single-info-box .social li a {
  background-color: #ffffff;
  color: #4a6f8a;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 30px;
  line-height: 32px;
}

.service-details-content .service-details-info .single-info-box .social li a:hover {
  color: #13c4a1;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.service-details-content .service-details-info .single-info-box .default-btn {
  display: inline-block;
  padding: 12px 30px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #13c4a1;
  border: 1px solid #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
}

.service-details-content .service-details-info .single-info-box .default-btn:hover {
  background-color: #ffffff;
  color: #13c4a1;
}

.service-details-content .service-details-info .single-info-box:last-child {
  text-align: center;
}

/* End Service details */
/*================================================
Digital Agency Banner Area CSS
=================================================*/
.digital-agency-banner {
  padding-top: 235px;
  padding-bottom: 235px;
  background-image: url(/img/marketing-agency/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digital-agency-banner-content {
  max-width: 540px;
}

.digital-agency-banner-content h1 {
  color: #ffffff;
  margin-bottom: 30px;
  line-height: 1.3;
  font-size: 57px;
  font-weight: 700;
}

.digital-agency-banner-content h1 span {
  color: #13c4a1;
}

.digital-agency-banner-content p {
  color: #ffffff;
}

.digital-agency-banner-content .default-btn {
  margin-top: 18px;
}

/*================================================
Featured Area CSS
=================================================*/
.single-featured-box {
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.single-featured-box img {
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box h3 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin-bottom: 0;
  color: #ffffff;
  line-height: 1.5;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  font-size: 24px;
  font-weight: 600;
}

.single-featured-box .read-more-btn {
  position: absolute;
  left: 20px;
  bottom: 25px;
  z-index: 2;
  font-weight: 600;
  color: #ffffff;
  padding-right: 22px;
  display: inline-block;
}

.single-featured-box .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-featured-box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.single-featured-box::before {
  content: '';
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #000000;
  opacity: .55;
}

.single-featured-box:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*================================================
Services Area CSS
=================================================*/
.single-services-box {
  margin-bottom: 30px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.single-services-box .content {
  padding: 30px 0 30px 25px;
}

.single-services-box .content h3 {
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 10px;
  margin-right: -20px;
}

.single-services-box .content .read-more-btn {
  font-weight: 600;
  padding-right: 22px;
  position: relative;
  display: inline-block;
}

.single-services-box .content .read-more-btn i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 21px;
  color: #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-services-box .content .read-more-btn:hover {
  padding-right: 28px;
}

.single-services-box .image {
  height: 100%;
  -webkit-clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(20% 0, 100% 0%, 100% 100%, 0% 100%);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-services-box .image.bg-1 {
  background-image: url(/img/marketing-agency/services-img1.jpg);
}

.single-services-box .image.bg-2 {
  background-image: url(/img/marketing-agency/services-img2.jpg);
}

.single-services-box .image.bg-3 {
  background-image: url(/img/marketing-agency/services-img3.jpg);
}

.single-services-box .image.bg-4 {
  background-image: url(/img/marketing-agency/services-img4.jpg);
}

.single-services-box .image img {
  display: none;
}

.services-btn-box {
  text-align: center;
  margin-top: 10px;
}

.services-btn-box .default-btn {
  background-color: transparent;
  border: 1px solid #ff612f;
  color: #ff612f;
  padding: 11.5px 35px 11px 65px;
}

.services-btn-box .default-btn i {
  left: 35px;
  color: #ff612f;
}

.services-btn-box .default-btn:hover {
  border-color: #13c4a1;
  color: #ffffff;
}

.services-btn-box .default-btn:hover i {
  color: #ffffff;
}

/*================================================
Case Studies Area CSS
=================================================*/
.case-studies-area {
  background-color: #00062f;
  overflow: hidden;
}

.case-studies-area .section-title h2 {
  color: #ffffff;
}

.case-studies-area .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.single-case-studies-item {
  margin-bottom: 30px;
  text-align: center;
  border-radius: 5px;
}

.single-case-studies-item .image {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .image img {
  border-radius: 5px 5px 0 0;
}

.single-case-studies-item .content {
  background-color: #f9f9f9;
  text-align: left;
  padding: 30px 25px 25px;
  border-radius: 0 0 5px 5px;
  position: relative;
}

.single-case-studies-item .content h3 {
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 600;
  font-size: 22px;
}

.single-case-studies-item .content .link-btn {
  width: 40px;
  height: 40px;
  line-height: 48px;
  text-align: center;
  background-color: #ff612f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 3px;
  position: absolute;
  font-size: 30px;
  right: 20px;
  top: -20px;
  display: inline-block;
}

.single-case-studies-item .content .link-btn:hover {
  color: #ffffff;
  background-color: #13c4a1;
}

.case-studies-slides.owl-theme {
  left: calc((100% - 1270px) / 2);
  position: relative;
}

.case-studies-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 26.88%;
  top: -105px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-] {
  color: #ff612f;
  font-size: 35px;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 3px 0 0 0 !important;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  margin-left: 10px;
}

.case-studies-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #ff612f;
  color: #ffffff;
}

/*================================================
Company Preview Area CSS
=================================================*/
.company-preview-area {
  position: relative;
  z-index: 1;
  background-image: url(/img/marketing-agency/company-preview.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 265px;
  padding-bottom: 265px;
}

.company-preview-area::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  background-color: #000000;
  opacity: 0.4;
}

.company-preview-video {
  text-align: center;
}

.company-preview-video .video-btn {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.79);
  border-radius: 50%;
  position: relative;
  color: #ff612f;
  font-size: 100px;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::after,
.company-preview-video .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;
}

.company-preview-video .video-btn i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.company-preview-video .video-btn::before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

.company-preview-video .video-btn::after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

.company-preview-video .video-btn:hover,
.company-preview-video .video-btn:focus {
  background-color: #13c4a1;
  color: #ffffff;
}

.company-preview-video .video-btn:hover::after,
.company-preview-video .video-btn:hover::before,
.company-preview-video .video-btn:focus::after,
.company-preview-video .video-btn:focus::before {
  border-color: #13c4a1;
}

/*================================================
Let's Talk Area CSS
=================================================*/
.lets-talk-content .sub-title {
  font-weight: 600;
  color: #ff612f;
  display: block;
  margin-bottom: 10px;
}

.lets-talk-content h2 {
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
}

.lets-talk-content p {
  max-width: 800px;
}

.lets-talk-btn {
  text-align: right;
}

.dark-version {
  top: 30%;
  right: 30px;
  z-index: 99991;
  position: fixed;
  -webkit-transform: translateY(-30%) rotate(90deg);
  transform: translateY(-30%) rotate(90deg);
}

.dark-version .switch {
  width: 60px;
  height: 34px;
  position: relative;
  display: inline-block;
}

.dark-version .switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.dark-version .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #13c4a1;
}

.dark-version .slider:before {
  top: 0;
  bottom: 0;
  width: 30px;
  left: 2.5px;
  content: "";
  height: 30px;
  margin: auto 0;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
  box-shadow: 0 0px 15px #2020203d;
  background: white url("../img/sun.png");
  background-position: center;
  background-repeat: no-repeat;
}

.dark-version input:checked+.slider {
  background-color: #13c4a1;
}

.dark-version input:checked+.slider:before {
  -webkit-transform: translateX(24px);
  transform: translateX(24px);
  background: white url("../img/night-mode.png");
  background-repeat: no-repeat;
  background-position: center;
}

.dark-version .slider.round {
  border-radius: 50px;
}

.dark-version .slider.round:before {
  border-radius: 50%;
}

.buy-now-btn {
  z-index: 9;
  width: 65px;
  right: 100px;
  height: 65px;
  bottom: 15px;
  position: fixed;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  background-color: #81b441;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.buy-now-btn img {
  left: 0;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.buy-now-btn::before {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background-color: #81b441;
  -webkit-animation: ripple 1.5s ease-out infinite;
  animation: ripple 1.5s ease-out infinite;
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

/* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
.seo-marketing-home-with-full-background {
  /*background-image: url(/img/seo-marketing/full-bg.jpg);*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-title-with-large-box {
  max-width: 750px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-title-with-large-box span {
  font-size: 15px;
  font-weight: 400;
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.section-title-with-large-box h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.4;
}

/*================================================
Top Bar Area CSS
=================================================*/
.top-bar-area {
  background-color: #080a3c;
  padding-top: 15px;
  padding-bottom: 15px;
}

.top-bar-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.top-bar-info {
  padding: 0;
  margin-bottom: 0;
}

.top-bar-info li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: #ffffff;
}

.top-bar-info li span {
  color: #13c4a1;
  font-weight: 500;
}

.top-bar-info li a {
  color: #ffffff;
}

.top-bar-info li a:hover {
  color: #ff612f;
}

.top-bar-info li:last-child {
  margin-right: 0;
}

.top-bar-social {
  padding: 0;
  margin-bottom: 0;
  text-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-bar-social li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}

.top-bar-social li:last-child {
  margin-right: 0;
}

.top-bar-social li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.top-bar-social li a i {
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-bar-social li a i:hover {
  color: #ff612f;
}

.top-bar-social li span {
  color: #13c4a1;
}

/*================================================
Navbar Area CSS
=================================================*/
.navbar-area-with-position-relative {
  position: relative;
}

.navbar-area-with-position-relative .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.navbar-area-with-position-relative .strax-nav .navbar .navbar-nav {
  margin-left: auto;
}

.navbar-area-with-position-relative .strax-nav .navbar .navbar-nav .nav-item a {
  margin-left: 8px;
  margin-right: 8px;
}

.navbar-area-with-position-relative .strax-nav .navbar .others-options {
  margin-left: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*================================================
SEO Marketing Banner Area CSS
=================================================*/
.seo-marketing-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  /* padding-top: 100px; */
  padding-bottom: 100px;
}

.seo-marketing-banner .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.seo-marketing-banner-content span {
  color: #080a3c;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.seo-marketing-banner-content h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 12px;
}

.seo-marketing-banner-content p {
  max-width: 650px;
  margin-bottom: 0;
}

.seo-marketing-banner-content .banner-btn {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.seo-marketing-banner-content .banner-btn li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}

.seo-marketing-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.seo-marketing-banner-content .banner-btn li .default-btn {
  background-color: #13c4a1;
}

.seo-marketing-banner-content .banner-btn li .default-btn span {
  background-color: #ff612f;
}

.seo-marketing-banner-content .banner-btn li .video-btn {
  color: #080a3c;
  position: relative;
  display: inline-block;
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 15px;
  font-weight: 600;
}

.seo-marketing-banner-content .banner-btn li .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: #824CF3;
  color: #ffffff;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.seo-marketing-banner-content .banner-btn li .video-btn:hover i {
  background-color: #080a3c;
  color: #ffffff;
}

.seo-marketing-banner-shape-1 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.seo-marketing-banner-shape-1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.seo-marketing-banner-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 35%;
  -webkit-transform: translateY(-20%) translateX(-35%);
  transform: translateY(-20%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveBounce 5s linear infinite;
  animation: moveBounce 5s linear infinite;
}

.seo-marketing-banner-shape-3 {
  position: absolute;
  top: 5%;
  right: 20%;
  -webkit-transform: translateY(-5%) translateX(-20%);
  transform: translateY(-5%) translateX(-20%);
  z-index: -1;
}

.seo-marketing-banner-shape-3 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Features Area CSS
=================================================*/
.sm-features-card {
  margin-bottom: 30px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-features-card img {
  margin-bottom: 22px;
}

.sm-features-card h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sm-features-card p {
  margin-bottom: 0;
}

.sm-features-card:hover {
  border: 1px solid #13c4a1;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
About Area CSS
=================================================*/
.sm-about-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-about-content {
  padding-left: 30px;
}

.sm-about-content h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sm-about-content p {
  margin-bottom: 0;
}

.sm-about-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.sm-about-content .list li {
  font-size: 18px;
  color: #080a3c;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
}

.sm-about-content .list li:last-child {
  margin-bottom: 0;
}

.sm-about-content .list li i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background-color: #13c4a1;
  text-align: center;
  border-radius: 10px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-about-content .list li:hover i {
  background-color: #ff612f;
}

.sm-about-content .about-btn {
  margin-top: 35px;
}

.sm-about-shape-1 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-about-shape-1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sm-about-shape-2 {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-about-shape-2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
SM Websites Area CSS
=================================================*/
.sm-websites-inner-area {
  padding-left: 70px;
  padding-right: 70px;
  background-color: #080a3c;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-websites-inner-area .websites-dot-shape {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.sm-websites-content {
  padding-right: 30px;
}

.sm-websites-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #ffffff;
}

.sm-websites-content p {
  color: #ffffff;
  margin-bottom: 0;
}

.sm-websites-content form {
  margin-top: 25px;
}

.sm-websites-content form .form-group {
  margin-bottom: 25px;
}

.sm-websites-content form .form-group label {
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.sm-websites-content form .form-group .form-control {
  display: inline-block;
  height: 60px;
  width: 100%;
  border-radius: 8px;
  color: #ffffff;
  outline: 0;
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px;
  border: 1px solid #ffffff;
  font-size: 15px;
}

.sm-websites-content form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-websites-content form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-websites-content form .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-websites-content form .form-group .form-control::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-websites-content form .form-group .form-control:focus {
  border: 1px solid #13c4a1;
}

.sm-websites-content form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.sm-websites-content form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.sm-websites-content form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.sm-websites-content form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.sm-websites-content form .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.sm-websites-content form .default-btn span {
  background-color: #ff612f;
}

/*================================================
SM Services Area CSS
=================================================*/
.sm-services-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-services-card {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  padding: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.sm-services-card.some-left {
  position: relative;
  left: -30px;
}

.sm-services-card.some-right {
  position: relative;
  right: -30px;
}

.sm-services-card .content {
  position: relative;
  padding-left: 100px;
}

.sm-services-card .content .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.sm-services-card .content .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #13c4a1;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 42px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-services-card .content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.sm-services-card .content h3 a {
  color: #080a3c;
}

.sm-services-card .content p {
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-services-card:hover {
  background-color: #13c4a1;
  border: 1px solid #13c4a1;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sm-services-card:hover .content .icon i {
  background-color: #ffffff;
  color: #080a3c;
}

.sm-services-card:hover .content h3 a {
  color: #ffffff;
}

.sm-services-card:hover .content p {
  color: #ffffff;
}

.sm-services-card-image {
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.sm-services-shape {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-services-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
SM Funfacts Area CSS
=================================================*/
.sm-funfacts-inner-box {
  background: -webkit-gradient(linear, right top, left top, from(#93C8E0), to(#87BADB));
  background: linear-gradient(270deg, #93C8E0 0%, #87BADB 100%);
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-funfacts-inner-box.bg-with-linear-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts {
  position: relative;
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  color: #080a3c;
  font-size: 50px;
  text-align: center;
  border-radius: 45px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts h3 {
  font-size: 35px;
  margin-bottom: 8px;
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts h3 .sign-icon {
  font-size: 30px;
  position: relative;
  left: -5px;
  top: -1px;
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts p {
  color: #ffffff;
}

.sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts:hover i {
  background-color: #080a3c;
  color: #ffffff;
}

.sm-funfacts-inner-box .funfacts-shape {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
  opacity: 10%;
}

.sm-single-funfacts {
  position: relative;
  margin-bottom: 30px;
  padding-left: 100px;
}

.sm-single-funfacts img {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 80px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sm-single-funfacts h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 5px;
}

.sm-single-funfacts h3 .sign-icon {
  font-size: 45px;
  position: relative;
  left: -5px;
}

.sm-single-funfacts p {
  font-size: 16.5px;
  color: #080a3c;
  font-weight: 500;
}

.me-funfacts {
  position: relative;
  z-index: 1;
}

.me-funfacts::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #080a3c;
  width: 100%;
  height: 120px;
  z-index: -1;
}

/*================================================
SM Work Area CSS
=================================================*/
.sm-work-content h3 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
}

.sm-work-content .sm-work-inner-card {
  margin-top: 30px;
  position: relative;
  padding-left: 65px;
}

.sm-work-content .sm-work-inner-card .number {
  position: absolute;
  top: 0;
  left: 0;
}

.sm-work-content .sm-work-inner-card .number span {
  background: -webkit-gradient(linear, left top, right top, color-stop(10.98%, #13C4A1), color-stop(87.38%, #824CF3));
  background: linear-gradient(90deg, #13C4A1 10.98%, #824CF3 87.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.1;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}

.sm-work-content .sm-work-inner-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sm-work-content .sm-work-inner-card p {
  margin-bottom: 0;
}

.sm-work-image {
  text-align: center;
}

/*================================================
SM FAQ Area CSS
=================================================*/
.sm-faq-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-faq-area .container {
  border-top: 1px solid #E5E5E5;
}

.sm-faq-accordion {
  padding-left: 30px;
}

.sm-faq-accordion h2 {
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 600;
}

.sm-faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.sm-faq-accordion .accordion .accordion-item {
  display: block;
  background: #f5f5ff;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.sm-faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.sm-faq-accordion .accordion .accordion-title {
  padding: 12px 40px 12px 25px;
  color: #080a3c;
  position: relative;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.sm-faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #080a3c;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-faq-accordion .accordion .accordion-title.active i::before {
  content: "\eb8b";
  color: #13c4a1;
}

.sm-faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 25px;
  font-size: 14px;
  border-top: 1px solid #13c4a1;
  color: #4a6f8a;
}

.sm-faq-accordion .accordion .accordion-content.show {
  display: block;
}

.sm-faq-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-faq-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
SM Partner Area CSS
=================================================*/
.sm-partner-inner-box {
  background: -webkit-gradient(linear, right top, left top, from(#EC98A2), color-stop(99.29%, #FC96BB));
  background: linear-gradient(270deg, #EC98A2 0%, #FC96BB 99.29%);
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
}

.sm-partner-inner-box .section-title-with-large-box span {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.sm-partner-box {
  text-align: center;
  margin-bottom: 30px;
}

.sm-partner-shape {
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}

.sm-partner-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.is-partner {
  background: #FEF9F9;
}

.is-partner .section-title-with-large-box span {
  color: #080a3c;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

.me-partner {
  background-color: #F4F6FC;
}

.me-partner .section-title-with-large-box span {
  color: #080a3c;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 600;
}

/*================================================
SM Overview Area CSS
=================================================*/
.sm-overview-card {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-overview-card .image-icon {
  display: inline-block;
  height: 150px;
  width: 150px;
  line-height: 150px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  margin-bottom: 25px;
}

.sm-overview-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.sm-overview-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
SM Pricing Area CSS
=================================================*/
.sm-pricing-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-pricing-card {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 15px;
  padding: 35px 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-pricing-card .pricing-header {
  margin-bottom: 25px;
}

.sm-pricing-card .pricing-header h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-pricing-card .price {
  font-size: 70px;
  font-weight: 600;
  color: #080a3c;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-pricing-card .price span {
  font-size: 15px;
  font-weight: 400;
  color: #4a6f8a;
  position: relative;
  top: -8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-pricing-card .pricing-features {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.sm-pricing-card .pricing-features li {
  list-style-type: none;
  color: #4a6f8a;
  font-weight: 400;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-size: 16.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}

.sm-pricing-card .pricing-features li i {
  color: #13c4a1;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sm-pricing-card .price-btn {
  margin-top: 25px;
}

.sm-pricing-card .price-btn .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.sm-pricing-card .price-btn .default-btn span {
  background-color: #ff612f;
}

.sm-pricing-card:hover {
  background-color: #080a3c;
  border: 1px solid #080a3c;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sm-pricing-card:hover .pricing-header h3 {
  color: #13c4a1;
}

.sm-pricing-card:hover .price {
  color: #ffffff;
}

.sm-pricing-card:hover .price span {
  color: #ffffff;
}

.sm-pricing-card:hover .pricing-features li {
  color: #ffffff;
}

.sm-pricing-card.with-black-color {
  background-color: #080a3c;
  border: 1px solid #080a3c;
}

.sm-pricing-card.with-black-color .pricing-header h3 {
  color: #ffffff;
}

.sm-pricing-card.with-black-color .price {
  color: #ffffff;
}

.sm-pricing-card.with-black-color .price span {
  color: #ffffff;
}

.sm-pricing-card.with-black-color .pricing-features li {
  color: #ffffff;
}

.sm-pricing-card.with-black-color .pricing-features li i {
  color: #ffffff;
}

.sm-pricing-card.with-black-color:hover {
  background-color: #13c4a1;
  border: 1px solid #13c4a1;
}

.sm-pricing-card.with-black-color:hover .default-btn {
  background-color: #ffffff;
  color: #080a3c;
}

.sm-pricing-shape {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-pricing-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sm-pricing-section-content {
  max-width: 475px;
}

.sm-pricing-section-content span {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.sm-pricing-section-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.sm-pricing-section-content p {
  margin-bottom: 20px;
}

.sm-pricing-section-content .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.sm-pricing-section-content .default-btn span {
  background-color: #ff612f;
}

.me-pricing-shape1 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-pricing-shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-pricing-shape2 {
  position: absolute;
  bottom: 5%;
  right: 2%;
  -webkit-transform: translateY(-5%) translateX(-2%);
  transform: translateY(-5%) translateX(-2%);
  z-index: -1;
}

.me-pricing-shape2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
SM Subscribe Area CSS
=================================================*/
.sm-subscribe-area {
  position: relative;
  z-index: 1;
}

.sm-subscribe-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  width: 100%;
  height: 100px;
  z-index: -1;
}

.sm-subscribe-area.me-subscribe::before {
  background: #F4F6FC;
  height: 190px;
}

.sm-subscribe-inner-box {
  background: -webkit-gradient(linear, right top, left top, from(#7B7CD6), color-stop(99.29%, #A4A7E3));
  background: linear-gradient(270deg, #7B7CD6 0%, #A4A7E3 99.29%);
  border-radius: 15px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-subscribe-inner-box .section-title-with-large-box h2 {
  color: #ffffff;
}

.sm-subscribe-inner-box .newsletter-form {
  position: relative;
  max-width: 590px;
  margin: auto;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter {
  display: inline-block;
  background-color: transparent;
  height: 60px;
  width: 100%;
  border: 1px solid #ffffff;
  outline: 0;
  padding: 10px 25px;
  font-size: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
  border-radius: 5px;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter::placeholder {
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.sm-subscribe-inner-box .newsletter-form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.sm-subscribe-inner-box .newsletter-form button {
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  background-color: #13c4a1;
  color: #ffffff;
  font-size: 30px;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
}

.sm-subscribe-inner-box .newsletter-form button:hover {
  background-color: #ff612f;
}

.sm-subscribe-inner-box .newsletter-form .validation-danger {
  color: #ffffff;
  font-size: 15px;
  margin-top: 10px;
}

.sm-subscribe-inner-box.with-linear-gradient-color {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#F09819));
  background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
}

.sm-subscribe-shape-1 {
  position: absolute;
  top: 15%;
  left: 2%;
  -webkit-transform: translateY(-15%) translateX(-2%);
  transform: translateY(-15%) translateX(-2%);
  z-index: -1;
}

.sm-subscribe-shape-1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.sm-subscribe-shape-2 {
  position: absolute;
  bottom: 15%;
  right: 2%;
  -webkit-transform: translateY(-15%) translateX(-2%);
  transform: translateY(-15%) translateX(-2%);
  z-index: -1;
  -webkit-animation: moveLeftBounce 1s linear infinite;
  animation: moveLeftBounce 1s linear infinite;
}

/*================================================
SM Blog Area CSS
=================================================*/
.sm-blog-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.sm-blog-card {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.sm-blog-card .blog-image {
  border-radius: 8px;
  overflow: hidden;
}

.sm-blog-card .blog-image a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 8px;
}

.sm-blog-card .blog-content {
  margin-top: 25px;
}

.sm-blog-card .blog-content .meta {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-blog-card .blog-content .meta li {
  color: #4a6f8a;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.sm-blog-card .blog-content .meta li img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.sm-blog-card .blog-content .meta li a {
  color: #4a6f8a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}

.sm-blog-card .blog-content .meta li a:hover {
  color: #ff612f;
}

.sm-blog-card .blog-content .meta li:last-child {
  margin-right: 0;
  color: #4a6f8a;
  padding-left: 25px;
  top: 1.5px;
}

.sm-blog-card .blog-content .meta li i {
  color: #13c4a1;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.sm-blog-card .blog-content h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 600;
}

.sm-blog-card .blog-content h3 a {
  color: #080a3c;
}

.sm-blog-card .blog-content h3 a:hover {
  color: #13c4a1;
}

.sm-blog-card:hover .blog-image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.sm-blog-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.sm-blog-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
IT Solution Banner Slides Area CSS
=================================================*/
.is-banner-slides {
  position: relative;
  z-index: 1;
}

.is-banner-slides::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #FEF9F9;
  width: 100%;
  height: 350px;
  z-index: -1;
}

.is-banner-item {
  background-image: url(/img/it-solution/banner/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 10px;
}

.is-banner-content span {
  color: #13c4a1;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.is-banner-content h1 {
  font-size: 90px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #ffffff;
}

.is-banner-content p {
  max-width: 650px;
  margin-bottom: 0;
  color: #ffffff;
}

.is-banner-content .banner-btn {
  margin-top: 25px;
}

.is-banner-content .banner-btn .default-btn {
  background-color: #13c4a1;
}

.is-banner-content .banner-btn .default-btn span {
  background-color: #ff612f;
}

.is-banner-slides.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  right: 50px;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.is-banner-slides.owl-theme .owl-nav [class*=owl-] {
  margin: 10px 0;
  padding: 0;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  color: #080a3c;
  border-radius: 0;
  font-size: 25px;
  position: relative;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-banner-slides.owl-theme .owl-nav [class*=owl-] i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.is-banner-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #13c4a1;
  color: #ffffff;
}

/*================================================
IS Features Area CSS
=================================================*/
.is-features-area {
  background: #FEF9F9;
}

.is-features-card {
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 25px;
  padding: 80px 35px 35px 35px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.is-features-card .number span {
  background: -webkit-gradient(linear, left top, right top, color-stop(10.98%, #13C4A1), color-stop(87.38%, #824CF3));
  background: linear-gradient(90deg, #13C4A1 10.98%, #824CF3 87.38%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  opacity: 0.2;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
}

.is-features-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}

.is-features-card p {
  margin-bottom: 0;
}

.is-features-card .icon {
  position: absolute;
  right: 30px;
  top: 30px;
}

.is-features-card .icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #13c4a1;
  color: #ffffff;
  text-align: center;
  border-radius: 50px;
  font-size: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-features-card .icon i:hover {
  background-color: #ff612f;
}

.is-features-card:hover {
  border: 1px solid #13c4a1;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
IS About Area CSS
=================================================*/
.is-about-area {
  overflow: hidden;
}

.is-about-content {
  padding-right: 30px;
}

.is-about-content span {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.is-about-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
}

.is-about-content .about-btn {
  margin-top: 25px;
}

.is-about-content .about-btn .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.is-about-content .about-btn .default-btn span {
  background-color: #ff612f;
}

.is-about-image {
  position: relative;
  z-index: 1;
}

.is-about-image img {
  border-radius: 15px;
}

.is-about-image .is-about-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.is-about-image .is-about-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
IS Services Area CSS
=================================================*/
.is-services-area {
  background-color: #080a3c;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.is-services-area .section-title-with-large-box h2 {
  color: #ffffff;
}

.is-services-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.is-services-card {
  background: #0C1E34;
  border-radius: 15px;
  padding: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-services-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.is-services-card h3 a {
  color: #ffffff;
}

.is-services-card .is-services-image {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 22px;
}

.is-services-card .is-services-image a img {
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-services-card p {
  color: #ffffff;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-services-card .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.is-services-card .default-btn span {
  background-color: #ff612f;
}

.is-services-card:hover {
  background-color: #ffffff;
}

.is-services-card:hover h3 a {
  color: #080a3c;
}

.is-services-card:hover p {
  color: #4a6f8a;
}

.is-services-card:hover .is-services-image a img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.is-services-slides.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}

.is-services-slides.owl-theme .owl-dots .owl-dot.active span,
.is-services-slides.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #13c4a1;
  width: 30px;
}

.is-services-slides.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 35px;
}

.me-services-shape1 {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-services-shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-services-shape2 {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-services-shape2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-services-shape3 {
  position: absolute;
  bottom: 5%;
  left: 25%;
  -webkit-transform: translateY(-5%) translateX(-25%);
  transform: translateY(-5%) translateX(-25%);
  z-index: -1;
}

.me-services-shape3 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
IS Expertise Area CSS
=================================================*/
.is-expertise-content {
  padding-left: 50px;
}

.is-expertise-content .sub-title {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.is-expertise-content h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.is-expertise-content p {
  margin-bottom: 20px;
}

.is-expertise-content .expertise-funfacts {
  background: #EFE8E4;
  border-radius: 15px;
  padding: 30px;
  margin-top: 10px;
}

.is-expertise-content .expertise-funfacts h2 {
  font-size: 35px;
  color: #080a3c;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 0;
}

.is-expertise-content .expertise-funfacts h2 .sign-icon {
  font-size: 35px;
  position: relative;
  left: -2px;
  top: 1px;
  font-weight: 600;
}

.is-expertise-content .expertise-funfacts h2 .odometer-formatting-mark {
  display: none;
}

.is-expertise-content .expertise-funfacts p {
  font-size: 15.5px;
  color: #4a6f8a;
  font-weight: 500;
  margin-bottom: 0;
}

.is-expertise-content .expertise-funfacts.bg-DEEEFA {
  background-color: #DEEEFA;
}

/*================================================
IS Case Studies Area CSS
=================================================*/
.is-case-studies-area {
  background-color: #EAF0EF;
}

.is-case-studies-area .section-title-with-large-box {
  max-width: 100%;
  text-align: start;
}

.is-case-studies-area .section-title-with-large-box .max-width {
  max-width: 750px;
}

.is-case-studies-area .section-title-with-large-box .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.is-case-studies-area .section-title-with-large-box .default-btn span {
  background-color: #ff612f;
}

.is-case-studies-list-tabs .nav {
  padding: 0;
  margin-bottom: 0;
  display: block;
  border: none;
}

.is-case-studies-list-tabs .nav .nav-item {
  list-style-type: none;
  display: block;
  border: none;
  margin-bottom: 10px;
}

.is-case-studies-list-tabs .nav .nav-item:last-child {
  margin-bottom: 0;
}

.is-case-studies-list-tabs .nav .nav-item .nav-link {
  display: inline-block;
  padding: 20px 25px 20px 80px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #080a3c;
  border: none;
  position: relative;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-case-studies-list-tabs .nav .nav-item .nav-link .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #13c4a1;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  font-size: 35px;
  font-weight: 600;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-case-studies-list-tabs .nav .nav-item .nav-link:hover,
.is-case-studies-list-tabs .nav .nav-item .nav-link.active {
  background-color: #13c4a1;
  color: #ffffff;
}

.is-case-studies-list-tabs .nav .nav-item .nav-link:hover .number,
.is-case-studies-list-tabs .nav .nav-item .nav-link.active .number {
  background-color: #ffffff;
  color: #13c4a1;
}

.is-case-studies-image {
  padding-left: 100px;
  position: relative;
}

.is-case-studies-image img {
  border-radius: 15px;
}

.is-case-studies-image .content {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: -60px;
  max-width: 570px;
}

.is-case-studies-image .content p {
  margin-bottom: 15px;
}

.is-case-studies-image .content a {
  color: #13c4a1;
}

/*================================================
IS Testimonials Area CSS
=================================================*/
.is-testimonials-area {
  background-color: #080a3c;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.is-testimonials-area .section-title-with-large-box h2 {
  color: #ffffff;
}

.is-testimonials-card p {
  background-color: #0C1E34;
  padding: 35px;
  border-radius: 15px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.is-testimonials-card p::before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: -1;
  color: #13c4a1;
  line-height: 95px;
  content: "\ee81";
  font-family: "boxicons" !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 135px;
  opacity: 10%;
}

.is-testimonials-card .client-info {
  margin-top: 30px;
  margin-left: 30px;
}

.is-testimonials-card .client-info img {
  width: auto;
  border-radius: 50px;
  max-width: 70px;
}

.is-testimonials-card .client-info .title {
  margin-left: 15px;
}

.is-testimonials-card .client-info .title h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
}

.is-testimonials-card .client-info .title span {
  color: #13c4a1;
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
}

.me-testimonials-shape1 {
  position: absolute;
  top: 10%;
  left: 5%;
  -webkit-transform: translateY(-10%) translateX(-5%);
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
}

.me-testimonials-shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-testimonials-shape2 {
  position: absolute;
  bottom: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-testimonials-shape2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
IS Team Area CSS
=================================================*/
.is-team-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.is-team-area.me-team {
  background: #F4F6FC;
}

.is-team-content {
  padding-right: 50px;
}

.is-team-content span {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.is-team-content h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.is-team-content p {
  margin-bottom: 0;
}

.is-team-content .team-btn {
  margin-top: 25px;
}

.is-team-content .team-btn .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.is-team-content .team-btn .default-btn span {
  background-color: #ff612f;
}

.is-inner-team-box {
  position: relative;
  z-index: 1;
}

.is-inner-team-box .team-vector-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.is-inner-team-box .team-vector-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.is-inner-team-box .col-lg-6:nth-child(2) {
  margin-bottom: 30px;
}

.is-team-member {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.is-team-member .image {
  position: relative;
}

.is-team-member .image .social-link {
  position: absolute;
  right: 20px;
  bottom: 100px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.is-team-member .image .social-link li {
  display: block;
  margin-bottom: 8px;
}

.is-team-member .image .social-link li:last-child {
  margin-bottom: 0;
}

.is-team-member .image .social-link li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #080a3c;
  background-color: #ffffff;
  font-size: 18px;
  position: relative;
  border-radius: 8px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

.is-team-member .image .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}

.is-team-member .image .social-link li a:hover {
  background-color: #13c4a1;
  color: #ffffff;
}

.is-team-member .image .social-link li:nth-child(2) a,
.is-team-member .image .social-link li:nth-child(4) a,
.is-team-member .image .social-link li:nth-child(6) a,
.is-team-member .image .social-link li:nth-child(8) a {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.is-team-member .image img {
  border-radius: 10px;
}

.is-team-member .content {
  background-color: #ffffff;
  text-align: start;
  padding: 22px 75px 22px 20px;
  position: absolute;
  right: 0;
  bottom: 20px;
  border-radius: 10px 0 0 10px;
}

.is-team-member .content h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.is-team-member .content i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
  border-radius: 50px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  display: inline-block;
}

.is-team-member .content.with-position-relative {
  position: relative;
  border-radius: 10px;
  bottom: 0;
  margin-top: 15px;
}

.is-team-member:hover .image .social-link li a {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}

.is-team-member:hover .content i {
  background-color: #080a3c;
  color: #ffffff;
}

.me-team-shape {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-team-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
IS Analysis Area CSS
=================================================*/
.is-analysis-area {
  background: #FEF9F9;
  overflow: hidden;
}

.is-analysis-image {
  position: relative;
  z-index: 1;
}

.is-analysis-image img {
  border-radius: 10px;
}

.is-analysis-image .analysis-vector-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.is-analysis-image .analysis-vector-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.is-analysis-content {
  padding-left: 45px;
}

.is-analysis-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.3;
}

.is-analysis-content #contactForm {
  margin-top: 30px;
}

.is-analysis-content .form-group {
  margin-bottom: 25px;
}

.is-analysis-content .form-group label {
  font-size: 14.5px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 12px;
}

.is-analysis-content .form-group .form-control {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  height: 55px;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 15px 20px;
  color: #4a6f8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-analysis-content .form-group .form-control::-webkit-input-placeholder {
  color: #4a6f8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-analysis-content .form-group .form-control:-ms-input-placeholder {
  color: #4a6f8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-analysis-content .form-group .form-control::-ms-input-placeholder {
  color: #4a6f8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-analysis-content .form-group .form-control::placeholder {
  color: #4a6f8a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-analysis-content .form-group .form-control:focus {
  border: 1px solid #13c4a1;
}

.is-analysis-content .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.is-analysis-content .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.is-analysis-content .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.is-analysis-content .form-group .form-control:focus::placeholder {
  color: transparent;
}

.is-analysis-content .form-group textarea.form-control {
  min-height: 130px;
}

.is-analysis-content .form-group .form-check-input {
  color: #4a6f8a;
  outline: 0;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 5px;
  margin-right: 5px;
}

.is-analysis-content .form-group .form-check-label {
  margin-bottom: 0;
  color: #4a6f8a;
}

.is-analysis-content .form-group .form-check-label a {
  color: #13c4a1;
}

.is-analysis-content .form-group .form-check-label a:hover {
  color: #ff612f;
}

.is-analysis-content .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.is-analysis-content .default-btn span {
  background-color: #ff612f;
}

.is-analysis-content .text-danger {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 10px;
}

.is-analysis-content .list-unstyled li {
  color: #ff612f;
  font-size: 14px;
}

/*================================================
Marketing Experts Banner Area CSS
=================================================*/
.me-banner-area {
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  border-top: 1px solid #E8EBEB;
}

.me-banner-area .container-fluid {
  padding-left: 35px;
  padding-right: 35px;
}

.me-banner-content span {
  color: #13c4a1;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}

.me-banner-content h1 {
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.3;
}

.me-banner-content p {
  max-width: 650px;
  margin-bottom: 0;
}

.me-banner-content .banner-btn {
  padding: 0;
  margin-top: 28px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.me-banner-content .banner-btn li {
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 30px;
}

.me-banner-content .banner-btn li:last-child {
  margin-right: 0;
}

.me-banner-content .banner-btn li .video-btn {
  color: #080a3c;
  position: relative;
  display: inline-block;
  -webkit-transition: .6s;
  transition: .6s;
  font-size: 15px;
  font-weight: 600;
}

.me-banner-content .banner-btn li .video-btn i {
  font-size: 20px;
  position: relative;
  margin-left: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#8E2DE2), to(#4A00E0));
  background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
  color: #ffffff;
  height: 45px;
  width: 45px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.me-banner-content .banner-btn li .default-btn {
  background-color: #13c4a1;
}

.me-banner-content .banner-btn li .default-btn span {
  background-color: #ff612f;
}

.me-banner-image {
  text-align: center;
  position: relative;
  z-index: 1;
}

.me-banner-image .circle-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

.me-banner-image .circle-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-banner-shape {
  position: absolute;
  top: 5%;
  left: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-banner-shape img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}

.me-lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #E8EBEB;
  overflow: hidden;
  opacity: 0.8;
}

.me-lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, #13c4a1), to(#13c4a1));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #13c4a1 75%, #13c4a1 100%);
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.me-lines .line:nth-child(1) {
  margin-left: -25%;
}

.me-lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.me-lines .line:nth-child(3) {
  margin-left: 25%;
}

.me-lines .line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@-webkit-keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 110%;
  }
}

/*================================================
ME Features Area CSS
=================================================*/
.me-features-card {
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-right: 10px;
}

.me-features-card i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#F09819));
  background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
  color: #ffffff;
  font-size: 45px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 25px;
}

.me-features-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.me-features-card p {
  margin-bottom: 0;
}

.me-features-card.bg-two i {
  background: -webkit-gradient(linear, left top, right top, from(#00C6FF), to(#0072FF));
  background: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
}

.me-features-card.bg-three i {
  background: -webkit-gradient(linear, left top, right top, from(#7F00FF), to(#E100FF));
  background: linear-gradient(90deg, #7F00FF 0%, #E100FF 100%);
}

.me-features-card.bg-four i {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
}

.me-features-card:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*================================================
ME About Area CSS
=================================================*/
.me-about-area {
  position: relative;
  z-index: 1;
}

.me-about-area .container {
  border-top: 1px solid #E8EBEB;
}

.me-about-content {
  padding-left: 30px;
}

.me-about-content span {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.me-about-content h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.3;
}

.me-about-content p {
  margin-bottom: 0;
}

.me-about-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.me-about-content .list li {
  font-size: 18px;
  color: #080a3c;
  font-weight: 500;
  list-style-type: none;
  margin-bottom: 30px;
  position: relative;
  padding-left: 35px;
}

.me-about-content .list li:last-child {
  margin-bottom: 0;
}

.me-about-content .list li i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#8E2DE2), to(#4A00E0));
  background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.me-about-content .list li.color-two i {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#F09819));
  background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
}

.me-about-content .list li.color-three i {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#DD2476));
  background: linear-gradient(90deg, #FF512F 0%, #DD2476 100%);
}

.me-about-content .list li.color-four i {
  background: -webkit-gradient(linear, left top, right top, from(#00C6FF), to(#0072FF));
  background: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
}

.me-about-content .about-btn {
  margin-top: 35px;
}

.me-about-content .about-btn .default-btn {
  background-color: #13c4a1;
  padding: 15px 30px;
}

.me-about-content .about-btn .default-btn span {
  background-color: #ff612f;
}

.me-about-shape1 {
  position: absolute;
  top: 10%;
  left: 10%;
  -webkit-transform: translateY(-10%) translateX(-10%);
  transform: translateY(-10%) translateX(-10%);
  z-index: -1;
}

.me-about-shape1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.me-about-shape2 {
  position: absolute;
  top: 5%;
  right: 5%;
  -webkit-transform: translateY(-5%) translateX(-5%);
  transform: translateY(-5%) translateX(-5%);
  z-index: -1;
}

.me-about-shape2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/*================================================
Me Choose Area CSS
=================================================*/
.me-choose-content {
  padding-right: 30px;
}

.me-choose-content span {
  color: #13c4a1;
  display: inline-block;
  margin-bottom: 15px;
}

.me-choose-content h3 {
  font-size: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
  font-weight: 600;
}

.me-choose-content p {
  margin-bottom: 0;
}

.me-choose-content .choose-inner-card {
  position: relative;
  margin-top: 25px;
  padding-left: 40px;
}

.me-choose-content .choose-inner-card i {
  display: inline-block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  background: -webkit-gradient(linear, left top, right top, from(#8E2DE2), to(#4A00E0));
  background: linear-gradient(90deg, #8E2DE2 0%, #4A00E0 100%);
  text-align: center;
  border-radius: 30px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 2px;
}

.me-choose-content .choose-inner-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.me-choose-content .choose-inner-card p {
  margin-bottom: 0;
}

.me-choose-content .choose-inner-card.bg-two i {
  background: -webkit-gradient(linear, left top, right top, from(#FF512F), to(#F09819));
  background: linear-gradient(90deg, #FF512F 0%, #F09819 100%);
}

.me-choose-content .choose-inner-card.bg-three i {
  background: -webkit-gradient(linear, left top, right top, from(#00C6FF), to(#0072FF));
  background: linear-gradient(90deg, #00C6FF 0%, #0072FF 100%);
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area-with-black-color {
  background-color: #080a3c;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-area-with-black-color .single-footer-widget p {
  color: #ffffff;
}

.footer-area-with-black-color .single-footer-widget .social li a {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 35px;
  width: 35px;
  line-height: 36.2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-area-with-black-color .single-footer-widget .social li a:hover {
  background-color: #13c4a1;
  border: 1px solid #13c4a1;
  color: #ffffff;
}

.footer-area-with-black-color .single-footer-widget .services-list li {
  margin-bottom: 15px;
}

.footer-area-with-black-color .single-footer-widget .services-list li:last-child {
  margin-bottom: 0;
}

.footer-area-with-black-color .single-footer-widget .services-list li a {
  position: relative;
  color: #ffffff;
  padding-left: 18px;
}

.footer-area-with-black-color .single-footer-widget .services-list li a::before {
  position: absolute;
  content: "";
  background-color: #13c4a1;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-area-with-black-color .single-footer-widget .services-list li a:hover {
  color: #ff612f;
}

.footer-area-with-black-color .single-footer-widget .support-list li {
  margin-bottom: 15px;
}

.footer-area-with-black-color .single-footer-widget .support-list li:last-child {
  margin-bottom: 0;
}

.footer-area-with-black-color .single-footer-widget .support-list li a {
  position: relative;
  color: #ffffff;
  padding-left: 18px;
}

.footer-area-with-black-color .single-footer-widget .support-list li a::before {
  position: absolute;
  content: "";
  background-color: #13c4a1;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer-area-with-black-color .single-footer-widget .support-list li a:hover {
  color: #ff612f;
}

.footer-area-with-black-color .single-footer-widget .footer-contact-info li {
  color: #13c4a1;
  margin-bottom: 15px;
}

.footer-area-with-black-color .single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.footer-area-with-black-color .single-footer-widget .footer-contact-info li a {
  color: #ffffff;
}

.footer-area-with-black-color .single-footer-widget .footer-contact-info li a:hover {
  color: #ff612f;
}

.footer-shape-1 {
  position: absolute;
  top: 5%;
  left: 2%;
  -webkit-transform: translateY(-5%) translateX(-2%);
  transform: translateY(-5%) translateX(-2%);
  z-index: -1;
  max-width: 100px;
}

.footer-shape-1 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.footer-shape-2 {
  position: absolute;
  bottom: 10%;
  right: 5%;
  -webkit-transform: translateY(-10%) translateX(-5%);
  transform: translateY(-10%) translateX(-5%);
  z-index: -1;
  max-width: 100px;
}

.footer-shape-2 img {
  -webkit-animation-name: rotateMe;
  animation-name: rotateMe;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

/* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
/*# sourceMappingURL=style.css.map */

/*================================================
Sidebar Widget Area CSS
=================================================*/
.widget-area .widget {
  margin-top: 35px;
}

.widget-area .widget:first-child {
  margin-top: 0;
}

.widget-area .widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
  font-size: 21px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  background: #13c4a1;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-area .widget_search {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  background-color: #ffffff;
  padding: 15px;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 6px 15px;
  border: 1px solid #eeeeee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.widget-area .widget_search form .search-field:focus {
  border-color: #13c4a1;
}

.widget-area .widget_search form button {
  position: absolute;
  right: 0;
  outline: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  z-index: 1;
  border: none;
  color: #ffffff;
  background-color: #13c4a1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.widget-area .widget_search form button:hover {
  background-color: #ff612f;
  color: #ffffff;
}

.widget-area .widget_spacle_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_spacle_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_spacle_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_spacle_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  position: relative;
  width: 80px;
  margin-right: 15px;
}

.widget-area .widget_spacle_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_spacle_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../../img/blog-image/7.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../../img/blog-image/8.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../../img/blog-image/9.jpg);
}

.widget-area .widget_spacle_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_spacle_posts_thumb .item .info time {
  display: block;
  color: #4a6f8a;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 12px;
}

.widget-area .widget_spacle_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 15px;
  font-weight: 500;
}

.widget-area .widget_spacle_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_recent_entries ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_entries ul li {
  position: relative;
  margin-bottom: 12px;
  color: #080a3c;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_entries ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_entries ul li::before {
  background: #13c4a1;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_entries ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_recent_entries ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_recent_entries ul li .post-date {
  display: block;
  font-size: 13px;
  color: #4a6f8a;
  margin-top: 4px;
}

.widget-area .widget_recent_comments ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_recent_comments ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_recent_comments ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_recent_comments ul li::before {
  background: #13c4a1;
  position: absolute;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
}

.widget-area .widget_recent_comments ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_recent_comments ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_archive ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_archive ul li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 14px;
  color: #080a3c;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_archive ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_archive ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_archive ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_archive ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  color: #4a6f8a;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #080a3c;
  display: block;
}

.widget-area .widget_categories ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_categories ul li .post-count {
  float: right;
}

.widget-area .widget_meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_meta ul li {
  position: relative;
  margin-bottom: 12px;
  color: #080a3c;
  padding-left: 14px;
  font-weight: 500;
  font-size: 15px;
}

.widget-area .widget_meta ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_meta ul li::before {
  background: #13c4a1;
  height: 7px;
  width: 7px;
  content: '';
  left: 0;
  top: 8px;
  position: absolute;
}

.widget-area .widget_meta ul li a {
  display: inline-block;
  color: #080a3c;
}

.widget-area .widget_meta ul li a:hover {
  color: #13c4a1;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 12px;
}

.widget-area .tagcloud a {
  display: inline-block;
  color: #080a3c;
  font-weight: 500;
  font-size: 14px !important;
  padding: 6px 13px;
  border: 1px dashed #eeeeee;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover,
.widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #13c4a1;
  border-color: #13c4a1;
}


.services-container {
  width: 100%;
  max-width: 600px;
}

.service {
  background: linear-gradient(135deg, #93C8E0 20%, #FFFFFF 100%);  
  color: white;
  font-family: sans-serif;
  font-size: 18pt;
  padding: 15px 20px;
  margin: 10px 0;
  position: relative;
  opacity: 0;
  transform: translateX(100%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow: hidden;
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s;
}

@keyframes dissolveIn {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes expandDiv {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(200%);
    opacity: 1;
  }
}

.service.visible {
  animation: dissolveIn 0.8s forwards;
}

.service::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 10px;
  background-color: #333;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.8s ease-out;
}

.service.visible::before {
  transform: scaleY(1);
}

.service:hover {
  background: linear-gradient(135deg, #45a049 0%, #66bb6a 100%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.service:hover::before {
  background-color: #555;
}

.direct-chat-text1 {
  opacity: 0; /* Start hidden */
  margin: 5px 0 0 0px !important;
  padding:5px 10px;
  background: linear-gradient(90deg, #FFFFFF 20%, #FFFFFF 100%);  
  border-radius: 5px;
  color: #13c4a1 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-70 {
    padding-top: 30px;
  }
  .pb-70 {
    padding-bottom: 30px;
  }
  .plr-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-title {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .default-btn {
    font-size: 13px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .default-btn i {
    font-size: 18px;
    left: 20px;
  }
  .main-banner {
    padding-top: 60px;
  }
  .main-banner-content {
    height: auto;
  }
  .main-banner-content .content {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    margin-left: 0;
    margin-top: 0;
  }
  .main-banner-content .content h1 {
    font-size: 30px;
  }
  .main-banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .main-banner-content .content .default-btn {
    margin-top: 10px;
  }
  .banner-content {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .banner-content .content {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
    margin-left: 0;
  }
  .banner-content .content h1 {
    font-size: 30px;
  }
  .banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .banner-content .content .default-btn {
    margin-top: 10px;
  }
  .banner-image {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-image img {
    display: inline-block;
  }
  .banner-img {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-img img {
    display: inline-block;
  }
  .banner-content-slides.owl-theme .owl-nav {
    text-align: center;
    margin-top: 35px;
  }
  .banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 20px;
    margin: 0 4px;
    width: 35px;
    height: 35px;
    line-height: 40px;
  }
  .chat-wrapper {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    width: auto;
    height: auto;
    margin-bottom: -35px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .chat-wrapper .chat-container {
    height: 365px;
  }
  .message-right .message-text {
    max-width: 100%;
  }
  .message-left .message-text {
    max-width: 100%;
  }
  .partner-area .container {
    max-width: 100%;
  }
  .partner-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .partner-title h3 {
    font-size: 18px;
  }
  .services-area.bg-right-color::before {
    display: none;
  }
  .services-area.bg-left-color::before {
    display: none;
  }
  .services-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .services-content .content {
    max-width: 100%;
    text-align: center;
  }
  .services-content .content.left-content {
    margin-left: 0;
  }
  .services-content .content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .services-content .content p {
    max-width: 100%;
    margin-top: 15px;
  }
  .services-content .content .default-btn {
    margin-top: 10px;
  }
  .services-image {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .services-image .image {
    margin-top: 30px;
  }
  .video-box {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .video-box .video-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 50px;
  }
  .video-box .video-btn::after, .video-box .video-btn::before {
    border-radius: 50%;
  }
  .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape20, .shape21, .shape22, .shape23, .shape24, .shape26, .shape14, .shape15, .shape16, .shape17, .shape18 {
    display: none;
  }
  .about-content {
    text-align: center;
  }
  .about-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .about-image {
    margin-top: 30px;
  }
  .funfacts-inner {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .single-funfacts h3 {
    margin-bottom: 2px;
    font-size: 24px;
  }
  .single-funfacts h3 .sign-icon {
    font-size: 22px;
  }
  .contact-cta-box {
    max-width: 100%;
    padding: 25px;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    margin-right: 0;
  }
  .contact-cta-box h3 {
    font-size: 18px;
  }
  .contact-cta-box p {
    margin-top: 10px;
  }
  .contact-cta-box .default-btn {
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    margin-top: 15px;
  }
  .single-features-box {
    margin-top: 32px;
  }
  .single-features-box h3 {
    font-size: 18px;
  }
  .single-features-box .icon {
    width: 65px;
    height: 65px;
    font-size: 35px;
    bottom: 32px;
  }
  .single-features-box .icon::before {
    right: -10px;
    bottom: -10px;
    border-width: 3px;
  }
  .features-box {
    text-align: center;
    padding: 20px;
  }
  .features-box .icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
  }
  .features-box h3 {
    font-size: 18px;
  }
  .single-feedback-item {
    margin-top: 0;
  }
  .single-feedback-item img {
    display: none !important;
  }
  .single-feedback-item .feedback-desc {
    margin-left: 0;
    padding: 25px;
  }
  .single-feedback-item .feedback-desc .rating i {
    font-size: 14px;
  }
  .single-feedback-item .feedback-desc .client-info h3 {
    font-size: 16px;
  }
  .single-feedback-item .feedback-desc .client-info span {
    font-size: 13px;
    margin-top: 5px;
  }
  .feedback-slides.owl-theme .owl-stage-outer {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -30px;
  }
  .feedback-slides.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0;
  }
  .single-testimonials-item {
    padding: 20px;
  }
  .single-testimonials-item .client-info {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .single-testimonials-item .client-info h3 {
    font-size: 16px;
  }
  .single-testimonials-item .client-info span {
    font-size: 13px;
    margin-top: 5px;
  }
  .single-testimonials-item .testimonials-desc {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
  .single-testimonials-item .testimonials-desc .rating i {
    font-size: 14px;
  }
  .single-team-box .content h3 {
    font-size: 18px;
  }
  .single-team-box .content span {
    font-size: 13px;
  }
  .pricing-list-tab .tabs li a {
    font-size: 14px;
  }
  .pricing-list-tab .tabs li a i {
    font-size: 16px;
  }
  .single-pricing-table {
    padding-bottom: 25px;
  }
  .single-pricing-table .pricing-header {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 18px;
  }
  .single-pricing-table .price {
    font-size: 30px;
  }
  .single-pricing-table .price sup {
    top: -15px;
    font-size: 14px;
  }
  .single-pricing-table .price sub {
    bottom: 2px;
    font-size: 13px;
  }
  .single-pricing-table .pricing-features {
    margin-left: 30px;
    margin-right: 30px;
  }
  .faq-accordion {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .faq-accordion h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.3;
  }
  .faq-accordion .accordion {
    text-align: left;
  }
  .faq-accordion .accordion .accordion-title {
    padding: 10px 40px 10px 15px;
    font-size: 13px;
  }
  .faq-accordion .accordion .accordion-title i {
    right: 15px;
  }
  .faq-accordion .accordion .accordion-content {
    font-size: 13px;
  }
  .faq-image {
    margin-top: 35px;
  }
  .single-clients-logo {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .single-clients-logo:nth-child(6) {
    margin-left: 0;
  }
  .single-clients-logo a {
    padding: 15px;
  }
  .free-trial-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .free-trial-content p {
    margin-top: 15px;
  }
  .free-trial-content .default-btn {
    margin-top: 5px;
  }
  .single-blog-post .post-image .date {
    padding: 8px 20px 0;
    font-size: 14px;
  }
  .single-blog-post .post-content {
    padding: 20px;
  }
  .single-blog-post .post-content h3 {
    font-size: 18px;
  }
  .single-blog-post .post-content .post-info .post-by {
    -ms-flex: 0 0 55%;
    -webkit-box-flex: 0;
            flex: 0 0 55%;
    max-width: 55%;
  }
  .single-blog-post .post-content .post-info .post-by h6 {
    font-size: 14px;
  }
  .single-blog-post .post-content .post-info .details-btn {
    -ms-flex: 0 0 45%;
    -webkit-box-flex: 0;
            flex: 0 0 45%;
    max-width: 45%;
  }
  .single-blog-post .post-content .post-info .details-btn a {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .blog-notes {
    margin-top: 0;
  }
  .blog-notes p {
    line-height: 1.8;
  }
  .blog-details-desc .article-content h3 {
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 1.3;
  }
  .blog-details-desc .article-footer {
    margin-top: 25px;
  }
  .blog-details-desc .article-footer .article-tags a {
    font-size: 13px;
    margin-top: 5px;
  }
  blockquote, .blockquote {
    padding: 20px !important;
  }
  blockquote p, .blockquote p {
    font-size: 15px !important;
  }
  .prev-link-wrapper {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .prev-link-wrapper .prev-title {
    font-size: 14px;
  }
  .prev-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .next-link-wrapper {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .next-link-wrapper .next-title {
    font-size: 14px;
  }
  .next-link-wrapper .meta-wrapper {
    font-size: 13px;
  }
  .comments-area .comment-body {
    padding-left: 0;
  }
  .comments-area .comment-body .reply a {
    font-size: 12px;
  }
  .comments-area .comments-title {
    margin-bottom: 25px;
    font-size: 18px;
  }
  .comments-area .comment-author {
    font-size: 15px;
  }
  .comments-area .comment-author .avatar {
    left: 0;
    position: relative;
    display: block;
    margin-bottom: 10px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 18px;
  }
  .comments-area .comment-respond .comment-form-author {
    width: 100%;
    padding-right: 0;
  }
  .comments-area .comment-respond .comment-form-email {
    width: 100%;
    padding-left: 0;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 10px 25px;
    font-size: 14px;
  }
  .app-download-content {
    text-align: center;
    margin-top: 30px;
  }
  .app-download-content .sub-title {
    padding: 4px 20px;
    margin-bottom: 12px;
    font-size: 13px;
  }
  .app-download-content h2 {
    font-size: 24px;
    line-height: 1.3;
  }
  .app-download-content .btn-box {
    margin-top: 25px;
  }
  .app-download-content .btn-box .apple-store-btn {
    text-align: left;
    margin-right: 0;
    display: block;
    width: 100%;
    padding: 12px 25px 12px 74px;
    font-size: 13px;
  }
  .app-download-content .btn-box .apple-store-btn span {
    font-size: 18px;
  }
  .app-download-content .btn-box .play-store-btn {
    text-align: left;
    display: block;
    width: 100%;
    padding: 12px 25px 12px 74px;
    font-size: 13px;
    margin-top: 10px;
  }
  .app-download-content .btn-box .play-store-btn span {
    font-size: 18px;
  }
  .subscribe-content {
    padding: 35px 25px;
  }
  .subscribe-content h2 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.3;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content form {
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
  }
  .subscribe-content form button {
    font-size: 13px;
    margin-top: 15px;
  }
  .page-title-area {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-content p {
    margin-top: 10px;
  }
  .login-image {
    height: auto;
    background-image: unset !important;
  }
  .login-image img {
    display: inline-block;
  }
  .login-content {
    height: auto;
    padding: 60px 15px;
  }
  .login-content .login-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .login-content .login-form .logo {
    margin-bottom: 25px;
  }
  .login-content .login-form h3 {
    font-size: 24px;
  }
  .login-content .login-form form .form-control {
    height: 50px;
    font-size: 13px;
  }
  .signup-image {
    height: auto;
    background-image: unset !important;
  }
  .signup-image img {
    display: inline-block;
  }
  .signup-content {
    height: auto;
    padding: 60px 15px;
  }
  .signup-content .signup-form {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .signup-content .signup-form .logo {
    margin-bottom: 25px;
  }
  .signup-content .signup-form h3 {
    font-size: 24px;
  }
  .signup-content .signup-form form .form-control {
    height: 50px;
    font-size: 13px;
  }
  .error-area {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .error-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .error-content h3 {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .pagination-area {
    margin-top: 25px;
  }
  .pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 2px;
    line-height: 41px;
    font-size: 18px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 18px;
  }
  .widget-area .widget_strax_posts_thumb .item .info time {
    margin-top: 0;
  }
  .widget-area .widget_strax_posts_thumb .item .title {
    font-size: 14px;
  }
  .widget-area .widget_categories ul li {
    font-size: 14px;
  }
  .widget-area .widget_archive ul li {
    font-size: 14px;
  }
  .widget-area .widget_meta ul li {
    font-size: 14px;
  }
  .widget-area .tagcloud a {
    font-size: 13px !important;
  }
  .contact-inner {
    padding: 25px 20px;
  }
  .contact-features-list {
    padding-right: 0;
    border-right: none;
    text-align: center;
  }
  .contact-features-list h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .contact-features-list ul {
    text-align: left;
  }
  .contact-form {
    text-align: center;
    margin-top: 30px;
  }
  .contact-form h3 {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .contact-form form .form-group {
    margin-bottom: 13px;
  }
  .contact-form form .form-control {
    height: 45px;
    font-size: 13px;
    padding: 0 10px;
  }
  .contact-info {
    margin-top: 40px;
  }
  .contact-info .contact-info-content h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .contact-info .contact-info-content h2 {
    font-size: 24px;
  }
  .contact-info .contact-info-content h2 span {
    margin-bottom: 3px;
    font-size: 13px;
  }
  .contact-info .contact-info-content .social {
    margin-top: 20px;
  }
  .contact-info .contact-info-content .social li a {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
  .footer-area {
    padding-top: 60px;
  }
  .single-footer-widget h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .single-footer-widget .social li a {
    width: 32px;
    height: 32px;
    line-height: 36px;
    font-size: 20px;
  }
  .divider {
    display: none;
  }
  .copyright-area {
    margin-top: 30px;
  }
  .go-top {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 36px;
  }
  .go-top.active {
    bottom: 10px;
  }
  .main-banner-one .banner-image {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-banner-one .banner-image .mbanner-img {
    display: none;
  }
  .single-features-card h3 {
    font-size: 20px;
  }
  .feature-box {
    padding: 12px 18px;
  }
  .services-content .content {
    padding-left: 0;
  }
  .funfact-style-two i {
    font-size: 25px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .features-box-one h3 {
    font-size: 20px;
  }
  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }
  .main-banner-two .banner-image-slider .banner-image {
    padding-top: 0;
    height: 400px;
  }
  .main-banner-two .banner-image-slider .banner-image img {
    display: block;
  }
  .banner-img.banner-video {
    height: 400px;
    padding-top: 0;
  }
  .single-pricing-table.left-align .pricing-header, .single-pricing-table.left-align .price {
    padding-left: 25px;
    padding-right: 25px;
  }
  .single-pricing-table.left-align .pricing-features {
    margin-left: 25px;
    margin-right: 25px;
  }
  .banner-content-slides {
    padding-right: 0;
  }
  /* SaaS home page */
  .saas-banner {
    padding-bottom: 60px;
    height: 100%;
    text-align: center;
  }
  .saas-banner .saas-image.mt-70 {
    margin-top: 0;
  }
  .saas-banner .saas-image img {
    display: none;
  }
  .saas-banner .saas-image img:last-child {
    display: block;
    position: relative;
    margin: auto;
  }
  .saas-banner .hero-content h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .saas-banner .hero-content .banner-btn {
    max-width: 330px;
    margin: auto;
  }
  .saas-banner .hero-content .video-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .saas-banner .hero-content .video-btn i {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-left: 4px;
    margin-right: 5px;
  }
  .saas-banner .hero-content.pl-4 {
    padding: 0 !important;
    margin-top: 30px;
  }
  .shape-rotate {
    display: none;
  }
  .features-inner-content .features-item {
    padding-left: 70px;
  }
  .features-inner-content .features-item h3 {
    font-size: 20px;
  }
  .features-inner-content .features-item i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 25px;
    border-radius: 100% !important;
  }
  .overview-left-img {
    margin-bottom: 30px;
  }
  .overview-right-img {
    margin-top: 30px;
  }
  .overview-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* End SaaS home page */
  /* Service details */
  .service-details-content h1, .service-details-content h2, .service-details-content h3, .service-details-content h4 {
    font-size: 20px;
  }
  .service-details-content .service-details-info .single-info-box {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .service-details-content .service-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }
  /* End Service details */
  .section-title.text-left {
    text-align: center !important;
    max-width: 100%;
  }
  .digital-agency-banner {
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .digital-agency-banner::before {
    content: '';
    background-color: #000000;
    z-index: -1;
    position: absolute;
    opacity: .40;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .digital-agency-banner .container {
    max-width: 100%;
  }
  .digital-agency-banner-content {
    text-align: center;
    max-width: 100%;
  }
  .digital-agency-banner-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .digital-agency-banner-content .default-btn {
    margin-top: 10px;
  }
  .single-featured-box h3 {
    font-size: 18px;
  }
  .about-area .section-title.text-left {
    margin-bottom: 40px;
  }
  .about-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-inner-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-inner-image {
    height: auto;
    background-image: unset !important;
  }
  .about-inner-image img {
    display: inline-block;
  }
  .about-inner-content {
    padding: 30px 25px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-inner-content .content {
    max-width: 100%;
    text-align: center;
  }
  .about-inner-content .content h2 {
    font-size: 20px;
  }
  .about-inner-content .content .features-list {
    margin-top: 20px;
  }
  .about-inner-content .content .features-list li {
    font-size: 15px;
  }
  .about-inner-content .content .features-list li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    top: 0;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }
  .single-services-box .content {
    padding: 25px 20px;
  }
  .single-services-box .content h3 {
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 9px;
  }
  .single-services-box .row .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-services-box .row .col-lg-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-services-box .image {
    height: auto;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
    background-image: unset !important;
  }
  .single-services-box .image img {
    display: inline-block;
  }
  .case-studies-area .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-studies-slides.owl-theme {
    left: 0;
  }
  .case-studies-slides.owl-theme .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
  }
  .case-studies-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .single-case-studies-item .content {
    padding: 30px 20px 20px;
  }
  .single-case-studies-item .content h3 {
    font-size: 18px;
  }
  .feedback-area .section-title.text-left {
    margin-bottom: 40px;
  }
  .single-testimonials-box {
    text-align: center;
  }
  .single-testimonials-box p {
    font-size: 14px;
  }
  .single-testimonials-box .client-info {
    margin-top: 20px;
    text-align: left;
  }
  .single-testimonials-box .client-info .d-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .single-testimonials-box .client-info .title h3 {
    font-size: 16px;
  }
  .testimonials-slides-two.owl-theme .owl-nav.disabled + .owl-dots {
    text-align: center;
  }
  .team-area-two .section-title {
    margin-bottom: 40px;
  }
  .single-team-member .content {
    padding: 30px 15px 15px;
  }
  .single-team-member .content h3 {
    font-size: 18px;
  }
  .single-team-member .image .social-link li a {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .col-lg-3:nth-child(1) .single-team-member {
    margin-top: 0;
  }
  .col-lg-3:nth-child(2) .single-team-member {
    margin-top: 0;
  }
  .col-lg-3:nth-child(3) .single-team-member {
    margin-top: 0;
  }
  .single-blog-post-item .post-content .category {
    margin-bottom: 8px;
    font-size: 13px;
  }
  .single-blog-post-item .post-content h3 {
    font-size: 18px;
  }
  .blog-slides.owl-theme .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 25px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .company-preview-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .company-preview-video .video-btn {
    width: 70px;
    height: 70px;
    font-size: 60px;
  }
  .lets-talk-content {
    text-align: center;
  }
  .lets-talk-content h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }
  .lets-talk-btn {
    text-align: center;
    margin-top: 18px;
  }
  .buy-now-btn {
    right: 15px;
    bottom: 75px;
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .section-title-with-large-box span {
    font-size: 14px;
  }
  .section-title-with-large-box h2 {
    font-size: 25px;
  }
  .seo-marketing-banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .seo-marketing-banner .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .seo-marketing-banner-content h1 {
    font-size: 32px;
  }
  .seo-marketing-banner-content .banner-btn li {
    margin-right: 10px;
  }
  .seo-marketing-banner-content .banner-btn li .video-btn {
    font-size: 12.5px;
  }
  .seo-marketing-banner-content .banner-btn li .video-btn i {
    font-size: 14px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .seo-marketing-banner-shape-1, .seo-marketing-banner-shape-2, .seo-marketing-banner-shape-3 {
    display: none;
  }
  .seo-marketing-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .sm-features-card h3 {
    font-size: 18px;
  }
  .sm-about-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .sm-about-content h3 {
    font-size: 24px;
  }
  .sm-about-content .list li {
    font-size: 15px;
  }
  .sm-about-shape-1, .sm-about-shape-2 {
    display: none;
  }
  .sm-websites-inner-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-websites-content {
    padding-right: 0;
  }
  .sm-websites-content h3 {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .sm-websites-image {
    text-align: center;
    margin-top: 30px;
  }
  .sm-services-card {
    padding: 20px;
  }
  .sm-services-card .content {
    padding-left: 0;
  }
  .sm-services-card .content .icon {
    position: relative;
    margin-bottom: 20px;
  }
  .sm-services-card .content .icon i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 30px;
  }
  .sm-services-card .content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sm-services-card.some-left {
    left: 0;
  }
  .sm-services-card.some-right {
    right: 0;
  }
  .sm-services-card-image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sm-services-shape {
    display: none;
  }
  .sm-funfacts-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-single-funfacts {
    padding-left: 0;
    text-align: center;
  }
  .sm-single-funfacts img {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
  }
  .sm-single-funfacts h3 {
    font-size: 35px;
  }
  .sm-single-funfacts h3 .sign-icon {
    font-size: 30px;
  }
  .sm-work-content h3 {
    font-size: 24px;
  }
  .sm-work-content .sm-work-inner-card h4 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sm-work-image {
    text-align: center;
    margin-top: 35px;
  }
  .sm-faq-image {
    text-align: center;
  }
  .sm-faq-accordion {
    padding-left: 0;
    margin-top: 35px;
  }
  .sm-faq-accordion h2 {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .sm-partner-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-partner-inner-box .section-title-with-large-box span {
    font-size: 20px;
  }
  .sm-partner-shape {
    display: none;
  }
  .sm-overview-card .image-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
  .sm-overview-card .image-icon img {
    max-width: 50px;
  }
  .sm-overview-card h3 {
    font-size: 18px;
  }
  .sm-pricing-card {
    padding: 20px;
  }
  .sm-pricing-card .pricing-header {
    margin-bottom: 20px;
  }
  .sm-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .sm-pricing-card .price {
    font-size: 35px;
  }
  .sm-pricing-card .price span {
    font-size: 12px;
    top: -5px;
  }
  .sm-pricing-card .pricing-features {
    margin-top: 22px;
  }
  .sm-pricing-card .pricing-features li {
    font-size: 14.5px;
    padding-left: 22px;
  }
  .sm-subscribe-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-subscribe-shape-1, .sm-subscribe-shape-2 {
    display: none;
  }
  .sm-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .sm-blog-shape {
    display: none;
  }
  .footer-area-with-black-color .single-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .footer-shape-1, .footer-shape-2 {
    display: none;
  }
  .top-bar-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .top-bar-info {
    text-align: center;
  }
  .top-bar-info li {
    margin-bottom: 10px;
  }
  .top-bar-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bar-social li a i {
    font-size: 15px;
  }
  .is-banner-item {
    padding-top: 65px;
    padding-bottom: 150px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .is-banner-content h1 {
    font-size: 32px;
  }
  .is-banner-slides.owl-theme .owl-nav {
    right: 0;
    left: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 55px;
  }
  .is-banner-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
  }
  .is-features-card {
    padding: 80px 25px 25px 25px;
  }
  .is-features-card h3 {
    font-size: 18px;
  }
  .is-features-card .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  .is-about-content {
    padding-right: 0;
  }
  .is-about-content h3 {
    font-size: 24px;
  }
  .is-about-image {
    text-align: center;
    margin-top: 35px;
  }
  .is-about-image .is-about-shape {
    display: none;
  }
  .is-services-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .is-services-card {
    padding: 20px;
  }
  .is-services-card h3 {
    font-size: 18px;
  }
  .is-expertise-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .is-expertise-content h3 {
    font-size: 20px;
  }
  .is-expertise-content .expertise-funfacts h2 {
    font-size: 28px;
  }
  .is-expertise-content .expertise-funfacts h2 .sign-icon {
    font-size: 25px;
    left: -2px;
    top: -1px;
  }
  .is-expertise-content .expertise-funfacts p {
    font-size: 14.5px;
  }
  .is-case-studies-area .section-title-with-large-box .default-btn {
    display: none;
  }
  .is-case-studies-list-tabs .nav .nav-item .nav-link {
    padding: 15px 15px 15px 60px;
    font-size: 14px;
  }
  .is-case-studies-list-tabs .nav .nav-item .nav-link .number {
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 20px;
  }
  .is-case-studies-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .is-case-studies-image .content {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin-top: 10px;
  }
  .is-testimonials-card p {
    padding: 25px;
  }
  .is-team-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
  .is-team-content h3 {
    font-size: 24px;
  }
  .is-team-member .content h3 {
    font-size: 18px;
  }
  .is-inner-team-box .col-lg-6:nth-child(1) {
    margin-bottom: 30px;
  }
  .is-inner-team-box .col-lg-6:nth-child(2) {
    margin-bottom: 30px;
  }
  .is-inner-team-box .col-lg-6:nth-child(3) {
    margin-bottom: 30px;
  }
  .is-analysis-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .is-analysis-content h3 {
    font-size: 24px;
  }
  .me-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 540px;
  }
  .me-banner-content h1 {
    font-size: 32px;
  }
  .me-banner-content .banner-btn li {
    margin-right: 10px;
  }
  .me-banner-content .banner-btn li .video-btn {
    font-size: 12.5px;
  }
  .me-banner-content .banner-btn li .video-btn i {
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-right: 5px;
  }
  .me-banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .me-banner-shape {
    display: none;
  }
  .me-partner .section-title-with-large-box span {
    font-size: 18px;
  }
  .me-features-card h3 {
    font-size: 18px;
  }
  .me-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .me-about-content h3 {
    font-size: 24px;
  }
  .me-about-content .list li {
    font-size: 15px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts p {
    font-size: 14.5px;
  }
  .me-services-shape1, .me-services-shape2, .me-services-shape3 {
    display: none;
  }
  .me-choose-content h3 {
    font-size: 24px;
  }
  .me-choose-content .choose-inner-card h4 {
    font-size: 18px;
  }
  .me-choose-image {
    text-align: center;
    margin-top: 35px;
  }
  .me-team .row .col-lg-3 .is-team-member {
    margin-bottom: 30px;
  }
  .me-team .row .col-lg-3:last-child .is-team-member {
    margin-bottom: 0;
  }
  .me-team-shape {
    display: none;
  }
  .sm-pricing-section-content {
    margin-bottom: 30px;
  }
  .sm-pricing-section-content h3 {
    font-size: 24px;
  }
  .me-pricing-shape1, .me-pricing-shape2 {
    display: none;
  }
  .me-testimonials-shape1, .me-testimonials-shape2 {
    display: none;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 576px to Max width 767px */
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main-banner-content .content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content .content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .chat-wrapper {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .partner-area .container {
    max-width: 540px;
  }
  .single-feedback-item {
    margin-top: 130px;
  }
  .single-feedback-item img {
    display: inline-block !important;
  }
  .single-feedback-item .feedback-desc {
    padding: 25px 25px 25px 160px;
    margin-left: 45px;
  }
  .feedback-slides.owl-theme .owl-stage-outer {
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 0;
  }
  .faq-area .container-fluid {
    max-width: 540px;
  }
  .single-clients-logo {
    -ms-flex: 0 0 33.3333333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .app-download-content .btn-box {
    margin-top: 20px;
  }
  .app-download-content .btn-box .apple-store-btn {
    margin-right: 2px;
    display: inline-block;
    width: auto;
  }
  .app-download-content .btn-box .play-store-btn {
    margin-left: 2px;
    display: inline-block;
    width: auto;
  }
  .login-content .login-form {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .signup-content .signup-form {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .prev-link-wrapper {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 10px;
  }
  .next-link-wrapper {
    margin-top: 0;
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
  }
  .contact-inner {
    padding: 35px 30px;
  }
  /* Service details */
  .service-details-content .service-details-info .single-info-box {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
  .service-details-content .service-details-info .single-info-box:last-child {
    margin-bottom: 0;
  }
  /* End Service details */
  .digital-agency-banner .container {
    max-width: 540px;
  }
  .about-area .container-fluid {
    max-width: 540px;
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .sm-services-card .content {
    padding-left: 90px;
  }
  .sm-services-card .content .icon {
    position: absolute;
    margin-bottom: 0;
  }
  .sm-pricing-card {
    padding: 35px 30px;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .section-title {
    margin-bottom: 45px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .default-btn {
    font-size: 14px;
  }
  .main-banner-content {
    height: auto;
    padding-top: 60px;
  }
  .main-banner-content .content {
    max-width: 620px;
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-top: 0;
    margin-right: auto;
  }
  .main-banner-content .content h1 {
    font-size: 40px;
  }
  .main-banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .main-banner-content .content .default-btn {
    margin-top: 10px;
  }
  .banner-content {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .banner-content .content {
    max-width: 620px;
    text-align: center;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-content .content h1 {
    font-size: 40px;
    font-weight: 500;
  }
  .banner-content .content p {
    margin-top: 15px;
    max-width: 100%;
  }
  .banner-content .content .default-btn {
    margin-top: 10px;
  }
  .banner-image {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-image img {
    display: inline-block;
    width: 100%;
  }
  .banner-img {
    margin-top: 60px;
    height: auto;
    border-radius: 0;
    background-image: unset !important;
    padding-top: 50px;
  }
  .banner-img img {
    display: inline-block;
    width: 100%;
  }
  .banner-content-slides.owl-theme .owl-nav {
    text-align: center;
    margin-top: 35px;
  }
  .banner-content-slides.owl-theme .owl-nav [class*=owl-] {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 45px;
  }
  .shape1, .shape2, .shape3, .shape4, .shape5, .shape6, .shape7, .shape8, .shape9, .shape10, .shape11, .shape12, .shape13, .shape20, .shape21, .shape22, .shape23, .shape24, .shape26, .shape14, .shape15, .shape16, .shape17, .shape18 {
    display: none;
  }
  .chat-wrapper {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    width: auto;
    height: auto;
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -35px;
  }
  .partner-area .container {
    max-width: 720px;
  }
  .partner-title {
    text-align: center;
    margin-bottom: 45px;
  }
  .partner-title h3 {
    font-size: 20px;
  }
  .services-area.bg-right-color::before {
    display: none;
  }
  .services-area.bg-left-color::before {
    display: none;
  }
  .services-area .container-fluid {
    max-width: 720px;
  }
  .services-content {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .services-content .content {
    max-width: 650px;
    padding-left: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .services-content .content.left-content {
    padding-right: 0;
    margin-left: auto;
  }
  .services-content .content h2 {
    font-size: 30px;
  }
  .services-content .content p {
    max-width: 100%;
    margin-top: 15px;
  }
  .services-content .content .default-btn {
    margin-top: 10px;
  }
  .services-image {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 35px;
  }
  .about-content {
    text-align: center;
  }
  .about-content h2 {
    font-size: 30px;
  }
  .about-image {
    margin-top: 30px;
  }
  .video-box {
    max-width: 660px;
  }
  .funfacts-inner {
    max-width: 720px;
    margin-top: 80px;
  }
  .contact-cta-box {
    max-width: 720px;
    padding: 30px 200px 30px 30px;
    margin-top: 30px;
  }
  .contact-cta-box h3 {
    font-size: 20px;
  }
  .contact-cta-box .default-btn {
    right: 30px;
  }
  .single-features-box h3 {
    font-size: 20px;
  }
  .features-box {
    padding: 25px;
  }
  .features-box h3 {
    font-size: 20px;
  }
  .features-box .icon {
    width: 80px;
    height: 80px;
    font-size: 40px;
  }
  .single-feedback-item {
    margin-top: 125px;
  }
  .single-feedback-item .feedback-desc .client-info h3 {
    font-size: 17px;
  }
  .single-feedback-item .feedback-desc .client-info span {
    font-size: 13px;
  }
  .single-testimonials-item .client-info {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .single-testimonials-item .client-info h3 {
    font-size: 17px;
  }
  .single-testimonials-item .client-info span {
    font-size: 13px;
  }
  .single-testimonials-item .testimonials-desc {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .single-pricing-table .pricing-header h3 {
    font-size: 20px;
  }
  .single-pricing-table .price {
    font-size: 30px;
  }
  .single-pricing-table .price sup {
    top: -13px;
    font-size: 16px;
  }
  .faq-area .container-fluid {
    max-width: 720px;
  }
  .faq-accordion {
    margin-left: 0;
    max-width: 100%;
    text-align: center;
  }
  .faq-accordion h2 {
    font-size: 30px;
  }
  .faq-accordion .accordion {
    text-align: left;
  }
  .faq-accordion .accordion .accordion-title {
    font-size: 15px;
  }
  .faq-image {
    margin-top: 30px;
  }
  .single-clients-logo a {
    padding: 20px 15px;
  }
  .free-trial-content {
    max-width: 520px;
  }
  .free-trial-content h2 {
    font-size: 30px;
  }
  .app-download-content {
    text-align: center;
    max-width: 615px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .app-download-content h2 {
    font-size: 30px;
  }
  .app-download-content .btn-box {
    margin-top: 20px;
  }
  .app-download-content .btn-box .apple-store-btn {
    text-align: left;
  }
  .app-download-content .btn-box .apple-store-btn span {
    font-size: 18px;
  }
  .app-download-content .btn-box .play-store-btn {
    text-align: left;
  }
  .app-download-content .btn-box .play-store-btn span {
    font-size: 18px;
  }
  .subscribe-content {
    padding: 45px;
  }
  .subscribe-content h2 {
    max-width: 505px;
    font-size: 30px;
  }
  .subscribe-content form {
    max-width: 540px;
  }
  .single-blog-post .post-content h3 {
    font-size: 20px;
  }
  .single-blog-post .post-content .post-info .post-by {
    -ms-flex: 0 0 60%;
    -webkit-box-flex: 0;
            flex: 0 0 60%;
    max-width: 60%;
  }
  .single-blog-post .post-content .post-info .details-btn {
    -ms-flex: 0 0 40%;
    -webkit-box-flex: 0;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .page-title-area {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .page-title-content h2 {
    font-size: 30px;
  }
  .page-title-content p {
    margin-top: 10px;
  }
  .login-image {
    height: auto;
    background-image: unset !important;
  }
  .login-image img {
    display: inline-block;
  }
  .login-content {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .login-content .login-form .logo {
    margin-bottom: 30px;
  }
  .login-content .login-form h3 {
    font-size: 30px;
  }
  .signup-image {
    height: auto;
    background-image: unset !important;
  }
  .signup-image img {
    display: inline-block;
  }
  .signup-content {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .signup-content .signup-form .logo {
    margin-bottom: 30px;
  }
  .signup-content .signup-form h3 {
    font-size: 30px;
  }
  .widget-area {
    margin-top: 40px;
  }
  .widget-area .widget .widget-title {
    font-size: 20px;
  }
  .blog-details-desc .article-content .entry-meta ul li::before {
    top: 10px;
  }
  .blog-details-desc .article-content h3 {
    font-size: 20px;
  }
  blockquote p, .blockquote p {
    font-size: 20px !important;
  }
  .prev-link-wrapper .prev-title {
    font-size: 16px;
  }
  .next-link-wrapper .next-title {
    font-size: 16px;
  }
  .comments-area .comments-title {
    font-size: 20px;
  }
  .comments-area .comment-author {
    font-size: 15px;
  }
  .comments-area .comment-respond .comment-reply-title {
    font-size: 20px;
  }
  .comments-area .comment-respond .form-submit input {
    padding: 10px 25px;
  }
  .contact-features-list h3 {
    font-size: 20px;
  }
  .contact-form {
    margin-top: 30px;
  }
  .contact-form h3 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .contact-info .contact-info-content h3 {
    font-size: 20px;
  }
  .contact-info .contact-info-content h2 {
    font-size: 30px;
  }
  .contact-info .contact-info-content h2 span {
    font-size: 14px;
  }
  .single-footer-widget h3 {
    margin-bottom: 28px;
    font-size: 20px;
  }
  .divider {
    height: 80px;
    top: -80px;
  }
  .main-banner-one .banner-image {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .main-banner-one .banner-image .mbanner-img {
    display: none;
  }
  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }
  .main-banner-two .banner-image-slider .banner-image {
    padding-top: 0;
    height: 450px;
  }
  .main-banner-two .banner-image-slider .banner-image img {
    display: block;
  }
  .single-pricing-table.center-align .pricing-features {
    margin-left: 35px;
    margin-right: 35px;
  }
  .banner-img.banner-video {
    height: 600px;
    padding-top: 0;
  }
  .banner-content-slides {
    padding-right: 0;
  }
  /* SaaS home page */
  .saas-banner {
    padding-bottom: 60px;
    height: 100%;
    text-align: center;
  }
  .saas-banner .saas-image.mt-70 {
    margin-top: 0;
  }
  .saas-banner .saas-image img {
    display: none;
  }
  .saas-banner .saas-image img:last-child {
    display: block;
    position: relative;
    margin: auto;
  }
  .saas-banner .hero-content h1 {
    font-size: 30px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .saas-banner .hero-content .banner-btn {
    max-width: 330px;
    margin: auto;
  }
  .saas-banner .hero-content .video-btn {
    margin-left: 10px;
    font-size: 14px;
  }
  .saas-banner .hero-content .video-btn i {
    font-size: 17px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding-left: 4px;
    margin-right: 5px;
  }
  .saas-banner .hero-content.pl-4 {
    padding: 0 !important;
    margin-top: 30px;
  }
  .shape-rotate {
    display: none;
  }
  .overview-left-img {
    margin-bottom: 30px;
  }
  .overview-right-img {
    margin-top: 30px;
  }
  .overview-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .overview-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .overview-content.pl-3 {
    padding-left: 0 !important;
  }
  /* End SaaS home page */
  /* Service details */
  .service-details-content .service-details-info {
    padding: 30px 20px 0;
  }
  .service-details-content .service-details-info .single-info-box {
    -ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
            flex: 0 0 33%;
    max-width: 33%;
    margin-bottom: 30px;
  }
  /* End Service details */
  .section-title.text-left {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .digital-agency-banner {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .digital-agency-banner .container {
    max-width: 720px;
  }
  .digital-agency-banner-content h1 {
    margin-bottom: 20px;
    font-size: 45px;
  }
  .digital-agency-banner-content .default-btn {
    margin-top: 10px;
  }
  .single-featured-box h3 {
    font-size: 20px;
  }
  .about-area .section-title.text-left {
    margin-bottom: 45px;
  }
  .about-area .container-fluid {
    max-width: 720px;
  }
  .about-inner-area {
    padding-top: 0;
    padding-bottom: 0;
  }
  .about-inner-image {
    height: auto;
    background-image: unset !important;
  }
  .about-inner-image img {
    display: inline-block;
  }
  .about-inner-content {
    padding: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-inner-content .content {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .about-inner-content .content h2 {
    font-size: 26px;
  }
  .about-inner-content .content .features-list {
    margin-top: 20px;
  }
  .about-inner-content .content .features-list li {
    font-size: 15.5px;
  }
  .about-inner-content .content .features-list li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 23px;
    top: 2.5px;
  }
  .single-services-box .content {
    padding: 25px 20px;
  }
  .single-services-box .content h3 {
    font-size: 20px;
    margin-right: 0;
  }
  .single-services-box .row .col-lg-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .single-services-box .row .col-lg-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-services-box .image {
    height: auto;
    -webkit-clip-path: unset !important;
    clip-path: unset !important;
    background-image: unset !important;
  }
  .single-services-box .image img {
    display: inline-block;
  }
  .case-studies-area .container-fluid {
    max-width: 720px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-studies-slides.owl-theme {
    left: 0;
  }
  .case-studies-slides.owl-theme .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .case-studies-slides.owl-theme .owl-nav [class*=owl-] {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .single-case-studies-item .content {
    padding: 30px 20px 25px;
  }
  .single-case-studies-item .content h3 {
    font-size: 20px;
  }
  .feedback-area .section-title.text-left {
    margin-bottom: 45px;
  }
  .testimonials-slides-two {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .team-area-two .section-title {
    margin-bottom: 45px;
  }
  .single-team-member .content h3 {
    font-size: 20px;
  }
  .col-lg-3:nth-child(1) .single-team-member {
    margin-top: 0;
  }
  .col-lg-3:nth-child(2) .single-team-member {
    margin-top: 0;
  }
  .col-lg-3:nth-child(3) .single-team-member {
    margin-top: 0;
  }
  .single-blog-post-item .post-content h3 {
    font-size: 20px;
  }
  .blog-slides.owl-theme .owl-nav {
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .blog-slides.owl-theme .owl-nav [class*=owl-] {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .company-preview-area {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .company-preview-video .video-btn {
    width: 90px;
    height: 90px;
    font-size: 80px;
  }
  .lets-talk-content {
    text-align: center;
  }
  .lets-talk-content h2 {
    font-size: 30px;
  }
  .lets-talk-btn {
    text-align: center;
    margin-top: 20px;
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .seo-marketing-banner .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .seo-marketing-banner-content h1 {
    font-size: 55px;
  }
  .seo-marketing-banner-shape-1, .seo-marketing-banner-shape-2, .seo-marketing-banner-shape-3 {
    display: none;
  }
  .seo-marketing-banner-image {
    text-align: center;
    margin-top: 35px;
  }
  .sm-features-card h3 {
    font-size: 20px;
  }
  .sm-about-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .sm-about-shape-1, .sm-about-shape-2 {
    display: none;
  }
  .sm-websites-inner-area {
    padding-left: 35px;
    padding-right: 35px;
  }
  .sm-websites-content {
    padding-right: 0;
  }
  .sm-websites-content h3 {
    font-size: 30px;
  }
  .sm-websites-image {
    text-align: center;
    margin-top: 30px;
  }
  .sm-services-card.some-left {
    left: 0;
  }
  .sm-services-card.some-right {
    right: 0;
  }
  .sm-services-card .content h3 {
    font-size: 20px;
  }
  .sm-services-card-image {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .sm-services-shape {
    display: none;
  }
  .sm-funfacts-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-single-funfacts {
    padding-left: 0;
    text-align: center;
  }
  .sm-single-funfacts img {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    margin-bottom: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sm-single-funfacts h3 {
    font-size: 35px;
  }
  .sm-single-funfacts h3 .sign-icon {
    font-size: 30px;
  }
  .sm-single-funfacts p {
    font-size: 14.5px;
  }
  .sm-work-content h3 {
    font-size: 30px;
  }
  .sm-work-content .sm-work-inner-card h4 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .sm-work-image {
    text-align: center;
    margin-top: 35px;
  }
  .sm-faq-image {
    text-align: center;
  }
  .sm-faq-accordion {
    padding-left: 0;
    margin-top: 35px;
  }
  .sm-faq-accordion h2 {
    margin-bottom: 25px;
    font-size: 30px;
  }
  .sm-partner-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-partner-inner-box .section-title-with-large-box span {
    font-size: 20px;
  }
  .sm-partner-shape {
    display: none;
  }
  .sm-overview-card .image-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
  }
  .sm-overview-card .image-icon img {
    max-width: 50px;
  }
  .sm-overview-card h3 {
    font-size: 18px;
  }
  .sm-pricing-card {
    padding: 20px;
  }
  .sm-pricing-card .pricing-header {
    margin-bottom: 20px;
  }
  .sm-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .sm-pricing-card .price {
    font-size: 35px;
  }
  .sm-pricing-card .price span {
    font-size: 12px;
    top: -5px;
  }
  .sm-pricing-card .pricing-features {
    margin-top: 22px;
  }
  .sm-pricing-card .pricing-features li {
    font-size: 14.5px;
    padding-left: 22px;
  }
  .sm-subscribe-inner-box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sm-subscribe-shape-1, .sm-subscribe-shape-2 {
    display: none;
  }
  .sm-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .sm-blog-shape {
    display: none;
  }
  .footer-area-with-black-color .single-footer-widget.ps-5 {
    padding-left: 0 !important;
  }
  .footer-shape-1, .footer-shape-2 {
    display: none;
  }
  .top-bar-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .top-bar-info {
    text-align: center;
  }
  .top-bar-info li {
    margin-bottom: 10px;
  }
  .top-bar-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .top-bar-social li a i {
    font-size: 15px;
  }
  .is-banner-item {
    padding-top: 100px;
    padding-bottom: 200px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
  }
  .is-banner-content h1 {
    font-size: 55px;
  }
  .is-banner-slides.owl-theme .owl-nav {
    right: 0;
    left: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    bottom: 55px;
  }
  .is-banner-slides.owl-theme .owl-nav [class*=owl-] {
    margin: 0 5px;
    font-size: 18px;
    display: inline-block;
  }
  .is-features-card {
    padding: 80px 25px 25px 25px;
  }
  .is-features-card h3 {
    font-size: 20px;
  }
  .is-features-card .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  .is-about-content {
    padding-right: 0;
  }
  .is-about-content h3 {
    font-size: 30px;
  }
  .is-about-image {
    text-align: center;
    margin-top: 35px;
  }
  .is-about-image .is-about-shape {
    display: none;
  }
  .is-services-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .is-services-card {
    padding: 20px;
  }
  .is-services-card h3 {
    font-size: 18px;
  }
  .is-expertise-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .is-expertise-content h3 {
    font-size: 25px;
  }
  .is-case-studies-area .section-title-with-large-box .default-btn {
    display: none;
  }
  .is-case-studies-list-tabs .nav .nav-item .nav-link {
    font-size: 18px;
  }
  .is-case-studies-image {
    padding-left: 0;
    margin-top: 30px;
  }
  .is-case-studies-image .content {
    padding: 20px;
    border-radius: 10px;
    position: relative;
    right: 0;
    bottom: 0;
    max-width: 100%;
    margin-top: 10px;
  }
  .is-testimonials-card p {
    padding: 25px;
  }
  .is-team-content {
    padding-right: 0;
    margin-bottom: 35px;
  }
  .is-team-content h3 {
    font-size: 30px;
  }
  .is-team-member .content h3 {
    font-size: 18px;
  }
  .is-analysis-content {
    padding-left: 0;
    margin-top: 35px;
  }
  .is-analysis-content h3 {
    font-size: 30px;
  }
  .me-banner-area .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    max-width: 720px;
  }
  .me-banner-content h1 {
    font-size: 55px;
  }
  .me-banner-image {
    margin-top: 30px;
    text-align: center;
  }
  .me-banner-shape {
    display: none;
  }
  .me-features-card {
    padding-right: 0;
  }
  .me-features-card h3 {
    font-size: 20px;
  }
  .me-about-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .me-about-content h3 {
    font-size: 30px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts i {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    position: relative;
    margin-bottom: 15px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts p {
    font-size: 14.5px;
  }
  .me-services-shape1, .me-services-shape2, .me-services-shape3 {
    display: none;
  }
  .me-choose-content h3 {
    font-size: 30px;
  }
  .me-choose-content .choose-inner-card h4 {
    font-size: 20px;
  }
  .me-choose-image {
    text-align: center;
    margin-top: 35px;
  }
  .me-team .row .col-lg-3:nth-child(2) .is-team-member {
    margin-bottom: 30px;
  }
  .me-team-shape {
    display: none;
  }
  .sm-pricing-section-content {
    margin-bottom: 30px;
  }
  .sm-pricing-section-content h3 {
    font-size: 30px;
  }
  .me-pricing-shape1, .me-pricing-shape2 {
    display: none;
  }
  .me-testimonials-shape1, .me-testimonials-shape2 {
    display: none;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 34px;
  }
  .navbar-area {
    position: relative;
    background-color: #ffffff;
  }
  .strax-nav .navbar .navbar-nav {
    margin-left: auto;
  }
  .strax-nav .navbar .others-options {
    margin-left: 25px;
  }
  .strax-nav .navbar .others-options .optional-btn {
    display: none;
  }
  .main-banner-content .content {
    max-width: 550px;
    padding-right: 80px;
    margin-top: 0;
  }
  .main-banner-content .content h1 {
    font-size: 42px;
  }
  .banner-content {
    padding-top: 145px;
    padding-bottom: 130px;
  }
  .banner-content .content {
    max-width: 550px;
    padding-right: 60px;
  }
  .banner-content .content h1 {
    font-size: 42px;
  }
  .banner-image {
    height: 770px;
  }
  .chat-wrapper {
    width: 460px;
  }
  .partner-area .container {
    max-width: 960px;
  }
  .services-content .content {
    max-width: 485px;
    padding-left: 15px;
  }
  .services-content .content .icon {
    margin-bottom: 18px;
  }
  .services-content .content h2 {
    font-size: 33px;
  }
  .services-content .content .default-btn {
    margin-top: 5px;
  }
  .services-content .content.left-content {
    padding-right: 15px;
  }
  .features-box {
    padding: 30px 19px;
  }
  .features-box h3 {
    font-size: 20px;
  }
  .faq-accordion {
    max-width: 570px;
  }
  .single-blog-post .post-content .post-info .post-by {
    -ms-flex: 0 0 65%;
    -webkit-box-flex: 0;
            flex: 0 0 65%;
    max-width: 65%;
  }
  .single-blog-post .post-content .post-info .details-btn {
    -ms-flex: 0 0 35%;
    -webkit-box-flex: 0;
            flex: 0 0 35%;
    max-width: 35%;
  }
  .shape10, .shape11, .shape12, .shape13, .shape21, .shape22 {
    display: none;
  }
  .single-feedback-item {
    margin-top: 150px;
  }
  .app-download-content h2 {
    font-size: 34px;
  }
  .free-trial-content h2 {
    font-size: 34px;
  }
  .about-content h2 {
    font-size: 34px;
  }
  .faq-accordion h2 {
    font-size: 34px;
  }
  .contact-form h3 {
    font-size: 30px;
  }
  .contact-info .contact-info-content h2 {
    font-size: 34px;
  }
  .login-content .login-form {
    max-width: 450px;
  }
  .signup-content .signup-form {
    max-width: 450px;
  }
  .single-features-card {
    padding: 20px;
  }
  .single-features-card h3 {
    font-size: 18px;
  }
  .features-box-one h3 {
    font-size: 20px;
  }
  .single-blog-post .post-content h3 {
    font-size: 18px;
  }
  .banner-image.mbanner-bg-one .animate-banner-image {
    margin-top: 0;
  }
  .single-pricing-table.center-align .pricing-features {
    margin-left: 30px;
    margin-right: 30px;
  }
  .services-area.bg-right-shape::before {
    width: 67%;
  }
  .services-area.bg-left-shape::before {
    width: 63%;
  }
  .chatbot-main-banner .main-banner-content .content {
    padding-right: 115px;
  }
  /* SaaS Home */
  .saas-banner {
    height: 750px;
  }
  .saas-banner .row.align-items-center.pt-5 {
    padding: 0 !important;
  }
  .saas-banner .hero-content h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .saas-banner .hero-content p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  /* End SaaS Home */
  /* Service details */
  .service-details-content .service-details-info .single-info-box .social li {
    display: inline-block;
    margin-right: 2px;
  }
  /* End Service details */
  .navbar-area.p-relative .strax-nav .container {
    max-width: 960px;
  }
  .digital-agency-banner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .digital-agency-banner .container {
    max-width: 960px;
  }
  .digital-agency-banner-content h1 {
    font-size: 50px;
  }
  .about-inner-content {
    padding: 40px;
  }
  .about-inner-content .content {
    max-width: 100%;
  }
  .about-inner-content .content h2 {
    font-size: 30px;
  }
  .about-inner-content .content .features-list li {
    font-size: 16px;
  }
  .about-inner-content .content .features-list li i {
    width: 30px;
    height: 30px;
    line-height: 31px;
    font-size: 25px;
    top: 4px;
  }
  .single-featured-box h3 {
    font-size: 21px;
  }
  .single-services-box .content h3 {
    font-size: 20px;
  }
  .case-studies-area .container-fluid {
    max-width: 960px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .case-studies-slides.owl-theme {
    left: 0;
  }
  .case-studies-slides.owl-theme .owl-nav {
    right: 0;
  }
  .single-case-studies-item .content {
    padding: 30px 15px 20px;
  }
  .single-case-studies-item .content h3 {
    font-size: 20px;
  }
  .single-team-member .content {
    padding: 30px 18px 15px;
  }
  .single-team-member .content h3 {
    font-size: 20px;
  }
  .single-blog-post-item .post-content h3 {
    font-size: 20px;
  }
  .company-preview-area {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .lets-talk-content h2 {
    font-size: 34px;
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .navbar-area-with-position-relative .strax-nav .navbar .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
  }
  .seo-marketing-banner-content h1 {
    font-size: 50px;
  }
  .seo-marketing-banner-shape-2 {
    bottom: 12%;
    left: 40%;
    -webkit-transform: translateY(-12%) translateX(-40%);
            transform: translateY(-12%) translateX(-40%);
  }
  .sm-features-card {
    padding: 20px;
  }
  .sm-features-card h3 {
    font-size: 18px;
  }
  .sm-about-content {
    padding-left: 0;
  }
  .sm-about-content .list li {
    font-size: 15px;
  }
  .sm-websites-inner-area {
    padding-left: 50px;
    padding-right: 50px;
  }
  .sm-websites-content {
    padding-right: 0;
  }
  .sm-websites-content h3 {
    font-size: 30px;
  }
  .sm-services-card {
    padding: 25px 18px;
  }
  .sm-services-card .content {
    padding-left: 55px;
  }
  .sm-services-card .content .icon i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
  }
  .sm-services-card .content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sm-services-card.some-left {
    left: 0;
  }
  .sm-services-card.some-right {
    right: 0;
  }
  .sm-services-card-image {
    padding-left: 0;
    padding-right: 0;
  }
  .sm-funfacts-inner-box {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sm-single-funfacts {
    padding-left: 55px;
  }
  .sm-single-funfacts img {
    max-width: 40px;
  }
  .sm-single-funfacts h3 {
    font-size: 35px;
  }
  .sm-single-funfacts h3 .sign-icon {
    font-size: 28px;
  }
  .sm-single-funfacts p {
    font-size: 14.5px;
  }
  .sm-pricing-card {
    padding: 20px;
  }
  .sm-pricing-card .pricing-header {
    margin-bottom: 20px;
  }
  .sm-pricing-card .pricing-header h3 {
    font-size: 18px;
  }
  .sm-pricing-card .price {
    font-size: 35px;
  }
  .sm-pricing-card .price span {
    font-size: 14px;
  }
  .sm-pricing-card .pricing-features li {
    font-size: 12.5px;
    padding-left: 22px;
  }
  .sm-blog-card .blog-content h3 {
    font-size: 20px;
  }
  .top-bar-info li {
    margin-right: 12px;
    font-size: 14px;
  }
  .top-bar-social li {
    margin-right: 5px;
    font-size: 14px;
  }
  .top-bar-social li a i {
    font-size: 15px;
    position: relative;
    top: 1px;
  }
  .is-banner-content h1 {
    font-size: 65px;
  }
  .is-features-card {
    padding: 80px 25px 25px 25px;
  }
  .is-services-card {
    padding: 25px;
  }
  .is-services-card h3 {
    font-size: 18px;
  }
  .is-expertise-content {
    padding-left: 8px;
  }
  .is-expertise-content h3 {
    line-height: 1.3;
  }
  .is-case-studies-list-tabs .nav .nav-item .nav-link {
    font-size: 15px;
  }
  .is-case-studies-image {
    padding-left: 0;
  }
  .is-case-studies-image .content {
    bottom: -80px;
    max-width: 475px;
  }
  .is-team-member .content {
    padding: 20px 62px 20px 10px;
  }
  .is-team-member .content h3 {
    font-size: 15px;
  }
  .is-team-member .content i {
    right: 10px;
  }
  .is-analysis-content {
    padding-left: 10px;
  }
  .me-banner-content h1 {
    font-size: 48px;
  }
  .me-features-card h3 {
    font-size: 20px;
  }
  .me-about-content {
    padding-left: 15px;
  }
  .me-about-content .list li {
    font-size: 15px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts {
    padding-left: 0;
    text-align: center;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts i {
    position: relative;
    margin-bottom: 15px;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 1200px to Max width 1300px */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .navbar-area .container {
    max-width: 1240px;
  }
  .strax-nav .navbar .navbar-nav {
    margin-left: 70px;
  }
  .main-banner-content .content {
    max-width: 675px;
    padding-right: 150px;
  }
  .main-banner-content .content h1 {
    font-size: 50px;
  }
  .banner-content .content {
    max-width: 675px;
    padding-right: 150px;
  }
  .banner-content .content h1 {
    font-size: 50px;
  }
  .shape21 {
    display: none;
  }
  .partner-area .container {
    max-width: 1140px;
  }
  .case-studies-slides.owl-theme {
    left: calc((100% - 1115px) / 2);
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .sm-features-card h3 {
    font-size: 22px;
  }
  .sm-about-content .list li {
    font-size: 15px;
  }
  .sm-services-card .content {
    padding-left: 82px;
  }
  .sm-services-card .content .icon i {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 30px;
  }
  .sm-services-card .content h3 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .sm-single-funfacts {
    padding-left: 85px;
  }
  .sm-single-funfacts img {
    max-width: 65px;
  }
  .sm-single-funfacts h3 {
    font-size: 35px;
  }
  .sm-single-funfacts h3 .sign-icon {
    font-size: 35px;
  }
  .sm-single-funfacts p {
    font-size: 14.5px;
  }
  .is-case-studies-image {
    padding-left: 15px;
  }
  .is-team-member .content h3 {
    font-size: 16px;
  }
  .me-banner-content h1 {
    font-size: 60px;
  }
  .sm-funfacts-inner-box.bg-with-linear-gradient .sm-single-funfacts {
    padding-left: 90px;
  }
  .sm-pricing-card {
    padding: 30px 20px;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 1550px */
@media only screen and (min-width: 1550px) {
  .main-banner-content .content {
    max-width: 790px;
    padding-right: 170px;
  }
  .banner-content {
    padding-top: 290px;
    padding-bottom: 200px;
  }
  .banner-content .content {
    max-width: 785px;
  }
  .case-studies-slides.owl-theme .owl-nav {
    right: 41.7%;
  }
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  .top-bar-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1920px;
  }
  .navbar-area-with-position-relative .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1920px;
  }
  .seo-marketing-banner .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1920px;
  }
  .me-banner-area .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
    max-width: 1920px;
  }
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

/* Min width 1800px */
@media only screen and (min-width: 1800px) {
  .services-area.bg-left-shape::before {
    width: 42%;
  }
  .services-area.bg-right-shape::before {
    width: 42%;
  }
  .saas-banner {
    height: 1000px;
  }
}
/*# sourceMappingURL=responsive.css.map */
.home-contact-form {
	border-color: gray !important;
	color: darkgray !important;
}

.home-contact-form::placeholder {
	color: darkgray !important;
}

.stratavote_show {
	display: none !important;
}

.cap_uncheck {
	background-image: url("../img/cap_unchecked.png");
	background-size: 300px 100px;
	height: 100px;
	width: 300px;
}

.cap_checked {
	background-image: url("../img/cap_checked.png");
	background-size: 300px 100px;
	height: 100px;
	width: 300px;
}

.bg-solid-white {
	background-color: #FFFFFF;
}

.bg-tr-white-50 {
	background-color: #FFFFFF;
	opacity: 50%;
	color: #E000FF !important;
}

.bg-tr-yellow-50 {
	background-color: #F7D700;
	opacity: 50%;
	padding: 20px;
	color: #009E16 !important;
}

.align-right {
	right: 0;
}

.banner-cover {
	background-image: linear-gradient(270deg, rgba(0, 53, 148, 0), #003594) !important;
	opacity: 50%;
}

.home-alert-dialog {
	position: fixed;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	width: 212px;
}

.home-alert-back {
	background: url("../img/cost_cut_sm.jpg");
	background-repeat: no-repeat;
	width: 200px;
	height: 189px;
}

.home-alert {
	padding: 0.5rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	background: #FCFFD2;
}

.home-alert a {
	color: #0897FF;
	font-weight: 400;
	text-align: center;
}

.loader {
	border: 16px solid #f3f3f3;
	border-radius: 50%;
	border-top: 16px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	margin-top: 20px;
	display: none;
}

/* Safari */
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


#hero .animated {
	animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

@keyframes up-down {
	0% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-10px);
	}
}
.theme-dark {
  /* Start "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
  /* End "SEO Marketing Demo" "IT Solution Demo" "Marketing Experts Demo" "CSS" */
}

.theme-dark body {
  background-color: #242435;
  color: #ffffff;
}

.theme-dark a {
  color: #ffffff;
}

.theme-dark a:hover {
  color: #13c4a1;
}

.theme-dark p {
  color: #e1e1e1;
}

.theme-dark .h1, .theme-dark .h2, .theme-dark .h3, .theme-dark .h4, .theme-dark .h5, .theme-dark .h6, .theme-dark h1, .theme-dark h2, .theme-dark h3, .theme-dark h4, .theme-dark h5, .theme-dark h6 {
  color: #ffffff;
}

.theme-dark .bg-f8fbfa {
  background-color: #13131d;
}

.theme-dark .bg-f4f6fc {
  background-color: #000000;
}

.theme-dark .bg-f4f5fe {
  background-color: #30303d;
}

.theme-dark .bg-color-f4f5fe {
  background-color: #131318;
}

.theme-dark .default-btn:hover, .theme-dark .default-btn:focus {
  color: #ffffff;
}

.theme-dark .bg-f9f9f9 {
  background-color: #000000;
}

.theme-dark .bg-f4e9da {
  background-color: #0d0d12;
}

.theme-dark .navbar-area.is-sticky {
  background-color: #080a3c !important;
}

.theme-dark .navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn {
  color: #ffffff;
}

.theme-dark .navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn i {
  color: #ffffff;
}

.theme-dark .navbar-area.is-sticky .strax-nav .navbar .others-options .optional-btn::before {
  border-color: #ffffff;
}

.theme-dark .navbar-area.navbar-style-two {
  background-color: #242435;
}

.theme-dark .navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn {
  color: #ffffff;
}

.theme-dark .navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:hover, .theme-dark .navbar-area.navbar-style-two .strax-nav .navbar .others-options .optional-btn:focus {
  border-color: #080a3c;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item {
  /* Mega dropdown menu */
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item:hover a, .theme-dark .strax-nav .navbar .navbar-nav .nav-item.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  background: #080a3c;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #ffffff;
  border-bottom-color: #1e1f2f;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #ffffff;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #13c4a1;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu h3 {
  color: #ffffff;
  border-bottom-color: #1e1f2f;
}

.theme-dark .strax-nav .navbar .navbar-nav .nav-item .mega-dropdown-menu .nav-item a {
  border-bottom-color: #1e1f2f !important;
}

.theme-dark .navbar-brand.white-logo {
  display: inline-block;
}

.theme-dark .navbar-brand.black-logo {
  display: none;
}

.theme-dark .strax-responsive-menu .white-logo {
  display: inline-block;
}

.theme-dark .strax-responsive-menu .black-logo {
  display: none;
}

.theme-dark .others-option-for-responsive .dot-menu .inner .circle {
  background-color: #ffffff;
}

.theme-dark .others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #13c4a1;
}

.theme-dark .others-option-for-responsive .container .container {
  background-color: #30303d;
}

.theme-dark .bg-white {
  background-color: #242435 !important;
}

.theme-dark .main-banner-content .content .default-btn:hover {
  color: #ffffff;
}

.theme-dark .services-area.bg-right-shape::before {
  background-color: #13131d;
}

.theme-dark .single-features-card {
  background-color: #242435;
}

.theme-dark .single-features-card h3 a {
  color: #ffffff;
}

.theme-dark .single-features-card h3 a:hover {
  color: #13c4a1;
}

.theme-dark .feature-box {
  color: #ffffff;
  border-color: #33333d;
  background-color: #13131d;
}

.theme-dark .feature-box:hover {
  background-color: #13c4a1;
}

.theme-dark .funfact-style-two {
  background-color: #13131d;
  border-color: #3b3b47;
}

.theme-dark .contact-cta-box {
  border-color: #393949;
}

.theme-dark .features-box-one {
  background: #242435;
}

.theme-dark .features-box {
  border-color: #353547;
}

.theme-dark .features-box:hover {
  background-color: #080a3c;
  border-color: #080a3c;
}

.theme-dark .overview-item {
  border-bottom-color: #1d1b1b;
}

.theme-dark .overview-content ul li {
  color: #e1e1e1;
}

.theme-dark .single-feedback-item .feedback-desc {
  background-color: #13131d;
}

.theme-dark .single-feedback-item .feedback-desc::before {
  opacity: .15;
}

.theme-dark .single-testimonials-item {
  background-color: #13131d;
}

.theme-dark .single-testimonials-item::before {
  opacity: .10;
}

.theme-dark .single-pricing-table {
  background-color: #242435;
}

.theme-dark .single-pricing-table .price {
  border-top-color: #30303d;
  border-bottom-color: #30303d;
}

.theme-dark .single-pricing-table .price sub {
  color: #e1e1e1;
}

.theme-dark .single-pricing-table .pricing-features li {
  color: #e1e1e1;
}

.theme-dark .single-pricing-table .pricing-features li span {
  color: #e1e1e1;
}

.theme-dark .pricing-list-tab .tabs li a {
  background-color: #242435;
  color: #ffffff;
}

.theme-dark .pricing-list-tab .tabs li.current a {
  color: #ffffff;
  background-color: #080a3c;
}

.theme-dark .service-details-content .service-details-info {
  background-color: #13131d;
}

.theme-dark .service-details-content .service-details-info .single-info-box span {
  color: #e1e1e1;
}

.theme-dark .about-inner-content {
  background-color: #000000;
}

.theme-dark .about-inner-content .content .features-list li {
  color: #e1e1e1;
}

.theme-dark .col-lg-3:nth-child(3) .single-team-box .content span, .theme-dark .col-lg-3:nth-child(5) .single-team-box .content span {
  color: #ffffff;
}

.theme-dark .bg-color-f4f5fe .faq-accordion .accordion .accordion-item {
  background: #242435;
}

.theme-dark .subscribe-area.bg-f4f5fe {
  background-color: #242435;
}

.theme-dark .subscribe-area.bg-f4f5fe::before {
  background-color: #30303d;
}

.theme-dark .fun-facts-inner-content ul li {
  color: #e1e1e1;
}

.theme-dark .single-clients-logo a {
  background-color: #242435;
}

.theme-dark .single-clients-logo a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.theme-dark .bg-color-f8fbfa .single-clients-logo a {
  background-color: #30303d;
}

.theme-dark .bg-color-f8fbfa .single-clients-logo a:hover {
  background-color: #080a3c;
}

.theme-dark .single-partner-item a img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.theme-dark .single-partner-box img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.theme-dark .single-team-member .content {
  background-color: #30303d;
}

.theme-dark .single-team-member .content span {
  color: #e1e1e1;
}

.theme-dark .single-services-box {
  background-color: #13131d;
}

.theme-dark .single-case-studies-item .content {
  background-color: #242435;
}

.theme-dark .single-blog-post-item {
  background-color: #242435;
}

.theme-dark .single-blog-post-item .post-content .category {
  color: #e1e1e1;
}

.theme-dark .single-blog-post-item .post-content .category:hover {
  color: #ff612f;
}

.theme-dark .single-blog-post-item .post-content .post-content-footer li {
  color: #e1e1e1;
}

.theme-dark .faq-accordion .accordion .accordion-item {
  background: #13131d;
}

.theme-dark .faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .faq-accordion .accordion .accordion-content {
  color: #e1e1e1;
}

.theme-dark .app-download-area {
  background: #000000;
}

.theme-dark .single-blog-post {
  background-color: #13131d;
}

.theme-dark .single-blog-post .post-image .date {
  background-color: #13131d;
  color: #ffffff;
}

.theme-dark .single-blog-post .post-content .post-info .post-by h6 {
  color: #e1e1e1;
}

.theme-dark .single-blog-post .post-content .post-info .details-btn a {
  background-color: #242435;
  color: #ffffff;
}

.theme-dark .single-blog-post .post-content .post-info .details-btn a:hover {
  background-color: #13c4a1;
}

.theme-dark .login-content .login-form form .form-control {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-color: #13131d;
  color: #ffffff;
}

.theme-dark .login-content .login-form form .form-control::-webkit-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .login-content .login-form form .form-control:-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .login-content .login-form form .form-control::-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .login-content .login-form form .form-control::placeholder {
  color: #e1e1e1;
}

.theme-dark .login-content .login-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .login-content .login-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .login-content .login-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .login-content .login-form form .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .login-form .white-logo {
  display: inline-block;
}

.theme-dark .login-form .black-logo {
  display: none;
}

.theme-dark .signup-content .signup-form form .form-control {
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  background-color: #13131d;
  color: #ffffff;
}

.theme-dark .signup-content .signup-form form .form-control::-webkit-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .signup-content .signup-form form .form-control:-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .signup-content .signup-form form .form-control::-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .signup-content .signup-form form .form-control::placeholder {
  color: #e1e1e1;
}

.theme-dark .signup-content .signup-form form .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.theme-dark .signup-content .signup-form form .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.theme-dark .signup-content .signup-form form .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.theme-dark .signup-content .signup-form form .form-control:focus::placeholder {
  color: transparent;
}

.theme-dark .signup-form .white-logo {
  display: inline-block;
}

.theme-dark .signup-form .black-logo {
  display: none;
}

.theme-dark .pagination-area .page-numbers {
  background-color: #000000;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
  color: #ffffff;
}

.theme-dark .pagination-area .page-numbers.current, .theme-dark .pagination-area .page-numbers:hover, .theme-dark .pagination-area .page-numbers:focus {
  background: #13c4a1;
}

.theme-dark .widget-area .widget .widget-title {
  border-bottom-color: #2e2e3f;
}

.theme-dark .widget-area .widget_search {
  background-color: #13131d;
}

.theme-dark .widget-area .widget_search form .search-field {
  color: #ffffff;
  border-color: #242435;
}

.theme-dark .widget-area .widget_search form .search-field:focus {
  border-color: #13c4a1;
}

.theme-dark .widget-area .widget_strax_posts_thumb .item .info time {
  color: #e1e1e1;
}

.theme-dark .widget-area .widget_recent_entries ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_entries ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_entries ul li a:hover {
  color: #13c4a1;
}

.theme-dark .widget-area .widget_recent_entries ul li .post-date {
  color: #e1e1e1;
}

.theme-dark .widget-area .widget_recent_comments ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_comments ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_recent_comments ul li a:hover {
  color: #13c4a1;
}

.theme-dark .widget-area .widget_archive ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_archive ul li a:hover {
  color: #13c4a1;
}

.theme-dark .widget-area .widget_categories ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_categories ul li a:hover {
  color: #13c4a1;
}

.theme-dark .widget-area .widget_meta ul li {
  color: #ffffff;
}

.theme-dark .widget-area .widget_meta ul li a {
  color: #ffffff;
}

.theme-dark .widget-area .widget_meta ul li a:hover {
  color: #13c4a1;
}

.theme-dark .widget-area .tagcloud a {
  color: #ffffff;
  border-color: #13131d;
}

.theme-dark .widget-area .tagcloud a:hover, .theme-dark .widget-area .tagcloud a:focus {
  color: #ffffff;
  border-color: #13c4a1;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li {
  color: #e1e1e1;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a {
  color: #e1e1e1;
}

.theme-dark .blog-details-desc .article-content .entry-meta ul li a:hover {
  color: #13c4a1;
}

.theme-dark .blog-details-desc .article-content .features-list li {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-body {
  border-bottom-color: #373747;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a {
  border-color: #373747;
  color: #ffffff;
}

.theme-dark .comments-area .comment-body .reply a:hover {
  color: #ffffff;
  border-color: #13c4a1;
}

.theme-dark .comments-area .comment-metadata {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-metadata a {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-metadata a:hover {
  color: #13c4a1;
}

.theme-dark .comments-area .comment-respond label {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-respond input[type="date"], .theme-dark .comments-area .comment-respond input[type="time"], .theme-dark .comments-area .comment-respond input[type="datetime-local"], .theme-dark .comments-area .comment-respond input[type="week"], .theme-dark .comments-area .comment-respond input[type="month"], .theme-dark .comments-area .comment-respond input[type="text"], .theme-dark .comments-area .comment-respond input[type="email"], .theme-dark .comments-area .comment-respond input[type="url"], .theme-dark .comments-area .comment-respond input[type="password"], .theme-dark .comments-area .comment-respond input[type="search"], .theme-dark .comments-area .comment-respond input[type="tel"], .theme-dark .comments-area .comment-respond input[type="number"], .theme-dark .comments-area .comment-respond textarea {
  background-color: #242435;
  border-color: #373747;
  color: #ffffff;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-webkit-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea:-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .theme-dark .comments-area .comment-respond textarea::-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-respond input[type="date"]::placeholder, .theme-dark .comments-area .comment-respond input[type="time"]::placeholder, .theme-dark .comments-area .comment-respond input[type="datetime-local"]::placeholder, .theme-dark .comments-area .comment-respond input[type="week"]::placeholder, .theme-dark .comments-area .comment-respond input[type="month"]::placeholder, .theme-dark .comments-area .comment-respond input[type="text"]::placeholder, .theme-dark .comments-area .comment-respond input[type="email"]::placeholder, .theme-dark .comments-area .comment-respond input[type="url"]::placeholder, .theme-dark .comments-area .comment-respond input[type="password"]::placeholder, .theme-dark .comments-area .comment-respond input[type="search"]::placeholder, .theme-dark .comments-area .comment-respond input[type="tel"]::placeholder, .theme-dark .comments-area .comment-respond input[type="number"]::placeholder, .theme-dark .comments-area .comment-respond textarea::placeholder {
  color: #e1e1e1;
}

.theme-dark .comments-area .comment-respond input[type="date"]:focus, .theme-dark .comments-area .comment-respond input[type="time"]:focus, .theme-dark .comments-area .comment-respond input[type="datetime-local"]:focus, .theme-dark .comments-area .comment-respond input[type="week"]:focus, .theme-dark .comments-area .comment-respond input[type="month"]:focus, .theme-dark .comments-area .comment-respond input[type="text"]:focus, .theme-dark .comments-area .comment-respond input[type="email"]:focus, .theme-dark .comments-area .comment-respond input[type="url"]:focus, .theme-dark .comments-area .comment-respond input[type="password"]:focus, .theme-dark .comments-area .comment-respond input[type="search"]:focus, .theme-dark .comments-area .comment-respond input[type="tel"]:focus, .theme-dark .comments-area .comment-respond input[type="number"]:focus, .theme-dark .comments-area .comment-respond textarea:focus {
  border-color: #13c4a1;
}

.theme-dark .comments-area .comment-respond .comment-form-cookies-consent label {
  color: #e1e1e1;
}

.theme-dark .strax-post-navigation {
  border-top-color: #373747;
  border-bottom-color: #373747;
}

.theme-dark .prev-link-wrapper .prev-link-info-wrapper {
  color: #ffffff;
}

.theme-dark .prev-link-wrapper .meta-wrapper {
  color: #e1e1e1;
}

.theme-dark .next-link-wrapper .next-link-info-wrapper {
  color: #ffffff;
}

.theme-dark .next-link-wrapper .meta-wrapper {
  color: #e1e1e1;
}

.theme-dark blockquote, .theme-dark .blockquote {
  background-color: #080a3c;
}

.theme-dark blockquote p, .theme-dark .blockquote p {
  color: #ffffff;
}

.theme-dark blockquote cite, .theme-dark .blockquote cite {
  display: none;
}

.theme-dark blockquote::before, .theme-dark .blockquote::before {
  opacity: .10;
}

.theme-dark .contact-inner {
  background-color: #13131d;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.theme-dark .contact-features-list {
  border-right-color: #242435;
}

.theme-dark .contact-features-list ul li {
  color: #e1e1e1;
}

.theme-dark .contact-form form .form-control {
  color: #ffffff;
  border-color: #242435;
}

.theme-dark .contact-form form .form-control:focus {
  border-color: #13c4a1;
}

.theme-dark .contact-form form .form-control::-webkit-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .contact-form form .form-control:-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .contact-form form .form-control::-ms-input-placeholder {
  color: #e1e1e1;
}

.theme-dark .contact-form form .form-control::placeholder {
  color: #e1e1e1;
}

.theme-dark .contact-info .contact-info-content h2 span {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget p {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .services-list li {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .services-list li a {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .services-list li a:hover {
  color: #13c4a1;
}

.theme-dark .single-footer-widget .support-list li {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .support-list li a {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .support-list li a:hover {
  color: #13c4a1;
}

.theme-dark .single-footer-widget .footer-contact-info li a {
  color: #e1e1e1;
}

.theme-dark .single-footer-widget .footer-contact-info li a:hover {
  color: #13c4a1;
}

.theme-dark .navbar-area-with-position-relative.is-sticky {
  background-color: #242435 !important;
}

.theme-dark .seo-marketing-home-with-full-background {
  background-image: unset;
  background-color: #080a3c;
}

.theme-dark .seo-marketing-banner-content span {
  color: #ffffff;
}

.theme-dark .seo-marketing-banner-content .banner-btn li .video-btn {
  color: #ffffff;
}

.theme-dark .sm-features-card {
  background-color: #242435;
  border: 1px solid #242435;
}

.theme-dark .sm-features-card:hover {
  border: 1px solid #13c4a1;
}

.theme-dark .sm-about-content .list li {
  color: #ffffff;
}

.theme-dark .sm-websites-inner-area {
  background-color: #242435;
}

.theme-dark .sm-services-card {
  background-color: #242435;
  border: 1px solid #242435;
}

.theme-dark .sm-services-card h3 a {
  color: #ffffff;
}

.theme-dark .sm-services-card:hover {
  background-color: #13c4a1;
}

.theme-dark .sm-funfacts-inner-box {
  background: #242435;
}

.theme-dark .sm-faq-area .container {
  border-top: 1px solid #242435;
}

.theme-dark .sm-faq-accordion .accordion .accordion-item {
  background: #242435;
}

.theme-dark .sm-faq-accordion .accordion .accordion-title {
  color: #ffffff;
}

.theme-dark .sm-faq-accordion .accordion .accordion-title i {
  color: #ffffff;
}

.theme-dark .sm-faq-accordion .accordion .accordion-content {
  color: #ffffff;
}

.theme-dark .sm-pricing-card {
  background-color: #242435;
  border: 1px solid #242435;
}

.theme-dark .sm-pricing-card .price {
  color: #ffffff;
}

.theme-dark .sm-pricing-card .price span {
  color: #ffffff;
}

.theme-dark .sm-pricing-card .pricing-features li {
  color: #ffffff;
}

.theme-dark .sm-subscribe-area::before {
  display: none;
}

.theme-dark .sm-blog-area {
  background-color: #080a3c;
}

.theme-dark .sm-blog-card .blog-content h3 a {
  color: #ffffff;
}

.theme-dark .sm-blog-card .blog-content .meta li {
  color: #ffffff;
}

.theme-dark .sm-blog-card .blog-content .meta li a {
  color: #ffffff;
}

.theme-dark .footer-area-with-black-color {
  background-color: #0e0e0e;
}

.theme-dark .is-banner-slides::before {
  background: #080a3c;
}

.theme-dark .is-features-area {
  background: #080a3c;
}

.theme-dark .is-features-card {
  background-color: #242435;
  border: 1px solid #242435;
}

.theme-dark .is-partner {
  background: #0e0e0e;
}

.theme-dark .is-partner .section-title-with-large-box span {
  color: #ffffff;
}

.theme-dark .sm-partner-box a img {
  -webkit-filter: invert(100%) sepia(72%) saturate(0%) hue-rotate(147deg) brightness(109%) contrast(101%);
          filter: invert(100%) sepia(72%) saturate(0%) hue-rotate(147deg) brightness(109%) contrast(101%);
}

.theme-dark .is-expertise-content .expertise-funfacts {
  background: #080a3c;
}

.theme-dark .is-expertise-content .expertise-funfacts h2 {
  color: #ffffff;
}

.theme-dark .is-expertise-content .expertise-funfacts p {
  color: #ffffff;
}

.theme-dark .is-case-studies-area {
  background-color: #080a3c;
}

.theme-dark .is-case-studies-list-tabs .nav .nav-item .nav-link {
  background-color: #242435;
  color: #ffffff;
}

.theme-dark .is-case-studies-list-tabs .nav .nav-item .nav-link:hover, .theme-dark .is-case-studies-list-tabs .nav .nav-item .nav-link.active {
  background-color: #13c4a1;
}

.theme-dark .is-case-studies-image .content {
  background-color: #242435;
}

.theme-dark .sm-pricing-card.with-black-color {
  background-color: #080a3c;
  border: 1px solid #080a3c;
}

.theme-dark .is-team-member .content {
  background-color: #242435;
}

.theme-dark .is-analysis-area {
  background: #080a3c;
}

.theme-dark .is-analysis-content .form-group .form-control {
  background-color: #242435;
  border: 1px solid #242435;
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-control::placeholder {
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-check-label {
  color: #ffffff;
}

.theme-dark .is-analysis-content .form-group .form-check-label a {
  color: #ffffff;
}

.theme-dark .me-banner-content .banner-btn li .video-btn {
  color: #ffffff;
}

.theme-dark .me-banner-area {
  border-top: 1px solid #0e0e0e;
}

.theme-dark .me-lines .line {
  background: #0e0e0e;
}

.theme-dark .me-partner {
  background-color: #0e0e0e;
}

.theme-dark .me-partner .section-title-with-large-box span {
  color: #ffffff;
}

.theme-dark .me-about-area .container {
  border-top: 1px solid #080a3c;
}

.theme-dark .me-about-content .list li {
  color: #ffffff;
}

.theme-dark .me-funfacts .sm-funfacts-inner-box {
  background: #0e0e0e;
}

.theme-dark .is-team-area.me-team {
  background: #0e0e0e;
}

.theme-dark .sm-subscribe-area.me-subscribe {
  position: relative;
  z-index: 1;
}

.theme-dark .sm-subscribe-area.me-subscribe::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  background: #0e0e0e;
  width: 100%;
  height: 190px;
  z-index: -1;
}

.theme-dark .is-testimonials-area {
  background-color: #0e0e0e;
}

.theme-light .navbar-brand.white-logo {
  display: none;
}

.theme-light .strax-responsive-menu .white-logo {
  display: none;
}

.theme-light .login-form .white-logo {
  display: none;
}

.theme-light .signup-form .white-logo {
  display: none;
}

@media only screen and (max-width: 991px) {
  .theme-dark .navbar-area {
    background-color: #242435;
    border-bottom-color: #373743;
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav {
    background-color: #30303d;
    /* Mega dropdown menu */
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul {
    font-size: 14px;
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li a {
    color: #ffffff;
    border-top-color: #3f3f49;
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #13c4a1;
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .dropdown-menu {
    background-color: #30303d;
  }
  .theme-dark .strax-responsive-nav .strax-responsive-menu.mean-container .mean-nav .mega-dropdown-menu h3 {
    border-bottom-color: #1e1f2f;
  }
  .theme-dark .strax-responsive-nav .mean-container a.meanmenu-reveal {
    color: #ffffff;
  }
  .theme-dark .strax-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #ffffff;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .theme-dark .navbar-area {
    background-color: #242435;
  }
}
/*# sourceMappingURL=dark-style.css.map */
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 101px;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #f1f1f1;
    left: 40px;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 50px;
    position: relative;
    min-height: 50px;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    width: 100%;
    float: right;
    padding: 0 20px 0 20px;
    position: relative;
    text-align: left;
}

.timeline>li .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li .timeline-image {
    left: 0;
    margin-left: 0;
    width: 80px;
    height: 80px;
    position: absolute;
    z-index: 100;
    background-color: #fed136;
    color: white;
    border-radius: 100%;
    /* border: 7px solid #f1f1f1; */
    text-align: center;
}

.timeline>li .timeline-image h4 {
    font-size: 10px;
    margin-top: 12px;
    line-height: 14px;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
    padding: 0 20px 0 20px;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline>li:last-child {
    margin-bottom: 0;
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
    font-size: 26px;
    font-weight: 800;
}

.timeline .timeline-heading h4.subheading {
    text-transform: none;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .timeline:before {
        left: 50%;
    }

    .timeline>li {
        margin-bottom: 50px;
        min-height: 100px;
    }

    .timeline>li .timeline-panel {
        width: 41%;
        float: left;
        padding: 0 20px 20px 100px;
        text-align: right;
    }

    .timeline>li .timeline-image {
        width: 100px;
        height: 100px;
        left: 50%;
        margin-left: -50px;
    }

    .timeline>li .timeline-image h4 {
        font-size: 13px;
        margin-top: 16px;
        line-height: 18px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        text-align: left;
        padding: 0 30px 20px 100px;
    }
}

@media (min-width: 992px) {
    .timeline>li {
        min-height: 150px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px;
    }

    .timeline>li .timeline-image h4 {
        font-size: 18px;
        margin-top: 30px;
        line-height: 26px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (max-width: 786px) {
    .timeline>li {
        min-height: 170px;
    }

    .timeline>li .timeline-panel {
        padding: 0 20px 20px 20px;
    }

    .timeline>li .timeline-image {
        width: 70px;
        height: 70px;
        margin-left: 0px;
        position: revert;
    }

    .timeline>li .timeline-image h4 {
        margin-top: 40px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }

    .is-features-card {
        background-color: transparent;
        border: transparent;
        padding: 2px !important;
    }

    .is-features-card .number span {
        padding: 0px;
        margin: 0px;
        font-size: 45px;
    }
}

.is-features-card {
    padding: 40px;
    border-radius: 80px;
}
@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

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

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

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

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

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

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

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

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

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

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}



 /*---------------------------------------------------------------------
  Keyframes Animation
----------------------------------------------------------------------*/

/*--topBottom--*/

.topBottom{animation: topBottom 5s infinite;}

@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }


/*--leftRight--*/

.leftRight{animation: leftRight 1.2s infinite; animation-duration: 5s;}

@-webkit-keyframes leftRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes leftRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }



/*--rotateme--*/

.rotateme, .round-shape-animation, .main-timeline .timeline-icon{
    animation-name: rotateme; 
    animation-duration: 10s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  
  -webkit-animation-name: rotateme; 
    -webkit-animation-duration: 10s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
  
  -moz-animation-name: rotateme; 
    -moz-animation-duration: 10s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
  
  -ms-animation-name: rotateme; 
    -ms-animation-duration: 10s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
  
  -o-animation-name: rotateme; 
    -o-animation-duration: 10s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

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



@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translatex(-100%); }
}
@keyframes marquee-2 {
  0% { transform: translateX(-100%); }
  100% { transform: translatex(0); }
}


@keyframes rotate1 {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(360deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-360deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}

@keyframes rotate3 {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(360deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes rotate4 {
  0% {
    transform: rotateZ(0);
  }
  25% {
    transform: rotateZ(-360deg);
  }
  50% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}


@keyframes fadeInOut {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}
@keyframes ringScale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}


@keyframes cir{
  0%{
    transform: rotate(0deg);
  }
  50%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
  }
}


@keyframes cir2{
  0%{
    transform: rotate(0deg);
  }
  30%{
    transform: rotate(180deg);
  }
  100%{
    transform: rotate(360deg);
}
}



@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-o-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
