.page-inner {
  padding: 0!important;
  padding-top: 120px!important;
  padding-bottom: 120px!important;

  background-color: #fff;
}

.service-page-leftside {
  position: relative;

  width: 30.9%;

  padding: 0 15px;
  padding-right: 55px;
}

.service-page-inner {
  position: relative;

  width: calc(100% - 30.9%);
}

.services-menu {
  position: relative;

  margin-bottom: 60px;

  padding: 10px;

  border: 1px solid #e8f3fd;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;

  background-color: #f6fcff;
}

.services-menu > .services-menu-title {
  margin: 0;
  margin: 18px 0;

  text-align: center;

  font-size: 25px;
  font-weight: 800;
}

.services-menu > ul.services-menu-list {
  position: relative;

  margin: 0;
  padding: 0;
  list-style: none;
}

.services-menu > ul.services-menu-list > li {
  margin: 0;
  padding: 0;

  margin-bottom: 10px;
}

.services-menu > ul.services-menu-list > li > a {
  position: relative;
  display: block;

  margin-bottom: 10px;

  padding: 16px 21px;

  border: 1px solid #e7f2fd;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;

  line-height: 26px;

  font-size: 16px;
  font-weight: 500;
  color: #72839a;

  background-color: #fff;

  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}

.services-menu > ul.services-menu-list > li.active > a,
.services-menu > ul.services-menu-list > li > a:hover {
  border-color: #00BCD4;
  color: #fff;
  background-color: #00BCD4;
}

