@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Charm:wght@400;700&family=Pacifico&display=swap');
body {
  font-family: "Nunito Sans", sans-serif;
  padding: 0;
  margin: 0;
}

a {
  outline: 0 !important;
  color: #283a5e;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
}

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

img {
  max-width: 100%;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
  line-height: 1;
  color: #2e2751;
}

p {
  margin-bottom: 0;
  margin-top: 0;
  color: #828893;
  font-size: 16px;
  line-height: 1.8;
}

.bg-fbf9f8 {
  background: #fbf9f8;
}

.bg-fbf9f8 {
  background-color: #2e2751;
}

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

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

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

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

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

/*btn*/
.btn {
  font-size: 15px;
  font-weight: 700;
  border-radius: 100px;
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
  padding: 14px 40px;
  border: none;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #2e2751;
  color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus {
  color: #f3a712;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary.focus, .btn-primary:focus {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary .show > .btn-primary.dropdown-toggle {
  color: #ff6d34;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #f3a71e;
  border-color: #007bff;
  opacity: 1;
}

.btn-primary.disabled:hover, .btn-primary:disabled {
  color: #f3a71e;
  background-color: #ffffff;
}

/*Section Title*/
.section-title {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.section-title span {
  color: #f3a712;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

.section-title h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 15px;
  text-transform: capitalize;
  /* max-width: 635px; */
  line-height: 38px;
  font-family: 'Charm', cursive;
}

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

.section-title .read-more-btn {
  position: absolute;
  right: 0;
  top: 50%;
  text-transform: capitalize;
  text-decoration: underline;
}

.section-title.text-center h3 {
  margin-left: auto;
  margin-right: auto;
}

.section-title.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/*Form Control*/
.form-group {
  margin-bottom: 15px;
}

.form-control {
  height: 45px;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #f3f5fe;
  outline: 0;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #f3f5fe;
}

.form-control::-webkit-input-placeholder {
  color: #6e6e6e !important;
}

.form-control:-ms-input-placeholder {
  color: #6e6e6e !important;
}

.form-control::-ms-input-placeholder {
  color: #6e6e6e !important;
}

.form-control::placeholder {
  color: #6e6e6e !important;
}

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

/*Owl Carousel btn*/
.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 20px;
  margin: -20px 0 0;
  padding: 0;
  background: #D6D6D6;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 40px;
  width: 40px;
  height: 40px;
  line-height: 42px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #f3a712;
  color: #ffffff;
}

.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 40px;
}

.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 20px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #f3a712;
}

/*=============================
Preloader CSS
===============================*/
.preloader-area {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 999999;
  left: 0;
  top: 0;
}

.spinner {
  margin: -85px auto 0 -65px;
  width: 65px;
  height: 65px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ff6d34;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/*=============================
Header CSS
===============================*/
.header-area {
  background: #2e2751;
  padding: 10px 0;
}

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

.header-area ul li {
  display: inline-block;
}

.header-area .social-links li a {
  color: #ffffff;
  margin-left: 8px;
  font-size: 15px;
  border: none;
  width: auto;
  height: auto;
  line-height: unset;
  border-radius: unset;
  text-align: left;
}

.header-area .social-links li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: rgba(255, 255, 255, 0.6);
}

.header-area .social-links li:first-child {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.header-area .header-info {
  text-align: right;
}
.text-left{
    text-align: left !important;
}
.header-area .header-info li {
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
  padding-right: 6px;
  color: #ffffff;
  position: relative;
}

.header-area .header-info li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 15px;
  width: 2px;
  background: rgba(225, 225, 225, 0.3);
}

.header-area .header-info li:first-child {
  padding-left: 0;
}

.header-area .header-info li:first-child::before {
  display: none;
}

.header-area .header-info li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.header-area .header-info li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

/*=============================
Navbar CSS
===============================*/
.navbar {
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  padding: 12px 0;
  border-top: 2px solid #f3a71e;
}

.navbar.p-fixed {
  position: fixed;
}

.navbar .row {
  width: 102%;
}

.bg-light {
  background-color: #2e2751 !important;
}
.is-sticky a {
    font-size: 13px !important;
}
.navbar-light.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 15px 0;
  background-color: #ffffff !important;
  -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);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.navbar-light.is-sticky .navbar-nav .nav-link{
    color: #000;
}
.navbar-light .navbar-brand {
  color: #283a5e;
  text-transform: uppercase;
  font-weight: 900;
}
.navbar-light .navbar-brand img{
    width: 160px;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #283a5e;
}

.navbar-light .navbar-brand span {
  color: #ff6d34;
}

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

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

.navbar-light .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  padding: 5px 12px 5px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #ff6d34;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #f3a712;
}

.navbar-expand-lg .navbar-collapse {
  float: none;
  justify-content: center;
}

.dropdown-menu {
  min-width: 15rem;
  padding: 0px 0;
  margin: 0;
  top: 105%;
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: .3s;
  transition-duration: .4s;
  border-radius: 0px;
}

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

.dropdown-item {
  font-size: 17px;
  font-weight: 500;
  color: #283a5e;
  padding: 7px 20px;
  margin: 2px 0;
  border-bottom: 1px solid #eee;
}
.navbar-light .navbar-nav .nav-link img {
    width: 30px;
    margin-right: 10px;
    object-fit: contain;
    height: 30px;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #ff6d34;
  background-color: transparent;
}

.dropdown-item.active, .dropdown-item:active {
  color: #ff6d34;
  background-color: transparent;
}

.navbar-right-side {
  text-align: right;
  padding: 6px 0 0;
}

.navbar-right-side div {
  display: inline-block;
}

.navbar-right-side div select {
  border: 1px solid #eee;
  width: 100%;
  padding: 2px;
  background: transparent;
  cursor: pointer;
  outline: 0 !important;
  position: relative;
}

.navbar-right-side h5 {
  display: inline-block;
  font-size: 17px;
  margin: 0 25px;
  color: #828893;
}

.navbar-right-side h5 a {
  font-size: 15px;
  color: #f3a712;
}

.modal-taggle-button span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  text-indent: -55px;
  background: #2e2751;
  top: -4px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.modal-taggle-button span::before, .modal-taggle-button span::after {
  content: '';
  width: 40px;
  height: 2px;
  background: #2e2751;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.modal-taggle-button span::before {
  top: -7px;
}

.modal-taggle-button span::after {
  bottom: -7px;
}

@media only screen and (max-width: 991px) {
  .bg-light {
    background-color: #ffffff !important;
  }
  .navbar {
    padding: 20px 0px;
    border-bottom: 1px solid #eeee;
  }
  .navbar.p-fixed {
    position: relative;
  }
  .navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-light .navbar-toggler {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #ff6d34;
    border-color: #ff6d34;
    outline: 0 !important;
    border-radius: 0;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 109, 52, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar-light .navbar-nav .nav-link {
    padding: 10px 0 10px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #eee;
  }
  .navbar-light.is-sticky {
    padding: 15px 15px;
  }
  .navbar-light.is-sticky .navbar-toggler {
    top: 12px;
  }
  .navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
  }
  .navbar-expand-lg .navbar-collapse {
    float: none;
    margin-top: 0;
  }
  .navbar-nav {
    height: 240px;
    overflow-y: auto;
    padding-top: 25px;
  }
  .navbar-nav .dropdown-menu {
    position: unset;
    float: none;
    display: none;
    opacity: 1;
    visibility: visible;
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  .navbar-right-side {
    display: none;
  }
  .dropdown-item {
    font-size: 16px;
    margin: 12px 0;
  }
}

/*=============================
Main Banner CSS
===============================*/
.main-banner {
  position: relative;
  height: 630px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 1550px) {
  .main-banner {
    height: 730px;
  }
}

.hero-bg-1 {
  background-image: url(../img/bg-pattern-2.png);
}

.circle-pattern-1 {
  -webkit-clip-path: circle(50% at 60% 46%);
  clip-path: circle(50% at 60% 46%);
  background: #fffaf8;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.hero-content h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.hero-content h1 span {
  color: #f3a712;
  position: relative;
  z-index: 1;
}

.hero-content h1 span::after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 15px;
  z-index: -1;
  background: #283a5e;
}

.hero-content p {
  margin-bottom: 35px;
  margin-top: 25px;
  font-size: 19px;
}

.hero-content .btn {
  margin-right: 25px;
}

.hero-image {
  position: absolute;
  right: 0;
  bottom: 30px;
  width: 725px;
}

@media only screen and (min-width: 1550px) {
  .hero-image {
    right: 0;
    bottom: 90px;
    width: 830px;
  }
}

.video-btn {
  position: relative;
  padding-right: 48px;
  text-transform: uppercase;
  font-weight: 900;
}

.video-btn i {
  margin-left: 15px;
  font-size: 35px;
  position: absolute;
  right: 0;
  bottom: -4px;
}

/*Main Banner Two*/
.main-banner-two {
  height: 750px;
  overflow: hidden;
  position: relative;
}

.main-banner-two .hero-content h1 {
  text-transform: capitalize;
}

.main-banner-two .banner-image {
  margin-top: 60px;
}

/*Main Banner Three*/
.main-banner-three {
  height: 630px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/bg-pattern-2.png);
}

.main-banner-three.hero-bg-1 {
  background-image: url(../img/bg-pattern-2.png);
}

.main-banner-three .hero-content h1 {
  text-transform: capitalize;
}

@media only screen and (min-width: 1550px) {
  .main-banner-three {
    height: 730px;
  }
}

/*Main Banner Four*/
.main-banner-four {
  height: 630px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.main-banner-four::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: .9;
  z-index: -1;
}

.main-banner-four .hero-content {
  margin-top: 30px;
}

.main-banner-four .hero-content h1 {
  text-transform: capitalize;
}

@media only screen and (min-width: 1550px) {
  .main-banner-four {
    height: 700px;
  }
}

.item-bg-1 {
  background-image: url(../img/main-bg-1.jpg);
}

.item-bg-2 {
  background-image: url(../img/main-bg-2.jpg);
}

.item-bg-3 {
  background-image: url(../img/main-bg-3.jpg);
}

