/**
* Template Name: Dewi - v4.7.0
* Template URL: https://bootstrapmade.com/dewi-free-multi-purpose-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #ff5a6e;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
 /* font-family: "Raleway", sans-serif;*/
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff5a6e;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #ff6a40;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff5a6e;
  border-top-color: #ffe9e3;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

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

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  background: white;
}
#header.header-scrolled, #header.header-inner-pages {
  /*background: rgba(21, 34, 43, 0.85);*/
  background: white;
  padding: 10px 0;
}
#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
}
#header .logo a {
  color: #fff;
}
#header .logo img {
  max-height: 90px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar > ul > li {
  white-space: nowrap;
  padding: 8px 12px;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ff5a6e;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #ff5a6e;
}
.navbar .getstarted, .navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 28px;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fff;
  background: #fd3800;
  border-color: #ff5a6e;
}
.navbar > ul > li > .getstarted:before {
  visibility: hidden;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #15222b;
  font-weight: 400;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #ff5a6e;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 7, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #15222b;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #ff5a6e;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #ff5a6e;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: auto;
  background: url("../img/slider.jpg") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
#hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
}
#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h2 {
  color: #eee;
  margin-bottom: 10px;
  font-size: 28px;
}
#hero .btn-get-started {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 10px 35px 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #ff5a6e;
  border: 2px solid #ff5a6e;
}
#hero .btn-get-started:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
#hero .btn-watch-video {
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}
#hero .btn-watch-video:hover i {
  color: #ff5a6e;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f0f4f8;
}

.section-title {
  padding-bottom: 40px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5c8eb0;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ff8664;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #263d4d;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}
.about .count-box {
  padding: 60px 0;
  width: 100%;
}
.about .count-box i {
  display: block;
  font-size: 48px;
  color: #a1bdd1;
  float: left;
  line-height: 0;
}
.about .count-box span {
  font-size: 28px;
  line-height: 25px;
  display: block;
  font-weight: 700;
  color: #365870;
  margin-left: 60px;
}
.about .count-box p {
  padding: 5px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #2e4b5e;
}
.about .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #2e4b5e;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}
.about .count-box a:hover {
  color: #477392;
}
.about .content {
  font-size: 15px;
}
.about .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #263d4d;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}
.about .content ul i {
  font-size: 24px;
  color: #ff5a6e;
  position: absolute;
  left: 0;
  top: -2px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .play-btn {
  width: 70px;
  height: 70px;
  background: radial-gradient(#ff5a6e 50%, rgba(255, 74, 23, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(41% - 47px);
  top: calc(91% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid #ff5a6e;
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# About Boxes
--------------------------------------------------------------*/
.about-boxes {
  background: url("../img/about-boxes-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 30px 0;
  position: relative;
}
.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
.about-boxes .container, .about-boxes .container-fluid {
  position: relative;
  z-index: 10;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}
.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  text-align: center;
  background-color: #ff5a6e;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}
.about-boxes .card-body {
  padding-top: 12px;
}
.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}
.about-boxes .card-title a {
  color: #15222b;
}
.about-boxes .card-title a:hover {
  color: #ff5a6e;
}
.about-boxes .card-text {
  color: #5e5e5e;
}
.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #ff5a6e;
}
@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}
.clients img {
  max-width: 171.667px;
}
/*.clients img {
  max-width: 171.667px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  margin-right:16%;
}*/
@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}
.features .nav-link:hover {
  color: #ff5a6e;
}
.features .nav-link.active {
  background: #ff5a6e;
  color: #fff;
  border-color: #ff5a6e;
}
@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }
  .features .nav-link i {
    font-size: 24px;
  }
}
.features .tab-content {
  margin-top: 30px;
}
.features .tab-pane h3 {
  font-weight: 600;
  font-size: 26px;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}