.contact-form {
  position: relative;
  display: flex;

  flex-direction: column;

  padding: 30px 28px 20px;

  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;

  background-color: #00BCD4;
  background-image: url('../img/objects/bg-contact-01.png');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-form > .contact-form-title {
  width: 100%;

  margin: 0;
  margin: 0 0 15px;
  margin-bottom: 38px;

  text-align: center;

  line-height: 1.25;
  font-size: 28px;
  font-weight: 800;

  color: #fff;
}

.contact-form > .contact-form-inner {
  position: relative;
  display: flex;

  flex-direction: column;

  width: 100%;
}

.contact-form .input-group {
  position: relative;

  width: 100%;

  padding: 0 15px;

  margin-bottom: 20px;
}

.contact-form .input-group input {
  width: 100%;
  height: 60px;

  padding: 4px 20px;

  border: 1px solid rgba(255,255,255,.1);
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  line-height: normal;
  font-size: 16px;
  font-weight: 500;

  color: rgba(255,255,255,.87);

  background-color: #042637;

  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;

  -webkit-transition: all .2s linear 0ms;
  -khtml-transition: all .2s linear 0ms;
  -moz-transition: all .2s linear 0ms;
  -ms-transition: all .2s linear 0ms;
  -o-transition: all .2s linear 0ms;
  transition: all .2s linear 0ms;
}

.contact-form .input-group input::placeholder {
  color: inherit;
}

.contact-form .input-group input:focus {
  border-color: #fff;
  color: #fff;
}

.contact-form .input-group > .btn {
  display: block;

  width: fit-content;

  margin: 0 auto;
  margin-top: 0;

  padding: 0 50px;

  line-height: 56px;
  font-weight: 500;

  border: 1px solid #fff;

  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  color: #222;

  background-color: #fff;
  background-image: none;
}

.contact-form .input-group > .btn:hover {
  color: #fff;
  background-color: transparent;
}

/* WHEN LOADING */
.contact-form > .contact-form-title.success,
.contact-form > .contact-form-title.failed,
.contact-form > .contact-form-title.loading {
  display: none;
}
.contact-form.success > .contact-form-title,
.contact-form.failed > .contact-form-title,
.contact-form.loading > .contact-form-title,
.contact-form.success > .contact-form-inner,
.contact-form.failed > .contact-form-inner,
.contact-form.loading > .contact-form-inner {
  display: none;
}
.contact-form.success > .contact-form-title.success,
.contact-form.failed > .contact-form-title.failed,
.contact-form.loading > .contact-form-title.loading {
  display: block;
}
/*  */



/*  */

.service-content {
  position: relative;

  overflow: hidden;

  width: 100%;

  padding: 0 50px 50px;

  border: 1px solid #e4f1fd;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;

  line-height: 1.75;
  font-size: 16px;
  font-weight: 500;

  color: #72839a;

  background-color: #fff;

  -webkit-box-shadow: 0 0 30px rgba(0,0,0,.05);
  -khtml-box-shadow: 0 0 30px rgba(0,0,0,.05);
  -moz-box-shadow: 0 0 30px rgba(0,0,0,.05);
  -ms-box-shadow: 0 0 30px rgba(0,0,0,.05);
  -o-box-shadow: 0 0 30px rgba(0,0,0,.05);
  box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.service-content:not(.active) {
  display: none;
}

.service-content > .service-heading-img {
  position: relative;

  overflow: hidden;

  left: -50px;

  margin-bottom: 45px;

  width: calc(100% + (50px * 2));
}

.service-content > .service-heading-img > img {
  position: relative;

  width: auto;
  min-width: 100%;
  max-width: 100%;
  height: auto;

  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.service-content > .service-heading-title {
  margin: 0;
  margin-bottom: 30px;

  line-height: 1.33333;
  font-size: 35px;
  font-weight: 800;

  color: #222;
}

.service-content .service-text-content {
  margin-bottom: 43px;
}
.service-content .service-text-content:last-child {
  margin-bottom: 0;
}

.service-content .service-text-content > p {
  margin: 0;
  margin-bottom: 16px;
}

.service-content .service-grids {
  position: relative;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 30px;
}

.service-content .service-grids > .service-grid {
  position: relative;

  width: 50%;

  padding: 0 15px;
}

.service-content .service-grids > .service-grid > .service-grid-inner {
  position: relative;

  margin-bottom: 30px;

  padding: 30px;

  border: 1px solid #d0e5fb;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

  background-color: #fff;
}

.service-content .service-grids > .service-grid .service-grid-title {
  margin: 0;
  margin-bottom: 18px;

  line-height: 1.25;
  font-size: 26px;
  font-weight: 800;

  color: #222;
}

.service-content .service-video-container {
  position: relative;

  margin-bottom: 53px;

  width: 100%;
}

.service-content .service-video-container > img {
  position: relative;

  width: 100%;
  height: auto;

  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.service-content .service-video-container > .service-video-playbutton {
  position: absolute;
  display: block;

  top: 50%;
  left: 50%;

  height: 80px;
  width: 80px;

  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

  border: 2px solid #fff;
  -webkit-border-radius: 80px;
  -khtml-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;

  font-size: 16px;

  color: #fff;

  background-image: -webkit-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -moz-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -ms-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: -o-linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  background-image: linear-gradient(21deg,#005cea 0%,#00c5fb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#005cea 0%',endColorStr='#00c5fb 100%');

  -webkit-transition: all .3s linear 0ms;
  -khtml-transition: all .3s linear 0ms;
  -moz-transition: all .3s linear 0ms;
  -ms-transition: all .3s linear 0ms;
  -o-transition: all .3s linear 0ms;
  transition: all .3s linear 0ms;
}
/* EDITTED */
.service-content .service-video-container > .service-video-playbutton {
  width: 96px;
  height: 96px;

  font-size: 20px;

  border: none;

  background-color: #00BCD4;
  background-image: none;
}

.service-content .service-video-container > .service-video-playbutton::before {
  content: "";
  position: absolute;
  z-index: -1;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  -o-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  -ms-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  -webkit-animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
  animation: CTPulse 2s infinite cubic-bezier(.4,0,1,1) both;
}
.service-content .service-video-container > .service-video-playbutton:hover::before {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

.service-content .service-video-container > .service-video-playbutton > i {
  position: absolute;

  top: 50%;
  left: 50%;

  -webkit-transform: translate(-50%,-50%);
  -khtml-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}























/* RESPONSIVE */

@media (max-width: 767px) {
  .page-content > .page-inner {
    flex-direction: column-reverse;
    padding-right: 15px!important;
    padding-left: 15px!important;
  }

  .service-content {
    padding: 0 15px 30px;
  }

  .service-content > .service-heading-img > img {
    width: 100%;
  }

  .service-content > .service-heading-title {
    font-size: 30px;
  }

  .service-content .service-grids > .service-grid {
    width: 100%;
  }

  .service-page-leftside {
    margin-top: 60px;
    width: 100%;
    padding: 0;
  }
}































/*  */

@-webkit-keyframes CTPulse{
  0%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4);
    box-shadow:0 0 0 0 rgba(255,255,255,.4)
  }
  70%{
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}
@keyframes CTPulse{
  0%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,.4);
    box-shadow:0 0 0 0 rgba(255,255,255,.4)
  }
  70%{
    -webkit-box-shadow:0 0 0 60px rgba(255,255,255,0);
    box-shadow:0 0 0 60px rgba(255,255,255,0)
  }
  100%{
    -webkit-box-shadow:0 0 0 0 rgba(255,255,255,0);
    box-shadow:0 0 0 0 rgba(255,255,255,0)
  }
}