/*=============================
Boxes CSS
===============================*/
.box {
  background: #ff6d34;
  padding: 0 30px;
  height: 110px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.box h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.box span {
  font-size: 100px;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -1;
}

.box.bg {
  background: #e6541b;
}

.boxes-area .owl-thumbs {
  overflow: hidden;
}

.boxes-area .owl-thumb-item {
  float: left;
  width: 33.333%;
}

/*=============================
About CSS
===============================*/
.about-area {
  background-image: url(../img/bg-pattern.png);
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.single-box {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-box:hover {
  background: #ff6d34;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

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

.single-box:hover .read-more-btn {
  color: #ffffff;
}

.single-box:hover .read-more-btn::before {
  background: #ffffff;
}

.single-box .icon {
  background: #f4f6fd;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 40px;
  color: #ff6d34;
  line-height: 100px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
          clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-box p {
  margin-bottom: 20px;
}

.single-box p, .single-box h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.read-more-btn {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  color: #f3a712;
  z-index: 1;
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 50px;
  bottom: 11px;
  width: 55px;
  height: 2px;
  background: #ff6d34;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
}

.read-more-btn:hover, .read-more-btn:focus {
  color: #283a5e;
}

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

.about-image {
  margin-top: 20px;
  position: relative;
}

.about-image .col-lg-6:first-child .image img {
  border-radius: 25px 0 0 0;
}

.about-image .col-lg-6:nth-child(2) .image img {
  border-radius: 0 25px 0 0;
}

.about-image .col-lg-6:nth-child(3) .image img {
  border-radius: 0 0 0 25px;
}

.about-image .col-lg-6:last-child .image img {
  border-radius: 0 0 25px 0;
}

.about-image .image img {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
          box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
  -webkit-transition: .2s;
  transition: .2s;
}

.about-image .image:hover img {
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 2s linear infinite;
}

.about-text {
  margin-top: 50px;
  padding-left: 30px;
}

.about-text span {
  color: #f3a821;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 50px;
  display: block;
  font-family: 'Charm', cursive;
}

.about-text h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0 25px;
  line-height: 40px;
  font-family: 'Charm', cursive;
}

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

.about-text .read-more-btn {
  margin-top: 10px;
}

.circle-pattern-2 {
  opacity: 0.5;
  height: 39em;
  position: absolute;
  width: 42em;
  bottom: -10px;
  left: -10px;
  background: #FFDD6E;
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  -webkit-animation: movebounce 3s linear infinite;
          animation: movebounce 3s linear infinite;
  z-index: -1;
}

.rocket {
  position: absolute;
  right: -20px;
  bottom: 16rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.vector {
  position: absolute;
  right: -13rem;
  bottom: -14rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
  z-index: -1;
}

@media only screen and (min-width: 1550px) {
  .circle-pattern-2 {
    opacity: 0.2;
    height: 55em;
    width: 60em;
  }
  .vector {
    right: -10rem;
    bottom: -2rem;
  }
  .rocket {
    right: 45px;
    bottom: 20rem;
  }
}

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

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

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

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

/*=============================
Features CSS
===============================*/
.features-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.features-area .about-image {
  margin-top: 0;
}

.features-area .about-text {
  margin-top: 50px;
}

.features-area .rocket {
  bottom: 45rem;
}

.features-text {
  margin-top: 40px;
}

.features-text h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.features-text ul {
  padding: 0;
  margin: 15px 0 25px;
  list-style-type: none;
}

.features-text ul li {
  position: relative;
  color: #828893;
  margin-bottom: 15px;
  padding-left: 30px;
}

.features-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.features-text ul li :last-child {
  margin-bottom: 0;
}
.features-text p{
    margin-bottom: 30px;
}
.single-features {
  text-align: center;
}

.single-features i {
  background: #f4f6fd;
  display: inline-block;
  width: 90px;
  height: 90px;
  font-size: 40px;
  color: #2e2751;
  line-height: 90px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-features:hover i {
  background: #2e2751;
  color: #ffffff;
}
.single-features {
    transition: 0.4s;
    background-color: #fff;
    padding: 10px 10px 20px;
    border-right: 1px solid #eee;
    box-shadow: 5px 10px 35px 5px #b3a7a729;
    margin-bottom: 30px;
}
.border_none{
    border-right: 0px;
}
.border_bottom{
    border-bottom: 0px;
}
.single-features:hover {
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    transition: 0.4s;  
}
.single-features h3 {
      font-size: 32px;
    font-weight: 800;
  margin-bottom: 15px;
  margin-top: 30px;
}

.single-features p {
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 21px;
}

/*Features Box Style*/
.features-area-three {
  padding-bottom: 55px;
}

.features-box {
  margin-bottom: 45px;
  position: relative;
  padding-left: 75px;
}

.features-box i {
  background: #f4f6fd;
  display: inline-block;
  width: 55px;
  height: 55px;
  font-size: 30px;
  color: #ff6d34;
  line-height: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.features-box:hover i {
  background: #ff6d34;
  color: #ffffff;
}

.features-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.features-box p {
  margin-bottom: 20px;
}

/*=============================
Services CSS
===============================*/
.services-area {
  padding-bottom: 70px;
}

.services-area.bg {
  background-image: url(../img/bg-pattern-2.png);
  background-attachment: fixed;
}

.single-services {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-services:hover {
  background: #f3a712;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.single-services:hover .icon {
  border-radius: 50%;
}

.single-services:hover p, .single-services:hover h3 {
  color: #ffffff;
}

.single-services:hover .read-more-btn {
  color: #ffffff;
}

.single-services:hover .read-more-btn::before {
  background: #ffffff;
}

.single-services .icon {
  background: #f4f6fd;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #f3a712;
  line-height: 80px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-services h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.single-services p {
  margin-bottom: 20px;
}

.single-services p, .single-services h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*Services Style Two*/
.services-box {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.services-box:hover .icon {
  color: #ffffff;
  background-color: #ff6d34;
}

.services-box .icon {
  border: 1px solid #ff6d34;
  display: inline-block;
  width: 80px;
  height: 80px;
  font-size: 40px;
  position: relative;
  color: #ff6d34;
  line-height: 80px;
  border-radius: 50%;
  z-index: 1;
  margin: 20px 0 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-box .icon::before {
  display: block;
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  top: -21px;
  left: -21px;
  z-index: -1;
  border: 0.5em solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 30px;
}

.services-box p {
  margin-bottom: 20px;
}

/*=============================
Analysis CSS
===============================*/
.analysis-area {
  position: relative;
  overflow: hidden;
}

.analysis-form {
  background: #ffffff;
  -webkit-box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 5px 7px 30px rgba(72, 73, 121, 0.15);
  padding: 40px;
  border-radius: 5px;
  text-align: center;
}

.analysis-form h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

.analysis-form form .btn {
  display: block;
  width: 100%;
  padding: 13px 40px;
  border-radius: 5px;
}

.analysis-text {
  position: relative;
  z-index: 1;
}

.analysis-text span {
  color: #ff6d34;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.analysis-text h3 {
  font-size: 36px;
  font-weight: 700;
  margin: 15px 0 25px;
  line-height: 40px;
}

.analysis-text ul {
  padding: 0;
  margin: 20px 0 0;
  list-style-type: none;
}

.analysis-text ul {
  padding: 0;
  margin: 20px 5px 0;
  list-style-type: none;
}

.analysis-text ul li {
  position: relative;
  color: #828893;
  margin-bottom: 15px;
  padding-left: 30px;
}

.analysis-text ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 17px;
  height: 17px;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.analysis-text ul li:last-child {
  margin-bottom: 0;
}

.pattern-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=============================
Project CSS
===============================*/
.shorting-menu {
  display: inline-block;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  padding: 18px 20px;
  margin-bottom: 40px !important;
  border-radius: 50px;
  margin: 0px auto;
  text-align: center;
  justify-content: center;
  display: flex;
  width: 750px;
}

.shorting-menu.text-center {
  display: block;
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
}

.shorting-menu .filter {
  border: none;
  background: #f4f4f4;
  padding: 9px 24px;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 30px;
  color: #828893;
  outline: 0 !important;
  margin-right: 5px;
  font-size: 16px;
  font-weight: 600;
}

.shorting-menu .filter.mixitup-control-active, .shorting-menu .filter:hover {
  background: #2e2751;
  color: #ffffff;
}

.shorting-menu .filter:last-child {
  margin-right: 0;
}

.single-work {
  overflow: hidden;
  position: relative;
  text-align: center;
  margin: 0px auto;
  display: flex;
  justify-content: center;
}

.single-work img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.single-work::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work:hover::before {
  opacity: .85;
  visibility: visible;
}

.single-work:hover .work-content {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.single-work:hover .popup-btn, .single-work:hover .link-btn {
  top: 40px;
  opacity: 1;
  visibility: visible;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.single-work .work-content {
  position: absolute;
  bottom: -115px;
  width: 100%;
  background: #ffffff;
  left: 0;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work .work-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.single-work .work-content ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.single-work .work-content ul li {
  display: inline-block;
}

.single-work .popup-btn, .single-work .link-btn {
  position: absolute;
  top: 0;
  right: 40px;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 46px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work .popup-btn:hover, .single-work .link-btn:hover {
  background: #ff6d34;
  border-color: #ff6d34;
}

.single-work .link-btn {
  top: 40px;
  right: auto;
  left: 0;
}

.single-work:hover .link-btn {
  left: 40px;
}

.project-slides {
  padding-left: 0;
  padding-right: 0;
}

.project-slides.owl-theme .owl-dots {
  margin-top: 45px !important;
}

.project-slides .single-work::before {
  z-index: 1;
}

.project-slides .single-work .work-content {
  z-index: 1;
}

.project-slides .single-work .popup-btn {
  z-index: 1;
}

.single-work .link-btn {
  z-index: 1;
}

/*=============================
Project Details CSS
===============================*/
.project-details {
  margin-top: 35px;
}

.project-details h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
}

.project-details p {
  font-size: 16px;
  margin-bottom: 15px;
}

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

.project-details ul.features li {
  position: relative;
  color: #828893;
  margin-bottom: 10px;
  padding-left: 24px;
}

.project-details ul.features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.project-details ul.features li:last-child {
  margin-bottom: 0;
}

.project-info ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
  color: #5c5c5c;
}

.project-info ul li:last-child {
  margin-bottom: 0;
}

.project-info ul li i {
  position: absolute;
  left: 0;
  top: 0;
  color: #ff6d34;
  font-size: 35px;
}

.project-info ul li span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

/*=============================
Working Process CSS
===============================*/
.single-work-process {
  text-align: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
}

.single-work-process::before {
  content: '';
  position: absolute;
  z-index: 1;
  background: url(../img/arrow-big.png) no-repeat center center;
  width: 217px;
  height: 210px;
  top: -20px;
  right: -120px;
}

.single-work-process .icon {
  background: #f4f6fd;
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 1;
  font-size: 35px;
  color: #2e2751;
  line-height: 80px;
  -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work-process .icon::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: #2e2751;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-work-process:hover .icon {
  color: #ffffff;
}

.single-work-process:hover .icon::before {
  opacity: 1;
  visibility: visible;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-work-process h3 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
}

.working-process-area .col-lg-3:last-child .single-work-process::before {
  display: none;
}

/*=============================
Team CSS
===============================*/
.team-area {
  padding-bottom: 70px;
}

.single-team {
  text-align: center;
  background: #ffffff;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 25px 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team:hover {
  background: #f3a712;
}

.single-team:hover .team-content h3, .single-team:hover .team-content span, .single-team:hover .team-content ul li a {
  color: #ffffff;
}

.single-team img {
  border-radius: 50%;
}

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

.single-team .team-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.single-team .team-content span {
  display: block;
  color: #828893;
}

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

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

.single-team .team-content h3, .single-team .team-content span, .single-team .team-content ul li a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*=============================
Testimonial CSS
===============================*/
.testimonial-area {
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px;
  background-color: #f8f5f5fb;
}

.testimonial-area .section-title {
  z-index: 1;
}

.testimonial-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.single-feedback {
  background: #ffffff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
  margin-top: 25px;
}

.single-feedback:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background: #f3a712;
}

.single-feedback:hover .client-info .img {
  top: -33px;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.single-feedback:hover p, .single-feedback:hover .client-info h4, .single-feedback:hover .client-info span {
  color: #ffffff;
}

.single-feedback:hover i {
  color: #ffffff;
  opacity: .14;
}

.single-feedback .client-info {
  position: relative;
  padding-left: 118px;
  margin-bottom: 30px;
}

.single-feedback .client-info .img {
  position: absolute;
  left: 0;
  top: -45px;
  width: 100px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-feedback .client-info .img img {
  border-radius: 50%;
}

.single-feedback .client-info h4 {
  font-size: 22px;
  font-weight: 700;
}

.single-feedback .client-info span {
  display: block;
  font-size: 16px;
  color: #828893;
  margin-top: 8px;
}

.single-feedback p, .single-feedback .client-info h4, .single-feedback .client-info span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-feedback i {
  font-size: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #6f8ba4;
  z-index: -1;
  margin-top: -6px;
  margin-left: -70px;
  opacity: .14;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*=============================
FunFacts CSS
===============================*/
.funfacts-area {
  position: relative;
  background: #f3a71e;
}

.funfacts-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-pattern-2.png);
}

.fun-fact {
  position: relative;
  padding-left: 65px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fun-fact:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.fun-fact i {
  font-size: 45px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.fun-fact h3 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  line-height: 28px;
}

.fun-fact p {
  font-size: 18px;
  color: #ffffff;
  display: block;
}

/*=============================
Check Your Website CSS
===============================*/
.check-your-website {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #eceae5;
}

.check-your-website::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg-pattern-2.png);
}

.check-your-website::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/seoscore.png) center center;
  z-index: -1;
  opacity: .7;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
}

.check-your-website .text {
  position: relative;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.check-your-website .text h3 {
  font-size: 34px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 10px;
}

.check-your-website .text h3 span {
  color: #283a5e;
}

.check-your-website .text p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}

.check-your-website .text .form-control {
  border-radius: 50px;
  border: none;
  height: 60px;
}

.check-your-website .text .btn {
  margin-top: 25px;
  padding: 16px 40px;
}

.check-your-website .text .btn-primary {
  background: #ffffff;
  color: #ff6d34;
}

.check-your-website .text .btn-primary:hover, .check-your-website .text .btn-primary:focus {
  background: #283a5e;
  color: #ffffff;
}

/*=============================
Pricing CSS
===============================*/
.pricing-area {
  position: relative;
  overflow: hidden;
}

.pricing-area .section-title {
  z-index: 1;
}

.pricing-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.tab-slider-nav {
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.tab-slider-tabs {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  background: #ffffff;
}

.tab-slider-tabs::after {
  content: "";
  width: 50%;
  background: #ff6d34;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 35px;
}

.tab-slider-tabs.slide::after {
  left: 50%;
}

.tab-slider-trigger {
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.tab-slider-trigger.active {
  color: #ffffff;
}

.tab-slider-container .row {
  width: 100%;
}

.pricingTable {
  padding-bottom: 30px;
  background: #ffffff;
  text-align: center;
  z-index: 1;
  position: relative;
  border-radius: 5px;
  background-image: url(../img/patt.png);
  background-position: center center;
  overflow: hidden;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.pricingTable .pricingTable-header {
  padding: 30px 15px 45px;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  clip-path: polygon(50% 100%, 100% 60%, 100% 0, 0 0, 0 60%);
  position: relative;
}

.pricingTable .pricingTable-header::before {
  content: "";
  width: 400px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -50%;
  top: -130%;
  background: repeating-radial-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.2) 20%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pricingTable .title {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pricingTable .price-value {
  display: block;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

.pricingTable .price-value span {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  margin-left: -10px;
}

.pricingTable .pricing-content {
  padding: 30px 25px;
  margin-bottom: 0;
  list-style: none;
}

.pricingTable .pricing-content li {
  font-size: 16px;
  color: #828893;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.pricingTable .pricing-content li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.pricingTable:hover .pricingTable-header::before {
  right: 50%;
}

/*Pricing Style Two*/
.pricing-plan {
  background: #ffffff;
  padding-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  text-align: center;
  z-index: 1;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.pricing-plan#most-popular {
  top: -20px;
  padding: 30px 0 50px;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  z-index: 2;
}

.pricing-plan#most-popular h3 {
  margin-top: -30px;
  padding-top: 30px;
}

.pricing-plan h3 {
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
  margin-bottom: 50px;
  background: #ff6d34;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
}

.pricing-plan h3 span {
  display: block;
  color: #ff6d34;
  background: #ffffff;
  height: 100px;
  width: 100px;
  margin: 20px auto -65px;
  border-radius: 50%;
  -webkit-box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
          box-shadow: 10px 15px 30px 0 rgba(72, 73, 121, 0.15);
  line-height: 100px;
  font-size: 35px;
}

.pricing-plan ul {
  margin: 80px 0 20px;
  padding: 0;
  list-style: none;
}

.pricing-plan li {
  border-top: 1px solid #eee;
  padding: 12px 0;
  color: #828893;
}

.pricing-plan li:last-child {
  padding-bottom: 0;
}

/*=============================
Partner CSS
===============================*/
.partner-area {
  text-align: left;
  overflow: hidden;
  position: relative;
  background-color: #f8f5f5;
}
.partner-area .item {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    transition: 0.4s;
    z-index: 99;
    position: relative;
    justify-content: center;
}
.partner-area .item a {
  display: block;
  position: relative;
  z-index: 1;
}
.partner-area .item:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
}
.partner-area .owl-carousel .owl-item img {
  width: 140px;
}
.partner-area .owl-theme .owl-dots {
  margin-top: 10px !important;
}
.awards_section .owl-carousel .owl-item img {
    width: 170px;
    padding: 20px;
}
.awards_section .item:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: 0.4s;
}
.awards_section .item { 
    height: 130px; 
    margin-bottom: 25px;
    transition: 0.4s;
}
/*=============================
Blog CSS
===============================*/
.blog-area {
  position: relative;
  overflow: hidden;
}

.blog-area .pattern-1 {
  bottom: auto;
  top: 0;
}

.single-blog-item {
  position: relative;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  margin-top: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.single-blog-item:hover::before {
  background: #000;
  opacity: .66;
}

.single-blog-item:hover span, .single-blog-item:hover p, .single-blog-item:hover h4 a {
  color: #ffffff;
}

.single-blog-item:hover .link-btn {
  background: #ff6d34;
  color: #ffffff;
}

.single-blog-item::before {
  content: '';
  position: absolute;
  left: 0;
  border-radius: 5px;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item span, .single-blog-item p, .single-blog-item h4 {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-item span {
  font-weight: 600;
}

.single-blog-item h4 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 15px;
}

.single-blog-item h4 a:hover {
  color: #ff6d34;
}

.single-blog-item .link-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
          box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
  border-radius: 50% 0 0 0;
}

.single-blog-item.bg-1 {
  background-image: url(../img/blog-img1.jpg);
}

.single-blog-item.bg-2 {
  background-image: url(../img/blog-img2.jpg);
}

.single-blog-item.bg-3 {
  background-image: url(../img/blog-img3.jpg);
}

.single-blog-item.bg-4 {
  background-image: url(../img/blog-img4.jpg);
}

.single-blog-item.bg-5 {
  background-image: url(../img/blog-img5.jpg);
}

.single-blog-item.bg-6 {
  background-image: url(../img/blog-img6.jpg);
}

/*Blog Style Two*/
.single-blog-post {
  margin-bottom: 30px;
  /* border-radius: 5px; */
  /* -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06); */
  /* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06); */
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post:hover {
  -webkit-transform: translateX(10px);
  transform: translateX(0px);
}

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

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

.single-blog-post .blog-post-content span {
  font-weight: 600;
}

.single-blog-post .blog-post-content h4 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4px;
}

.single-blog-post .blog-post-content p {
  margin-bottom: 20px;
  line-height: 25px;
}

/*=============================
Blog Details CSS
===============================*/
.blog-details .thumb {
  position: relative;
}

.blog-details .date {
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  background: #ff6d34;
  color: #ffffff;
  padding: 10px 20px;
  font-size: 22px;
  border-radius: 0 10px 0 0;
}

.blog-details-heading {
  margin: 30px 0 0;
}

.blog-details-heading h3 {
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 600;
}

.blog-details-heading ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-heading ul li {
  display: inline-block;
  margin-right: 15px;
  color: #777777;
  font-size: 15px;
  font-weight: 500;
}

.blog-details-heading ul li i {
  color: #ff6d34;
}

.blog-details-content p {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.8;
}

.blog-details-content .blockquote {
  margin: 25px 0;
  background: #ff6d34;
  padding: 25px;
  color: #ffffff;
}

.blog-details-content .blockquote p {
  color: #ffffff;
  font-size: 18px;
  margin-top: 0;
  line-height: 1.6;
}

.blog-details-content .blockquote .blockquote-footer {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-details-content .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.blog-details-meta {
  border-top: 1px solid #eee;
  margin: 25px 0;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.blog-details-meta .tags {
  display: inline-block;
}

.blog-details-meta .tags li a {
  border: 1px solid #eee;
  padding: 5px 14px;
  border-radius: 6px;
  color: #6f8ba4;
  font-size: 15px;
}

.blog-details-meta .tags li a:hover {
  background: #ff6d34;
  color: #ffffff;
  border-color: #ff6d34;
}

.blog-details-meta ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-details-meta ul .title {
  font-size: 18px;
  font-weight: 500;
  margin-right: 5px;
  margin-bottom: 0;
  color: #777777;
}

.blog-details-meta ul li {
  display: inline-block;
}

.blog-details-meta .share {
  float: right;
}

.blog-details-meta .share li a {
  color: #6f8ba4;
  border: 1px solid #eee;
  width: 35px;
  font-size: 14px;
  height: 35px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.blog-details-meta .share li a:hover {
  background: #ff6d34;
  color: #ffffff;
  border-color: #ff6d34;
}

.blog-details-comments .single-comments {
  position: relative;
  padding-left: 130px;
}

.blog-details-comments .single-comments .thumb {
  position: absolute;
  left: 0;
  top: 0;
}

.blog-details-comments .single-comments .thumb img {
  border-radius: 50%;
}

.blog-details-comments .single-comments .content h4 {
  font-size: 20px;
  font-weight: 600;
}

.blog-details-comments .single-comments .content span {
  font-size: 14px;
  color: #6f8ba4;
  display: block;
  margin: 8px 0 15px;
}

.blog-details-comments .single-comments .content p {
  margin-bottom: 20px;
}

.blog-details-comments .border {
  border-color: #eee !important;
  margin: 25px 0;
}

.single-comments.left-mr {
  margin-left: 80px;
  margin-top: 35px;
}

.blog-details-comments-form {
  margin-top: 25px;
}

.blog-details-comments-form textarea.form-control {
  height: 120px;
}

/*=============================
Page Title CSS
===============================*/
.page-title {
  background: #f4f6fd;
  padding-bottom: 100px;
  padding-top: 100px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-image: url(../img/patt.png);
  text-align: center;
}

.page-title h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

.page-title ul {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.page-title ul li {
  display: inline-block;
  color: #fff;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 500;
}
.page-title ul li a{color: #fff}
.page-title ul li.dot-divider {
  display: inline-block;
  height: 4px;
  width: 4px;
  background: #ff6d34;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: middle;
}

.page-title .bg-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

/*=============================
History CSS
===============================*/
.timeline {
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-bottom: 0;
}

.timeline::before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #ff6d34;
  left: 50%;
  margin-left: -1.5px;
  border-radius: 5px;
}

.timeline > li {
  margin-bottom: 60px;
  position: relative;
  width: 48%;
  float: left;
  clear: left;
  text-align: right;
}

.timeline > li:nth-child(2) {
  margin-top: 110px;
}

.timeline > li:last-child {
  margin-bottom: 0;
  float: none;
}

.timeline > li > .timeline-panel {
  width: calc(100% - 25px);
  width: -webkit-calc(100% - 25px);
  float: left;
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  -webkit-box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px 0 rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.timeline > li > .timeline-panel:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.timeline > li > .timeline-panel::before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ffffff;
  border-right: 0 solid #ffffff;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 29px;
  right: -37px;
  z-index: 100;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-badge {
  left: -38px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.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.timeline-inverted .timeline-footer {
  text-align: left;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-heading h4 {
  font-size: 22px;
  font-weight: 700;
}

.timeline-body > p {
  font-size: 16px;
  margin-bottom: 35px;
  margin-top: 15px;
}

.timeline-footer {
  position: absolute;
  background: #f4f6fd;
  width: 100%;
  left: 0;
  bottom: 0;
  height: auto;
  text-align: right;
  padding: 10px 15px;
}

.timeline-footer p {
  font-weight: 900;
  color: #ff6d34;
}

/*=============================
Sidebar CSS
===============================*/
.side-bar .widget-box {
  background: #ffffff;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px 15px;
  position: relative;
  border-radius: 5px;
  margin-bottom: 30px;
}

.side-bar .widget-box .title {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 35px;
  position: relative;
}

.side-bar .widget-box .title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: #ff6d34;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.side-bar .widget-box ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.side-bar .search-box form {
  position: relative;
}

.side-bar .search-box button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  cursor: pointer;
  border: none;
  background: #ff6d34;
  color: #ffffff;
  outline: 0 !important;
}

.side-bar .categories-box ul li:last-child a {
  margin-bottom: 0;
}

.side-bar .categories-box ul li a {
  position: relative;
  margin-bottom: 10px;
  font-weight: 600;
}

.side-bar .categories-box ul li a i {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.side-bar .categories-box ul li a:hover {
  padding-left: 18px;
}

.side-bar .categories-box ul li a:hover i {
  opacity: 1;
  visibility: visible;
}

.side-bar .tags-box .title {
  margin-bottom: 27px;
}

.side-bar .tags-box ul li {
  display: inline-block;
}

.side-bar .tags-box ul li a {
  border: 1px solid #ddd;
  padding: 5px 15px;
  margin-top: 8px;
  border-radius: 5px;
  font-weight: 600;
}

.side-bar .tags-box ul li a:hover {
  color: #ffffff;
  background: #ff6d34;
  border-color: #ff6d34;
}

.side-bar .recent-post-box ul li {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  padding-left: 110px;
}

.side-bar .recent-post-box ul li:last-child {
  margin-bottom: 0;
}

.side-bar .recent-post-box ul li .recent-post-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
}

.side-bar .recent-post-box ul li .recent-post-desc h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 23px;
}

.side-bar .recent-post-box ul li .recent-post-desc .date {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  color: #828893;
}

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

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

.page-link {
  padding: 11px 20px;
  margin: 0 8px;
  color: #6f8ba4;
  background-color: #ffffff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
          box-shadow: 0 2px 10px 0 #d8dde6;
}

.page-link:hover, .page-link:focus {
  color: #ffffff;
  background-color: #ff6d34;
}

.page-link:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.page-item.active .page-link {
  color: #ffffff;
  background-color: #ff6d34;
}

/*=============================
Subscribe CSS
===============================*/
.subscribe-area {
  background-image: url(../img/bg-pattern-2.png);
  text-align: center;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}

.subscribe-area .pattern-1 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 0;
}

.newsletter {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  background: #ffffff;
  padding: 35px;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}

.newsletter h4 {
  text-transform: capitalize;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
}

.newsletter form {
  position: relative;
}

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

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

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

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

/*=============================
FAQ CSS
===============================*/
.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.accordion .accordion-item {
  border: none;
  background-color: transparent;
  display: block;
  margin-bottom: 15px;
}

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

.accordion .accordion-title {
  display: block;
  color: #ffffff;
  padding: 9px 15px;
  background: #2e2751;
  border-radius: 0;
  text-decoration: none;
  font-size: 16px;
}

.accordion .accordion-title:hover {
  background-color: #ff6d34;
}

.accordion .accordion-title.active {
  background: #ff6d34;
  border-radius: 0;
}

.accordion .accordion-content {
  display: none;
  position: relative;
  overflow: hidden;
  padding: 15px 15px 0;
}

.accordion .accordion-content.show {
  display: block;
}

/*=============================
Error Page CSS
===============================*/
.error-area {
  height: 100vh;
  text-align: center;
  background: rgba(255, 78, 0, 0.8);
}

.error {
  max-width: 550px;
  margin: 0 auto;
}

.error h1 {
  font-size: 268px;
  font-weight: 700;
  opacity: .8;
  color: #ffffff;
}

.error p {
  color: #ffffff;
  font-size: 25px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.error form {
  position: relative;
}

.error .btn {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  border-radius: 0;
  background: #000;
  border-color: #000;
  height: 100%;
  width: 60px;
  padding: 0;
}

/*=============================
Contact CSS
===============================*/
.contact-box {
  background: #ffffff;
  padding: 25px 25px 25px 95px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
          box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box:hover {
  -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
          box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

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

.contact-box .icon {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #ff6d34;
  line-height: 47px;
  border: 1px dashed #ff6d34;
  border-radius: 50%;
  font-size: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contact-box .content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.contact-box .content p {
  margin-bottom: 4px;
  font-size: 16px;
}

.contact-box .content p a {
  color: #777777;
  text-decoration: none;
}

.contact-box .content p a:hover {
  color: #ff6d34;
}

#map {
  margin-bottom: 40px;
  margin-top: 40px;
}

#map iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 5px;
}

.contact-text h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}

.contact-text p {
  margin-top: 20px;
}

.contact-text .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 20px;
}

#contactForm .list-unstyled li {
  color: red;
}

#contactForm .btn {
  padding: 12px 40px;
  margin-top: 15px;
  font-size: 18px;
}

#contactForm textarea.form-control {
  height: 120px;
}

.text-danger {
  margin-top: 25px !important;
}

/*=============================
Repair Main Banner CSS
===============================*/
.repair-main-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/slider-one.jpg);
  position: relative;
  z-index: 1;
  padding-top: 200px;
  padding-bottom: 280px;
}

.repair-main-banner::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #283a5e;
  z-index: -1;
  opacity: .45;
}

.repair-content-slides {
  max-width: 620px;
  margin-bottom: 10px;
}

.repair-content-slides.owl-theme .owl-dots {
  line-height: .1;
  text-align: left;
  margin-top: 70px !important;
  margin-left: 15px;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 3.5px;
  margin: 0 8px 0 0;
  border-radius: 0;
  background: #e2e1e1;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.repair-content-slides.owl-theme .owl-dots .owl-dot.active span {
  background: #ffffff;
  width: 30px;
}

.repair-banner-content h2 {
  color: #ffffff;
  line-height: 1.1;
  font-size: 57px;
  font-weight: 700;
  margin-bottom: 15px;
}

.repair-banner-content p {
  max-width: 550px;
  margin-bottom: 25px;
  color: #ffffff;
  font-size: 17px;
}

/*=============================
Repair Boxes Area CSS
===============================*/
.repair-boxes-area {
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: -130px;
  margin-bottom: -30px;
}

.repair-boxes-area::before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 201%;
  background: #ffffff;
  z-index: -1;
  -webkit-transform: skewY(177deg);
          transform: skewY(177deg);
}

.single-repair-box {
  text-align: center;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  padding: 70px 45px;
  margin-bottom: 30px;
}

.single-repair-box i {
  font-size: 45px;
  color: #ff6d34;
}

.single-repair-box h3 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
}

.single-repair-box a {
  font-weight: 700;
  margin-top: 15px;
}

.single-repair-box a:hover, .single-repair-box a:focus {
  color: #ff6d34;
}

.single-repair-box .left {
  position: absolute;
  left: 0;
  z-index: -1;
  top: 0;
}

.single-repair-box .right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/*=============================
Repair About Area CSS
===============================*/
.repair-about-image {
  position: relative;
  padding-bottom: 180px;
}

.repair-about-image img:last-child {
  position: absolute;
  bottom: 0;
  border: 5px solid #f8fbff;
  right: 0;
}

.repair-about-content .section-title {
  margin-bottom: 25px;
}

.repair-about-content .single-about-box {
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #f8fbff;
  padding: 15px 15px 15px 60px;
}

.repair-about-content .single-about-box i {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 30px;
  color: #ff6d34;
}

.repair-about-content .single-about-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.repair-about-content .single-about-box:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
          box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.repair-about-content .read-more-btn {
  margin-top: 20px;
}

/*=============================
Gallery Area CSS
===============================*/
.gallery-area {
  padding-bottom: 70px;
}

.gallery-area .section-title {
  margin-bottom: 40px;
}

.single-gallery-item {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-gallery-item a {
  display: block;
}

.single-gallery-item a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-gallery-item:hover a img, .single-gallery-item:focus a img {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.gallery-shorting-menu {
  display: block;
  text-align: center;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}

.gallery-shorting-menu .filter {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #eeeeee;
  color: #283a5e;
  font-weight: 700;
}

.gallery-shorting-menu .filter:hover, .gallery-shorting-menu .filter:focus {
  background-color: #ff6d34;
  color: #ffffff;
  border-color: #ff6d34;
}

/*=============================
Repair Services CSS
===============================*/
.repair-services-area {
  position: relative;
  z-index: 1;
  background-color: #002c60;
}

.repair-services-area .section-title h3 {
  color: #ffffff;
}

.repair-services-area .section-title p {
  color: #ffffff;
}

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

.single-repair-services {
  border: 1px solid #8096b0;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services i {
  color: #ffffff;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services h3 {
  font-size: 22px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 20px;
}

.single-repair-services p {
  color: #ffffff;
  opacity: .95;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-services .read-more-btn {
  margin-top: 15px;
}

.single-repair-services:hover, .single-repair-services:focus {
  background-color: #ffffff;
  border-color: #ffffff;
}

.single-repair-services:hover i, .single-repair-services:focus i {
  color: #ff6d34;
}

.single-repair-services:hover h3, .single-repair-services:focus h3 {
  color: #283a5e;
}

.single-repair-services:hover p, .single-repair-services:focus p {
  color: #828893;
}

.repair-services-slides.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 45px !important;
}

.repair-services-inner {
  border-radius: 5px;
  margin-top: 80px;
  background-color: #ff6d34;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  padding-right: 25px;
}

.repair-services-inner .single-inner-services {
  position: relative;
  padding-left: 50px;
}

.repair-services-inner .single-inner-services i {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

.repair-services-inner .single-inner-services h3 {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  margin-bottom: 15px;
  margin-top: 20px;
}

.repair-services-inner .single-inner-services p {
  color: #ffffff;
  opacity: .95;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.repair-services-inner .col-lg-4:nth-child(2) {
  border-left: 1px solid #d1613c;
  border-right: 1px solid #d1613c;
}

/*=============================
Repair Area CSS
===============================*/
.repair-partner-area {
  background-color: #002c60;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

/*=============================
Repair Feedback CSS
===============================*/
.single-repair-feedback {
  border: 1px solid #eeeeee;
  padding: 30px;
  border-radius: 5px;
}

.single-repair-feedback .client-info {
  margin-bottom: 25px;
  position: relative;
  padding-left: 90px;
  padding-top: 18px;
}

.single-repair-feedback .client-info img {
  display: inline-block !important;
  width: 70px !important;
  height: 70px;
  position: absolute;
  left: 0;
  top: 0;
}

.single-repair-feedback .client-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.single-repair-feedback .client-info span {
  display: block;
  color: #002c60;
}

.single-repair-feedback ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 15px;
}

.single-repair-feedback ul li {
  display: inline-block;
  color: #ff5202;
}

.repair-feedback-slides.owl-theme .owl-dots {
  line-height: .1;
  margin-top: 45px !important;
}

/*=============================
Repair Blog CSS
===============================*/
.single-repair-blog-post .blog-image {
  overflow: hidden;
  position: relative;
}

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

.single-repair-blog-post .blog-image a img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-repair-blog-post .blog-image .tags {
  position: absolute;
  left: 15px;
  z-index: 2;
  top: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-repair-blog-post .blog-image .tags a {
  background: #ff6d34;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 10px 3px;
  font-weight: 600;
  font-size: 13px;
}

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

.single-repair-blog-post .blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}

.single-repair-blog-post .blog-content ul {
  list-style-type: none;
  margin-top: 15px;
  margin-bottom: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
}

.single-repair-blog-post .blog-content ul li {
  display: inline-block;
  color: #828893;
  font-weight: 600;
  position: relative;
  margin-right: 18px;
}

.single-repair-blog-post .blog-content ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 2px;
  background: #ff6d34;
  left: -13px;
}

.single-repair-blog-post .blog-content ul li a {
  color: #828893;
}

.single-repair-blog-post .blog-content ul li a:hover, .single-repair-blog-post .blog-content ul li a:focus {
  color: #ff6d34;
}

.single-repair-blog-post .blog-content ul li:first-child::before {
  display: none;
}

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

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

.single-repair-blog-post .blog-content ul li:last-child a {
  color: #ff6d34;
}

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

/*=============================
Repair Subscribe Area CSS
===============================*/
.repair-subscribe-area {
  position: relative;
  margin-top: -100px;
  margin-bottom: 100px;
}

.repair-subscribe-content {
  background-color: #ff6d34;
  text-align: center;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.repair-subscribe-content h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}

.repair-subscribe-content form {
  overflow: hidden;
}

.repair-subscribe-content form .form-group {
  float: left;
  margin-bottom: 0;
  width: 29%;
  padding-right: 15px;
}

.repair-subscribe-content form .form-group .input-newsletter {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  outline: 0;
  color: #ffffff;
  padding-bottom: 10px;
  padding-top: 12px;
}

.repair-subscribe-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .form-group .input-newsletter::placeholder {
  color: #ffffff;
}

.repair-subscribe-content form .validation-danger, .repair-subscribe-content form .validation-success {
  color: #ffffff;
}

.repair-subscribe-content form .btn {
  float: left;
  width: 13%;
}

.repair-subscribe-content form .btn-primary {
  color: #ffffff;
  background-color: #002c60;
}

.repair-subscribe-content form .btn-primary.disabled, .repair-subscribe-content form .btn-primary:disabled {
  color: #ffffff;
  background-color: #002c60;
}

.repair-subscribe-content form .btn-primary:hover, .repair-subscribe-content form .btn-primary:focus {
  color: #283a5e;
  background-color: #ffffff;
}

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

.products-area .pagination-area {
  margin-top: 25px;
}

.single-products {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border: 5px solid #ffffff;
}

.single-products .products-content {
  padding: 30px 15px;
}

.single-products .products-content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 700;
}

.single-products .products-content span {
  display: block;
  margin-bottom: 8px;
  color: #ff6d34;
  font-size: 16px;
  font-weight: 600;
}

.single-products .products-content .add-to-cart-btn {
  display: inline-block;
  color: #283a5e;
  border: 1px solid #283a5e;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products .products-content ul {
  padding-left: 0;
  margin-bottom: 20px;
  list-style-type: none;
}

.single-products .products-content ul li {
  display: inline-block;
  color: #eac11d;
  font-size: 17px;
}

.single-products .sale-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ff2d2d;
  color: #fff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 50%;
  z-index: 2;
}

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

.single-products .products-image img {
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  width: 100%;
}

.single-products .products-image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: gray;
  content: '';
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.single-products .products-image ul {
  padding: 0;
  z-index: 2;
  list-style-type: none;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

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

.single-products .products-image ul li a {
  display: block;
  background: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.single-products .products-image ul li a:hover, .single-products .products-image ul li a:focus {
  background-color: #ff6d34;
  color: #ffffff;
}

.single-products .products-image ul li a:nth-child(1) {
  margin-left: -15px;
}

.single-products .products-image ul li a:nth-child(3) {
  margin-right: -15px;
}

.single-products:hover .products-content .add-to-cart-btn, .single-products:focus .products-content .add-to-cart-btn {
  background-color: #283a5e;
  color: #ffffff;
}

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

.single-products:hover .products-image::before, .single-products:focus .products-image::before {
  opacity: .40;
  visibility: visible;
}

.single-products:hover .products-image ul, .single-products:focus .products-image ul {
  opacity: 1;
  visibility: visible;
}

.single-products:hover .products-image ul li a:nth-child(1), .single-products:focus .products-image ul li a:nth-child(1) {
  margin-left: 0;
}

.single-products:hover .products-image ul li a:nth-child(3), .single-products:focus .products-image ul li a:nth-child(3) {
  margin-right: 0;
}

.productsQuickView .modal-dialog {
  max-width: 900px;
}

.productsQuickView .modal-content {
  border: none;
  border-radius: 0;
}

.productsQuickView .modal-content button.close {
  position: absolute;
  right: 2%;
  display: inline-block;
  opacity: 1;
  top: 2%;
  width: 35px;
  z-index: 333;
  height: 35px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #eeeeee;
  border-radius: 50%;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productsQuickView .modal-content button.close span {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productsQuickView .modal-content button.close:hover, .productsQuickView .modal-content button.close:focus {
  background-color: #ff6d34;
  color: #ffffff;
}

.productsQuickView .modal-content button.close:hover span, .productsQuickView .modal-content button.close:focus span {
  color: #ffffff;
}

.productsQuickView .modal-content .products-image {
  overflow: hidden;
}

.productsQuickView .modal-content .products-image img {
  width: 100%;
}

.productsQuickView .modal-content .products-content p {
  margin-bottom: 20px;
}

.productsQuickView .modal-content .products-content h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.productsQuickView .modal-content .products-content .price {
  margin-bottom: 15px;
  color: #283a5e;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .price span {
  text-decoration: line-through;
  font-weight: normal;
  color: #828893;
}

.productsQuickView .modal-content .products-content form .quantity {
  display: inline-block;
}

.productsQuickView .modal-content .products-content form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 20px;
}

.productsQuickView .modal-content .products-content form button {
  background: #ff6d34;
  color: #ffffff;
  border: none;
  height: 46px;
  padding: 0 20px;
  position: relative;
  top: -3px;
  cursor: pointer;
  outline: 0;
  font-weight: 600;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.productsQuickView .modal-content .products-content form button:hover, .productsQuickView .modal-content .products-content form button:focus {
  background-color: #283a5e;
  color: #ffffff;
}

.productsQuickView .modal-content .products-content .product-meta {
  margin-top: 15px;
}

.productsQuickView .modal-content .products-content .product-meta span {
  display: inline-block;
  color: #283a5e;
  margin-right: 8px;
  font-size: 14px;
  font-weight: 600;
}

.productsQuickView .modal-content .products-content .product-meta span a {
  display: inline-block;
  color: #828893;
  font-weight: normal;
}

.productsQuickView .modal-content .products-content .product-meta span a:hover, .productsQuickView .modal-content .products-content .product-meta span a:focus {
  color: #ff6d34;
}

.woocommerce-topbar {
  background-color: #ff6d34;
  padding: 10px 40px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.woocommerce-topbar p {
  color: #ffffff;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select {
  cursor: pointer;
  background-color: transparent;
  border-color: #ebebeb;
  border-radius: 4px;
  color: #ffffff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce-topbar .woocommerce-topbar-ordering .form-select option {
  color: #283a5e;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-image img {
  border-radius: 5px;
}

.products-details h3 {
  margin-bottom: 13px;
  font-size: 24px;
  font-weight: 700;
}

.products-details .price {
  margin-bottom: 15px;
  font-weight: 600;
}

.products-details .price span {
  text-decoration: line-through;
  color: #828893;
  font-weight: normal;
}

.products-details p {
  margin-bottom: 15px;
}

.products-details .availability {
  margin-bottom: 20px;
  font-weight: 600;
}

.products-details .availability span {
  color: #ff6d34;
  font-weight: normal;
}

.products-details form .quantity {
  display: inline-block;
  padding-right: 10px;
}

.products-details form .quantity span {
  padding-right: 10px;
  font-weight: 600;
}

.products-details form .quantity input {
  border: 1px solid #eeeeee;
  background: #ffffff;
  height: 45px;
  padding: 15px;
  width: 75px;
  outline: 0;
  font-size: 16px;
}

.products-details form button {
  background: #ff6d34;
  color: #ffffff;
  border: none;
  height: 44px;
  text-transform: uppercase;
  padding: 0 20px;
  position: relative;
  top: -1px;
  cursor: pointer;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 600;
}

.products-details form button:hover, .products-details form button:focus {
  background-color: #283a5e;
  color: #ffffff;
}

.products-details form .add-to-wishlist-btn {
  margin-left: 5px;
  background: transparent;
  color: #283a5e;
  border: 1px solid #eeeeee;
  cursor: pointer;
  outline: 0;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 45px;
  height: 44px;
  position: relative;
  top: 2px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
}

.products-details form .add-to-wishlist-btn:hover, .products-details form .add-to-wishlist-btn:focus {
  background-color: #ff6d34;
  color: #ffffff;
  border-color: #ff6d34;
}

.products-details .custom-payment-options {
  margin-top: 20px;
}

.products-details .custom-payment-options span {
  display: block;
  margin-bottom: 12px;
  font-weight: 600;
}

.products-details .products-share-social {
  margin-top: 25px;
}

.products-details .products-share-social span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 600;
}

.products-details .products-share-social ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
}

.products-details .products-share-social ul li {
  display: inline-block;
}

.products-details .products-share-social ul li a {
  width: 35px;
  text-align: center;
  line-height: 34px;
  height: 35px;
  border: 1px solid #ff6d34;
  border-radius: 50%;
  color: #ff6d34;
}

.products-details .products-share-social ul li a.facebook {
  border-color: #4267b2;
  color: #4267b2;
}

.products-details .products-share-social ul li a.facebook:hover {
  background: #4267b2;
  color: #ffffff;
}

.products-details .products-share-social ul li a.twitter {
  border-color: #38A1F3;
  color: #38A1F3;
}

.products-details .products-share-social ul li a.twitter:hover {
  background: #38A1F3;
  color: #ffffff;
}

.products-details .products-share-social ul li a.linkedin {
  border-color: #0077B5;
  color: #0077B5;
}

.products-details .products-share-social ul li a.linkedin:hover {
  background: #0077B5;
  color: #ffffff;
}

.products-details .products-share-social ul li a.instagram {
  border-color: #231F20;
  color: #231F20;
}

.products-details .products-share-social ul li a.instagram:hover {
  background: #231F20;
  color: #ffffff;
}

.products-details .products-share-social ul li a:hover {
  background: #ff6d34;
  color: #ffffff;
}

.products-details-tabs {
  margin-top: 40px;
  text-align: center;
}

.products-details-tabs #tabs {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}

.products-details-tabs #tabs li {
  display: inline-block;
  padding: 12px 50px 8px;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #eaeaea;
  margin-left: -2px;
  margin-right: -2px;
  font-weight: 700;
  font-size: 14px;
}

.products-details-tabs #tabs li.active {
  background-color: #ffffff;
  position: relative;
}

.products-details-tabs #tabs li.active::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #ff6d34;
}

.products-details-tabs #tabs li.inactive {
  background-color: #eeeeee;
  padding: 12px 50px;
}

.products-details-tabs .content {
  display: none;
}

.products-details-tabs .content.show {
  display: block;
}

.products-details-tabs .content h3 {
  margin-bottom: 12px;
  font-size: 18px;
}

.products-details-tabs .content .additional-information {
  padding: 0;
  margin: 25px 0 0;
  list-style-type: none;
  text-align: left;
}

.products-details-tabs .content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px;
  color: #828893;
}

.products-details-tabs .content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.products-details-tabs .content .additional-information li span {
  display: inline-block;
  width: 45%;
}

.products-details-tabs .content .products-reviews {
  text-align: left;
  max-width: 700px;
  margin: 0 auto;
}

.products-details-tabs .content .products-reviews p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews h3 {
  font-weight: 600;
}

.products-details-tabs .content .products-reviews .review-form {
  margin-top: 20px;
}

.products-details-tabs .content .products-reviews .review-form p {
  margin-bottom: 0;
}

.products-details-tabs .content .products-reviews .review-form .form-control {
  background: transparent;
}

.products-details-tabs .content .products-reviews .star-source {
  width: 0;
  height: 0;
  margin-top: 5px;
  visibility: hidden;
}

.products-details-tabs .content .products-reviews .star-source svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 105px;
  margin-bottom: 10px;
}

.products-details-tabs .content .products-reviews .star-rating label {
  cursor: pointer;
}

.products-details-tabs .content .products-reviews .star-rating label .star {
  color: transparent;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.products-details-tabs .content .products-reviews .star-rating label:hover ~ label .star, .products-details-tabs .content .products-reviews .star-rating svg.star:hover, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:focus ~ label .star, .products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked ~ label .star {
  color: #f2b01e;
}

.products-details-tabs .content .products-reviews .star-rating svg {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15rem;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"] {
  display: inline-block;
  width: 0;
  opacity: 0;
  margin-left: -2px;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label {
  -webkit-animation: scaleup 1s;
          animation: scaleup 1s;
}

.products-details-tabs .content .products-reviews .star-rating input[name="star"]:checked + label .star {
  -webkit-animation: starred 0.5s;
          animation: starred 0.5s;
}

@-webkit-keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleup {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

@keyframes starred {
  from {
    color: #f2b01e;
  }
  to {
    color: #f2b01e;
  }
}

.products-image-slides.owl-theme .owl-nav {
  margin-top: 0;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 20px;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  top: 50%;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ff6d34;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
}

.products-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

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

.products-image-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next, .products-image-slides.owl-theme:focus .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 2px;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
  margin-bottom: 0;
}

.cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px 0;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 16px;
}

.cart-table table tbody tr td {
  vertical-align: middle;
  color: #828893;
  padding-left: 0;
  padding-right: 0;
  border-color: #eaedff;
  border-left: none;
  border-right: none;
}

.cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-table table tbody tr td.product-thumbnail a img {
  width: 80px;
}

.cart-table table tbody tr td.product-name a {
  color: #828893;
  font-weight: 600;
  display: inline-block;
}

.cart-table table tbody tr td.product-name a:hover {
  color: #ff6d34;
}

.cart-table table tbody tr td.product-price span {
  font-weight: 600;
}

.cart-table table tbody tr td.product-subtotal .remove {
  color: red;
  float: right;
  position: relative;
  top: -1px;
}

.cart-table table tbody tr td.product-quantity .form-control {
  background: transparent;
  width: 80px;
}

.cart-table table tbody tr td.product-subtotal {
  overflow: hidden;
}

.cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-table .table > :not(:first-child) {
  border-top: none;
}

.cart-buttons {
  margin-top: 30px;
}

.cart-totals {
  background: #ffffff;
  padding: 40px;
  max-width: 600px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 45px auto 0;
}

.cart-totals h3 {
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
}

.cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-totals ul li {
  border: 1px solid #eaedff;
  padding: 10px 15px;
  color: #283a5e;
  font-weight: 600;
  overflow: hidden;
}

.cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-totals ul li:last-child {
  border-top: none;
}

.cart-totals ul li span {
  float: right;
  color: #828893;
  font-weight: normal;
}

/*================================================
Checkout CSS
=================================================*/
.user-actions {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 18px 25px 15px;
  margin-bottom: 35px;
  border-top: 3px solid #ff6d34;
}

.user-actions span {
  display: inline-block;
  font-weight: 600;
  color: #ff6d34;
}

.user-actions span i {
  color: #ff6d34;
  margin-right: 2px;
}

.user-actions span a {
  font-weight: 500;
  display: inline-block;
  color: #283a5e;
}

.user-actions span a:hover, .user-actions span a:focus {
  color: #ff6d34;
}

.checkout-area .title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
}

.billing-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.billing-details .form-group label {
  display: block;
  color: #828893;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.billing-details .form-group label .required {
  color: red;
}

.billing-details .form-group .form-control {
  background: transparent;
}

.billing-details .form-group textarea.form-control {
  height: 100px !important;
}

.billing-details .form-group .form-select {
  height: 50px;
  font-size: 16px;
  padding: 10px 20px;
  border: 1px solid #f3f5fe;
  outline: 0;
  border-radius: 5px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  color: #828893;
}

.billing-details .form-group select {
  cursor: pointer;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-label {
  color: #828893;
}

.billing-details .form-check label {
  font-size: 14px;
  font-weight: 400;
}

.order-details {
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 25px;
  border-radius: 5px;
}

.order-details .order-table table {
  margin-bottom: 0;
  text-align: left;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding: 15px .75rem;
  font-weight: 600;
  font-size: 15.5px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #828893;
  border-color: #eaedff;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #828893;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #ff6d34;
}

.order-details .order-table table tbody tr td.order-subtotal span, .order-details .order-table table tbody tr td.order-shipping span, .order-details .order-table table tbody tr td.total-price span {
  color: #283a5e;
  font-weight: 600;
}

.order-details .table > :not(:first-child) {
  border-top: none;
}

.order-details .payment-method {
  margin-top: 40px;
  border-top: 1px solid #eaedff;
  padding-top: 35px;
}

.order-details .payment-method p {
  margin-bottom: 15px;
  font-size: 14px;
}

.order-details .payment-method p [type="radio"]:checked, .order-details .payment-method p [type="radio"]:not(:checked) {
  display: none;
}

.order-details .payment-method p [type="radio"]:checked + label, .order-details .payment-method p [type="radio"]:not(:checked) + label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #283a5e;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-method p [type="radio"]:checked + label::before, .order-details .payment-method p [type="radio"]:not(:checked) + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-method p [type="radio"]:checked + label::after, .order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #ff6d34;
  position: absolute;
  top: 5px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.order-details .payment-method p [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.order-details .payment-method p [type="radio"]:checked + label::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.order-details .btn.order-btn {
  display: block;
  margin-top: 25px;
}

/*=============================
Footer CSS
===============================*/
.footer-area {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

.footer-area::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/footer-bg.jpg);
  opacity: 0.23;
  background-attachment: fixed;
  z-index: -1;
  background-size: cover;
  background-position: center;
}

.footer-area.repair-footer-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent;
}

.footer-area.repair-footer-area::after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 201%;
  background: #002c60;
  z-index: -1;
  -webkit-transform: skewY(177deg);
          transform: skewY(177deg);
}

.footer-area.repair-footer-area::before {
  display: none;
}

.footer-area.repair-footer-area .copyright-area {
  background-color: #000000;
}

.footer-area.repair-footer-area .single-footer-widget .logo a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget p {
  color: #f2f2f2;
}

.footer-area.repair-footer-area .single-footer-widget h3 {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .services-list li a:hover, .footer-area.repair-footer-area .single-footer-widget .services-list li a:focus {
  color: #ff6d34;
}

.footer-area.repair-footer-area .single-footer-widget .usefull-links li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .usefull-links li a:hover, .footer-area.repair-footer-area .single-footer-widget .usefull-links li a:focus {
  color: #ff6d34;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li a {
  color: #ffffff;
}

.footer-area.repair-footer-area .single-footer-widget .contact-list li a:hover, .footer-area.repair-footer-area .single-footer-widget .contact-list li a:focus {
  color: #ff6d34;
}

.footer-area.repair-footer-area .social-links li a {
  border: none;
  color: #ffffff;
  background-color: #343434;
  line-height: 35px;
  font-size: 14px;
}

.footer-area.repair-footer-area .social-links li a:hover, .footer-area.repair-footer-area .social-links li a:focus {
  background-color: #ff6d34;
  color: #ffffff;
}

.single-footer-widget .logo {
  margin-top: -10px;
}

.single-footer-widget .logo a {
  color: #283a5e;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.single-footer-widget .logo a span {
  color: #ff6d34;
}

.single-footer-widget p {
  margin-top: 15px;
  margin-bottom: 20px;
  color: #fff;
}

.single-footer-widget ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
ul.contact_links li a {
    color: #fff;
    line-height: 32px;
    display: flex;
    align-items: center;
}

ul.contact_links li a i {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.contact_links li {
    margin-bottom: 10px;
}
ul.contact_links li:last-child a i {
    width: 50px;
    align-items: center;
}
ul.contact_links li:last-child a   {
    line-height: 25px;
}
.single-footer-widget h3 {
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
.single-footer-widget h3::after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background-color: #f3a71e;
}
.single-footer-widget .services-list li a {
  margin-bottom: 12px;
  font-weight: 400;
  color: #d4caca;
  position: relative;
}

.single-footer-widget .services-list li a:hover {
  padding-left: 10px;
}
.single-footer-widget .services-list li{
    position: relative;
        padding-left: 32px;
}
.single-footer-widget .services-list li::before{
    content: '';
    position: absolute;
    left: 0px;
    height: 12px;
    width: 12px;
    background-color: #f3a71e;
    top: 4px;
}
.single-footer-widget .services-list li:last-child a {
  margin-bottom: 0;
}

.single-footer-widget .usefull-links li a {
  margin-bottom: 12px;
  font-weight: 600;
}

.single-footer-widget .usefull-links li a:hover {
  padding-left: 10px;
}

.single-footer-widget .usefull-links li:last-child a {
  margin-bottom: 0;
}

.single-footer-widget .contact-list li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.single-footer-widget .contact-list li a{
    color: #fff;
}
.single-footer-widget .contact-list li a:hover{ 
    margin-left: 10px;
}
.single-footer-widget .contact-list li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .contact-list li span {
  font-weight: 700;
}

.single-footer-widget .working-hours li {
  margin-bottom: 12px;
  font-weight: 500;
  color: #283a5e;
  color: #ffffff;
  position: relative;
}

.single-footer-widget .working-hours li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .working-hours li span {
  font-weight: 700;
}

.social-links li {
  display: inline-block;
  margin-right: 3px;
  font-weight: bold;
}

.social-links li a {
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
}
ul.social-links{
    margin-bottom: 0px;
    padding-left: 0;
}
.social-links li a:hover, .social-links li a:focus {
  background: #f3a712;
  color: #ffffff !important;
  border-color: #f3a712;
}

.copyright-area {
  padding-top: 15px;
  padding-bottom: 40px;
  /* background: #f1eaea; */
  margin-top: 50px;
  border-top: 1px solid #ded4d4;
}

.copyright-area p {
  color: #ffffff;
  margin-bottom: 30px;
  margin-top: 20px;
}

.copyright-area p a {
  color: #ffffff;
  font-weight: 700;
}

.copyright-area p a:hover {
  color: #ff6d34;
}

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

.copyright-area ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}

.copyright-area ul li::before {
  content: '';
  position: absolute;
  left: -13px;
  top: 5px;
  background: #6f8ba4;
  width: 2px;
  height: 14px;
}

.copyright-area ul li:first-child::before {
  display: none;
}

.copyright-area ul li a {
  color: #ffffff;
  font-size: 16px;
}

.copyright-area ul li a:hover {
  color: #ff6d34;
}

/*=============================
Right Side Modal CSS
===============================*/
.sidebarModal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.sidebarModal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.sidebarModal.modal.right .modal-body {
  padding: 20px;
}

.sidebarModal.modal.right .modal-body p {
  margin-top: 20px;
}

.sidebarModal.modal.right .modal-body ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sidebarModal.modal.right .modal-body .logo img {
    width: 200px;
}
.sidebarModal.modal.right .modal-body .modal-contact-info {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li {
  position: relative;
  padding-left: 45px;
  font-size: 18px;
  margin-bottom: 25px;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li b {
  display: block;
}

.sidebarModal.modal.right .modal-body .modal-contact-info li i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 35px;
  color: #f3a712;
}

.sidebarModal.modal.right .modal-body .logo a {
  color: #283a5e;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 900;
}

.sidebarModal.modal.right .modal-body .logo a span {
  color: #ff6d34;
}

.sidebarModal.modal.right.fade .modal-dialog {
  right: -420px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.sidebarModal.modal.right.fade.show .modal-dialog {
  right: 0;
}

.sidebarModal .modal-content {
  border-radius: 0;
  border: none;
}

.sidebarModal .modal-header {
  border-bottom-color: transparent;
  background-color: transparent;
}

.sidebarModal .modal-header .close {
  color: #000;
  font-size: 35px;
  outline: 0 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 9;
}

.sidebarModal .modal-header .close:not(:disabled):not(.disabled):hover, .sidebarModal .modal-header .close:not(:disabled):not(.disabled):focus {
  color: #ff6d34;
  text-decoration: none;
  opacity: 1;
}

/*=============================
Go Top CSS
===============================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  right: 0;
  font-size: 25px;
  color: #ffffff;
  background-color: #2e2751;
  z-index: 1;
  display: none;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 10px 10px 0px 0px;
  line-height: 46px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.go-top:hover {
  color: #ffffff;
  background: #ff6d34;
}

/*=============================
Marketing Agency Banner CSS
===============================*/
.marketing-agency-banner {
  position: relative;
  z-index: 1;
  background-image: url(../img/marketing-agency-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 230px;
  padding-bottom: 230px;
}

.marketing-agency-banner-content {
  margin-left: auto;
  max-width: 560px;
}

.marketing-agency-banner-content h1 {
  margin-bottom: 18px;
  line-height: 1.2;
  font-size: 57px;
  font-weight: 700;
}

.marketing-agency-banner-content p {
  color: #002c60;
  margin-bottom: 25px;
}

.marketing-agency-banner-content .btn {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 5px;
}

.shape1 {
  position: absolute;
  z-index: -1;
  left: 49.2%;
  top: 10%;
}

.shape2 {
  position: absolute;
  z-index: -1;
  left: 80%;
  top: 8%;
}

.shape3 {
  position: absolute;
  z-index: -1;
  right: 3%;
  top: 38%;
}

.shape4 {
  position: absolute;
  z-index: -1;
  left: 49.2%;
  bottom: 10%;
}

.shape5 {
  position: absolute;
  z-index: -1;
  left: 70%;
  bottom: 9%;
}

.shape6 {
  position: absolute;
  z-index: -1;
  right: 6%;
  bottom: 8%;
}

.shape7 {
  position: absolute;
  z-index: -1;
  left: 2.5%;
  bottom: 12%;
}

.shape8 {
  position: absolute;
  z-index: -1;
  right: 2%;
  top: 19%;
}

/*=============================
Partner CSS
===============================*/
.partner-area.ptb-70 {
  padding-top: 70px;
  padding-bottom: 40px;
}

.partner-item {
  margin-bottom: 30px;
}

.partner-item a {
  display: inline-block;
}

.partner-item a img {
  width: auto !important;
}

/*=============================
Featured Services CSS
===============================*/
.featured-services-area {
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.single-featured-services-box {
  margin-bottom: 30px;
  text-align: center;
  background-color: #edf1fe;
  padding: 40px 45px;
}

.single-featured-services-box .icon {
  color: #ff6d34;
  font-size: 75px;
  position: relative;
  z-index: 1;
  width: 75px;
  height: 75px;
  line-height: 75px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-featured-services-box .icon::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
  margin: 4px;
  border-radius: 50%;
}

.single-featured-services-box .icon .icofont-search-document {
  font-size: 65px;
}

.single-featured-services-box h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
}

.single-featured-services-box p {
  margin-bottom: 12px;
}

.single-featured-services-box .link-btn {
  display: inline-block;
  font-weight: 700;
}

.single-featured-services-box:hover .icon {
  color: #002c60;
}

.col-lg-4:nth-child(2) .single-featured-services-box {
  background-color: #a4f4f9;
}

.col-lg-4:nth-child(3) .single-featured-services-box {
  background-color: #f3f0e8;
}

/*=============================
Creative CSS
===============================*/
.creative-area {
  position: relative;
  padding-top: 290px;
  z-index: 1;
  background-image: url(../img/creative-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.creative-content {
  padding: 100px;
  color: #ffffff;
  max-width: 750px;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.creative-content h2 {
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.4;
  font-size: 36px;
  font-weight: 700;
}

.creative-content p {
  color: #e6e6e6;
  margin-bottom: 15px;
}

.creative-content .link-btn {
  font-weight: 700;
  color: #ff6d34;
  margin-top: 5px;
  display: inline-block;
}

.creative-content .link-btn:hover {
  color: #ffffff;
}

.creative-content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-color: rgba(255, 109, 52, 0.71);
  -webkit-transform: rotate(5deg);
          transform: rotate(5deg);
}

.creative-content::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #002c60;
}

/*=============================
Solutions CSS
===============================*/
.solutions-area {
  padding-bottom: 70px;
}

.solutions-area .section-title h3 {
  max-width: 700px;
}

.single-solutions-box {
  margin-bottom: 30px;
  background-color: #ff6d34;
  color: #ffffff;
  text-align: center;
  padding: 30px 25px;
}

.single-solutions-box .icon {
  width: 75px;
  height: 75px;
  line-height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #002c60;
  font-size: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: auto;
  margin-bottom: 25px;
  margin-right: auto;
}

.single-solutions-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}

.single-solutions-box p {
  margin-bottom: 15px;
  opacity: 0.95;
  color: #ffffff;
}

.single-solutions-box .link-btn {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

.single-solutions-box:hover .icon {
  color: #ff6d34;
}

.col-lg-4:nth-child(2) .single-solutions-box, .col-lg-4:nth-child(4) .single-solutions-box, .col-lg-4:nth-child(6) .single-solutions-box {
  background-color: #002c60;
}

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

.growth-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.growth-area .container-fluid .row .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.growth-image {
  height: 100%;
  background-image: url(../img/growth-img.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.growth-image img {
  display: none;
}

.growth-content {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 60px;
}

.growth-content .content {
  max-width: 490px;
}

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

.growth-content .content .list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 0;
}

.growth-content .content .list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
  position: relative;
  font-size: 28px;
  font-weight: 600;
}

.growth-content .content .list li span {
  color: #ff6d34;
  margin-right: 30px;
  font-size: 60px;
  font-weight: 800;
}

.growth-content .content .list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

/*=============================
Company Strategy CSS
===============================*/
.company-strategy-area .row {
  margin-left: 0;
  margin-right: 0;
}

.company-strategy-area .row .col-lg-4 {
  padding-left: 0;
  padding-right: 0;
}

.company-strategy-area .single-company-strategy-box {
  margin-top: -100px;
}

.single-company-strategy-box {
  background-color: #002c60;
  padding: 35px;
}

.single-company-strategy-box h3 {
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.3;
  font-size: 24px;
  font-weight: 700;
}

.single-company-strategy-box p {
  color: #ebebeb;
}

.single-company-strategy-box.active {
  background-color: #ff6d34;
}

/*=============================
Testimonials CSS
===============================*/
.single-testimonials-box {
  text-align: center;
  position: relative;
  z-index: 1;
}

.single-testimonials-box .user-image {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

.single-testimonials-box .user-image .user {
  display: inline-block !important;
  width: 150px !important;
  height: 150px;
  border-radius: 50%;
}

.single-testimonials-box .user-image .shape {
  display: inline-block !important;
  width: auto !important;
  position: absolute;
  right: -15px;
  bottom: 20px;
  -webkit-animation: movebounce 5s linear infinite;
          animation: movebounce 5s linear infinite;
}

.single-testimonials-box p {
  margin: 0;
  color: #343434;
  font-size: 20px;
  font-weight: 600;
}

.single-testimonials-box .user-info {
  margin-top: 25px;
}

.single-testimonials-box .user-info h3 {
  margin: 0;
  color: #ff6d34;
  font-weight: 700;
  font-size: 20px;
}

.single-testimonials-box .user-info span {
  display: block;
  color: #828893;
  margin-top: 6px;
}

.single-testimonials-box::before {
  position: absolute;
  color: #e7e7e7;
  content: "\efcd";
  right: 0;
  bottom: 0;
  line-height: 1;
  z-index: -1;
  font-size: 110px;
  font-family: IcoFont;
}

.testimonials-slider {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/*=============================
Team CSS
===============================*/
.single-team-box {
  text-align: center;
  margin-bottom: 30px;
}

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

.single-team-box .image ul {
  position: absolute;
  right: 20px;
  bottom: 25px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-box .image ul li {
  display: block;
  margin-bottom: 8px;
}

.single-team-box .image ul li:last-child {
  margin-bottom: 0;
}

.single-team-box .image ul li a {
  width: 32px;
  height: 32px;
  text-align: center;
  color: #002c60;
  background-color: #ffffff;
  font-size: 16px;
  position: relative;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: .4s;
  transition: .4s;
}

.single-team-box .image ul li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
          transform: translateY(-48%);
}

.single-team-box .image ul li a:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.single-team-box .image ul li:nth-child(2) a, .single-team-box .image ul li:nth-child(4) a, .single-team-box .image ul li:nth-child(6) a, .single-team-box .image ul li:nth-child(8) a {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.single-team-box .content {
  margin-top: 25px;
}

.single-team-box .content h3 {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
}

.single-team-box .content span {
  margin-top: 6px;
  display: block;
  font-weight: 600;
  color: #828893;
}

.single-team-box:hover .image ul li a {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

/*=============================
Blog CSS
===============================*/
.single-blog-post-item {
  position: relative;
  padding: 35px 25px 0;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.single-blog-post-item:hover::before {
  background: #000000;
  opacity: .66;
}

.single-blog-post-item:hover p, .single-blog-post-item:hover h4 a {
  color: #ffffff;
}

.single-blog-post-item:hover .link-btn {
  background: #ff6d34;
  color: #ffffff;
}

.single-blog-post-item:hover .author-info span {
  color: #ffffff;
}

.single-blog-post-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item p, .single-blog-post-item h4 {
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item .author-info {
  position: relative;
}

.single-blog-post-item .author-info img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.single-blog-post-item .author-info span {
  color: #666666;
  font-weight: 700;
  display: inline-block;
  margin-left: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-blog-post-item h4 {
  line-height: 1.4;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 20px;
}

.single-blog-post-item.bg-1 {
  background-image: url(../img/blog-img1.jpg);
}

.single-blog-post-item.bg-2 {
  background-image: url(../img/blog-img2.jpg);
}

.single-blog-post-item.bg-3 {
  background-image: url(../img/blog-img3.jpg);
}

.single-blog-post-item.bg-4 {
  background-image: url(../img/blog-img4.jpg);
}

.single-blog-post-item .btn {
  -webkit-box-shadow: unset;
          box-shadow: unset;
  position: relative;
  margin-left: -25px;
  margin-top: 35px;
  margin-right: -25px;
}

.single-blog-post-item .btn.btn-primary {
  background-color: #002c60;
  color: #ffffff;
  border-radius: 0;
  display: block;
}

.single-blog-post-item .btn.btn-primary:hover {
  background-color: #ff6d34;
}

/*=============================
Footer CSS
===============================*/
.footer-area.repair-footer-area.bg-f3f0e8 {
  background-color: #f3f0e8;
}

.buy-now-btn {
  top: 50%;
  right: 15px;
  z-index: 333;
  position: fixed;
  border-radius: 30px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #81b441;
  padding: 10px 20px 10px 40px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.buy-now-btn img {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  width: 17px;
  left: 15px;
  top: 50%;
}

.buy-now-btn:hover {
  color: #ffffff !important;
  background-color: #ff6d34;
}

.dark-version-btn {
  position: fixed;
  z-index: 99999;
  top: 30%;
  left: 0;
  display: none;
}

.dark-version-btn .switch {
  width: 50px;
  height: 45px;
  position: relative;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

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

.dark-version-btn .slider {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  position: absolute;
  color: #283a5e;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.dark-version-btn .slider:before {
  left: 0;
  top: 50%;
  right: 0;
  content: "\ee81";
  margin-left: -3px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-family: 'IcoFont';
}

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

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

.dark-version-btn input:checked + .slider {
  background-color: #2e2751;
  color: #ffffff;
}

.dark-version-btn input:checked + .slider:before {
  content: "\ef9e";
}

/* Start "Digital Solutions", "Cryptocurrency", "Social Media Marketing" & "Cyber Security" "Demo CSS" */
.roboto-font {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #0A0C19;
}

.home-with-color {
  font-family: 'Nunito', sans-serif;
}

.home-with-color p {
  color: #002C60;
  font-size: 16px;
  font-family: 'Nunito', sans-serif;
}

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

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

.pt-75 {
  padding-top: 75px;
}
.pt-30{
  padding-top: 30px;
}
.pb-75 {
  padding-bottom: 75px;
}

.home-eleven-with-background-black-color {
  background-color: #11011E;
}

.home-eleven-with-background-black-color .section-title-with-border h2 {
  color: #ffffff;
}

.default-btn {
  display: inline-block;
  background-color: #ff6d34;
  color: #ffffff !important;
  padding: 15px 30px;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1.5px;
}

.default-btn:hover {
  -webkit-box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
          box-shadow: 0px 15px 25px 0px rgba(255, 129, 86, 0.3);
  color: #ffffff !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

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

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

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

.section-title-with-border {
  text-align: center;
  max-width: 780px;
  margin: 0 auto 40px;
}

.section-title-with-border span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.section-title-with-border span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.section-title-with-border h2 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: bold;
}

.section-title-with-border h2 b {
  position: relative;
  z-index: 1;
}

.section-title-with-border h2 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  background-image: url(../img/section-title-vector.png);
  z-index: -1;
}

.section-title-with-border.with-image h2 b::before {
  right: -10px;
  left: auto;
  top: -25px;
  width: 43px;
  height: 28px;
  background-image: url(../img/section-title-vector.png);
}

.section-title-with-border.with-main-color h2 b {
  color: #ff6d34;
}

.section-title-with-border.with-main-color h2 b::before {
  display: none;
}

/*=============================
Header Area CSS
===============================*/
.header-area-with-white-color {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 44, 96, 0.1);
}

.header-area-with-white-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.header-area-with-white-color .social-links li {
  font-weight: 500;
}

.header-area-with-white-color .social-links li a {
  color: #8F6DFF;
  font-weight: 500;
}

.header-area-with-white-color .social-links li a:hover, .header-area-with-white-color .social-links li a:focus {
  background: transparent;
  color: #ff6d34;
  border-color: unset;
}

.header-area-with-white-color .social-links li:first-child {
  color: #002c60;
}

.header-area-with-white-color .social-links.with-light-green-color li a {
  color: #76BAAF;
}

.header-area-with-white-color .social-links.with-light-green-color li a:hover, .header-area-with-white-color .social-links.with-light-green-color li a:focus {
  color: #ff6d34;
}

.header-area-with-white-color .header-info li {
  color: #002C60;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.header-area-with-white-color .header-info li::before {
  background: rgba(0, 44, 96, 0.1);
}

.header-area-with-white-color .header-info li a {
  color: #002C60;
  font-weight: 500;
}

.header-area-with-white-color .header-info li a:hover, .header-area-with-white-color .header-info li a:focus {
  background: transparent;
  color: #ff6d34;
  border-color: unset;
}

.header-area-with-white-color.bg-160622 {
  background-color: #160622;
}

.header-area-with-white-color.bg-160622 .social-links li:first-child {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .social-links li a {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .social-links li a:hover {
  color: #ff6d34;
}

.header-area-with-white-color.bg-160622 .header-info li {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .header-info li a {
  color: #ffffff;
}

.header-area-with-white-color.bg-160622 .header-info li a:hover {
  color: #ff6d34;
}

.header-area-with-white-color.bg-160622 .header-info li::before {
  background: rgba(255, 255, 255, 0.2);
}

/*=============================
Navbar Area CSS
===============================*/
.navbar-area-with-white-color {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 15px rgba(40, 145, 249, 0.06);
          box-shadow: 0px 6px 15px rgba(40, 145, 249, 0.06);
}

.navbar-area-with-white-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-white-color .navbar-brand {
  color: #002c60;
}

.navbar-area-with-white-color .navbar-brand:hover, .navbar-area-with-white-color .navbar-brand:focus {
  color: #002c60;
}

.navbar-area-with-white-color .navbar-brand span {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area-with-white-color .navbar-nav .nav-item:hover .nav-link {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-link {
  color: #0A0C19;
}

.navbar-area-with-white-color .navbar-nav .nav-link:hover, .navbar-area-with-white-color .navbar-nav .nav-link:focus {
  color: #ff6d34;
}

.navbar-area-with-white-color .navbar-nav .nav-link.dropdown-toggle::after {
  position: relative;
  top: 1.5px;
  color: #B9C1D9;
}

.navbar-area-with-white-color .navbar-nav .active > .nav-link, .navbar-area-with-white-color .navbar-nav .nav-link.active,
.navbar-area-with-white-color .navbar-nav .nav-link.show, .navbar-area-with-white-color .navbar-nav .show > .nav-link {
  color: #ff6d34;
}

.navbar-area-with-white-color .others-options {
  margin-left: 10px;
}

.navbar-area-with-white-color .others-options .option-item {
  margin-right: 30px;
}

.navbar-area-with-white-color .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn {
  position: relative;
  top: 0.5px;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn i {
  font-size: 30px;
  color: #283a5e;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn i:hover {
  color: #ff6d34;
}

.navbar-area-with-white-color .others-options .option-item .icon-btn span {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #76BAAF;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

.navbar-area-with-white-color .others-options .option-item .default-btn {
  background: #FF2E57;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
}

.navbar-area-with-white-color .others-options .option-item .default-btn:hover {
  background-color: #ff6d34;
}

.navbar-area-with-white-color .others-options .option-item .default-btn.with-border-radius {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
}

.navbar-area-with-black-color {
  background: #11011E;
  padding: 25px 0;
}

.navbar-area-with-black-color.is-sticky {
  background: #11011E !important;
}

.navbar-area-with-black-color .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area-with-black-color .navbar-brand {
  color: #ffffff;
}

.navbar-area-with-black-color .navbar-brand:focus {
  color: #ffffff !important;
}

.navbar-area-with-black-color .navbar-brand:hover {
  color: #ffffff !important;
}

.navbar-area-with-black-color .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar-area-with-black-color .navbar-nav .nav-item:hover .nav-link {
  color: #ff6d34;
}

.navbar-area-with-black-color .navbar-nav .nav-link {
  color: #ffffff;
  font-weight: 400;
}

.navbar-area-with-black-color .navbar-nav .nav-link:hover, .navbar-area-with-black-color .navbar-nav .nav-link:focus {
  color: #ff6d34;
}

.navbar-area-with-black-color .navbar-nav .nav-link.dropdown-toggle::after {
  position: relative;
  top: 1.5px;
}

.navbar-area-with-black-color .navbar-nav .active > .nav-link, .navbar-area-with-black-color .navbar-nav .nav-link.active,
.navbar-area-with-black-color .navbar-nav .nav-link.show, .navbar-area-with-black-color .navbar-nav .show > .nav-link {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options {
  margin-left: 15px;
}

.navbar-area-with-black-color .others-options .option-item {
  margin-right: 25px;
}

.navbar-area-with-black-color .others-options .option-item:last-child {
  margin-right: 0;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn {
  position: relative;
  top: 0.5px;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn i {
  font-size: 30px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn i:hover {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options .option-item .icon-btn span {
  position: absolute;
  top: 0;
  right: -5px;
  display: inline-block;
  height: 18px;
  width: 18px;
  line-height: 18px;
  background-color: #ff6d34;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
}

.navbar-area-with-black-color .others-options .option-item .call-btn {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
}

.navbar-area-with-black-color .others-options .option-item .call-btn a {
  color: #ff6d34;
}

.navbar-area-with-black-color .others-options .option-item .call-btn a:hover {
  color: #ffffff;
}

/*=============================
Digital Solutions Banner Area CSS
===============================*/
.digital-solutions-banner {
  background-color: #F5F4FA;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
}

.digital-solutions-banner .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.digital-solutions-banner-content {
  padding-right: 20px;
}

.digital-solutions-banner-content span {
  font-size: 18px;
  color: #8F6DFF;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}

.digital-solutions-banner-content h1 {
  font-size: 70px;
  font-weight: bold;
  color: #0A0C19;
  margin-bottom: 18px;
  line-height: 1.2;
}

.digital-solutions-banner-content h1 b {
  position: relative;
  z-index: 1;
}

.digital-solutions-banner-content h1 b::before {
  position: absolute;
  content: "";
  right: -10px;
  bottom: -5px;
  height: 35px;
  width: 181px;
  background-image: url(../img/vector.png);
  z-index: -1;
}

.digital-solutions-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.digital-solutions-banner-content .banner-btn {
  margin-top: 25px;
}

.digital-solutions-banner-content .banner-btn .default-btn {
  background-color: #8F6DFF;
}

.ds-banner-shape-1 {
  position: absolute;
  top: -50px;
  left: 30%;
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.ds-banner-shape-2 {
  position: absolute;
  bottom: 20%;
  left: 2%;
  -webkit-transform: translateY(-20%) translateX(-2%);
          transform: translateY(-20%) translateX(-2%);
  z-index: -1;
  -webkit-animation: animationFramesOne 10s infinite linear;
          animation: animationFramesOne 10s infinite linear;
}

.ds-banner-shape-3 {
  position: absolute;
  bottom: -5px;
  left: 45%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

/*=============================
Global Card Area CSS
===============================*/
.single-global-card {
  margin-bottom: 25px;
  background-color: #ffffff;
  border: 1px solid #EBD7D3;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-global-card .global-image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-global-card .global-image img {
  max-width: 50px;
}

.single-global-card .global-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-global-card .global-content p {
  margin-bottom: 0;
}

.single-global-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
}

.single-global-card:hover .global-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*=============================
DS About Area CSS
===============================*/
.ds-about-area {
  background-color: #F4FAFD;
}

.ds-about-content {
  padding-left: 45px;
}

.ds-about-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.ds-about-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.ds-about-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.ds-about-content h3 b {
  position: relative;
  z-index: 1;
}

.ds-about-content h3 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  background-image: url(../img/section-title-vector.png);
  z-index: -1;
}

.ds-about-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.ds-about-content .list li {
  list-style-type: none;
  color: #002C60;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.ds-about-content .list li:last-child {
  margin-bottom: 0;
}

.ds-about-content .list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

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

.ds-about-content .about-btn .default-btn {
  background-color: #8F6DFF;
}

/*=============================
FunFacts Wrap Area CSS
===============================*/
.funfacts-wrap-area {
  background: linear-gradient(89.07deg, #5046BB 0%, #FE7062 100%);
}

.funfacts-wrap-area.with-light-green-color {
  background: #76BAAF;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.fun-fact-wrap-card {
  margin-bottom: 25px;
}

.fun-fact-wrap-card h3 {
  font-size: 45px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.fun-fact-wrap-card h3 .plus {
  font-size: 40px;
  position: relative;
  top: -2px;
}

.fun-fact-wrap-card h3 .percentage {
  font-size: 35px;
  position: relative;
  left: -5px;
}

.fun-fact-wrap-card p {
  font-size: 18px;
  color: #ffffff;
}

.funfacts-wrap-shape {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

/*=============================
Features Wrap Area CSS
===============================*/
.features-wrap-area {
  background-color: #F4FAFD;
}

.features-wrap-content {
  padding-right: 55px;
}

.features-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.features-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.features-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.features-wrap-content h3 b {
  position: relative;
  z-index: 1;
}

.features-wrap-content h3 b::before {
  position: absolute;
  content: "";
  left: -10px;
  bottom: -10px;
  height: 24px;
  width: 126px;
  background-image: url(../img/section-title-vector.png);
  z-index: -1;
}

.features-wrap-content .features-inner-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.features-wrap-content .features-inner-card .content {
  position: relative;
  padding-left: 115px;
}

.features-wrap-content .features-inner-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
  display: inline-block;
  width: 90px;
  height: 110px;
  line-height: 110px;
  background-color: #8F6DFF;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.features-wrap-content .features-inner-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.features-wrap-content .features-inner-card .content p {
  margin-bottom: 0;
}

.features-wrap-content .features-inner-card .content:hover .icon i {
  background-color: #ff6d34;
}

.features-wrap-content .features-inner-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.features-wrap-content .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.features-wrap-content .list li {
  list-style-type: none;
  color: #002C60;
  font-size: 18px;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  padding-left: 32px;
}

.features-wrap-content .list li:last-child {
  margin-right: 0;
}

.features-wrap-content .list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.features-wrap-image {
  padding-left: 25px;
}

/*=============================
Services Wrap Area CSS
===============================*/
.services-wrap-card {
  background: #FAFAFB;
  margin-bottom: 25px;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #8F6DFF;
  -webkit-box-shadow: 0px 6px 20px rgba(143, 109, 255, 0.15);
          box-shadow: 0px 6px 20px rgba(143, 109, 255, 0.15);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.services-wrap-card .services-content h3 {
  font-size: 25px;
  margin-bottom: 16.8px;
}

.services-wrap-card .services-content h3 a {
  color: #0A0C19;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-content p {
  margin-bottom: 16.8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card .services-content .services-btn {
  font-size: 15px;
  color: #8F6DFF;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.services-wrap-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.services-wrap-card:hover::before {
  opacity: 1;
  visibility: visible;
}

.services-wrap-card:hover .services-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.services-wrap-card:hover .services-content h3 a {
  color: #ffffff;
}

.services-wrap-card:hover .services-content p {
  color: #ffffff;
}

.services-wrap-card:hover .services-content .services-btn {
  color: #ffffff;
}

.services-wrap-card.with-linear-gradient::before {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), color-stop(101.68%, #EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 101.68%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
}

.services-wrap-card.with-linear-gradient .services-content .services-btn {
  color: #76BAAF;
}

.services-wrap-card.with-linear-gradient:hover .services-content .services-btn {
  color: #ffffff;
}

/*=============================
Reviews Wrap Area CSS
===============================*/
.reviews-wrap-area {
  background: #F4FAFD;
}

.reviews-wrap-area.without-bg-color {
  background-color: transparent;
}

.reviews-wrap-area.without-bg-color .reviews-single-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.08);
          box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.08);
}

.reviews-wrap-area.without-bg-color .reviews-single-card .rating {
  margin-top: 0;
  margin-bottom: 20px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .client-info {
  margin-bottom: 0;
  margin-top: 20px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card .quote-icon {
  right: 50px;
  top: unset;
  bottom: 50px;
}

.reviews-wrap-area.without-bg-color .reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.reviews-single-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.05);
          box-shadow: 0px 4px 20px rgba(50, 153, 210, 0.05);
  padding: 50px;
  border: 1px solid #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.reviews-single-card .client-info {
  margin-bottom: 30px;
}

.reviews-single-card .client-info img {
  max-width: 55px;
  border-radius: 50%;
}

.reviews-single-card .client-info .title {
  margin-left: 15px;
}

.reviews-single-card .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.reviews-single-card .client-info .title span {
  font-size: 14px;
  color: #76BAAF;
  font-weight: 400;
  display: block;
  margin-top: 12px;
}

.reviews-single-card .rating {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.reviews-single-card .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.reviews-single-card .rating li:last-child {
  margin-right: 0;
}

.reviews-single-card .rating li i {
  color: #FFD06A;
  font-size: 25px;
}

.reviews-single-card .quote-icon {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: -1;
}

.reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.reviews-slides.owl-theme .owl-dots {
  margin-top: 35px !important;
}

/*=============================
Overview Wrap Area CSS
===============================*/
.overview-wrap-inner-content {
  position: relative;
  overflow: hidden;
}

.overview-wrap-inner-content img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overview-wrap-inner-content .overview-card {
  background-color: #ffffff;
  padding: 35px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
}

.overview-wrap-inner-content .overview-card .content {
  position: relative;
  padding-right: 285px;
}

.overview-wrap-inner-content .overview-card .content .image {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.overview-wrap-inner-content .overview-card .content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.overview-wrap-inner-content .overview-card .content h3 a {
  color: #0A0C19;
}

.overview-wrap-inner-content .overview-card .content span {
  font-size: 15px;
  color: #002C60;
}

.overview-wrap-inner-content .overview-card .content .icon {
  position: absolute;
  bottom: 0;
  right: 0;
}

.overview-wrap-inner-content .overview-card .content .icon a {
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  background: #8F6DFF;
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  position: relative;
}

.overview-wrap-inner-content .overview-card .content .icon a:hover {
  background-color: #ff6d34;
}

.overview-wrap-inner-content .overview-card .content .icon a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  margin: auto;
}

.overview-wrap-inner-content .overview-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.overview-wrap-inner-content:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*================================================
Blog Wrap Area CSS
=================================================*/
.blog-wrap-card {
  background: #F4FAFD;
  padding: 30px;
  border: 1px solid #F4FAFD;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 30px;
}

.blog-wrap-card .post-meta {
  padding: 0;
  margin-bottom: 18px;
}

.blog-wrap-card .post-meta li {
  font-weight: 500;
  display: inline-block;
  list-style-type: none;
  font-size: 15px;
  color: #828893;
  position: relative;
  margin-right: 20px;
  padding-left: 22px;
}

.blog-wrap-card .post-meta li:last-child {
  margin-right: 0;
}

.blog-wrap-card .post-meta li:last-child img {
  top: 2.8px;
}

.blog-wrap-card .post-meta li img {
  color: #ff6d34;
  position: absolute;
  left: 0;
  top: 2.8px;
  font-size: 15px;
}

.blog-wrap-card h3 {
  font-size: 25.8px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.blog-wrap-card h3 a {
  color: #0A0C19;
}

.blog-wrap-card .info {
  margin-top: 18px;
  position: relative;
}

.blog-wrap-card .info img {
  border-radius: 50%;
}

.blog-wrap-card .info .title {
  margin-left: 12px;
}

.blog-wrap-card .info .title h4 {
  margin-bottom: 0;
  color: #76BAAF;
  font-weight: 500;
  font-family: 'Nunito', sans-serif;
  font-size: 16.5px;
}

.blog-wrap-card .info .title h4 a {
  color: #76BAAF;
}

.blog-wrap-card .info .title span {
  display: block;
  color: #76BAAF;
  margin-top: 10px;
  font-size: 15px;
}

.blog-wrap-card:hover {
  border: 1px solid #ff6d34;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.blog-wrap-card:hover h3 a {
  color: #ff6d34;
}

/*================================================
Subscribe Wrap Area CSS
=================================================*/
.subscribe-wrap-area {
  position: relative;
  z-index: 1;
}

.subscribe-wrap-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #1F102B;
  z-index: -1;
}

.subscribe-wrap-inner-box {
  background: #5466F9;
  max-width: 950px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 150px;
  padding-right: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.subscribe-wrap-inner-box .subscribe-content {
  text-align: center;
}

.subscribe-wrap-inner-box .subscribe-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 36.5px;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form {
  max-width: 480px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: none;
  height: 65px;
  padding-left: 25px;
  border-radius: 70px;
  outline: 0;
  color: #8E9AA9;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:-ms-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::-ms-input-placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter::placeholder {
  color: #8E9AA9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
  color: transparent;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form button {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #ff6d34;
  color: #ffffff;
  border: none;
  height: 55px;
  padding: 0 30px;
  border-radius: 70px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form button:hover {
  background-color: #002c60;
  color: #ffffff;
}

.subscribe-wrap-inner-box .subscribe-content .newsletter-form #validator-newsletter {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  color: #ffffff;
  bottom: -35px;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-1 {
  position: absolute;
  left: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.subscribe-wrap-inner-box .subscribe-wrap-shape-2 {
  position: absolute;
  right: 20px;
  top: 50px;
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.subscribe-wrap-inner-box.with-main-color {
  background-color: #ff6d34;
}

.subscribe-wrap-inner-box.with-main-color .subscribe-content .newsletter-form button {
  background-color: #76BAAF;
  color: #ffffff;
}

.subscribe-wrap-inner-box.with-main-color .subscribe-content .newsletter-form button:hover {
  background-color: #ff6d34;
}

/*================================================
Team Wrap Area CSS
=================================================*/
.single-team-wrap-box {
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
}

.single-team-wrap-box .image img {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
}

.single-team-wrap-box .image .social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image .social a {
  margin: 0 2px;
}

.single-team-wrap-box .image .social a i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background-color: #8F6DFF;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-team-wrap-box .image .social a i:hover {
  background-color: #76BAAF;
}

.single-team-wrap-box .content {
  margin-top: 25px;
  margin-left: 15px;
}

.single-team-wrap-box .content h3 {
  margin-bottom: 0;
  font-size: 22px;
}

.single-team-wrap-box .content span {
  display: block;
  margin-top: 12px;
  color: #76BAAF;
  font-size: 15px;
}

.single-team-wrap-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-team-wrap-box:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.single-team-wrap-box:hover .image .social {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}

/*================================================
Social Media Marketing Banner Area CSS
=================================================*/
.social-media-marketing-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-image: url(../img/banner-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 140px;
}

.social-media-marketing-banner::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 72, 129, 0.85);
  z-index: -1;
  opacity: .95;
}

.social-media-marketing-banner .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.social-media-marketing-banner-content {
  max-width: 750px;
}

.social-media-marketing-banner-content span {
  display: inline-block;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
          box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  color: #76BAAF;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 20px;
}

.social-media-marketing-banner-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.social-media-marketing-banner-content h1 {
  font-size: 70px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.2;
}

.social-media-marketing-banner-content h1 b {
  position: relative;
  z-index: 1;
}

.social-media-marketing-banner-content h1 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -15px;
  width: 43px;
  height: 28px;
  background-image: url(../img/home-nine/banner/shape.png);
  z-index: -1;
}

.social-media-marketing-banner-content p {
  margin-bottom: 0;
  max-width: 580px;
  color: #ffffff;
}

.social-media-marketing-banner-content .free-analysis-form {
  position: relative;
  margin-top: 30px;
  max-width: 500px;
}

.social-media-marketing-banner-content .free-analysis-form .form-control {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
          box-shadow: 0px 2px 20px rgba(20, 127, 173, 0.13);
  border: none;
  height: 65px;
  padding: 15px 25px;
  border-radius: 50px;
  border: 1px solid #ffffff;
  outline: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #8E9AA9 !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:focus::placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::-webkit-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control:-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::-ms-input-placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form .form-control::placeholder {
  color: #8E9AA9 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-content .free-analysis-form button {
  position: absolute;
  right: 4px;
  top: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
  color: #ffffff;
  border: none;
  height: 56.5px;
  padding: 0 30px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  line-height: 50px;
  cursor: pointer;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 700;
}

.social-media-marketing-banner-content .free-analysis-form button:hover {
  background: -webkit-gradient(linear, left top, right top, from(#EC0473), to(#FF439D));
  background: linear-gradient(90deg, #EC0473 0%, #FF439D 100%);
}

.social-media-marketing-banner-form {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 45px 35px;
  max-width: 550px;
  margin: 0 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
}

.social-media-marketing-banner-form h3 {
  font-size: 25.8px;
  margin-bottom: 30px;
}

.social-media-marketing-banner-form .form-group .form-control {
  display: inline-block;
  height: 55px;
  background-color: #F4FAFD;
  border: 1px solid #F4FAFD;
  border-radius: 0;
  outline: 0;
  padding: 15px 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #002C60 !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control:focus::placeholder {
  color: transparent !important;
}

.social-media-marketing-banner-form .form-group .form-control::-webkit-input-placeholder {
  color: #002C60 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control:-ms-input-placeholder {
  color: #002C60 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control::-ms-input-placeholder {
  color: #002C60 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group .form-control::placeholder {
  color: #002C60 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.social-media-marketing-banner-form .form-group textarea.form-control {
  min-height: 135px;
}

.social-media-marketing-banner-form .form-group .form-select {
  display: inline-block;
  height: 55px;
  background-color: #F4FAFD;
  border: 1px solid #F4FAFD;
  border-radius: 0;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #002C60 !important;
}

.social-media-marketing-banner-form .form-group .form-select:focus {
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.social-media-marketing-banner-form .default-btn {
  background: #76BAAF;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px;
}

.social-media-marketing-banner-form .default-btn:hover {
  background: #ff6d34;
}

.social-media-marketing-banner-form:hover {
  border: 1px solid #ff6d34;
}

.social-media-banner-shape-1 {
  position: absolute;
  top: 5%;
  left: 15%;
  -webkit-transform: translateY(-5%) translateX(-15%);
          transform: translateY(-5%) translateX(-15%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-2 {
  position: absolute;
  top: 12%;
  right: 38%;
  -webkit-transform: translateY(-12%) translateX(-38%);
          transform: translateY(-12%) translateX(-38%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-3 {
  position: absolute;
  bottom: 8%;
  left: 35%;
  -webkit-transform: translateY(-8%) translateX(-35%);
          transform: translateY(-8%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

.social-media-banner-shape-4 {
  position: absolute;
  bottom: 25%;
  right: 35%;
  -webkit-transform: translateY(-25%) translateX(-35%);
          transform: translateY(-25%) translateX(-35%);
  z-index: -1;
}

.social-media-banner-shape-4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Features Card Area CSS
=================================================*/
.features-card-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.single-features-card {
  border: 1px solid #EBD7D3;
  padding: 30px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  margin-bottom: 25px;
}

.single-features-card .features-image {
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.single-features-card .features-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-features-card .features-content p {
  margin-bottom: 0;
}

.single-features-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
}

.single-features-card:hover .features-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.features-card-shape {
  position: absolute;
  top: 20%;
  left: 5%;
  -webkit-transform: translateY(-20%) translateX(-5%);
          transform: translateY(-20%) translateX(-5%);
  z-index: -1;
  -webkit-animation: moveleftbounce 2s linear infinite;
          animation: moveleftbounce 2s linear infinite;
}

/*================================================
Agency Wrap Area CSS
=================================================*/
.agency-wrap-content {
  padding-left: 30px;
}

.agency-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.agency-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.agency-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.agency-wrap-content h3 b {
  position: relative;
  z-index: 1;
}

.agency-wrap-content h3 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -18px;
  width: 43px;
  height: 28px;
  background-image: url(../img/home-nine/section-title-vector.png);
  z-index: -1;
}

.agency-wrap-content .list {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
  max-width: 480px;
}

.agency-wrap-content .list li {
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px rgba(41, 169, 225, 0.1);
          box-shadow: 0px 2px 20px rgba(41, 169, 225, 0.1);
  border-radius: 5px;
  color: #828893;
  font-size: 16.5px;
  position: relative;
  margin-bottom: 15px;
  padding: 15px 15px 15px 48px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agency-wrap-content .list li:last-child {
  margin-bottom: 0;
}

.agency-wrap-content .list li img {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.agency-wrap-content .list li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #ff6d34;
  color: #ffffff;
}

.agency-wrap-content .list li:hover i {
  color: #ffffff;
}

.agency-wrap-content .list li.left {
  position: relative;
  left: 25px;
}

.agency-wrap-content .agency-btn {
  margin-top: 28px;
}

.agency-wrap-content .agency-btn .default-btn {
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 50px;
}

/*================================================
Companies Wrap Area CSS
=================================================*/
.companies-area {
  position: relative;
  z-index: 1;
}

.companies-area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 220px;
  width: 100%;
  background-color: #F4FAFD;
  z-index: -1;
}

.companies-area.without-before-color::before {
  display: none;
}

.companies-inner-box {
  background: linear-gradient(89.07deg, #5046BB 0%, #FE7062 100%);
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
  z-index: 1;
}

.companies-inner-box .section-title-with-border span {
  color: #ffffff;
}

.companies-inner-box .section-title-with-border h2 {
  color: #ffffff;
}

.companies-inner-box .companies-inner-shape {
  position: absolute;
  left: 100px;
  top: 120px;
  z-index: -1;
}

.companies-item {
  text-align: center;
  margin-bottom: 25px;
}

.companies-item a img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.companies-item a img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Creative Solutions Area CSS
=================================================*/
.creative-solutions-area {
  background-color: #F4FAFD;
}

.creative-solutions-content {
  padding-right: 55px;
}

.creative-solutions-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.creative-solutions-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.creative-solutions-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.creative-solutions-content h3 b {
  position: relative;
  z-index: 1;
}

.creative-solutions-content h3 b::before {
  position: absolute;
  content: "";
  right: -10px;
  top: -18px;
  width: 43px;
  height: 28px;
  background-image: url(../img/home-nine/section-title-vector.png);
  z-index: -1;
}

.creative-solutions-content .creative-list-tabs {
  margin-top: 25px;
}

.creative-solutions-content .creative-list-tabs .nav {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0;
  list-style-type: none;
  display: block;
  border: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 4px 20px rgba(26, 137, 185, 0.07);
  border-radius: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item {
  display: inline-block;
  border-radius: 0;
  margin-right: 10px;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item:last-child {
  margin-right: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link {
  color: #0A0C19;
  border: none;
  background-color: transparent;
  position: relative;
  z-index: 1;
  padding: 15px 25px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: -1;
  border-radius: 0;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link:hover, .creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link.active {
  color: #ffffff;
}

.creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link:hover::before, .creative-solutions-content .creative-list-tabs .nav .nav-item .nav-link.active::before {
  width: 100%;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content {
  position: relative;
  padding-left: 115px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
  display: inline-block;
  width: 90px;
  height: 110px;
  line-height: 110px;
  background-color: #76BAAF;
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content p {
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card .content:hover .icon i {
  background-color: #ff6d34;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .creative-inner-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li {
  list-style-type: none;
  color: #002C60;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li:last-child {
  margin-bottom: 0;
}

.creative-solutions-content .creative-list-tabs .tab-content .tab-pane .list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

/*================================================
Strategies Area CSS
=================================================*/
.strategies-area {
  background: #F4FAFD;
}

.strategies-area .section-title-with-border {
  max-width: 810px;
}

.strategies-content-card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-left: 30px;
  margin-bottom: 25px;
}

.strategies-content-card:last-child {
  margin-bottom: 0;
}

.strategies-content-card .content {
  position: relative;
  padding-left: 105px;
}

.strategies-content-card .content .icon {
  position: absolute;
  left: 0;
  top: -25px;
  display: inline-block;
  width: 80px;
  height: 110px;
  line-height: 110px;
  background: -webkit-gradient(linear, left top, right top, from(#FF439D), to(#EC0473));
  background: linear-gradient(90deg, #FF439D 0%, #EC0473 100%);
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  color: #ffffff;
  text-align: center;
  font-size: 45px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.strategies-content-card .content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.strategies-content-card .content p {
  margin-bottom: 0;
}

.strategies-content-card .content:hover .icon i {
  background-color: #ff6d34;
}

.strategies-content-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Cryptocurrency Area CSS
=================================================*/
.cryptocurrency-banner-area {
  background: #EBFBFA;
  padding-top: 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cryptocurrency-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cryptocurrency-banner-content {
  position: relative;
  top: -15px;
}

.cryptocurrency-banner-content span {
  font-size: 16.5px;
  color: #76BAAF;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 18px;
}

.cryptocurrency-banner-content h1 {
  font-size: 65px;
  font-weight: bold;
  color: #0A0C19;
  margin-bottom: 18px;
  line-height: 1.2;
}

.cryptocurrency-banner-content p {
  margin-bottom: 0;
  max-width: 550px;
}

.cryptocurrency-banner-content .banner-btn {
  margin-top: 25px;
}

.cryptocurrency-banner-shape-1 {
  position: absolute;
  top: 15%;
  left: 2%;
  -webkit-transform: translateY(-15%) translateX(-2%);
          transform: translateY(-15%) translateX(-2%);
  z-index: -1;
}

.cryptocurrency-banner-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.cryptocurrency-banner-shape-2 {
  position: absolute;
  top: 10%;
  left: 35%;
  -webkit-transform: translateY(-10%) translateX(-35%);
          transform: translateY(-10%) translateX(-35%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cryptocurrency-banner-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 15%;
  -webkit-transform: translateY(-5%) translateX(-15%);
          transform: translateY(-5%) translateX(-15%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cryptocurrency-banner-shape-4 {
  position: absolute;
  bottom: 10%;
  right: 30%;
  -webkit-transform: translateY(-10%) translateX(-30%);
          transform: translateY(-10%) translateX(-30%);
  z-index: -1;
}

.cryptocurrency-banner-shape-4 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Trade Over Area CSS
=================================================*/
.trade-over-area {
  background: #11011E;
  position: relative;
  z-index: 1;
}

.trade-over-area::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 420px;
  z-index: -1;
}

.trade-over-area .section-title-with-border h2 {
  color: #ffffff;
}

.trade-over-table {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 8px 20px rgba(41, 169, 225, 0.07);
          box-shadow: 0px 8px 20px rgba(41, 169, 225, 0.07);
  padding: 45px 40px;
  max-width: 1095px;
  margin: auto;
}

.trade-over-table table {
  margin-bottom: 0;
}

.trade-over-table table thead tr {
  border: none;
}

.trade-over-table table thead tr th {
  border: none;
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 0;
  white-space: nowrap;
  color: #848E9C;
  font-weight: 400;
  font-size: 15.5px;
  font-family: "Roboto", sans-serif;
}

.trade-over-table table tbody tr {
  border: none;
}

.trade-over-table table tbody tr td {
  border: none;
  border-bottom: 1px solid #f5f4f4;
  vertical-align: middle;
  white-space: nowrap;
  padding: 30px 0 30px 0;
  font-weight: 500;
}

.trade-over-table table tbody tr td .title {
  margin-left: 15px;
}

.trade-over-table table tbody tr td .title p {
  color: #76808E;
  font-weight: 500;
  font-size: 16.5px;
}

.trade-over-table table tbody tr td .title p span {
  color: #0A0C19;
  font-size: 18px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.trade-over-table table tbody tr td.price {
  color: #002C60;
  font-size: 14.5px;
  font-weight: 500;
}

.trade-over-table table tbody tr td.percentage {
  color: #76BAAF;
  font-size: 14.5px;
  font-weight: 500;
}

.trade-over-table table tbody tr td.percentage span {
  color: #FF6C6C;
}

.trade-over-table table tbody tr td .buy-btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: #76BAAF;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.trade-over-table table tbody tr td .buy-btn:hover {
  background-color: #ff6d34;
}

.trade-over-table table tbody tr:last-child td {
  padding-bottom: 0;
  border: none;
}

.trade-over-table table tbody:not(:first-child) {
  border-top: unset;
}

.trade-over-table-btn {
  text-align: center;
  margin-top: 30px;
}

.trade-over-table-btn .default-btn {
  background-color: transparent;
  border: 2px solid #ff6d34;
  color: #ff6d34 !important;
}

/*================================================
Platform Area CSS
=================================================*/
.platform-area {
  background: #F4FAFD;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.platform-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
          box-shadow: 0px 6px 20px rgba(26, 137, 185, 0.07);
  padding: 35px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #ffffff;
  text-align: center;
}

.platform-card .platform-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.platform-card .platform-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.platform-card .platform-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.platform-card .platform-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.platform-card .platform-content p {
  margin-bottom: 0;
}

.platform-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.platform-card:hover .platform-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

.platform-shape-1 {
  position: absolute;
  top: 25%;
  left: 15%;
  -webkit-transform: translateY(-25%) translateX(-15%);
          transform: translateY(-25%) translateX(-15%);
  z-index: -1;
}

.platform-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.platform-shape-2 {
  position: absolute;
  top: 28%;
  right: 30%;
  -webkit-transform: translateY(-28%) translateX(-30%);
          transform: translateY(-28%) translateX(-30%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.platform-shape-3 {
  position: absolute;
  bottom: 5%;
  right: 15%;
  -webkit-transform: translateY(-5%) translateX(-15%);
          transform: translateY(-5%) translateX(-15%);
  z-index: -1;
}

.platform-shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
Investing Area CSS
=================================================*/
.investing-content {
  position: relative;
  padding-left: 105px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.investing-content:last-child {
  margin-bottom: 0;
}

.investing-content .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  border-radius: 50px;
  text-align: center;
  font-size: 40px;
  color: #ff6d34;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.investing-content .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.investing-content h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.investing-content p {
  margin-bottom: 0;
}

.investing-content:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Rates Wrap Area CSS
=================================================*/
.rates-wrap-area {
  background-color: #F4FAFD;
}

.rates-with-box-style .col-lg-6:nth-child(2) .rates-wrap-card {
  margin-bottom: 25px;
}

.rates-wrap-card {
  background-color: #ffffff;
  border: 1px solid #EBD7D3;
  padding: 25px;
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rates-wrap-card .rates-image {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
          box-shadow: 0px 4px 15px rgba(26, 137, 185, 0.09);
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.rates-wrap-card .rates-image img {
  max-width: 50px;
}

.rates-wrap-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.rates-wrap-card p {
  margin-bottom: 0;
}

.rates-wrap-card:hover {
  border: 1px solid #ff6d34;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.rates-wrap-content {
  padding-left: 35px;
}

.rates-wrap-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.rates-wrap-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.rates-wrap-content h3 {
  font-size: 36.5px;
  color: #0A0C19;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.rates-wrap-content h3 b {
  color: #ff6d34;
}

.rates-wrap-content .list {
  padding: 0;
  margin-top: 18px;
  margin-bottom: 0;
}

.rates-wrap-content .list li {
  list-style-type: none;
  color: #002C60;
  font-size: 18px;
  position: relative;
  margin-bottom: 15px;
  padding-left: 32px;
}

.rates-wrap-content .list li:last-child {
  margin-bottom: 0;
}

.rates-wrap-content .list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.rates-wrap-content .list li strong {
  font-weight: 400;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #29A9E1;
}

/*================================================
Mobile App Area CSS
=================================================*/
.mobile-app-area {
  background-color: #6E97CF;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mobile-app-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.mobile-app-content {
  max-width: 635px;
  margin-left: auto;
}

.mobile-app-content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.mobile-app-content p {
  color: #ffffff;
}

.mobile-app-content .app-list {
  padding: 0;
  margin-top: 25px;
  margin-bottom: 0;
}

.mobile-app-content .app-list li {
  display: inline-block;
  margin-right: 10px;
}

.mobile-app-content .app-list li:last-child {
  margin-right: 0;
}

.mobile-app-content .app-list li a img {
  border-radius: 5px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mobile-app-content .app-list li a img:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*================================================
Cyber Security Banner Area CSS
=================================================*/
.cyber-security-banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 130px;
}

.cyber-security-banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.cyber-security-banner-content span {
  display: inline-block;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 18px;
}

.cyber-security-banner-content span:hover {
  background-color: #76BAAF;
  color: #ffffff;
}

.cyber-security-banner-content h1 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.cyber-security-banner-content p {
  color: #ffffff;
  max-width: 550px;
  margin-bottom: 0;
}

.cyber-security-banner-content .banner-btn {
  margin-top: 25px;
}

.cyber-security-banner-content .banner-btn .default-btn.bg-76BAAF {
  background-color: #76BAAF;
  margin-left: 15px;
}

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

.cyber-security-dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
}

.cyber-security-shape-1 {
  position: absolute;
  top: 5%;
  left: 25%;
  -webkit-transform: translateY(-5%) translateX(-25%);
          transform: translateY(-5%) translateX(-25%);
  z-index: -1;
}

.cyber-security-shape-1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.cyber-security-shape-2 {
  position: absolute;
  bottom: 0;
  left: 2%;
  -webkit-transform: translateX(-2%);
          transform: translateX(-2%);
  z-index: -1;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.cyber-security-shape-3 {
  position: absolute;
  bottom: 5%;
  left: 35%;
  -webkit-transform: translateY(-5%) translateX(-35%);
          transform: translateY(-5%) translateX(-35%);
  z-index: -1;
}

.cyber-security-shape-3 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
CS Features Area CSS
=================================================*/
.cs-features-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 35px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.cs-features-card .features-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-features-card .features-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  color: #ffffff;
  line-height: 1.4;
}

.cs-features-card .features-content p {
  margin-bottom: 16.5px;
  color: #ffffff;
}

.cs-features-card .features-content .features-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-features-card .features-content .features-btn:hover {
  color: #ff6d34;
}

.cs-features-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.cs-features-card:hover .features-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*================================================
CS About Area CSS
=================================================*/
.cs-about-area {
  overflow: hidden;
}

.cs-about-image {
  margin-left: -155px;
}

.cs-about-content {
  padding-left: 30px;
}

.cs-about-content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.cs-about-content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-about-content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.cs-about-content h3 b {
  color: #ff6d34;
}

.cs-about-content p {
  color: #ffffff;
}

.cs-about-content .about-card {
  margin-top: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-about-content .about-card .icon {
  margin-bottom: 25px;
  display: inline-block;
  height: 65px;
  width: 65px;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.04);
  color: #ff6d34;
  text-align: center;
  font-size: 30px;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
}

.cs-about-content .about-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-about-content .about-card h4 {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 22px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-about-content .about-card p {
  margin-bottom: 0;
}

.cs-about-content .about-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.cs-about-content .about-card:hover .icon i {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-about-content .about-card:hover h4 {
  border-bottom: 1px solid #ff6d34;
}

/*================================================
Premium Security Area CSS
=================================================*/
.premium-security-area {
  overflow: hidden;
}

.premium-security-content .content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.premium-security-content .content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.premium-security-content .content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

.premium-security-content .content h3 b {
  color: #ff6d34;
}

.premium-security-content .content p {
  color: #ffffff;
}

.premium-security-content .skill-bar {
  margin-top: 20px;
}

.premium-security-content .skill-bar .progress-title-holder {
  position: relative;
  margin-bottom: 10px;
}

.premium-security-content .skill-bar .progress-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}

.premium-security-content .skill-bar .progress-number-mark {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-75%);
          transform: translateX(-75%);
  font-weight: 500;
  background: #ffffff;
  color: #76BAAF;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 53, 112, 0.18);
          box-shadow: 0px 4px 20px rgba(0, 53, 112, 0.18);
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.premium-security-content .skill-bar .progress-number-mark:hover {
  background-color: #76BAAF;
  color: #ffffff;
}

.premium-security-content .skill-bar .progress-content-outter {
  background-color: #ffffff;
  border-radius: 30px;
}

.premium-security-content .skill-bar .progress-content {
  height: 8px;
  background: #ff6d34;
  border-radius: 30px;
  width: 0%;
}

.premium-security-content .bottom-text {
  margin-top: 25px;
}

.premium-security-content .bottom-text p {
  color: #ffffff;
  margin-bottom: 0;
}

.premium-security-image {
  text-align: center;
  padding-left: 20px;
  margin-right: -150px;
}

/*================================================
CS Services Area CSS
=================================================*/
.cs-services-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 35px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
}

.cs-services-card .services-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-image .vector-shape {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-image .image-icon {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cs-services-card .services-content h3 {
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.cs-services-card .services-content h3 a {
  color: #ffffff;
}

.cs-services-card .services-content h3 a:hover {
  color: #ff6d34;
}

.cs-services-card .services-content p {
  margin-bottom: 16.5px;
  color: #ffffff;
}

.cs-services-card .services-content .services-btn {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-services-card .services-content .services-btn:hover {
  color: #ff6d34;
}

.cs-services-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  border: 1px solid #ff6d34;
}

.cs-services-card:hover .services-image {
  -webkit-animation: jackInTheBox 1s;
          animation: jackInTheBox 1s;
}

/*================================================
CS Pricing Area CSS
=================================================*/
.wrapper-full.hide {
  display: none;
}

.cs-pricing-switcher {
  text-align: center;
  margin-bottom: 45px;
}

.cs-pricing-switcher .toggle, .cs-pricing-switcher .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  cursor: pointer;
}

.cs-pricing-switcher .toggler {
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 500;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.cs-pricing-switcher .toggler.toggler--is-active {
  color: #ff6d34;
}

.cs-pricing-switcher .toggle {
  position: relative;
  width: 55px;
  height: 25px;
  border-radius: 100px;
  background-color: #ffffff;
  overflow: hidden;
}

.cs-pricing-switcher .toggle .b {
  display: block;
}

.cs-pricing-switcher .toggle .switch {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 65.5%;
  background-color: #76BAAF;
  border-radius: 50px;
  z-index: 1;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: 0s, .08s;
          transition-delay: 0s, .08s;
}

.cs-pricing-switcher .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

.cs-pricing-switcher .toggle .check:checked ~ .switch {
  right: 5px;
  left: 65.5%;
  -webkit-transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-delay: .08s, 0s;
          transition-delay: .08s, 0s;
}

.cs-pricing-card {
  border: 1px solid #220E32;
  padding: 65px;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cs-pricing-card .pricing-header h3 {
  font-size: 25px;
  color: #ff6d34;
  margin-bottom: 15px;
}

.cs-pricing-card .pricing-price {
  font-size: 35px;
  color: #76BAAF;
  margin-bottom: 12px;
}

.cs-pricing-card .pricing-price span {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  position: relative;
  top: -5.5px;
}

.cs-pricing-card p {
  color: #ffffff;
  margin-bottom: 40px;
}

.cs-pricing-card .pricing-list {
  background: #160622;
  border: 1px solid #220E32;
  padding: 35px;
  margin-bottom: 0;
}

.cs-pricing-card .pricing-list li {
  list-style-type: none;
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 16.5px;
  position: relative;
  padding-left: 32px;
}

.cs-pricing-card .pricing-list li:last-child {
  margin-bottom: 0;
}

.cs-pricing-card .pricing-list li img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #76BAAF;
  font-size: 28px;
}

.cs-pricing-card .pricing-btn {
  margin-top: 40px;
}

.cs-pricing-card .pricing-btn .default-btn {
  border: 2px solid #ff6d34;
  background-color: transparent;
  color: #ffffff;
}

.cs-pricing-card .pricing-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  text-align: center;
}

.cs-pricing-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  background: #160622;
}

.cs-pricing-card:hover .pricing-btn .default-btn {
  background-color: #ff6d34;
}

/*================================================
CS FunFacts Area CSS
=================================================*/
.cs-funfacts-inner-box {
  background: #160622;
  border: 1px solid #220E32;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  padding-right: 50px;
}

.cs-funfacts-card {
  margin-bottom: 25px;
  position: relative;
  padding-left: 105px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  background: rgba(255, 255, 255, 0.05);
  color: #ff6d34;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.cs-funfacts-card .icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
}

.cs-funfacts-card h3 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 12px;
}

.cs-funfacts-card h3 .plus {
  font-size: 24px;
  position: relative;
  top: 2px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card h3 .percentage {
  font-size: 35px;
  position: relative;
  left: -5px;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-funfacts-card p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
}

.cs-funfacts-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.cs-funfacts-card:hover .icon i {
  background: #ff6d34;
  color: #ffffff;
}

.cs-funfacts-card:hover h3 .plus {
  color: #ffffff;
}

.cs-funfacts-card:hover h3 .percentage {
  color: #ffffff;
}

.cs-funfacts-shape1 {
  position: absolute;
  top: 0;
  left: -15px;
  z-index: -1;
}

.cs-funfacts-shape1 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.cs-funfacts-shape2 {
  position: absolute;
  bottom: 0;
  right: -15px;
  z-index: -1;
}

.cs-funfacts-shape2 img {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

/*================================================
CS Reviews Area CSS
=================================================*/
.cs-reviews-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.cs-reviews-form {
  background: #11011E;
  border: 1px solid #220E32;
  padding: 45px 35px;
  max-width: 500px;
  margin: 0 0 0 auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form h3 {
  font-size: 25.8px;
  margin-bottom: 30px;
  color: #ff6d34;
}

.cs-reviews-form .form-group .form-control {
  display: inline-block;
  height: 55px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #828893 !important;
}

.cs-reviews-form .form-group .form-control:focus {
  background: rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.cs-reviews-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control:focus::placeholder {
  color: transparent !important;
}

.cs-reviews-form .form-group .form-control::-webkit-input-placeholder {
  color: #828893 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control:-ms-input-placeholder {
  color: #828893 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control::-ms-input-placeholder {
  color: #828893 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group .form-control::placeholder {
  color: #828893 !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.cs-reviews-form .form-group textarea.form-control {
  min-height: 135px;
}

.cs-reviews-form .form-group .form-select {
  display: inline-block;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 0;
  outline: 0;
  padding: 15px 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #828893 !important;
}

.cs-reviews-form .form-group .form-select:focus {
  background: rgba(255, 255, 255, 0.02);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ff6d34;
}

.cs-reviews-form .default-btn {
  background: #76BAAF;
  -webkit-box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
          box-shadow: -2px 6px 20px rgba(255, 109, 52, 0.08);
  border-radius: 5px;
  border: none;
  width: 100%;
  padding: 15px;
}

.cs-reviews-form .default-btn:hover {
  background: #ff6d34;
}

.cs-reviews-form:hover {
  border: 1px solid #ff6d34;
}

.cs-reviews-item {
  padding-left: 100px;
}

.cs-reviews-item .content {
  margin-bottom: 35px;
}

.cs-reviews-item .content span {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(185, 208, 241, 0.14);
  border-radius: 5px;
  color: #76BAAF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.cs-reviews-item .content span:hover {
  background-color: #ff6d34;
  color: #ffffff;
}

.cs-reviews-item .content h3 {
  font-size: 36.5px;
  color: #ffffff;
  line-height: 1.5;
  margin-bottom: 0;
  font-weight: bold;
}

.cs-reviews-item .content h3 b {
  color: #ff6d34;
}

.cs-reviews-single-card {
  background: #160622;
  border: 1px solid #220E32;
  padding: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
}

.cs-reviews-single-card .rating {
  padding: 0;
  margin-bottom: 20px;
}

.cs-reviews-single-card .rating li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}

.cs-reviews-single-card .rating li:last-child {
  margin-right: 0;
}

.cs-reviews-single-card .rating li i {
  color: #FFD06A;
  font-size: 25px;
}

.cs-reviews-single-card p {
  color: #ffffff;
  font-size: 17px;
}

.cs-reviews-single-card .client-info {
  margin-top: 25px;
}

.cs-reviews-single-card .client-info img {
  max-width: 55px;
  border-radius: 50%;
}

.cs-reviews-single-card .client-info .title {
  margin-left: 15px;
}

.cs-reviews-single-card .client-info .title h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 600;
}

.cs-reviews-single-card .client-info .title span {
  font-size: 14px;
  color: #76BAAF;
  font-weight: 400;
  display: block;
  margin-top: 15px;
}

.cs-reviews-single-card .quote-icon {
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: -1;
}

.cs-reviews-single-card .quote-icon i {
  font-size: 65px;
  color: rgba(255, 255, 255, 0.05);
}

.cs-reviews-single-card:hover {
  border: 1px solid #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-nav {
  margin-top: 20px;
}

.cs-reviews-slides.owl-theme .owl-nav [class*="owl-"] {
  margin: 0 45px 0;
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: relative;
  top: unset;
  left: unset;
  width: unset;
  height: unset;
  line-height: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 25px;
  color: #ffffff;
}

.cs-reviews-slides.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
  color: #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 11px;
  z-index: -1;
  right: 38px;
  left: 0;
  margin: auto !important;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot {
  position: relative;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  left: 14px;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  width: 1px;
  height: 15px;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot span {
  width: auto;
  font-weight: 600;
  height: auto;
  background: transparent;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%;
  position: relative;
  margin: 0 0;
  line-height: 1;
  color: #ffffff;
  padding: 0 5px;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot span::before {
  position: relative;
  content: "1";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:hover span, .cs-reviews-slides.owl-theme .owl-dots .owl-dot.active span {
  color: #ff6d34;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:first-child span {
  margin-left: 0;
  padding-left: 0;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:last-child span {
  margin-right: 0;
  padding-right: 0;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:last-child::before {
  display: none;
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(2) span::before {
  content: "2";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(3) span::before {
  content: "3";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(4) span::before {
  content: "4";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(5) span::before {
  content: "5";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(6) span::before {
  content: "6";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(7) span::before {
  content: "7";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(8) span::before {
  content: "8";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(9) span::before {
  content: "9";
}

.cs-reviews-slides.owl-theme .owl-dots .owl-dot:nth-child(10) span::before {
  content: "10";
}

.cs-reviews-shape1 {
  position: absolute;
  bottom: 8%;
  left: 20%;
  -webkit-transform: translateY(-8%) translateX(-20%);
          transform: translateY(-8%) translateX(-20%);
  z-index: -1;
}

.cs-reviews-shape2 {
  position: absolute;
  bottom: 10%;
  left: 46.5%;
  -webkit-transform: translateY(-10%) translateX(-46.5%);
          transform: translateY(-10%) translateX(-46.5%);
  z-index: -1;
}

/*================================================
Footer Wrap Area CSS
=================================================*/
.footer-wrap-area {
  background-color: #1F102B;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.footer-wrap-area .single-footer-widget {
  margin-bottom: 25px;
}

.footer-wrap-area .single-footer-widget .logo a {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget p {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .social-links li {
  margin-right: 5px;
}

.footer-wrap-area .single-footer-widget .social-links li:last-child {
  margin-right: 0;
}

.footer-wrap-area .single-footer-widget .social-links li a {
  border: none;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.25);
  height: 40px;
  width: 40px;
  line-height: 40px;
}

.footer-wrap-area .single-footer-widget .social-links li a:hover {
  background-color: #ff6d34;
}

.footer-wrap-area .single-footer-widget h3 {
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 20px;
}

.footer-wrap-area .single-footer-widget .services-list li a {
  color: #ffffff;
  font-weight: 400;
}

.footer-wrap-area .single-footer-widget .services-list li a:hover {
  color: #ff6d34;
}

.footer-wrap-area .single-footer-widget .services-list li a i {
  color: #ff6d34;
}

.footer-wrap-area .single-footer-widget .usefull-links li a {
  color: #ffffff;
  font-weight: 400;
}

.footer-wrap-area .single-footer-widget .usefull-links li a:hover {
  color: #ff6d34;
}

.footer-wrap-area .single-footer-widget .usefull-links li a i {
  color: #ff6d34;
}

.footer-wrap-area .single-footer-widget .contact-list li {
  color: #ffffff;
}

.footer-wrap-area .single-footer-widget .contact-list li a {
  color: #ffffff;
  font-weight: 400;
}

.footer-wrap-area .single-footer-widget .contact-list li a:hover {
  color: #ff6d34;
}

.footer-wrap-area .copyright-area {
  background: #11011E;
  margin-top: 75px;
}

.footer-wrap-area .copyright-area ul li::before {
  background: rgba(255, 255, 255, 0.2);
}

.footer-wrap-area .copyright-area p {
  color: #ffffff;
}

.footer-wrap-dot-shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  z-index: -1;
  text-align: center;
  -webkit-animation: moveleftbounce 5s linear infinite;
          animation: moveleftbounce 5s linear infinite;
}

.footer-wrap-shape {
  position: absolute;
  right: 10%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  bottom: 120px;
  z-index: -1;
}


.or{
    position: relative;
    top: 13px;
    margin: 0 20px 0;
    font-size: 20px;
}

.btn-black {
    background-color: transparent;
    color: #2e2751;
    border: 1px solid #2e2751;
}

.btn-black:hover {
    background-color: #2e2751;
    color: #fff;
}


.digital_marketing img {
    border: 1px solid #eee;
    padding: 20px;
    margin: 0px 20px 10px 0;
    background-color: #fff;
}
.digital_marketing .section-title{
    margin-bottom: 30px;
    margin-top: 0px;
}
.digital_marketing  .section-title h3{
    max-width: 100%;
}
.text-right{
    text-align: right;
}
.digital_marketing img:last-child{
    margin-right: 0px;
}
.divider {
    margin: 50px 0 20px;
    border-top: 1px solid #eee;
    display: block;
}
.our_work img {
    height: 80px;
    object-fit: contain;
}
.about_image img{
    position: relative;
    z-index: 99;
}

 
.slider_section {
    position: relative;
    overflow: hidden;
}
.slider_section::before{
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(50.67deg, #050404 -13.77%, rgba(0, 0, 0, 0) 46.69%);
    background-color: #0000008c;
}
.slider_section video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.posi-ab {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    text-align: center;
}
.banner_content h2 {
    font-weight: 800;
    font-size: 66px;
    line-height: 80px;
    color: rgba(255, 255, 255, 1)
}
.banner_content h2 span {
    font-weight: 300;
}
.banner_content p{
    font-weight: 400;
    font-size: 22px;
    line-height: 31px;
    color: rgba(255, 255, 255, 1)
}

.list_main a {
    display: block;
    text-align: left;
    font-weight: 500;
    line-height: 23px;
    font-size: 14px;
    color: #fff;
    position: relative;
} 
.list_main a::before{
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    position: absolute;
    left: -16px;
    top: 8px;
    border-radius: 50%;
}
.list_main {
    margin-bottom: 30px;
    padding: 20px 30px 10px;
    text-align: left;
}

.seven h3 {
    text-align: center;
    font-size:30px;
    font-weight: 600;
    color:#222;
    letter-spacing:1px;
    /* text-transform: uppercase; */
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 17px 0;
    grid-gap: 20px;
    align-items: center;
    margin-bottom: 0;
    z-index: 99;
    position: relative;
    width: 70%;
    margin: 0px auto;
    font-family: 'Charm', cursive;
}

.seven h3:after,.seven h3:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #c50000;
    border-top: 1px solid #c50000;
    height: 5px;
    background-color:#f8f8f8;
}
.partner-slider{
    margin-top: 20px;
    z-index: 99;
    position: relative;
}
.photo-container {text-align:center;margin-bottom: 20px;}

/*****FLOAT CLEARFIX******/
.clearfix::after{
  content:'';
  display:table;
  clear:both
}
/******PAGE ELEMENTS**********/
.name{
font-weight:800;
 line-heigth:1;
  font-size:1.65em;
}
.photo-container img{
 	position: relative;
 	z-index: 1000;
 	height: 290px;
 	object-fit: cover;
}

.photo{
  position: relative;
	line-height: 0;
  }

.button{
  text-decoration:none;
  display:block;
  width:75%;
  border:solid 4px #2980B9;
  text-align:center;
  padding:20px 0;
  margin:.6em 0;
  border-radius:.7em;
  text-transform:uppercase;
  color:#fff;
  font-weight:700;
  transition:background .6s ease-out, border-color .4s ease-in-out;
}
.button:hover{
  background:#045AAF;
  border-color:#266FC6;
}
/*****PHOT OVERLAY*******/
.photo-desc{
  position:absolute;
  bottom:0;
  top:0;
  left:0;
  right:0;
  display:flex;
  flex-direction:column;
  justify-content: start;
  padding-right: 0;
  line-height:0;
  background:#000;
  color:#fff;
}
.photo-desc h3{ 
}

.photo-desc p{
  line-height:1;
}
/**********TRANSFORMATIONS*******/
.photo-container{
  perspective:700px;
}

.photo{
  transition:transform 1s ease-out;
  transform-style:preserve-3d;
  height: 290px;
}

.photo:hover{
  transform:rotateY(-180deg);
}

.front-side
{
  backface-visibility:hidden;
}
.back-side{
  transform:rotateY(180deg);
}



.chat_icon {
    position: fixed;
    left: 15px;
    bottom: 92px;
    z-index: 999;
}
.chat_icon img{
    width: 45px;
}
.chat_icon .whats:after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background: #f62323;
    top: 2px;
    right: 4px;
    border-radius: 50px;
    animation: shake 1.5s cubic-bezier(.36, .07, .19, .97) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%,
    90% {

        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {

        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {

        transform: translate3d(-3px, 0, 0);
    }
    40%,
    60% {

        transform: translate3d(3px, 0, 0);
    }
}
.call_blink {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom:22px;
    left: 10px;
    z-index: 9;
}



.Phone {
    position: relative;
    display: block;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 25vmin;
    background-color: #3498db;
    border-radius: 0.5em;
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    bottom: 0px;
    left: 0px;

}
.Phone::before,
.Phone::after {
    position: absolute;
    content: "";
}
.Phone::before {
    top: -53px;
    left: -52px;
    width: 1em;
    height: 1em;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);

}


.Phone::after {

    top: 11px;
    left: 11px;
    width: 28px;
    height: 28px;
    background-image: url(../img/phone.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);

}



.Phone.is-animating {
    -webkit-animation: phone-outer 3000ms infinite;
    animation: phone-outer 3000ms infinite;

}



.Phone.is-animating::before {

    -webkit-animation: phone-inner 3000ms infinite;

    animation: phone-inner 3000ms infinite;

}



.Phone.is-animating::after {

    -webkit-animation: phone-icon 3000ms infinite;

    animation: phone-icon 3000ms infinite;

}



@-webkit-keyframes phone-outer {

    0% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    33.3333% {

        -webkit-transform: translate3d(0, 0, 0) scale(1.1);

        transform: translate3d(0, 0, 0) scale(1.1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);

    }

    66.6666% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    100% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

}



@keyframes phone-outer {

    0% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    33.3333% {

        -webkit-transform: translate3d(0, 0, 0) scale(1.1);

        transform: translate3d(0, 0, 0) scale(1.1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);

    }

    66.6666% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

    100% {

        -webkit-transform: translate3d(0, 0, 0) scale(1);

        transform: translate3d(0, 0, 0) scale(1);

        box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);

    }

}



@-webkit-keyframes phone-inner {

    0% {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

    33.3333% {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0) scale(0.4);

        transform: translate3d(0, 0, 0) scale(0.4);

    }

    66.6666% {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

}



@keyframes phone-inner {

    0% {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

    33.3333% {

        opacity: 1;

        -webkit-transform: translate3d(0, 0, 0) scale(0.4);

        transform: translate3d(0, 0, 0) scale(0.4);

    }

    66.6666% {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

    100% {

        opacity: 0;

        -webkit-transform: translate3d(0, 0, 0) scale(0);

        transform: translate3d(0, 0, 0) scale(0);

    }

}



@-webkit-keyframes phone-icon {

    0% {

        -webkit-transform: translate3d(0em, 0, 0);

        transform: translate3d(0em, 0, 0);

    }

    2% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    4% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    6% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    8% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    10% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    12% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    14% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    16% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    18% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    20% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    22% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    24% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    26% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    28% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    30% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    32% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    34% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    36% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    38% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    40% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    42% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    44% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    46% {

        -webkit-transform: translate3d(0em, 0, 0);

        transform: translate3d(0em, 0, 0);

    }

}



@keyframes phone-icon {

    0% {

        -webkit-transform: translate3d(0em, 0, 0);

        transform: translate3d(0em, 0, 0);

    }

    2% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    4% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    6% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    8% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    10% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    12% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    14% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    16% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    18% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    20% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    22% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    24% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    26% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    28% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    30% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    32% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    34% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    36% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    38% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    40% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    42% {

        -webkit-transform: translate3d(0.01em, 0, 0);

        transform: translate3d(0.01em, 0, 0);

    }

    44% {

        -webkit-transform: translate3d(-0.01em, 0, 0);

        transform: translate3d(-0.01em, 0, 0);

    }

    46% {

        -webkit-transform: translate3d(0em, 0, 0);

        transform: translate3d(0em, 0, 0);

    }

}

.country{
    display: flex !important;
    align-items: center;
}
.country p{
    margin-right: 10px;
    font-weight: 600;
    color: #2e2751
}
.for_mobile{display: none;}

.header_sec img {
    width: 200px;
    object-fit: contain;
}
.header_sec {
    padding: 10px 0 13px;
}
.header_sec .social-links li a{
    border: 1px solid #f3a71e; 
    color: #2e2751;
}
.header_sec .header_icon{
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: end;
}
.header_sec .counter_flag img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
}
.header_sec .counter_flag a{
    font-weight: 800;
}
.header_sec .counter_flag a:last-child{
    font-style: italic;
}
.top_line{
    height: 3px;
    width: 100%;
    display: block;
    background-color: #f3a71e;
}
.navbar-light.is-sticky .for_mobile{
    display: inline;
}
.navbar-light.is-sticky .navbar-collapse{
    float: right
}


 

 

tbody:nth-child(-n+4) tr{
		border-bottom:1px solid rgba(255,255,255,.1);
		border-left:1px solid rgba(255,255,255,.1);
	border-right:1px solid rgba(255,255,255,.1);
	
}
 

.seo-area { 
    background: url(../img/gravel.jpg);
    background-repeat: repeat;
    padding: 90px 0 80px;
    margin-top: -10px;
}
.seo_box {
    height: 170px;
    width: 170px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 5px 10px 5px 5px #88888829;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.seo_box img {
    width: 50px;
    margin-top: 13px;
    margin-bottom: 10px;
    transition: 0.6s;
}
.seo_box:hover img{
    transition: 0.6s;
     transform: rotateY(180deg);
}
.seo_box h2 {
    font-size: 17px;
    font-weight: 700;
}
.seo_service{
    background-color: #fff;
    padding: 35px 20px 0;
    border-radius: 10px;
    margin-top: 50px;
    height: 280px;
    text-align: center;
}
.seo_service h2{
    color: #000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.seo_service p{
    font-weight: 500;
    line-height: 26px;
}
.seo_service img{
    width: 60px;
    transition: 0.6s;
    margin-bottom: 20px;
}
.seo_service:hover img{
    transition: 0.6s;
     transform: rotateY(180deg);
}

.partner img {
    background-color: #fff;
    padding: 12px;
    height: 80px;
    border-radius: 10px;
    margin: 0 0px 0;
    transition: 0.6s;
    border: 2px solid #f1eaea;
    width: 120px;
    object-fit: contain;
}
.partner img:hover{
    transition: 0.6s;
}
.partner h2 {
    color: #2e2751;
    margin: 0px 0 15px;
    font-size: 21px;
    font-weight: 600;
}
.showMobile{
    display: none;
}
.calling_chat_for_mobile {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    display: flex;
}
.calling_chat_for_mobile a {
    color: #fff;
    background-color: #3498db;
    width: 100%;
    text-align: center;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.calling_chat_for_mobile a:last-child{
    background-color: #25D366;
}
.enquiry {
    position: fixed;
    right: 0px;
    bottom: 120px;
    z-index: 9;
}
.enquiry img {
    width: 100px;
}
.calling_chat_for_mobile a img {
    width: 20px;
    margin-right: 10px;
}
.calling_chat_for_mobile a i {
    margin-right: 10px;
    font-size: 20px;
}
.enquiry_model .modal-header {
    padding: 10px 18px;
    border: none;
}
.enquiry_model .modal-content {
    padding: 40px;
    border-radius: 90px 0px 90px 0px;
}
.enquiry_model .btn-close {
    position: absolute;
    right: -6px;
    top: -5px;
    opacity: 1;
    background-color: #fff;
}
.enquiry_model textarea{
    height: 100px;
}
.enquiry_model .btn-primary {
    background-color: #2e2751;
    color: #ffffff;
    width: 100%;
    border-radius: 0px;
}

 
 
 
 
.project-area{
    padding: 30px 0 80px;
}
.project-area .section-title{
    padding: 30px 0 0;
}
.seo_table table {
    width: 100%;
}

.seo_table th {
    background-color: #2e2751;
    color: #fff;
    padding: 10px 10px 10px;
}
.seo_table th:last-child{
    text-align: right;
}
.seo_table td {
    color: #000;
    padding: 10px 10px 10px;
    border: 1px solid #eee;
}

.bar-graph-vertical {
  margin-top: 10px;
  max-width: 730px;
}

.bar-graph-vertical .bar-container {
  float: left;
  height: 312px;
  margin-right: 8px;
  position: relative;
  text-align: center;
  width: 90px;
}

.bar-graph-vertical .bar {
  border-radius: 3px;
  bottom: 30px;
  position: absolute;
  width: 70px;
}

.bar-graph-vertical .year {
  bottom: 0;
  font-size: 14px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  /* right: 0; */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(0deg);
}

.bar-graph-two .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #000;
  content: attr(data-percentage);
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(0deg);
}

.bar-graph-two .bar-one .bar {
  background-color: #64b2d1;
  -webkit-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  -moz-animation: show-bar-one-vertical 1.2s 0.1s forwards;
  animation: show-bar-one-vertical 1.2s 0.1s forwards;
}

.bar-graph-two .bar-two .bar {
  background-color: #f3a820;
  -webkit-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  -moz-animation: show-bar-two-vertical 1.2s 0.2s forwards;
  animation: show-bar-two-vertical 1.2s 0.2s forwards;
}

.bar-graph-two .bar-three .bar {
  background-color: #2e2751;
  -webkit-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  -moz-animation: show-bar-three-vertical 1.2s 0.3s forwards;
  animation: show-bar-three-vertical 1.2s 0.3s forwards;
}

.bar-graph-two .bar-four .bar {
  background-color: #2e515f;
  -webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  -moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
  animation: show-bar-four-vertical 1.2s 0.4s forwards;
}

/* Bar Graph Vertical Animations */
@-webkit-keyframes show-bar-one-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 40%;
  }
}

@-webkit-keyframes show-bar-two-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 55%;
  }
}

@-webkit-keyframes show-bar-three-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 68%;
  }
}

@-webkit-keyframes show-bar-four-vertical {
  0% {
    height: 0;
  }
  100% {
    height: 82%;
  }
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.accodion_links ul{
    padding: 20px 20px !important;
}
.accodion_links ul li {
    padding-left: 10px;
}
.accodion_links ul li a::before{
    content: '\f105';
    font-family: fontAwesome;
    position: absolute;
    left: -20px;
    font-size: 15px;
}
.location_box {
    margin: 40px 0 0;
}

.location_box h3 {
    margin-bottom: 20px !important;
}

.contact_info h3{ 
    margin-bottom: 30px;
}
.contact_info {
    padding: 32px 0 0;
    border-top: 1px solid #eee;
    margin-top: 50px;
}
.blog-area hr {
    margin: 10px 0px 40px;
    border-top: 1px solid #aaa;
}
.service_list a{
    overflow: hidden;
    border-radius: 10px;
}
.service_list a img{
    transition: 0.4s;
    height: 220px;
    object-fit: cover;
    border-radius: 10px;
}
.service_list .row:hover img{
     transform: scale(1.2);
    transition: 0.4s;
    border-radius: 10px;
}
.single-footer-widget .logo a img {
    width: 230px;
}
.about-text h2 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Charm', cursive;
}
.about_section{
    position: relative;
    overflow: hidden;
}
.slider_section .carousel-control-next, .slider_section .carousel-control-prev { 
    top: 44%;   
    background-color: #2e2751;
    opacity: 1;
    width: 50px;
    height: 50px;
}
.slider_section .carousel-control-next-icon, .slider_section .carousel-control-prev-icon{
    width: 30px;
    height: 30px;
}
body {
  --space: 0px; 
}

.marquee {
  --duration: 50s;
  --gap: var(
  --space);
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  /* transform: skewY(3deg); */
  text-align: center;
  margin: 0px auto;
  justify-content: center;
  align-items: center;
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: scroll var(--duration) linear infinite;
  justify-content: center;
  height: auto;
  gap: 10px;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}
 
.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -5);
}

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

  100% {
    transform: translateX(calc(-40% - var(--gap)));
  }
}

.seo-area ul {
    list-style: none;
    margin-top:15px;
}

.seo-area ul li {
    display: inline-block;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 10px 10px 10px;
}
.certif h2 {
    color: #fff;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 10px;
}
.digital_footer h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.digital_footer {
    text-align: center;
}

.digital_footer a {
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
    position: relative;
}
.digital_footer a::after{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #eee;
    top: 0px;
    right: -7px;
}
.slider_section .carousel-item img {
    height: 560px;
    object-fit: cover;
}
.slider_section .carousel-indicators [data-bs-target]{
    background-color: #cd9e2c;
}
.header-area p img {
    width: 30px;
    margin-right: 10px;
}

.header-area p {
    color: #f3a71e;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blink_text {
 animation-name: blinker;
 animation-duration: 1s;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

.service_page{
        background-color: #f5f5f5;
}
.seo_service_box img{margin-top: 25px;}
.seo_service_box h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.seo_service_box ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.seo_service_box ul li {
    /* line-height: 33px; */
    font-size: 15px;
    position: relative;
    padding: 0 35px 0px;
    margin: 15px 0px 10px;
    color: #fff;
}
.seo_service_box ul li::before{
    content: "\f00c";
    font-family: fontAwesome;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border: 1px solid #aaa;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seo_service_box {
    border-radius: 10px;
    background-color: #2e2751;
    padding: 30px 30px;
    margin-bottom: 20px;
}
.best_seo_page p{
    margin-bottom: 20px;
    color: #333;
}
.various_box{
    margin-top: 60px;
    background-color: #fff;
    padding: 50px 30px 50px;
}

.various_box .seven h3{
    width: 90%;
}

.various_slide {
    border: 1px solid #f3a71e;
    padding: 20px;
    text-align: center;
    height: 340px;
}

.various_slide img {
    width: 50px !important;
    margin: 0px auto;
}

.various_slide h2 {
    font-size: 20px;
    margin: 20px 0 20px;
}
.various_slide p {
    color: #333;
    min-height: 140px;
    line-height: 20px;
}
.various_slide 
.btn {
    font-size: 13px;
    font-weight: 700;
    border-radius: 100px;
    box-shadow: none;
    padding: 6px 28px;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
}
.various_box
.owl-theme .owl-nav .owl-next {
    left: auto;
    right: 12px;
}
.various_box
.owl-theme .owl-nav .owl-prev{
    left: 10px;
}

.our_Successful {
    margin: 40px 0 40px;
}
.our_Successful h2 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 10px;
}
.caseStudy p {
    line-height: 23px;
    margin-bottom: 20px;
    font-size: 15px;
}

.caseStudy p {
    color: #333;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
}
.caseStudy h3{
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 13px;
}
.caseStudy { 
    padding: 30px 20px 30px;
    margin: 20px 0 0;
    height: 210px;
}
.caseStudy a {
    text-align: right;
    justify-content: right;
    display: flex;
    font-size: 14px;
}
.caseStudy1 {background-color: #2e2751;}
.caseStudy1 p {color: #fff;}
.caseStudy1 h3 {color: #fff;}
.caseStudy1 a {color: #fff;}

.caseStudy2 {background-color: #f3a712;}
.caseStudy2 p {color: #fff;}
.caseStudy2 h3 {color: #fff;}
.caseStudy2 a {color: #fff;}

.caseStudy3 {background-color: #2e2751;}
.caseStudy3 p {color: #fff;}
.caseStudy3 h3 {color: #fff;}
.caseStudy3 a {color: #fff;}

.caseStudy4 { background-color: #242526;}
.caseStudy4 p {color: #fff;}
.caseStudy4 h3 {color: #fff;}
.caseStudy4 a {color: #fff;}

.unlock_row {
    background-color: #f4a71c;
    padding: 20px 20px 20px;
}

.unlock_box h2 {
    color: #fff;
    font-size: 24px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    margin: 15px 0 0;
}
.explore_package {
    margin: 30px 0 30px;
    text-align: center;
    background-color: #fff;
    padding: 30px 30px 30px;
}
.explore_package h2 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #15689f;
    font-weight: 600;
}
.explore_package h3 {
    font-size: 17px;
    margin-bottom: 30px;
}
.standard h1 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.explore_package 
.col-lg-3:nth-child(1) .standard {
    border-bottom: 10px solid #0067a1 !important;
    border: 1px solid #0067a1;
}
.explore_package 
.col-lg-3:nth-child(1) .standard:hover {
  background-color: #0067a1;
}
 
.explore_package 
.col-lg-3:nth-child(2) .standard {
    border-bottom: 10px solid #f3a71e !important;
    border: 1px solid #f3a71e;
}
.explore_package 
.col-lg-3:nth-child(2) .standard:hover {
  background-color: #f3a71e;
}
.explore_package 
.col-lg-3:nth-child(2) .standard h1 {
    color: #f3a71e;
}
.explore_package 
.col-lg-3:nth-child(2) .standard span {
    color: #f3a71e;
}
.explore_package 
.col-lg-3:nth-child(2) .standard p {
    color: #f3a71e;
}
.explore_package 
.col-lg-3:nth-child(3) .standard {
    border-bottom: 10px solid #2e2751 !important;
    border: 1px solid #2e2751;
}
.explore_package 
.col-lg-3:nth-child(3) .standard:hover {
  background-color: #2e2751;
}
.explore_package 
.col-lg-3:nth-child(3) .standard h1 {
    color: #0680c3;
}
.explore_package 
.col-lg-3:nth-child(3) .standard span {
    color: #0680c3;
}
.explore_package 
.col-lg-3:nth-child(3) .standard p {
    color: #0680c3;
}

.explore_package 
.col-lg-3:nth-child(4) .standard {
    border-bottom: 10px solid #33b0f4 !important;
    border: 1px solid #33b0f4;
}
.explore_package 
.col-lg-3:nth-child(4) .standard:hover {
  background-color: #33b0f4;
}
.explore_package 
.col-lg-3:nth-child(4) .standard h1 {
    color: #33b0f4;
}
.explore_package 
.col-lg-3:nth-child(4) .standard span {
    color: #33b0f4;
}
.explore_package 
.col-lg-3:nth-child(4) .standard p {
    color: #33b0f4;
}





.standard:hover{
    background-color: #000;
}
.standard:hover h1{
    color: #fff !important;
}
.standard:hover span{
    color: #fff !important;
}
.standard:hover p {
    color: #fff !important;
}
.standard {
    
    border-radius: 10px 10px 0px 0px;
    padding: 20px 10px 20px;
    border-bottom: 10px solid #f4a71c;
}
.standard p { 
    font-weight: 600;
    font-size: 18px;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}
.standard span {
    font-size: 13px;
}
.explore_package .btn {
    margin-top: 30px;
    padding: 7px 22px;
    font-size: 12px;
}

.why_chose {
    margin: 20px 0 0;
    background-color: #fff;
}

.why_chose h2 {
    color: #fff;
    background-color: #2e2751;
    font-size: 20px;
    padding: 20px 20px 20px;
    font-weight: 700;
}

.why_choose_box {
    padding: 20px 20px 20px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
}

.why_choose_box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}

.why_choose_box p {
    color: #000;
    font-size: 15px;
    line-height: 22px;
    min-height: 160px;
}
.why_choose_box img {
    width: 90px;
    margin-bottom: 20px;
}
.inqueryNow {
    padding: 50px 20px 30px;
    background-color: #2e2751;
    height: 100%;
    margin-right: 20px;
    text-align: center;
}
.inqueryNow img {
    width: 100px;
    margin-bottom: 20px;
}
.inqueryNow h1 {
    font-size: 20px;
    color: #fff;
}

.inqueryNow span {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.why_chose .col-lg-4 {
    padding: 0;
}
.seo_testimonial .btn{
    font-size: 13px;
    padding: 8px 25px;
    margin-top: 15px;
    /* background-color: #f4a71c; */
}
.seo_testimonial 
.btn-primary:hover, .seo_testimonial .btn-primary:focus {
    color: #2e2751;
}
.seo_testimonial {
    background-color: #f4a71c;
    margin: 20px 0 20px;
    padding: 30px 30px 30px;
}
.seo_testimonial h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.seo_testimonial .seo_testimonial_box p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 24px;
}
.seo_testimonial .seo_testimonial_box span {
    color: #fff;
    font-weight: 600;
}
.seo_testimonial_box .btn {
    font-size: 13px;
}
 .seoModels h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}

.seoModels span {
    color: #000;
    margin-bottom: 30px;
    display: block;
    background-color: whitesmoke;
}

.seoModels {
    margin: 30px 0 0;
}
.seoModels h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    background-color: #f5f5f5;
}
.seoModels span {
    color: #000;
    margin-bottom: 30px;
    display: block;
    background-color: whitesmoke;
}
 
.seo_modelbox {
    background-color: #fff;
    padding: 40px 30px 20px;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    text-align: center;
    height: 330px;
}
.seoModels p {
    color: #000;
}
.seoModels .col-lg-4 {
    padding: 0;
}
.seo_modelbox p {
    color: #000;
    line-height: 23px;
    height: 170px;
}
.seo_modelbox h3 {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 700;
}
.seo_modelbox .btn{
    padding: 8px 22px;
    font-size: 12px;
    box-shadow: none;
    border: 1px solid #2e2751;
}
.seo_modelbox
.btn-primary:hover, .seo_modelbox .btn-primary:focus {
   border: 1px solid #2e2751;
}
.book {
    background-color: #f4a71c;
    height: 100%;
    padding: 30px 20px 0;
}
.seo_modelbox img {
    width: 100px;
    margin-bottom:20px;
}
.book h3 {
    color: #fff;
    line-height: 22px;
}

.book a {
    background-color: #2e2751;
    color: #fff;
    width: 100%;
}
.table {
    background-color: #fff;
    padding: 0;
}

.table table th {
    background-color: #2e2751;
    color: #fff;
    padding: 10px 10px 10px;
    border: 1px solid #fff;
}

.table table td {
    padding: 10px 10px 10px;
    border: 1px solid #dee2e6;
}
.seo_faq{
    margin: 50px 0 0;
    background-color: #fff;
   padding: 30px 40px 30px;
}
.seo_faq .accordion .accordion-content { 
    border-bottom: 1px solid #eee;
}
.seo_faq h2 {
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 700;
}
.best_seo_page h2 {
    font-size: 23px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 600;
    background-color: #f3a71e;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
}
.seo_service_box h2 {
    color: #fff;
    background-color: transparent;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    text-align: left;
}
.our_Successful .caseStudy h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
}
.backgroundSection {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 25px;
}
.backgroundSection img{
        box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.backgroundSection:hover img{
    -webkit-animation: movebounce 3s linear infinite;
    animation: movebounce 2s linear infinite;
}
.backgroundSection a img { 
    transition: .2s;
}

.quickContact{
    padding:70px 0;
}
.quickContact .contact_info{
    margin-top:0px;
}
.quickContact .quickContactImage img{
    width: 75%;
}
.quickContact .quickContactImage {
    margin:auto 0px;
    text-align:center;
    margin-top: 80px;
}