.features .tab-pane ul li {
  padding-bottom: 10px;
}
.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff5a6e;
}
.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
}
.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.services .icon-box h4 a {
  color: #365870;
  transition: 0.3s;
}
.services .icon-box .icon-box:hover h4 a {
  color: #ff5a6e;
}
.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
}
.services .icon-box:hover h4 a {
  color: #ff5a6e;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(13, 20, 26, 0.7);
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5a6e;
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #e5edf3;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #ff5a6e;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #ff5a6e;
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}
.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ffc1b0;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff5a6e;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff5a6e;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(21, 34, 43, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  position: relative;
}
.team .container {
  position: relative;
  z-index: 10;
}
.team .member {
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic {
  overflow: hidden;
}
.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: 0.5s;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}
.team .member .social a:hover {
  color: #ff5a6e;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: #ff5a6e;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #ff5a6e;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: #ff5a6e;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #ff5e31;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 52px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ffffff;
  padding: 0 0 0px 0;
  color: #000;
  font-size: 14px;
}
#footer .footer-top {
  background: #ffffff;
  border-bottom: 1px solid #e7e7e7;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #999999;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #999999;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #ff5a6e;
  color: #000;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
  padding-bottom: 12px;
}
#footer h5
{
    font-size:14px;
    font-weight:700;
    color:black;
}
#footer .footer-top p
{
    font-size: 13px;
    color: #999999;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ff5e31;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #999999;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #ff5a6e;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ff5a6e;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ff5e31;
}
.footer-newsletter a
{
        color: #999999!important;
}
#footer .copyright {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .credits {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #000;
}
#footer .credits a {
  transition: 0.3s;
}
#footer i
{
    border-radius: 50%;
    color: #ff5a6e;
    font-size: 25px;
    width: 30px;
}
.footer-bottom
{
    background: #f4f4f4 none repeat scroll 0 0;
    border-top: 1px solid #e7e7e7;
}
.fitt-banner.white-bck-bg::before
{
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #000000;
    opacity: 0.7;
}
.container
{
    width: 1100px;
}
.fitt-banner .content h1 {
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: capitalize;
    font-size:34px;
}
.fitt-banner .content p {
    color: #323a45;
}
.fitt-banner .content a {
    margin-top: 15px;
}
.fitt-banner .double-items .content.inc-video a.video-inline.video-play-button
{
    display: inline-block;
    left: 10px;
    top: -5px;
}
.inc-video
{
    position: relative;
}
.fitt-banner .double-items
{
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}
.fitt-bx-table
{
    display: table;
    width: 100%;
    height: 100%;
    
}
.fitt-bx-cell
{
    height: auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.text-light
{
    z-index: 111;
}
.btn.circle
{
    border-radius: 28px;
    background: transparent;
    border: 1px solid black;
    color: black;
    font-size: 14px;
    width: 150px;
    font-weight:600;
    padding: 6%;
}
.btn.circle:hover
{
   background: black;
   color:white;
}
.counseller-cls{
        color: #ff5a6e;
    font-weight: 900;
}
.enquiry-form h2 {
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.double-items .align-items-center {
  display: flex; 
  align-items: center;  /*Aligns vertically center */
  justify-content: center; /*Aligns horizontally center */
    padding-right: 2%;
    margin-right: 2%;
}
.fitt-bx-table .row::before,.fitt-bx-table .container:before
{
    display: table;
    content: " ";
    height: auto;
}
.enquiry-form,.enquiry-form .fitt-btn
{
    padding:4%;
}
.enquiry-form h2
{
    padding-top:30%;
}
.enquiry-form .form-group
{
    margin-bottom:3%;
}
.form-control
{
    padding: 0.675rem 0.75rem;
    font-size: 0.8rem;
}
.enquiry-form #submit-btn
{
    background: #ff5a6e none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    padding: 10px 20px;
    text-align:center;
    text-transform: capitalize;
}
.companies-area .info h3
{
    font-weight: 600;
    color: #ffffff;
    margin-bottom:15px;
}
.companies-area .info p {
    margin: 0;
}
.companies-area .clients .clients-items {
    margin-left: 140px;
}
.shape-theme {
    position: relative;
    z-index: 1;
}
.shape-theme::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #ff5a6e;
    z-index: -1;
}
.companies-area.shape-theme .info span {
    color: #ffffff;
    font-weight: 900;
    font-size: 36px;
    display:block;
}
.about-area {
    padding: 100px 0px;
}
.bg-gray {
    background-color: #f9f9f9;
}
.about-area .thumb {
    padding-right: 35px;
}
.about-area img {
    border: none;
    outline: none;
    max-width: 70%;
    vertical-align: middle;
    margin: auto;
    display: block;
}
.about-area .default.info h4 {
    color: #ff5a6e;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.about-area .default.info h2 {
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 20px;
    font-size: 26px;
    color: black;
}
.shape-box .round-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.shape-box .round-shape img {
    width: 100%;
    height: auto;
}
.about-area p
{
    font-size: 13px;
    line-height: 25px;
}
.about-area ul
{
    padding-left:0;
}
.about-area ul li h5 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 13px;
    color: black;
    display:inline;
}
.about-area ul li span
{
    font-size:12px;
    display:block;
    padding-left:3%;
}
.about-area ul li
{
    margin-bottom:2%;
    list-style:none;
    line-height: 25px;
}
.about-area ul li i
{
    color: #ff5a6e;
}
/*.about-area::before
{
content: "";
position: absolute;
left: 50%;
top: 0;
width: 130%;
height: 96%;
background: #68A4C4;
opacity: 0.3;
z-index: 0;
border-radius: 0 0 50% 50%;
transform: translateX(-50%) translateY(18px) rotate(2deg);
}*/
.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}
.text-center {
    text-align: center;
}
.site-heading h2 {
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-heading h4 {
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
    font-size:17px;
}
.features-items {
    overflow: inherit;
}
.features-items .equal-height {
    height: 350px;
}
.features-items .item {
    padding: 50px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 5px;
    height: 375px;
    text-align:center;
}
.features-items .item .icon i
{
        background: #ff5a6e;
        color: #ffffff;
}
.features-items .item .icon {
    margin-bottom: 25px;
    background: #ff5a6e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    color: #ff5a6e;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    line-height: 100px;
    position: relative;
    text-align: center;
    width: 100px;
    z-index: 1;
}
.features-items .item .icon i {
    background: #ff5a6e;
    color: #ffffff;
}
.flaticon-television:before {
    content: "\f100";
}
.features-items .item .info h4 {
    font-weight: 900;
    text-transform: capitalize;
        position: relative;
        font-size:16px;
        color:black;
}
.features-items .item h4 {
    position: relative;
}
.features-items .item .info p {
    margin-bottom: 15px;
    font-size:13px;
}

.btn-theme {
    background-color: #ff5a6e!important;
    color: #ffffff !important;
    border: 2px solid #ff5a6e!important;
}
.glimpse .row::before,.glimpse .container:before
{
    display: table;
    content: " ";
}
.bg-fixed {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}
.default-padding {
    padding-top: 110px;
    padding-bottom: 110px;
}
.shadow {
    position: relative;
    z-index: 1;
}
.fun-factor-area .item .fun-fact {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 50px 30px;
}
.fun-factor-area .item .fun-fact .timer {
    color: #ff5a6e;
    font-family: "Poppins",sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 5px;
    display:block;
}
.fun-factor-area .item .fun-fact .medium {
    color: #232323;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.subscribe h3
{
    font-size: 23px;
    font-weight: 900;
}
.subscribe p
{
    font-size: 13px;
    line-height:24px;
}
.site-heading h4::before {
    background: #ff5a6e none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.tab-content img,.tab-content svg
{
    width:87%;   
}

.work-list-area .nav-pills li .nav-link
{
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    display: inline-block;
        color: #323a45;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-size:12px;
}
.work-list-area .nav-pills .nav-link.active {
    background: #ff5a6e none repeat scroll 0 0!important;
    color: #ffffff!important;
}
.tab-content .info h3
{
    font-size: 22px;
    color: black;
    font-weight: 600;
}
.tab-content p,.tab-content li
{
    font-size: 13px;
    line-height:25px;
}
.tab-content li
{
    margin-top:2%;
}
.tab-content h4
{
    font-size: 18px;
    font-weight: 400;
}
.work-list-area .info ul
{
    padding-left:0;
}
.work-list-area .info ul li {
    border-bottom: 1px solid #e7e7e7;
    display: block;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}
.work-list-area .info ul li:last-child {
    border-bottom:0;
}
.tab-pane li i
{
    color: #ff5a6e;
    font-size:24px;
    float: left;
    margin-right: 2%;
}
.tab-content li p
{
    margin-left: 6.5%;
}
.video-box .play-btn
{
    width: 70px;
height: 70px;
background: radial-gradient(#ff5a6e 50%, rgba(255, 74, 23, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
overflow: hidden;
}
.video-box .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.video-box .play-btn::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 74, 23, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.video-box .play-btn:hover::after {
  border-left: 15px solid #ff5a6e;
  transform: scale(20);
}
.video-box .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.video-box
{
    position: relative;
}
.accordion-item .accordion-button span {
    background: #ff5a6e none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
    font-size:13px;
}
.accordion-flush .accordion-item .accordion-button
{
    font-size: 14px;
    font-weight: 600;
}
.testimonial-item
{
    background: #ffffff none repeat scroll 0 0;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    margin-bottom: 30px;
    width: 500px;
    height: 250px;
}
.testimonial-item img
{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.swiper-backface-hidden .swiper-slide
{
    margin-right: 40px;
}
.testimonial-item h3
{
    font-size:14px;
    font-weight:600;
    padding:3%;
}
.testimonial-item h3 a
{
    color:black!important;
}
.swiper-wrapper
{
    margin-bottom:3%;
}
.swiper-pagination-bullet
{
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,14px))!important;
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,14px))!important;
    background:#ff5a6e none repeat scroll 0 0!important;
}
.address-items h4 {
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size:16px;
    color:#323a45;
}
.address-icon i
{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ff5a6e;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}
.address-items p
{
    font-size: 13px;
    margin-bottom:1%;
    line-height:23px;
}
.social-media a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 2px;
    text-align: center;
    width: 40px;
}
.social-media a.facebook {
    background-color:#3b5998;
}
.social-media a.twitter {
    background-color:#00b6f1;
}
.social-media a.linkedin {
    background-color:#3b5998;
}
.submit-contact
{
    border-radius:28px!important;
    text-align:left;
}
.credits ul li
{
    list-style:none;
    float:left;
    margin-right:2%;
}
.btn-dark
{
    padding:2%!important;
}
.credits li a {
    color: #666666!important;
    display: inline-block;
    font-weight: 700;
    line-height: 40px;
    margin-left: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}
