#our-services-title {
  width: 100%;
}

#our-services-title h4, #our-services-title h2 {
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#our-services-title h4 {
  position: relative;
  font-size: 18px;
  color: #2200bd;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: capitalize;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  text-align: center;
  font-family: "Cabin", sans-serif;
  margin-top: 50px;
}

#our-services-title h4 .separator {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 10px;
  height: 5px;
  margin-left: -5px;
  background-color: #2200bd;
}

#our-services-title h4 .separator::after {
  position: absolute;
  content: "";
  left: -20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #e60a80;
}

#our-services-title h4 .separator::before {
  position: absolute;
  content: "";
  right: -20px;
  top: 50%;
  width: 10px;
  height: 2px;
  background-color: #e60a80;
}

#our-services-title h2 {
  position: relative;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.2em;
  margin-top: 25px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  width: 100%;
}

#our-services {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#our-services .card {
  position: relative;
  text-align: center;
  padding: 45px 25px 0px;
  background-color: #f5f5f5;
  overflow: hidden;
  margin: 0 15px;
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  max-width: 30%;
}

#our-services .card .img-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  position: relative;
}

#our-services .card h3 {
  position: relative;
  font-size: 26px;
  color: #222222;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 32px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  width: 100%;
  z-index: 1;
}

#our-services .card h3 a {
  text-decoration: none;
  color: #222;
  text-align: center;
  width: 100%;
}

#our-services .card p {
  position: relative;
  color: #222222;
  font-size: 15px;
  line-height: 2em;
  margin-top: 20px;
  padding: 0px 30px;
  font-family: 'Cabin', sans-serif;
  text-align: center;
  z-index: 1;
}

#our-services .card:hover .link-box > a {
  border-radius: 50px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

#our-services .card:hover::after {
  bottom: 0;
}

#our-services .card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  background-color: #e3f4fb;
  z-index: 0;
}

#our-services .card .link-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  position: relative;
}

#our-services .card .link-box > a {
  margin-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FB0DDE), to(#E06722));
  background-image: linear-gradient(to bottom, #FB0DDE 0%, #E06722 100%);
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border-radius: 50px 50px 0px 0px;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
}

#our-services * {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sponsors-section {
  width: 100%;
}

#sponsors-section > h2 {
  font-size: 36px;
  color: #222222;
  font-family: "Quicksand", sans-serif;
}

#sponsors-section .owl-carousel {
  overflow: hidden;
}

#sponsors-section .owl-carousel .owl-nav {
  display: none;
}

#sponsors-section .owl-carousel .item {
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  margin: 10px;
  cursor: pointer;
}

#sponsors-section .owl-carousel .item:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

#sponsors-section .owl-carousel .item img {
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

#testimonial {
  width: 100%;
  margin-top: 150px;
}

#testimonial > div {
  width: 50%;
}

#testimonial .left {
  position: relative;
}

#testimonial .left > h2 {
  font-size: 36px;
  color: #222222;
  font-family: "Quicksand", sans-serif;
}

#testimonial .left > h2 span {
  color: #e60a80;
}

#testimonial .left .testimonial-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px dashed #e60a80;
}

#testimonial .left .testimonial-carousel > div .author-img {
  width: 100%;
}

#testimonial .left .testimonial-carousel > div p {
  position: relative;
  color: #777777;
  font-size: 16px;
  line-height: 1.8em;
  margin-top: 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

#testimonial .left .testimonial-carousel > div p:nth-child(4) {
  margin: 0;
}

#testimonial .left .testimonial-carousel > div h3 {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  color: #e60a80;
  margin: 0;
}

#testimonial .left .testimonial-carousel .first,
#testimonial .left .testimonial-carousel .second {
  padding: 20px;
}

#testimonial .left .testimonial-carousel .second .wrapper {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70%;
  position: relative;
}

#testimonial .left .testimonial-carousel .second .wrapper h3 {
  margin: 0;
  position: relative;
}

#testimonial .left .testimonial-carousel .second .wrapper h3::after {
  content: "";
  height: 3px;
  width: 30px;
  position: absolute;
  left: -35px;
  top: 50%;
  background-color: #e60a80;
  border-radius: 10px;
}

#testimonial .left .testimonial-carousel .second .wrapper p {
  font-size: 14px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
}

#testimonial .left .testimonial-carousel .owl-nav {
  position: absolute;
  top: 10px;
  right: 0;
}

#testimonial .left .testimonial-carousel .owl-nav button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #ccc;
  background-color: #fff;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#testimonial .left .testimonial-carousel .owl-nav button:hover {
  color: #fff;
  background-color: #ccc;
}

#testimonial .left .testimonial-carousel .owl-nav button > span {
  font-size: 30px;
}

#testimonial .right {
  position: relative;
  min-height: 20px;
}

#testimonial .right img {
  width: 130%;
  position: absolute;
  left: 50px;
  top: 0;
}

#testimonial .right img:nth-child(2) {
  z-index: -1;
  position: absolute;
  left: 50px;
  top: 0px;
  width: 100%;
}

#counter-section {
  width: 100%;
  margin-top: 50px;
  position: relative;
}

#counter-section .container {
  width: 100%;
  position: relative;
  padding: 150px 0px 60px;
}

#counter-section .container * {
  font-family: "Quicksand", sans-serif;
}

#counter-section .container .card {
  position: relative;
  text-align: center;
  padding: 15px 15px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  width: 30%;
  max-width: 270px;
}

#counter-section .container .card h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

#counter-section .container .card h5 {
  font-size: 40px;
  margin: 0;
}

#counter-section .container .card:nth-child(2) {
  margin-left: 30px;
}

#counter-section .container .experience {
  float: right;
  width: 250px;
}

#counter-section .container .experience .years {
  width: 180px;
  height: 180px;
  margin-left: 35px;
  border-radius: 50%;
  background-color: #e60a80;
  position: relative;
}

#counter-section .container .experience .years span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 72px;
  color: #fff;
}

#counter-section .container .experience .years::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 133%;
  height: 133%;
  background-color: #e60a80;
  opacity: 0.1;
  border-radius: 50%;
}

#counter-section .container .experience .title {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  font-weight: bold;
}

#counter-section .overley.first {
  width: 782px;
  height: 487px;
  background-image: url("../img/pattern-12.png");
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#counter-section .overley.first img {
  position: absolute;
  left: 10%;
  top: 70%;
  width: 40px;
  height: 40px;
  -webkit-animation: 15s rotate linear infinite;
          animation: 15s rotate linear infinite;
}

#counter-section .overley.second {
  width: 509px;
  height: 396px;
  background-image: url("../img/pattern-13.png");
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1150px) {
  #our-services .card {
    margin: 15px 1%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 48%;
            flex: 1 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 900px) {
  #testimonial > div {
    width: 100%;
  }
  #testimonial .left {
    margin-bottom: 50px;
  }
  #testimonial .right img {
    left: 0;
    width: 100%;
  }
  #testimonial .right img:nth-child(2) {
    position: relative;
    left: 0;
    width: 70%;
  }
  #counter-section .overley {
    display: none;
  }
  #counter-section .container .card:nth-child(2) {
    margin-left: 0;
  }
  #counter-section .container .card,
  #counter-section .container .experience {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #counter-section .container .experience {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #counter-section .container .experience .years {
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  #sponsors-section > h2 {
    font-size: 30px;
  }
  #testimonial .left > h2 {
    font-size: 30px;
  }
  #our-services .card {
    margin: 15px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
  }
}
/*# sourceMappingURL=services.css.map */