.mob-head
{
    display:none!important;
}
.companies-area.shape-theme .info span,.site-heading span
    {
        color:#ff5a6e;
    }
    .one-cls span
    {
            width: 36px!important;
    }
    #contact .site-heading
    {
        margin-bottom: 5px;
    }
/* Responsive */
@media screen and (max-width: 1100px) 
{
    .plus-cls
    {
            right: 22px!important;
    }
}
@media screen and (max-width: 1200px) 
{
    .container {
    width: 100%!important;
    }
    .mobile-nav-toggle
    {
        color:#000;
    }
    .mobile-nav-toggle.bi-x
    {
        color:#fff!important;
    }
}
@media screen and (max-width: 991px) 	
{
    .client-item li
    {
        margin-left: 10%!important;
            width: 39%;
    }
    .clients img {
    max-width: 100%;
}
	.web-head
	{
	    display:none!important;
	}
	.mob-head
    {
        display:block!important;
    }
    #navbar
    {
        float: left;
        margin-top:2%;
    }
    .getstarted-mob
    {
        float: right;
        margin-top:2%;
    }
    #header .logo
    {
        clear:both;
    }
    #header .logo img
    {
        margin:auto;
        display:block;
    }
    .getstarted-mob,.getstarted-mob:focus {
      padding: 5px 20px;
      margin-left: 30px;
      border-radius: 4px;
      color: #fff;
      border: 2px solid #fff;
      border-radius: 28px;
          font-size: 13px;
    }
    .mob-number::before {
            background: #cac3c3 none repeat scroll 0 0;
            content: "";
            height: 30px;
            position: absolute;
            top: 5%;
            width: 1px;
            right: 53%;
    }
    .fitt-banner .double-items
    {
        display:block;
    }
    .fitt-banner.white-bck-bg::before
    {
        background:transparent;
    }
    #hero
    {
        margin-top: 140px;
    }
    .inc-video h1,.inc-video p
    {
            text-align: center;
    }
    .fitt-bx-cell .btn.circle
    {
        margin-left:33%;
    }
    .fitt-bx-cell .about .play-btn
    {
        right: 30%;
        top: 230px;
        left: initial;
    }
    .fun-factor-area .item .fun-fact .timer
    {
        font-size: 34px;
    }
    .one-cls span {
        width: 54px!important;
    }
    .fun-factor-area .item .fun-fact .medium
    {
        font-size: 13px;
    }
    .fun-factor-area .item .fun-fact
    {
        padding: 20px 15px;
    }
    .features-items .item
    {
        padding: 18px;
    }
    .enquiry-form
    {
        background: #323a45 none repeat scroll 0 0;
        z-index: -1;
        opacity: 0.7;
        border-radius: 5px;
        height: 100%;
        margin-top: 14%;
    }
    .enquiry-form h2
    {
        padding-top: 6%;
        font-size: 27px;
        line-height: 31px;
    }
    .shape-theme::after
    {
        background:transparent;
    }
    .companies-area .info h3,.companies-area .info p
    {
        color:black;
        text-align:center;
        margin-bottom:5px;
    }
    .companies-area .info h3
    {
        font-size: 18px;
        font-weight: 700;
    }
    .about-area .default.info h2
    {
            font-size: 25px;
    }
    .about-area .default.info h4
    {
            font-size: 18px;
    }
    .btn-theme.w-50
    {
            width: 70%!important;
            text-align: center;
    margin: auto;
    display: block;
    }
    .fun-factor-area .item .fun-fact .timer,.fun-factor-area .item .fun-fact .medium,.subscribe h3,.subscribe p
    {
            text-align: center;
            margin: auto;
            display: block;
    }
    .fun-factor-area .item .fun-fact
    {
            margin-bottom: 7%;
    }
    .btn.circle
    {
            padding: 3%;
            margin-top:2%;
    }
    .nav-pills li
    {
            margin-bottom: 3%;
    }
    .tab-content li p {
    margin-left: 30px;
    }
    #leaders .row>*
    {
        padding-right:0!important;
    }
    .site-heading
    {
            padding: 2%;
    }
    .video-box .play-btn
    {
            left: calc(54% - 47px);
    top: calc(63% - 47px);
    }
    .accordion-flush .accordion-item .accordion-button
    {
            padding: 3%;
    }
    .address-items .col-sm-2,.footer-newsletter .col-sm-2
    {
        width:20%;
    }
    .address-items .col-sm-10,.footer-newsletter .col-sm-8
    {
        width:80%;
    }
    section {
    padding: 30px 0;
    }
    #footer i
    {
        width: 30px;
    }
}
@media screen and (max-width: 500px) 	
{
    
}