a:focus,
button:focus,
input:focus{
  outline: none;
}
.row-1 {
  display: block;
  padding: 10px 0;
}
.row-2 {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  margin-left: 10px;
  color: rgb(0, 75, 145);
}
.hide {
  display: none;
}
.layer:before {
  content: "";
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.layer .v-middle-wrapper {
  z-index: 2;
}
/* Solution Block: Start */
.solution-block {
  padding: 112px 0 55px;
}
.solution-block .container {
  max-width: 1285px;
}
.solution-block h2 {
  font-size: 48px;
  letter-spacing: -1.2px;
  color: #333333;
  margin-bottom: 54px;
  text-transform: initial;
}
.solution-block .view {
  width: calc(50% - 5px);
  height: 290px;
  overflow: hidden;
  position: relative;
  margin: 0 2.5px 4px;
}
.solution-block .view img {
  width: 100%;
  max-width: inherit;
}
.solution-block .green .mask {
  background-color: #00b9be;
}
.solution-block .light-blue .mask {
  background-color: #00ace0;
}
.solution-block .blue .mask {
  background-color: #0074e0;
}
.solution-block .purple .mask {
  background-color: #b36cdb;
}
.solution-block .view .mask {
  width: 850px;
  padding: 60px;
  height: 665px;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate(-657px, 128px) rotate(32deg);
  -moz-transform: translate(-657px, 128px) rotate(32deg);
  -o-transform: translate(-657px, 128px) rotate(32deg);
  -ms-transform: translate(-657px, 128px) rotate(32deg);
  transform: translate(-657px, 128px) rotate(32deg);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.solution-block .view .mask {
  position: absolute;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
}
.solution-block .view:hover .mask {
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  -webkit-transform: translate(-83px, -144px) rotate(45deg);
  -moz-transform: translate(-83px, -144px) rotate(45deg);
  -o-transform: translate(-83px, -144px) rotate(45deg);
  -ms-transform: translate(-83px, -144px) rotate(45deg);
  transform: translate(-83px, -144px) rotate(45deg);
}
.solution-block .box-caption {
  color: #FFF;
  padding: 28px 28px 24px 27px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.solution-block .green .box-caption {
  background-color: #00b9be;
}
.solution-block .light-blue .box-caption {
  background-color: #00ace0;
}
.solution-block .blue .box-caption {
  background-color: #0074e0;
}
.solution-block .purple .box-caption {
  background-color: #b36cdb;
}
.solution-block .view:hover .box-caption {
  z-index:-1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.solution-block .box-content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 20px;
  z-index: -1;
}

.solution-block .view:hover .box-content{
  z-index: 5;
}
.solution-block .box-content h3 {
  text-align: center;
  color: #FFF;
  display: block;
  -webkit-transform: translate(560px, -240px);
  -moz-transform: translate(560px, -240px);
  -o-transform: translate(560px, -240px);
  -ms-transform: translate(560px, -240px);
  transform: translate(560px, -240px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.solution-block .box-content p{
  text-align: center;
  color: #FFF;
  display: block;
  -webkit-transform: translate(-324px, 420px);
  -moz-transform: translate(-324px, 420px);
  -o-transform: translate(-324px, 420px);
  -ms-transform: translate(-324px, 420px);
  transform: translate(-324px, 420px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 340px;
  margin: 0 auto;
  line-height: 1.7;
}
.solution-block .box-content a.white-btn{
  text-align: center;
  -webkit-transform: translate(-324px, 420px);
  -moz-transform: translate(-324px, 420px);
  -o-transform: translate(-324px, 420px);
  -ms-transform: translate(-324px, 420px);
  transform: translate(-324px, 420px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
}
.solution-block .view:hover h3 {
  -webkit-transform: translate(0px, 15px);
  -moz-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.solution-block .view:hover p {
  -webkit-transform: translate(0px, 35px);
  -moz-transform: translate(0px, 35px);
  -o-transform: translate(0px, 35px);
  -ms-transform: translate(0px, 35px);
  transform: translate(0px, 35px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.solution-block .view:hover a.white-btn {
  -webkit-transform: translate(0px, 62px);
  -moz-transform: translate(0px, 62px);
  -o-transform: translate(0px, 62px);
  -ms-transform: translate(0px, 62px);
  transform: translate(0px, 62px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.solution-block .green a.white-btn {
  color: #00b9be;
}
.solution-block .green a.white-btn:hover{
  background: #00b9be;
  color: #fff;
}
.solution-block .light-blue a.white-btn {
  color: #00ace0;
}
.solution-block .light-blue a.white-btn:hover {
  background: #00ace0;
  color: #fff;
}
.solution-block .blue a.white-btn {
  color: #0074e0;
}
.solution-block .blue a.white-btn:hover{
  color: #fff;
  background: #0074e0;
}
.solution-block .purple a.white-btn {
  color: #b36cdb;
}
.solution-block .purple a.white-btn:hover {
  color: #fff;
  background: #b36cdb;
}
@media(max-width: 1240px) and (min-width: 992px){
  .solution-block {
    padding: 60px 0;
  }
  .solution-block h2 {
    font-size: 44px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .solution-block .box-caption {
    padding: 24px;
    font-size: 17px;
  }
}
@media(max-width: 991px) and (min-width: 768px){

  .solution-block .box-caption {
    font-size: 16px;
    padding: 20px;
  }
  .solution-block {
    padding: 40px 0 36px;
  }
  .solution-block h2 {
    font-size: 39px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {

  .solution-block .box-caption {
    padding: 15px;
  }
}
@media (min-width: 596px) and (max-width: 767px) {

  .solution-block .box-caption {
    font-size: 14px;
  }
  .solution-block {
    padding: 40px 0 36px;
  }
  .solution-block h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 595px) {
  .solution-block {
    padding: 30px 0 26px;
  }
  .solution-block .view {
    width: 100%;
    margin: 0 0 4px;
  }
  .solution-block h2 {
    font-size: 31px;
    margin-bottom: 30px;
  }
  .solution-block .view:hover h3{
    -webkit-transform: translate(0px, 35px);
    -moz-transform: translate(0px, 35px);
    -o-transform: translate(0px, 35px);
    -ms-transform: translate(0px, 35px);
    transform: translate(0px, 35px);
  }
  .solution-block .view:hover p{
    -webkit-transform: translate(0px, 55px);
    -moz-transform: translate(0px, 55px);
    -o-transform: translate(0px, 55px);
    -ms-transform: translate(0px, 55px);
    transform: translate(0px, 55px);
  }
  .solution-block .view:hover a.white-btn{
    -webkit-transform: translate(0px, 80px);
    -moz-transform: translate(0px, 80px);
    -o-transform: translate(0px, 80px);
    -ms-transform: translate(0px, 80px);
    transform: translate(0px, 80px);
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .solution-block .box-caption {
    font-size: 16px;
  }
}

@media(max-width: 480px){
  .solution-block .box-caption {
    font-size: 14px;
  }
}

/* Solution Block: End */

/* CTA Block: Start */
.cta-block {
  padding: 0 0 60px;
}
.cta-block .cta-inner {
  float: left;
  width: 100%;
  padding: 42px 56px 42px;
}
.cta-block .content-900 {
  max-width: 766px;
  float: left;
  padding: 0;
}
.cta-block .content-900 h3 {
  font-size: 33px;
  color: #fff;
  padding: 23px 0 0px;
  margin: 0;
  border-top: 1px solid #f9b6a3;
}
.cta-block .content-900 h6 {
  color: #ffffff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.4px;
  word-spacing: 2.4px;
  padding-bottom: 27px;
}
.cta-block a.transparent-btn {
  float: right;
  border: 1px solid #ffffff;
  margin: 27px 0;
  padding: 16px 27px 16px 31px;
}
.cta-block a.transparent-btn:hover {
  color: #f99119;
  background: #fff;
}
.product-cta-block.yellow-gradient a.transparent-btn:hover {
  color: #ee595e;
}
.download-cta-block .content-900 h3{
  border-top: none;
  border-bottom: 1px solid #f9b6a3;
  padding: 0 0 23px 0;
}
.download-cta-block .content-900 h6  {
  padding: 27px 0 0 0;
}
.download-cta-block .content-900 {
  max-width: 800px;
}
.downoad-cta-block .cta-inner {
  padding: 37px 56px 34px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .cta-block .cta-inner {
    padding: 34px 40px 35px;
  }
  .cta-block .content-900 {
    max-width: 695px;
  }
  .download-cta-block .content-900 {
    max-width: 680px;
  }
  .cta-block .content-900 h3 {
    font-size: 30px;
  }
  .download-cta-block .content-900 h3 {
    font-size: 28px;
  }
  .cta-block a.transparent-btn {
    margin: 30px 0 0;
    padding: 12px 25px;
  }
}


@media (min-width: 992px) and (max-width: 1023px) {
  .cta-block .cta-inner {
    padding: 34px 35px 35px;
  }
  .cta-block .content-900 h3 {
    font-size: 28px;
  }
  .download-cta-block .content-900 h3 {
    font-size: 27px;
  }

  .cta-block .content-900 {
    max-width: 680px;
  }
  .download-cta-block .content-900 {
    max-width: 650px;
  }
  .cta-block a.transparent-btn {
    margin: 30px 0 0;
    padding: 12px 25px;
  }
}

@media(max-width: 991px) and (min-width: 768px){
  .cta-block {
    padding: 0 0 40px;
  }
  .cta-block .cta-inner {
    padding: 25px;
    text-align: center;
  }
  .cta-block .content-900 {
    text-align: left;
    max-width: 100%;
  }
  .cta-block .content-900 h3 {
    font-size: 29px;
    margin: 0;
  }
  .download-cta-block .content-900 h3 {
    font-size: 26px;
  }
  .cta-block a.transparent-btn {
    float: none;
    margin: 25px 0 0;
    padding: 13px 27px;
  }
}
@media (max-width: 767px) {
  .cta-block .cta-inner {
    padding: 20px;
    text-align: center;
  }
  .cta-block .content-900 {
    text-align: left;
  }
  .cta-block a.transparent-btn {
    float: none;
  }
}

@media (min-width: 596px) and (max-width: 767px) {
  .cta-block {
    padding: 0 0 40px;
  }
  .cta-block .content-900 h3 {
    font-size: 27px;
    padding: 15px 0 0;
    margin: 10px 0 0;
  }
  .download-cta-block .content-900 h3 {
    font-size: 26px;
    padding: 0 0 15px 0;
    margin: 10px 0 0;
  }
  .download-cta-block .content-900 h6 {
    padding: 15px 0 0 0;
  }
  .cta-block .content-900 h6 {
    padding-bottom: 10px;
  }
  .cta-block a.transparent-btn {
    float: none;
    padding: 14px 20px 14px;
    margin: 15px 0 0;
  }
}
@media (max-width: 595px) {
  .cta-block {
    padding: 0 0 30px;
  }
  .cta-block .content-900 h6 {
    padding-bottom: 10px;
  }
  .cta-block a.transparent-btn {
    padding: 10px 20px 10px;
    margin: 20px 0 10px;
  }
  .cta-block .content-900 h3 {
    font-size: 23px;
    padding: 15px 0 0;
    margin: 0;
  }
  .download-cta-block .content-900 h3 {
    padding: 0 0 15px 0;
  }
  .download-cta-block .content-900 h6 {
    padding: 10px 0 0 0;
  }
}
/* CTA Block: End */

/* Quality Block/Featured slider: Start */
/* Quality Block/Featured slider: Start */

.quality-block {
  background: #000000;
  padding: 118px 0 117px;
  height: 647px;
  overflow: hidden;
}

.quality-block h2 {
  font-size: 48px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  padding-bottom: 61px;
  letter-spacing: -1.25px;
}
.quality-block h2,.quality-block  p {
  color: #fff;
}
.quality-block .v-middle a.hover-btn {
  background: #ffffff;
  margin: 0;
  border-color: #ffffff;
  padding: 15px 26px 14px 28px;
  margin-top: 3px;
  letter-spacing: -0.04em;
}
.quality-block .green-bg a.hover-btn {
  color: #00b9be;
}
.quality-block .lightblue-bg a.hover-btn {
  color: #00abdf;
}
.quality-block .blue-bg a.hover-btn {
  color: #0074e0;
}
.quality-block .purple-bg a.hover-btn {
  color: #b36cdb;
}
.quality-block .red-bg a.hover-btn {
  color: #eb4971;
}
.solution-animate.quality-block .container{
  font-size: 0;
}
.quality-block .col-5{
  position: relative;
  float: none;
  width: calc(20% - 8px);
  margin-right: 5px;
  display: inline-block;
  padding: 0;
  height: 303px;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.solution-animate.quality-block .col-5{
  width: 20%;
  float: none;
  padding: 0;
  padding-right: 8px;
  margin: 0;
}
.quality-block  h6 {
  color: #ffffff;
  font-style: normal;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin: 25px 0;
  max-width: 160px;
  line-height: 1.23;
  letter-spacing: -0.024em;
}
.quality-block .col-5 .content {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.quality-block .arrow-icon,
.solution-col-grid .arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 19px;
  height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block .arrow-icon svg {
  width: 100%;
  height: 100%;
}
.quality-block .arrow-icon svg g {
  fill: #fff;
}

.quality-block .green-bg{
  background: #00b9be;
}
.quality-block .lightblue-bg{
  background: #00abdf;
}
.quality-block .blue-bg{
  background: #0074e0;
}
.quality-block .purple-bg{
  background: #b36cdb;
}
.quality-block .red-bg{
  background: #eb4971;
}
.quality-block .orange-bg {
  background: #fc9c0c;
}
.quality-block .col-5 .v-middle-inner{
  position: relative;
  z-index: 1;
  padding: 70px 39px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block a.hover-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
}
.quality-block .col-5:hover .hover-btn {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.quality-block .col-5:hover .arrow-icon {
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.quality-block .col-5:hover .v-middle-inner{
  -webkit-transform: translateY(-20px) ;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.quality-block .col-5 .v-middle-inner .icon,
.quality-block .col-5 .v-middle-inner h6,
.quality-block .col-5 .v-middle-inner a{

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block .animate-show {
  transform: scale(1,0.893);
}
.quality-block .green-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #00b9be;
}
.quality-block .lightblue-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #00abdf;
}
.quality-block .blue-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #0074e0;
}
.quality-block .purple-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #b36cdb;
}
.quality-block .red-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #eb4971;
}
.quality-block  a.transparent-btn {
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}
.quality-block .animate-view {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  padding: 40px 44px 20px 44px;
}
.quality-block .animate-view .inner-content{
  width: calc(100% - 130px);
  max-width: 520px;
  float: left;
  text-align: left;
}
.quality-block .animate-view .icon {
  margin: 5px 20px;
  float: left;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
.quality-block .animate-view h3 {
  color: #FFF;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -0.025em;
  padding-top: 10px;
  margin: 15px 0px;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}
.quality-block .animate-view p{
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.69;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
  max-width: 530px;
}
.ie9 .quality-block .animate-view .icon {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.ie9 .quality-block .animate-view h3 {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.ie9 .quality-block .animate-view p {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.quality-block .animate-view .close-icon,
.solution-col-grid .col-four.active-column .close-icon {
  position: absolute;
  top: 4px;
  right: 21px;
  width: 21px;
  height: 21px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0s 0.45s;
  -moz-transition: all 0s 0.45s;
  -ms-transition: all 0s 0.45s;
  -o-transition: all 0s 0.45s;
  transition: all 0s 0.45s;
  cursor: pointer;
}
/*.solution-col-grid .col-four.active-column .close-icon:before,
.solution-col-grid .col-four.active-column .close-icon:after {
  visibility: visible;
}*/
.ie9 .quality-block .animate-view .close-icon {
  top: 15px;
  right: 30px;
}
.quality-block .animate-show .close-icon {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s 1.4s;
  -moz-transition: all 0s 1.4s;
  -ms-transition: all 0s 1.4s;
  -o-transition: all 0s 1.4s;
  transition: all 0s 1.4s;
}
.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.quality-block .animate-show .close-icon:before,
.quality-block .animate-show .close-icon:after{
  opacity: 1;
}
.quality-block .close-icon:before {
  -webkit-transform: rotate(45deg) translateX(100%);
  -moz-transform: rotate(45deg) translateX(100%);
  -ms-transform: rotate(45deg) translateX(100%);
  -o-transform: rotate(45deg) translateX(100%);
  transform: rotate(45deg) translateX(100%);
}
.quality-block .close-icon:after {
  -webkit-transform: rotate(-45deg) translateX(100%);
  -moz-transform: rotate(-45deg) translateX(100%);
  -ms-transform: rotate(-45deg) translateX(100%);
  -o-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
}
.quality-block .animate-show .close-icon:before {
  -webkit-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -moz-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -ms-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -o-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(45deg) translateX(0);
  -ms-transform: rotate(45deg) translateX(0);
  -moz-transform: rotate(45deg) translateX(0);
  -o-transform: rotate(45deg) translateX(0);
  transform: rotate(45deg) translateX(0);
}
.quality-block .animate-show .close-icon:after {
  -webkit-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -moz-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -ms-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -o-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(-45deg) translateX(0);
  -moz-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  -o-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
}

.solution-col-grid .col-four.active-column .close-icon .before {
  -webkit-animation-name: closeiconbefore;
  -moz-animation-name: closeiconbefore;
  -ms-animation-name: closeiconbefore;
  -o-animation-name: closeiconbefore;
  animation-name: closeiconbefore;
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

.solution-col-grid .col-four.active-column .close-icon .after{
  -webkit-animation-name: closeiconafter;
  -moz-animation-name: closeiconafter;
  -ms-animation-name: closeiconafter;
  -o-animation-name: closeiconafter;
  animation-name: closeiconafter;
  -webkit-animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
  animation-delay: 1400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}


.quality-block .animate-show {
  opacity: 1;
  z-index: 2;
}
.quality-block .animate-show .icon{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: movedown;
  -moz-animation-name: movedown;
  -ms-animation-name: movedown;
  animation-name: movedown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.quality-block .animate-show h3{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.quality-block .animate-show p{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.solution-animate.quality-block .animate-show p {
  backface-visibility: hidden;
}
.quality-block .animate-show a.transparent-btn{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.quality-block .col-5:after {
  content: '';
  position: absolute;
  color: #fff;
  width: 104%;
  display: block;
  height: 81px;
  left: -4px;
  top: 100%;
}
.quality-block .col-5.box-active:after {
  left: -2%;
}
.quality-block .col-5:first-of-type:after {
  background: url(../images/green_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block .col-5:first-of-type + .col-5:after {
  background: url(../images/lightblue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block .col-5:first-of-type + .col-5 + .col-5:after {
  background: url(../images/blue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block .col-5:first-of-type + .col-5 + .col-5 + .col-5:after {
  background: url(../images/purple_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block .col-5:last-of-type:after {
  background: url(../images/red_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block .col-5:first-of-type:after {
  background: url(../images/orange_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block .col-5:first-of-type + .col-5:after {
  background: url(../images/red_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block .col-5:first-of-type + .col-5 + .col-5:after {
  background: url(../images/purple_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block .col-5:first-of-type + .col-5 + .col-5 + .col-5:after {
  background: url(../images/green_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block .col-5:last-of-type:after {
  background: url(../images/lightblue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.solution-animate.quality-block {
  background: #fff;
}
.solution-animate h2 {
  color: #000;
}
.solution-animate.quality-block {
  padding: 110px 0 60px;
  height: 743px;
}
.solution-animate.quality-block h2 {
  padding-bottom: 65px;
}
.solution-icon-grid .view-all-btn {
  margin: 24px auto 60px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .quality-block {
    padding: 90px 0;
    height: 460px;
  }
  .solution-animate.quality-block {
    height: 500px;
  }
  .quality-block h6 {
    font-size: 17px;
  }
  .solution-icon-grid .view-all-btn {
    margin: 20px auto 40px;
  }
}
@media screen and (max-width: 1023px) {
  .quality-block .container {
    font-size: 0;
  }
}
@media(max-width: 1240px) and (min-width: 992px){
  .quality-block .container {
    font-size: 0;
  }
  .quality-block .col-5 {
    height: 250px;
  }
  .quality-block .v-middle a.hover-btn {
    padding: 14px 9px;
    font-size: 16px;
  }

  .quality-block .col-5 .v-middle-inner {
    padding: 40px 20px 0 30px;
  }
  .quality-block .animate-view {
    padding: 40px;
  }
  .quality-block h2,
  .solution-animate.quality-block h2  {
    font-size: 44px;
    padding-bottom: 40px;
  }
  .quality-block,
  .solution-animate.quality-block  {
    padding: 60px 0;
  }
  .quality-block .animate-view {
    padding: 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
  .quality-block {
    height: 460px;
  }
  .solution-animate.quality-block {
    height: 500px;
  }
  .quality-block h2{
    font-size: 42px;
  }
  .quality-block .red-btn.hover-btn {
    font-size: 16px;
  }
  .quality-block h6 {
    font-size: 18px;
  }
  .solution-icon-grid .view-all-btn {
    margin: 20px auto;
  }
}
@media(min-width:992px){
  .quality-block .col-5:hover{
    -webkit-transform: scale(1.12,1.12) translateY(-10px);
    -moz-transform: scale(1.12,1.12) translateY(-10px);
    -o-transform: scale(1.12,1.12) translateY(-10px);
    -ms-transform: scale(1.12,1.12) translateY(-10px);
    transform: scale(1.12,1.12) translateY(-10px);
    z-index: 2;
    box-shadow: 0px 3px 16px 7px rgba(0,0,0,0.3);
  }
  .solution-animate.quality-block .col-5{
    box-shadow: inherit;
  }
  .solution-animate.quality-block .col-5:hover > div{
    box-shadow: 10px 2px 15px 0px rgba(0,0,0,0.3);
  }
  .solution-animate.quality-block .col-5.box-active:hover {
    box-shadow: none;
  }
}
@media(max-width:991px){
  .quality-block .col-5.box-active{
    -webkit-transform: scale(1.12,1.12) translateY(-10px);
    -moz-transform: scale(1.12,1.12) translateY(-10px);
    -o-transform: scale(1.12,1.12) translateY(-10px);
    -ms-transform: scale(1.12,1.12) translateY(-10px);
    transform: scale(1.12,1.12) translateY(-10px);
    z-index: 2;
    box-shadow: 0px 3px 16px 7px rgba(0,0,0,0.3);
  }
  .solution-animate.quality-block .col-5.box-active {
    box-shadow: none;
  }
  .solution-icon-grid .view-all-btn {
    margin: 20px auto 0;
  }
}
@media(min-width:768px){
  .quality-block .col-5:last-child {
    margin-right: 0;
  }
  .solution-animate.quality-block .col-5:last-child {
    padding-right: 0;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .quality-block .col-5 {
    max-width: calc(100% - 50px);
  }
  .quality-block h2,
  .solution-animate.quality-block h2  {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .quality-block .animate-view h3 {
    font-size: 30px;
    margin: 10px 0px;
  }
  .quality-block .red-btn.hover-btn {
    font-size: 14px;
  }
  .quality-block .col-5 .v-middle-inner {
    padding: 50px 20px 20px 24px;
  }
  .quality-block .col-5 {
    height: 250px;
    width: calc(20% - 4px);
  }
  .solution-animate.quality-block .col-5{
    padding-right: 4px;
  }
  .quality-block .v-middle a.hover-btn {
    padding: 10px 9px;
  }
  .quality-block h6 {
    font-size: 17px;
  }
  .quality-block,
  .solution-animate.quality-block  {
    padding: 40px 0;
    height: 420px;
  }
  .quality-block .animate-view {
    padding: 20px 40px;
  }
  .quality-block .animate-show a.transparent-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .quality-block .animate-view .close-icon {
    top: 15px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .quality-block .container {
    text-align: center;
    padding: 0px 22px;
  }
  .quality-block h6 {
    font-size: 17px;
  }
  .quality-block,
  .solution-animate.quality-block  {
    height: auto;
  }
  .quality-block .close-icon:before, .quality-block .close-icon:after {
    left: 7px;
    top: 55%;
    width: 60%;
  }
  .quality-block .animate-view .close-icon {
    padding: 15px;
    right: 5px;
  }
  .quality-block .animate-view {
    padding: 20px 20px;
  }
  .quality-block .v-middle a.hover-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .quality-block .col-5 .v-middle-inner {
    padding: 40px 20px 0 30px;
  }
  .quality-block .col-5:after {
    display: none;
  }
  .quality-block .animate-show {
    transform: scale(1);
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .quality-block {
    padding: 40px 0;
  }
  .quality-block h2,
  .solution-animate.quality-block h2  {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .quality-block .animate-view h3 {
    font-size: 24px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .quality-block .animate-view .inner-content {
    width: calc(100% - 80px);
  }
  .quality-block .animate-view .icon{
    margin: 0;
    margin-right: 20px;
  }
  .quality-block .animate-view .close-icon {
    padding: 15px;
    right: 8px;
    top: 4px;
  }
  .quality-block .col-5 {
    width: calc(50% - 10px);
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin:5px auto;
    float: none;
    display: block;
    height: 250px;
    max-width: calc(100% - 50px);
  }
  .solution-animate.quality-block .col-5 {
    width: 50%;
    float: none;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
  }

}
@media (max-width: 595px) {
  .quality-block,
  .solution-animate.quality-block {
    padding: 30px 0;
  }
  .quality-block .animate-view p {
    font-size: 14px;
    line-height: 1.4;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .quality-block .col-5 {
    width: calc(75% - 10px);
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin:5px auto;
    float: none;
    display: block;
    height: 250px;
    max-width: calc(100% - 50px);
  }
  .quality-block .col-5:hover {
    -webkit-transform: scale(1.1,1.1) translateY(-10px);
    -moz-transform: scale(1.1,1.1) translateY(-10px);
    -o-transform: scale(1.1,1.1) translateY(-10px);
    -ms-transform: scale(1.1,1.1) translateY(-10px);
    transform: scale(1.1,1.1) translateY(-10px);
  }
  .solution-animate.quality-block .col-5 {
    width: 75%;
    float: none;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .quality-block h2,
  .solution-animate.quality-block h2  {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .quality-block .animate-view h3 {
    font-size: 24px;
    margin: 0 0 10px;
    padding-top: 0;
  }
  .quality-block .animate-view .icon {
    margin: 0px 10px 0 0;
  }
  .quality-block .animate-view .inner-content {
    width: calc(100% - 60px);
  }
  .quality-block .animate-view {
    padding: 20px 20px;
  }
  .quality-block .animate-view .close-icon {
    padding: 15px;
    top: 3px;
    right: 4px;
  }
  .quality-block .animate-show .icon{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 480px){
  .quality-block .col-5 {
    width: 80%;
    max-width: calc(100% - 10%);
    margin: 5px 5%;
  }
  .solution-animate.quality-block .col-5 {
    width: 80%;
    float: none;
    padding: 0;
    padding: 5px 5%;
    margin: 0 auto;
  }
  .quality-block h6 {
    margin: 25px auto;
    max-width: 100%;
  }
  .quality-block .animate-show .icon {
    text-align: left;
    margin: 0px auto 10px;
    width: 50px;
    height: 40px;
  }
  .quality-block .icon {
    width: 50px;
    height: 40px;
  }
  .quality-block .animate-view .inner-content {
    width: 100%;
  }
  .quality-block .animate-view h3 {
    font-size: 18px;
    margin: 0px 0px 5px;
    padding-top: 0;
  }
  .quality-block h2,
  .solution-animate.quality-block h2  {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .quality-block .col-5 .v-middle-inner {
    padding: 60px 40px 40px;
  }
  .quality-block .animate-view {
    padding: 10px 20px;
  }
  .quality-block .col-5{
    height: 330px;
  }
}
/* Quality Block/Featured slider: End */


/* Effect style */
@media (max-width: 767px) {
  .hover-btn {
    display: none;
  }
  .animate-show .icon img{
    /*-webkit-transform: scale(.91,1.02);*/
    /*-moz-transform: scale(.91,1.02);*/
    /*-o-transform: scale(.91,1.02);*/
    /*-ms-transform: scale(.91,1.02);*/
    /*transform: scale(.91,1.02);*/
  }
}
@media(max-width: 480px){
  .animate-show .icon img{
    /*-webkit-transform: scale(.91,1.02);*/
    /*-moz-transform: scale(.91,1.02);*/
    /*-o-transform: scale(.91,1.02);*/
    /*-ms-transform: scale(.91,1.02);*/
    /*transform: scale(.91,1.02);*/
  }
}
/* Promo block*/
.promo-block .row{
  margin: 0;
}
.promo-block .col h5{
  max-width: 344px;
  margin: 0 auto;
  line-height: 1.3;
}
.promo-block .col{
  border-right: 2px solid #e6e6e6;
}
.promo-block .col:last-child{
  border-right: 0;
}

/* Parallex :Start*/
.parallex-bg {
  position: absolute;
  width: 100%;
  height: 720px;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
}
.parallex-bg > div {
  background-size: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
.parallex-back {
  position: absolute;
  width: 110%;
  height: 105%;
  left: -5%;
  top: -2.5%;;
}
.parallex-back img{
  max-width: inherit;
}
.parallex-static{
  -webkit-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  -ms-transition: transform 0.5s, opacity 0.5s;
  -webkit-transform-origin: 50% 60px;
  transform-origin: 50% 60px;
  -moz-transform-origin: 50% 60px;;
  -ms-transform-origin: 50% 60px;
  -o-transform-origin: 50% 60px;
  -webkit-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
  transition-timing-function: cubic-bezier(0.6,0,0.4,1);
  -ms-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
  -moz-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
  -o-transition-timing-function: cubic-bezier(0.6,0,0.4,1);
}
.parallex-hover {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s linear, opacity 0s 0.5s linear;
  transition: transform 0.4s linear, opacity 0s 0.5s linear;
  -ms-transition: transform 0.4s linear, opacity 0s 0.5s linear;
  -moz-transition: transform 0.4s linear, opacity 0s 0.5s linear;
  -o-transition: transform 0.4s linear, opacity 0s 0.5s linear;
}
/* Parallex :End*/
/* Statistic Block: start */
.statistic-block{
  height: 697px;
  overflow: hidden;
  padding: 0;
}

.statistic-block .statistic-content {
  position: relative;
  height: 100%;
  text-align: left;
  background: rgba(0,0,0,0.6);
  z-index: 1;
}

.statistic-block .statistic-content h3{
  font-size: 48px;
}

.statistic-block .statistic-content h6,.statistic-block .statistic-content h3{
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin: 15px 0;
  letter-spacing: -0.025em;
  line-height: 1.2;
}
/*.statistic-block .statistic-content a{
  display: block;
}*/
.statistic-block .statistic-content .content .transparent-btn{
  margin-top: 11px;
  border: 1px solid #fff;
  padding: 16px 40px;
}
.statistic-block .statistic-content .content .transparent-btn:hover{
  border: 1px solid #fff;
  color: #e81c21;
  background: #fff;
}
.statistic-counter {
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
}
.statistic-block .statistic-content .content-650{
  text-align: left;
  margin: -37px 0 0 8px;
  max-width: 840px;
}
.statistic-block .statistic-content h6 {
  max-width: 550px;
}

.statistic-block .statistic-content .content{
  padding: 0 0 40px;
  max-width: 700px;
}

.statistic-block .statistic-content .col-two{
  padding: 32px 0 0 40px;
  border-right: 1px solid #d8d8d8;
}
.statistic-block .statistic-content .col-two:first-child{
  padding-left: 0;
}
.statistic-block .statistic-content .col-two:last-child{
  border-right: none;
}
.statistic-block .statistic-content .col-two:last-child h2{
  width: 130px;
}
.statistic-counter h2,.statistic-counter h6{
  display: inline-block;
}
.statistic-block .statistic-counter h6{
  max-width: 180px;
}
.statistic-counter h2{
  color: #fff;
  letter-spacing: -0.04em;
  width: 210px;
  font-size: 100px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
}
.statistic-counter h6{
  width: 53%;
  padding-left: 12px;
  color: #fff;
}
@media(max-width: 1224px) and (min-width: 992px){
  .statistic-block .statistic-content h3 {
    font-size: 40px;
  }
  .statistic-counter h2{
    font-size: 90px;
    width: 200px;
  }
  .statistic-block .statistic-content .col-two:last-child h2{
    width: 110px;
  }
  .statistic-block {
    height: 650px;
  }

  .statistic-block .statistic-content .content-650 {
    max-width: 770px;
    padding-left: 0;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .statistic-block .statistic-content h3 {
    font-size: 35px;
  }
  .statistic-counter h2{
    font-size: 65px;
    width: 130px;
  }
  .statistic-block .statistic-content .col-two:last-child h2{
    width: 70px;
  }
  .statistic-block .statistic-content .content .transparent-btn {
    padding: 16px 30px;
  }
  .statistic-block {
    height: 600px;
  }
  .parallex-bg {
    height: 650px;
  }
  .statistic-block .statistic-content .content-650{
    padding: 0;
    margin: 0
  }
  .section-events .inner-content .right {
    width: 100%;
    padding: 5px 0;
  }
}

@media(max-width: 767px){
  .statistic-block .statistic-content h6, .statistic-block .statistic-content h3 {
    margin: 10px 0;
  }
  .statistic-block .statistic-content .content .transparent-btn {
    margin-top: 10px;
  }
  .statistic-block .statistic-content .content {
    padding: 0 0 30px;
  }
  .statistic-block .statistic-content .col-two {
    padding: 15px 0 0 25px;
  }
  .statistic-block .statistic-content .content-650{
    padding: 0;
    margin: 0
  }
  .statistic-block .statistic-counter h6 {
    max-width: 130px;
  }
}
@media(max-width: 767px) and (min-width: 596px){
  .statistic-block .statistic-content .col-two{
    width: 50%;
  }
  .statistic-block {
    height: 550px;
  }
  .parallex-bg {
    height: 650px;
  }
  .statistic-counter h2{
    width: 140px;
  }
  .statistic-block .statistic-content .col-two:last-child h2{
    width: 80px;
  }
}
@media(max-width: 767px) and (min-width: 481px){
  .statistic-counter h2 {
    font-size: 70px;
  }
  .statistic-block .statistic-content h3 {
    font-size: 30px;
  }
  .statistic-block .statistic-content .content .transparent-btn {
    padding: 10px 25px;
  }
}
@media(max-width: 595px){
  .statistic-block .statistic-content .col-two {
    border-bottom: 1px solid #d8d8d8;
    border-right: 0;
  }
  .statistic-block .statistic-content .col-two:last-child{
    border-bottom: 0;
  }
  .statistic-block .statistic-content .col-two{
    padding-left: 0;
    padding-bottom: 15px
  }
  .statistic-counter h2{
    padding: 0;
  }
  .statistic-block {
    height: 500px;
  }
  .parallex-bg {
    height: 610px;
  }
  .statistic-counter h2{
    width: 140px;
  }
  .statistic-block .statistic-content .col-two:last-child h2{
    width: 80px;
  }
}
@media(max-width: 595px) and (min-width: 481px){
  .statistic-counter h2{
    font-size: 70px;
  }
}
@media(max-width: 480px){
  .statistic-counter h2 {
    font-size: 65px;
  }
  .statistic-block .statistic-content h3 {
    font-size: 25px;
  }
  .statistic-block .statistic-content .content .transparent-btn {
    padding: 10px 20px;
  }
}
/* Statistic Block: End */
/*
* Hero Banner
*/
.hero-banner {
  height: calc(100vh - 118px);
  min-height: 460px;
  overflow: hidden;
  padding: 0;
  margin-top: 39px;
}
.hero-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0,0,0,0.3);
  height: 100%;
  z-index: 1;
}
.hero-banner .bg-img {
  height: inherit;
  min-height: inherit;
  position: relative;
}
.hero-banner .bg-img img {
  max-width: inherit;
}
.hero-banner h1 {
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

.hero-banner .banner-content{
  margin-top: 106px;
  margin-right: 6px;
}

.hero-banner p {
  font-size: 30px;
  line-height: 1.46;
  color: #fff;
  letter-spacing: -0.025em;
  margin: 21px 0 37px;
}
.hero-banner a.transparent-btn {
  border: 1px solid #fff;
  padding: 18px 35px 14px 31px;
}
.hero-banner a.transparent-btn:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #e81c21;
}
.ie9 .hero-banner a + a:after,
.ie9 .second-level-banner .v-middle a + a:after,
.ie9 .intro-block .col-two a:after,
.ie9 .section-downloads .select-box .links a:before,
.ie9 .section-downloads .second-tabs a:before,
.ie9 .page-download-accordian .accordian-block table td a:after,
.ie9 .additional-link .col-four li a:after,
.ie9 .code-intro .tabset li a:after,
.ie9 .code-intro .links > a:after,
.ie9 .infrastructure .grid-container .active-grid .para-14 a:before {
  display: none !important;
}
.hero-banner a + a {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  margin-left: 15px;
  margin-right: 16px;
  letter-spacing: -0.4px;
  position: relative;
}
.hero-banner a + a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  transition: transform 0.1s;
}
.hero-banner a + a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hero-banner .v-middle-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 2;
}
.hero-banner h4 {
  color: #fff;
  margin-bottom: 23px;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

/*
* Promo block
*/
.promo-block {
  padding: 60px 0 65px;
}
.ie9 .promo-block .info-box {
  visibility: visible !important;
  opacity: 1 !important;
}
.promo-block .info-box {
  padding: 0 50px;
  margin: 34px 0 35px;
  border-right: 1px solid #7f7f7f;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.promo-block .info-box:last-child {
  border-right:none;
}
.promo-block h4 {
  position: relative;
  padding: 0 15px 25px 17px;
  line-height: 1.2;
  letter-spacing: -0.022em;
}
.promo-block h4:after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #333;
  bottom: 0;
  left: calc(50% - 45px);
  width: 92px;
}
.promo-block p {
  padding: 24px 0 31px;
  line-height: 1.5;
  color: #333333;
  letter-spacing: -0.022em;
}

/*
* feature-block
*/
.feature-block {
  padding: 80px 0 108px;
}
.feature-block h2 {
  margin: 37px 0 51px 5px;
  font-size: 48px;
  letter-spacing: -0.025em;
}
.feature-block h6 {
  margin: 26px auto 10px;
  line-height: 1.2;
  color: #333333;
}
.feature-block .svg-icons,
.feature-block .img-icon{
  position: relative;
  width: 70px;
  height: 68px;
  margin: 0 auto;
}
.feature-block .svg-icons .check-icon{
  width: 24px;
  height: 24px;
  position: absolute;
  top: 6px;
  right: -25px;
}
.feature-block .svg-icons .check-icon svg{
  width: 100%;
  height: 100%;
}
.feature-block .svg-icons .img-icon {
  width: 100%;
  height: 100%;
}
.feature-block .col-three:first-of-type .img-icon svg path {
  fill: #00ace0;
}
.feature-block .col-three:nth-child(2) .img-icon svg path {
  fill: #eb4971;
}
.feature-block  .col-three:nth-child(3) .img-icon svg path {
  fill: #b36cdb;
}
.quality-block .icon,.quality-block-slider .icon {
  width: 80px;
  height: 70px;
}
.quality-block svg path {
  fill: #fff;
}

.feature-block a {
  margin: 20px auto 20px 7px;
  padding: 17px 27px 13px;
}
.feature-block .button-box {
  float: left;
  width: 100%;
}
.feature-block .info-text {
  margin-bottom: 12px;
  padding: 0 55px;
}
/*
* Promo Intro Section
*/
.promo-intro {
  padding: 111px 0 50px;
  overflow: hidden;
}
.promo-intro .promo-content {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.promo-intro h2 {
  margin-bottom: 50px;
  font-size: 48px;
  position: relative;
  letter-spacing: -0.022em;
  padding: 0 20px;
  line-height: 1.2;
}
.promo-intro h2:after {
  content: '';
  position: absolute;
  width: 94px;
  height: 1px;
  background: #000;
  bottom: -28px;
  left: calc(50% - 47px);
}
.promo-intro p {
  font-weight: 400;
  color: #000;
}
.promo-intro .col-three-outer {
  position: relative;
  max-width: 1180px;
  background-image: url('../images/intro_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 54px auto 20px;
  width: 100%;
}
.promo-intro .col-three-outer:before {
  content: '';
  position: absolute;
  background: rgba(0,0,0,0.3);
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.promo-intro .col-three {
  z-index: 2;
  cursor: pointer;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.promo-intro .col-inner-content {
  padding: 48px 40px 43px;
  text-align: center;
  height: 100%;
}

.promo-intro .col-inner-content .expand-column {
  margin-top: 25px;
  position: relative;
  display: inline-block;
}
.promo-intro .col-inner-content .expand-icon {
  display: table-cell;
  width: 30px;
}
.promo-intro .col-inner-content .expand-text {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}

.promo-intro .col-inner-content h3 {
  color: #fff;
  font-size: 100px;
  margin: 11px 0 13px;
}
.promo-intro .col-inner-content h6 {
  color: #fff;
  font-size: 20px;
}
.promo-intro .col-inner-content p {
  color: #fff;
  font-weight: 400;
}
.promo-intro .col-hover-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0px 2px 16px 5px rgba(0,0,0,0.3);
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.promo-intro .col-hover-content p {
  line-height: 1.87;
  font-weight: 400;
}
.promo-intro .col-three:after {
  content: '';
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 17%;
  height: 67%;
}
.promo-intro .col-three:last-child:after {
  display: none;
}
.promo-intro .col-three:hover .col-hover-content {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.promo-intro .col-three:hover .col-inner-content {
  display: none;
}
/*
* Section blog events
*/
.section-events {
  padding: 60px 0 117px;
}
.section-events .col-three-outer {
  padding: 0 30px;
}
.section-events .col-three-outer .col-three {
  padding: 0 5px;
}
.section-events .col-three .inner-content {
  background-color: #f8f8f8;
  padding: 40px 40px 40px 37px;
  display: inline-block;
  width: 100%;
}
.section-events h2 {
  font-size: 48px;
  padding: 55px 0 28px;
  letter-spacing: -0.025em;
}
.section-events .inner-content .right {
  position: relative;
}
.section-events .inner-content .right a {
  position: relative;
  margin-right: 17px;
  font-size: 16px;
  color: #00ace0;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
}
a.blue-link {
  padding: 0;
  margin: 10px auto;
  position: relative;
  display: inline-block;
  color: #00ace0;
  font-weight: 700;
  cursor: pointer;
}
.second-level-banner .v-middle a + a:after,
.section-events .inner-content .right a:after,
.blue-link:after {
  content: '>';
  position: absolute;
  right: -15px;
  top: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-events .event-icon {
  width: 52px;
  display: inline-block;
  height: 48px;
}
.section-events .event-icon svg,
.feature-block .img-icon svg,
.quality-block .icon svg{
  height: 100%;
  width: 100%;
}
.section-events .col-three:first-child .event-icon svg path {
  fill: #00ace0;
}
.section-events .col-three:nth-child(2)  .event-icon svg path {
  fill: #eb4971;
}
.section-events .col-three:last-child  .event-icon svg path {
  fill: #b36cdb;
}
.section-events .event-info {
  float: left;
  width: 100%;
}

.section-events .inner-content .right a:before,
.blue-link:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00ace0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: trasform 0.1s;
  -ms-transition: trasform 0.1s;
  transition: transform 0.1s;
}

.ie9 .section-events .inner-content .right a:before,
.ie9 .blue-link:before{
  background: transparent;
}
.section-events .inner-content .right a:hover:before,
.blue-link:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ie9 .move-up, .move-right{
  visibility: visible;
}
.section-events a,
.section-events a:hover {
  color: #333;
}
.section-events .inner-box h6 {
  position: relative;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
  padding: 7px 0 24px;
  color: #333;
  line-height: 1.2;
}
.section-events .inner-box {
  float: left;
  padding: 10px 35px 10px 0;
}
.section-events .inner-box h6:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid #bfbfbf;
  width: 69%;
  bottom: 10px;
  left: 0;
}
.eventdate {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  color: #333;
}
.section-events .inner-box span {
  font-size: 14px;
  padding: 10px 0 3px;
  display: block;
}
.section-events .inner-box p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
/*
* Get Started block
*/

.get-started {
  background-color: #ea2328;
  padding: 98px 0 83px;
}
.get-started .container {
  max-width: 1220px;
}
.get-started h3 {
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
  padding: 13px 0 27px;
  margin: 0;
}
.get-started .white-btn {
  display: inline-block;
  margin: 10px 0;
}
.touch .promo-intro .col-three:hover .col-hover-content{
  opacity: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch .promo-intro .col-three:hover .col-inner-content{
  display: block;
}
.touch .promo-intro .col-three.open-hover-state .col-hover-content{
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1224px) and (min-width: 1024px) {
  .hero-banner h1 {
    font-size: 44px;
  }
  .hero-banner p {
    margin: 20px 0 35px;
    font-size: 28px;
  }
  .section-events h2 {
    font-size: 40px;
  }
  .get-started h3 {
    font-size: 26px;
    padding: 20px 0;
  }
  .feature-block h2 {
    font-size: 44px;
    margin: 20px 0 50px;
  }
  .get-started {
    padding: 60px 0;
  }
  .section-events .col-three-outer {
    padding: 0 20px;
  }
  .section-events .col-three .inner-content {
    padding: 40px 30px;
  }
  .section-events .inner-box {
    padding: 10px 15px 10px 0;
  }

  .hero-banner .banner-content {
    margin-top: 85px;
  }
  .promo-block .info-box {
    padding: 0 10px;
    margin: 25px 0 27px;
  }
  .promo-block {
    padding: 50px 0 55px;
  }
  .promo-block h4 {
    position: relative;
    padding: 0 15px 15px 17px;
  }

  .promo-block p {
    padding: 20px 0 24px;
  }
  .section-events {
    padding: 40px 0 60px;
  }
  .section-events h2 {
    padding: 20px 0 30px;
  }
  .feature-block {
    padding: 40px 0 45px;
  }
  .statistic-block .statistic-counter h6 {
    max-width: 160px;
  }
  .promo-intro h2 {
    font-size: 42px;
  }
  .promo-intro .col-inner-content h3 {
    font-size: 90px;
  }
  .promo-intro {
    padding: 80px 0 50px;
  }
  .statistic-block .statistic-content .content {
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 992px) {
  .hero-banner {
    margin-top: 36px;
  }
  .statistic-block .statistic-counter h6 {
    max-width: 160px;
  }
  .promo-intro h2 {
    font-size: 40px;
  }

}
@media screen and (max-width: 1024px){
  .promo-intro .col-three-outer{
    background-attachment: inherit;
    background-position: 50% 50% !important;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .hero-banner h1 {
    font-size: 38px;
  }
  .hero-banner p {
    margin: 15px 0 30px;
    font-size: 26px;
  }

  .hero-banner a {
    font-size: 17px;
  }

  .promo-block .info-box {
    padding: 0 10px;
    margin: 18px 0 20px;
  }
  .promo-block h4 {
    padding: 0 10px 15px 10px;
  }

  .promo-block p {
    padding: 18px 0 23px;
  }

  .section-events {
    padding: 40px 0;
  }
  .section-events h2 {
    font-size: 34px;
    padding: 0 0 30px;
  }

  .section-events .inner-box {
    padding: 0;
  }
  .section-events .inner-content > .text-right {
    padding-bottom: 5px;
  }
  .get-started h3 {
    font-size: 23px;
    padding: 22px 0;
  }
  .feature-block h2 {
    font-size: 40px;
    margin: 20px 0 50px;
  }
  .feature-block .info-text {
    padding: 0 20px;
  }
  .feature-block {
    padding: 20px 0;
  }
  .get-started {
    padding: 40px 0;
  }
  .section-events .col-three-outer {
    padding: 0;
  }
  .section-events .col-three .inner-content {
    padding: 40px 15px;
  }
  .section-events .inner-content .right a,
  a.blue-link {
    margin-right: 10px;
    font-size: 14px;
  }
  .hero-banner .banner-content {
    margin-top: 70px;
  }
  .promo-block {
    padding: 40px 0;
  }
  .promo-btn a {
    font-size: 17px;
    padding: 17px 15px 13px;
  }
  .promo-intro h2 {
    font-size: 36px;
  }
  .promo-intro .col-inner-content h3 {
    font-size: 70px;
  }
  .promo-intro {
    padding: 60px 0;
  }
  .promo-intro .col-inner-content {
    padding: 35px 20px;
  }
  .promo-intro .col-hover-content {
    padding: 10px 15px;
  }
  .promo-intro .col-hover-content p {
    line-height: 1.5;
    font-size: 15px;
  }
  .statistic-block .statistic-content .content {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .hero-banner .v-middle-inner {
    padding: 0px 15px;
  }
  .get-started .get-inner-content {
    width: 100%;
    text-align: center;
  }
  .get-started a.right {
    float: none;
  }
  .get-started h3 {
    float: none;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
  .promo-block .info-box {
    padding: 0 0 25px;
    margin: 0 auto 25px;
    border-right: none;
    border-bottom:  1px solid #7f7f7f;
  }
  .promo-block .info-box:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .promo-block p {
    padding: 20px 0;
  }
  .promo-block h4 {
    padding: 0 0 20px;
  }

  .feature-block h2 {
    margin: 20px 0 35px 0;
    padding: 0;
  }
  .feature-block .info-text {
    margin-bottom: 30px;
    padding: 0 30px;
  }
  .feature-block .img-icon,
  .feature-block .svg-icons .img-icon {
    width: 50px;
    height: 48px;
  }
  .section-events .col-three-outer .col-three {
    margin-bottom: 10px;
    padding: 0;
  }
  .section-events .col-three .inner-content {
    padding: 40px;
  }
  .section-events .inner-content .right a,
  a.blue-link {
    font-size: 14px;
  }
  .feature-block a {
    margin: 0 auto 20px;
  }
  .feature-block .col-three {
    padding: 0;
  }
  .quality-block .icon,.quality-block-slider .icon {
    width: 50px;
  }
  .promo-intro .col-three:after {
    border-right: none;
    border-bottom: 1px solid #fff;
    top: auto;
    bottom: 0;
    left: calc(10% - 5px);
    width: 80%;
    height: 100%;
  }

  .promo-intro .col-inner-content {
    margin: 0 auto;
    padding: 46px 20px;
  }
  .promo-intro h2 {
    padding: 0;
    margin-bottom: 40px;
  }
  .promo-intro h2:after {
    bottom: -20px;
  }
  .promo-intro .col-three-outer {
    background-attachment: initial;
    background-position: 0% !important;
  }
  .promo-intro .col-hover-content p{
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) and (min-width: 596px) {
  .hero-banner h1 {
    font-size: 34px;
  }
  .hero-banner p {
    margin: 15px 0 30px;
    font-size: 24px;
  }
  .hero-banner h4 {
    margin-bottom: 15px;
  }

  .hero-banner .banner-content {
    margin-top: 30px;
  }
  .promo-block {
    padding: 40px 0;
  }

  .section-events {
    padding: 40px 0 30px;
  }
  .section-events h2 {
    font-size: 32px;
    padding: 0 0 30px;
  }
  .section-events .inner-box {
    padding: 0;
  }
  .section-events .row > div .inner-content {
    padding: 20px 10px;
  }
  .section-events .inner-content > .text-right a,
  .section-events .eventdate {
    font-size: 14px;
  }
  .section-events .inner-box p {
    font-size: 15px;
  }
  .section-events .inner-content > .text-right {
    padding-bottom: 5px;
  }
  .section-events .container {
    width: 100%;
    padding: 0 30px;
  }
  .get-started h3 {
    font-size: 22px;
    margin: 0 auto;
  }
  .get-started {
    padding: 40px 0;
  }
  .get-started a.right {
    font-size: 15px;
    padding: 15px 20px;
    margin: 0;
  }
  .feature-block {
    padding: 20px 0;
  }
  .feature-block h2 {
    font-size: 36px;
  }
  .promo-intro h2 {
    font-size: 32px;
  }
  .promo-intro .col-inner-content h3 {
    font-size: 60px;
  }
  .promo-intro .col-hover-content p {
    padding: 30px 10px;
  }
  .promo-intro {
    padding: 40px 0;
  }
  .promo-intro .col-three-outer {
    margin: 40px auto 20px;
  }
  @-webkit-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
    }
  }
  @-ms-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
    }
  }
  @-moz-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
    }
  }
  @keyframes fadeIn {
    to {
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -ms-transform: scale(1.03);
      -o-transform: scale(1.03);
      transform: scale(1.03);
    }
  }
}
@media screen and (max-width: 595px) {
  .promo-block {
    padding: 30px 0;
  }
  .promo-block p {
    padding: 15px 0;
  }

  .section-events {
    padding: 30px 0 20px;
  }
  .section-events h2 {
    padding: 0 0 20px;
  }
  .section-events .inner-content > .text-right a,
  .section-events .eventdate {
    font-size: 14px;
  }
  .section-events .inner-box p {
    font-size: 15px;
  }

  .promo-block h4 {
    position: relative;
    padding: 0 0 15px;
  }
  .get-started {
    padding: 30px 0;
  }
  .get-started a.right {
    font-size: 14px;
    padding: 15px 20px;
    margin-top: 10px;
  }
  .feature-block {
    padding: 10px 0;
  }
  .section-events .col-three-outer {
    padding: 0;
  }
  .section-events .inner-box {
    padding: 10px 0px;
  }

  .hero-banner a {
    width: 120px !important;
    display: block;
    margin: 0 auto 20px !important;
    float: none;
  }
  .hero-banner a + a {
    font-size: 14px;
    width: 112px !important;
  }
  .hero-banner a + a:before {
    top: 1px !important;
  }
  .hero-banner a.transparent-btn {
    padding: 15px;
  }
  .promo-intro .col-hover-content p {
    padding: 20px 0;
    line-height: 1.5;
  }
  .promo-intro {
    padding: 30px 0;
  }
  .promo-intro .col-three-outer {
    margin: 30px auto 20px;
  }
  @-webkit-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
    }
  }
  @-ms-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
    }
  }
  @-moz-keyframes fadeIn {
    to {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
    }
  }
  @keyframes fadeIn {
    to {
      -webkit-transform: scale(1.05);
      -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -o-transform: scale(1.05);
      transform: scale(1.05);
    }
  }
}

@media screen and (max-width: 595px) and (min-width: 576px) {
  .section-events .inner-box {
    padding: 0;
  }
  .section-events .row > div .inner-content {
    padding: 20px 10px;
  }

  .section-events .inner-content > .text-right {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {

  .section-events .row > div .inner-content {
    padding: 20px;
    margin: 10px;
  }

}
@media screen and (max-width: 595px) and (min-width: 481px) {

  .hero-banner h1 {
    font-size: 30px;
  }
  .hero-banner p {
    margin: 15px 0 20px;
    font-size: 22px;
  }

  .section-events h2 {
    font-size: 28px;
  }
  .get-started h3 {
    font-size: 20px;
  }
  .feature-block h2 {
    font-size: 32px;
  }

  .hero-banner .banner-content {
    margin-top: 50px;
  }
  .promo-intro h2 {
    font-size: 26px;
  }
  .promo-intro .col-inner-content h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {

  .hero-banner h1 {
    font-size: 26px;
  }
  .hero-banner p {
    margin: 10px 0 20px;
    font-size: 20px;
  }

  .section-events h2 {
    font-size: 24px;
  }
  .get-started h3 {
    font-size: 20px;
  }
  .feature-block h2 {
    font-size: 28px;
  }

  .hero-banner .banner-content {
    margin-top: 50px;
  }
  .section-events .col-three .inner-content {
    padding: 20px;
  }
  .promo-intro h2 {
    font-size: 22px;
  }
  .promo-intro .col-inner-content h3 {
    font-size: 30px;
  }
  .promo-intro .col-inner-content .expand-column {
    margin-top: 20px;
  }
  .promo-intro .col-inner-content .expand-icon {
    width: 25px;
  }
  .promo-intro .col-inner-content .expand-text {
    font-size: 18px;
    padding: 0 10px;
  }
}
/* Customer Tabs: Start */
.customer-tabs {
  padding: 0;
}
.customer-tabs .inner-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 1210px;
  margin: auto;
  right: 0;
}
.customer-tabs .tabs-container{
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.customer-tabs .img_wrap {
  max-height: 616px;
  height: 524px;
  position: absolute;
  left: 100%;
  z-index: -1;
  opacity: 1;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  -ms-transition: left 0.6s;
  transition: left 0.6s;
  width: 100%;
  float: left;
}
.customer-tabs .img_wrap .bg-img{
  height: 100%;
  position: relative;
}
.customer-tabs .img_wrap .bg-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.customer-tabs.visibility .tabs-slider {
  opacity: 0;
}
.customer-tabs .customer-show{
  float: left;
  width: 80%;
}

.customer-tabs .all-customer{
  float: left;
  width: 20%;
  text-align: center;
}
.customer-tabs .img_wrap .bg-img img{
  max-width: inherit;
}
.customer-tabs .img_wrap.p-active {
  left: -100%;
  opacity: 1
}
.customer-tabs .img_wrap.active {
  position: relative;
  opacity: 1;
  z-index: 1;
  visibility: visible;
  left: 0;
}

.customer-tabs .inner-content .v-middle-inner {
  padding: 0 20px;
}
.customer-tabs .content-logo {
  margin: 8px auto 35px;
  max-width: 250px;
}
.customer-tabs .content-logo svg {
  width: 100%;
  height: 100%;
}
.customer-tabs .inner-content h3,
.customer-tabs .inner-content p,
.customer-tabs .inner-content a {
  color: #ffffff;
  position: relative;
}
.customer-tabs .inner-content h3,.customer-tabs .inner-content p {
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
}
.customer-tabs .inner-content h3 {
  margin: 0 0 20px;
}
.customer-tabs .inner-content p {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.3;
}

.customer-tabs .statistic-counter .col-two h2,.customer-tabs .statistic-counter .col-one h2{
  width: auto;
  font-size: 70px;
}

.customer-tabs .statistic-counter .col-one {
  width: 100%;
  padding-top: 20px;
}
.customer-tabs .statistic-counter h6{

  max-width: 182px;
  text-align: left;
}
.customer-tabs .inner-content a {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 40px;
}
.customer-tabs .customer-logo {
  background: #333333;
  float: left;
  width: 100%;
}
.customer-tabs .customer-logo .list-container {
  margin: 0;
}
.customer-tabs .customer-tabs-list{
  float: left;
  width: 78%;
}

.customer-tabs .all-customer-links{
  float: right;
  padding: 34px 48px 0 20px;
}

.customer-tabs .all-customer-links > a{
  position: relative;
  color: #fff;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.025em;
}
.customer-tabs .tabs-slider-nav{
  display: none;
}
.customer-tabs .all-customer-links > a:after,.customer-tabs .inner-content a:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  -o-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  -o-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
}
.ie9 .customer-tabs .all-customer-links > a:after,
.ie9 .customer-tabs .inner-content a:after {
  background: transparent;
}
.customer-tabs .all-customer-links > a:before,.customer-tabs .inner-content a:before,.hero-banner a + a:before {
  content: '>';
  position: absolute;
  right: -15px;
  top: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.customer-tabs .all-customer-links > a:hover:after,.customer-tabs .inner-content a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
}
.customer-tabs .customer-logo ul {
  display: table;
  width: 100%;
}

.customer-tabs .customer-logo li {
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 20%;
}

.customer-tabs .customer-slider{
  display: none;
}
.customer-tabs .customer-logo li:hover,
.customer-tabs .customer-logo li.active {
  background: #ea2328;
}
.customer-tabs .customer-logo li:hover{
  opacity: 0.5;
}

.customer-tabs .customer-logo li.active{
  opacity: 1;
}
.customer-tabs .customer-logo li a {
  position: relative;
  display: table;
  width: 100%;
  height: 53px;
  overflow: hidden;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  padding: 0 20px;
  margin: 14px 0 17px;
}
.customer-tabs .customer-logo li a .logo-white,
.customer-tabs .customer-logo li a .logo-white svg{
  width: 100%;
  height: 100%;
}
.customer-tabs .customer-logo li a .logo-white{
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto;
}
.customer-tabs .customer-logo li a .logo-white img{
  max-width: 105px;
  width: 100%;
}

.customer-tabs .customer-toggle {
  display: none;
}

.customer-tabs .logo-container{
  position: relative;
}
.customer-tabs .statistic-counter .col-two{
  border-right: 1px solid #fff;
  padding-top: 20px;
}
.customer-tabs .statistic-counter .col-two:last-child{
  border-right: 0;
}
.customer-tabs .customer-slider button{
  display: none !important;
}

@media(max-width: 1224px) and (min-width: 1024px){
  .customer-tabs .customer-logo li a {
    font-size: 18px;
    padding: 0 15px;
  }
  .customer-tabs .customer-logo li a .logo-white img{
    max-width: 100px;
  }
  .customer-tabs .all-customer-links {
    padding: 33px 20px 0px;
  }
  .customer-tabs .all-customer-links > a {
    font-size: 19px;
  }
  .customer-tabs .statistic-counter .col-two h2,.customer-tabs .statistic-counter .col-one h2{
    font-size: 65px;
  }
  .customer-tabs .inner-content a {
    margin-bottom: 40px;
  }
}

@media(max-width: 1023px) and (min-width: 768px){
  .customer-tabs .customer-logo li a {
    font-size: 17px;
    padding: 0 7px;
    margin: 15px 0;
    height: 45px;
  }
  .customer-tabs .customer-logo li a .logo-white img{
    max-width: 85px;
  }
  .customer-tabs .all-customer-links > a {
    font-size: 17px;
  }
  .customer-tabs .all-customer-links {
    padding: 25px 20px 0 0;
  }
  .customer-tabs .content-logo {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .customer-tabs .inner-content p {
    margin: 15px 0;
  }
  .customer-tabs .img_wrap {
    max-height: 550px;
    height: 550px;
  }
  .customer-tabs .customer-tabs-list {
    width: 76%;
  }
  .customer-tabs .statistic-counter .col-two h2,.customer-tabs .statistic-counter .col-one h2{
    font-size: 55px;
  }
  .customer-tabs .inner-content a {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .customer-tabs .inner-content p {
    margin: 0 0 15px;
    font-size: 16px;
  }
}

@media(max-width: 767px) and (min-width: 596px){
  .customer-tabs .customer-tabs-list {
    float: left;
    width: 100%;
  }
  .customer-tabs .all-customer-links {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #d8d8d8;
  }
  .customer-tabs .customer-logo li a {
    font-size: 16px;
    margin: 5px 0;
    table-layout: fixed;
  }
  .customer-tabs .customer-logo li a .logo-white img{
    max-width: 100px;
    width: 100%;
  }
  .customer-tabs .customer-logo .container{
    padding: 0;
  }
  .customer-tabs .content-logo {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .customer-tabs .inner-content p {
    margin: 15px 0;
  }
  .customer-tabs .img_wrap {
    max-height: 500px;
    height: 500px;
  }
  .customer-tabs .statistic-counter .col-two h2,.customer-tabs .statistic-counter .col-one h2{
    font-size: 45px;
  }
  .customer-tabs .statistic-counter .col-two {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .customer-tabs .statistic-counter .col-two:last-child{
    border-bottom: 0;
  }
  .customer-tabs .inner-content a {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .customer-tabs .inner-content p {
    margin: 0 0 10px;
    font-size: 15px;
  }

}

@media(max-width: 595px) {
  .customer-tabs .customer-tabs-list{
    display: none;
  }
  .customer-tabs .all-customer-links {
    float: left;
    padding: 20px 0;
    text-align: center;
    width: 100%;
  }
  .customer-tabs .img_wrap:focus {
    outline: none;
  }
  .customer-tabs .customer-slider{
    display: block;
  }
  .customer-tabs .customer-slider-tab{
    display: none;
  }
  .customer-tabs .tabs-slider-nav{
    display: block;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: calc(50% - 15px);
    left: 0;
  }
  .customer-tabs .tabs-slider-nav .next,.customer-tabs .tabs-slider-nav .prev{
    width: 40px;
    cursor: pointer;
    position: relative;
    z-index: 2;
  }
  .customer-tabs .tabs-slider-nav .next{
    float: right;
  }
  .customer-tabs .tabs-slider-nav .prev{
    float: left;
  }
  .customer-tabs .tabs-slider{
    position: relative;
  }
  .customer-tabs {
    overflow: hidden;
  }
  .customer-tabs .img_wrap {
    max-height: 450px;
    height: 450px;
    position: relative;
    left: 0;
    z-index: 1;
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .customer-tabs .inner-content .v-middle-inner {
    padding: 0 60px;
  }
  .customer-tabs .content-logo {
    margin-bottom: 15px;
    margin-top: 0;
  }
  .customer-tabs .inner-content p {
    margin: 10px 0;
  }
  .customer-tabs .statistic-counter .col-two h2,.customer-tabs .statistic-counter .col-one h2{
    font-size: 40px;
  }
  .customer-tabs .statistic-counter .col-two {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  .customer-tabs .statistic-counter .col-two:last-child{
    border-bottom: 0;
  }
  .customer-tabs .inner-content a {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .customer-tabs .inner-content p {
    margin: 0 0 10px;
    font-size: 14px;
  }
}
/* Customer TABS: End */


/* Start grid sectiom */
.grey-bg{
  background: #f3f3f3;
}

.lightgrey-bg {
  background: #f8f8f8;
}

.yellow-bg{
  background: rgba(252, 156, 12, 0.9);
}
.blue-bg{
  background: rgba(0, 185, 190,0.9);
}
.grid-block .red-bg{
  background: rgba(234, 73, 112,0.9);
}

.grid-block {
  padding: 110px 0 102px;
}
.grid-block .grid-outer{
  padding: 0 2.5px;
}

.grid-block .grid-outer h2{
  font-size: 48px;
  letter-spacing: -0.025em;
  margin-bottom: 32px;
  text-align: center;
}
.grid-block .grid-content{
  float: left;
  width: calc(50% - 2.5px);
  height: 310px;
  position: relative;
  margin: 0 2.5px 5px;
  transition: background 0.5s ease-in-out;
  -webkit-transition: background 0.5s ease-in-out;
  -moz-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  -ms-transition: background 0.5s ease-in-out;
}
.grid-block .grid-content .v-middle-wrapper{
  height: calc(100% - 196px);
  top: 81px;
}
.grid-block .grid-content.yellow-bg:hover{
  background: rgba(252, 156, 12, 1);
}

.grid-block .grid-content.blue-bg:hover{
  background: rgba(0, 185, 190,1);
}

.grid-block .grid-content.red-bg:hover{
  background: rgba(234, 73, 112,1);
}
.grid-block .grid-content .bg-img{
  position: relative;
  max-height: 100%;
  height: inherit;
}
.grid-block .grid-content .bg-img > img{
  max-width: inherit;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.grid-block .grid-content:hover .bg-img img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.grid-block .grid-content .bg-img:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.grid-block .grid-content span,.grid-block .grid-content .grid-link {
  color: #fff;
  position: relative;
}
.grid-block .small-div {
  width: calc(25% - 5px);
}

.grid-block .big-div {
  width: calc(50% - 5px);
}

.grid-block .content{
  padding: 0 45px;
  max-width: 340px;
}
.grid-block .content a > span{
  position: absolute;
  top: -51px;
  left: 40px;
  font-size: 16px;
  line-height: 1.31;
  font-weight: 700;
  padding: 5px 7px;
  border-top: 2px solid rgba(255,255,255,0);
  border-bottom: 2px solid rgba(255,255,255,0);
  transition: padding .3s,border-color .3s;
  -ms-transition: padding .3s,border-color .3s;
  -moz-transition: padding .3s,border-color .3s;
  -webkit-transition: padding .3s,border-color .3s;
  -o-transition: padding .3s,border-color .3s;
}
.grid-block .grid-content:hover .content a > span {
  border-color: rgba(255,255,255,1);
  outline: none;
}
.grid-block .content a > span:before{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: 0;
  color: rgba(255,255,255,0);
  border-left: 2px solid rgba(255,255,255,0);
  content: attr(data-text);
  transition: max-height .3s,border-color 0s;
  -webkit-transition: max-height .3s,border-color 0s;
  -moz-transition: max-height .3s,border-color 0s;
  -o-transition: max-height .3s,border-color 0s;
  -ms-transition: max-height .3s,border-color 0s;
}
.grid-block .grid-content:hover .content a > span:after{
  max-height: 100%;
  -webkit-transition-delay: .28s;
  -moz-transition-delay: .28s;
  -o-transition-delay: .28s;
  -ms-transition-delay: .28s;
  transition-delay: .28s;
  border-color: rgba(255,255,255,1);
}
.grid-block .content a > span:after{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  max-height: 0;
  color: rgba(255,255,255,0);
  border-right: 2px solid rgba(255,255,255,0);
  content: attr(data-text);
  transition: max-height .3s,border-color 0s;
  -moz-transition: max-height .3s,border-color 0s;
  -webkit-transition: max-height .3s,border-color 0s;
  -o-transition: max-height .3s,border-color 0s;
  -ms-transition: max-height .3s,border-color 0s;
}
.grid-block .grid-content:hover .content a > span:before{
  max-height: 100%;
  transition-delay: .28s;
  -ms-transition-delay: .28s;
  -webkit-transition-delay: .28s;
  -moz-transition-delay: .28s;
  -o-transition-delay: .28s;
  border-color: rgba(255,255,255,1);
}
.grid-block .small-div .content > span{
  left: 30px;
}

.grid-block .content a > span:after{
  content: '>';
  position: absolute;
}

.grid-block .content .grid-link {
  position: relative;
  font-size: 24px;
  line-height: 1.2;
  display: block;
}
.grid-block .content .grid-link.hyperlink-effect:after {
  bottom: -15px;
  width: 70%;
}
.grid-block .grid-content .content span.arrow-icon {
  font-weight: 700;
  margin-left: 4px;
  /*  display: block;*/
}

@media screen and (max-width: 1224px) and (min-width: 1024px){
  .grid-block .content a > span {
    font-size: 15px;
    left: 25px;
  }
  .grid-block .content .grid-link {
    font-size: 22px;
  }
  .grid-block .small-div .content > span {
    left: 20px;
  }
  .grid-block .content {
    padding: 0 20px 0 30px;
  }
  .grid-block .grid-outer h2{
    font-size: 40px;
    margin-bottom: 25px;
  }

  .grid-block {
    padding: 90px 0;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  .grid-block .small-div {
    width: calc(33.33% - 5px);
  }
  .grid-block .small-div:last-of-type {
    width: calc(66.6% - 5px);
  }
  .grid-block .big-div {
    width: calc(66.6% - 5px);
  }

  .grid-block .content a > span {
    font-size: 14px;
    left: 23px;
  }
  .grid-block .small-div .content a > span {
    left: 23px
  }
  .grid-block .content .grid-link {
    font-size: 18px;
  }

  .grid-block .grid-outer h2{
    font-size: 35px;
    margin-bottom: 20px;
  }

  .grid-block .content {
    padding: 0 30px;
  }

  .grid-block {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px){
  .grid-block .small-div {
    width: calc(33.33% - 5px);
  }
  .grid-block .small-div:last-of-type {
    width: calc(66.6% - 5px);
  }
  .grid-block .big-div {
    width: calc(66.6% - 5px);
  }

  .grid-block .content a > span {
    font-size: 13px;
    left: 13px;
  }
  .grid-block .small-div .content > span {
    left: 13px;
  }
  .grid-block .content .grid-link {
    font-size: 16px;
  }

  .grid-block .grid-outer h2{
    font-size: 30px;
    margin-bottom: 15px;
  }

  .grid-block .content {
    padding: 0 20px;
  }

  .grid-block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 595px){
  .grid-block .small-div {
    width: calc(100% - 5px);
  }

  .grid-block .big-div {
    width: calc(100% - 5px);
  }
  .grid-block .content a > span {
    font-size: 12px;
  }
  .grid-block .grid-content .v-middle-wrapper{
    height: 100%;
    top: 0;
  }
  .grid-block .content .grid-link {
    font-size: 16px;
  }

  .grid-block .grid-outer h2{
    font-size: 25px;
    margin-bottom: 15px;
  }
  .grid-block .content {
    padding: 0 20px;
  }
  .grid-block .content a > span{
    top: 30px;
  }
  .grid-block .small-div .content a > span {
    left: 13px;
  }
  .grid-block .content a > span {
    left: 13px;
  }

  .grid-block {
    padding: 30px 0;
  }
}

/* customer tabs*/

.product-customer-tabs.customer-tabs .customer-tabs-list{
  width: 100%;
  overflow: hidden;
  display: block;
}
.product-customer-tabs.customer-tabs .customer-tabs-list ul{
  width: 999999px;
}

.product-customer-tabs.customer-tabs .customer-tabs-list li{
  float: left;
  display: block;
}
.product-customer-tabs.customer-tabs .tabs-slider-nav{
  display: block;
}

.product-customer-tabs.customer-tabs .content-logo {
  margin-bottom: 38px;
  margin-top: 0;
}
.product-customer-tabs.customer-tabs .statistic-counter .col-two {
  padding-top: 30px;
}
.product-customer-tabs.customer-tabs .inner-content p {
  margin: 0 auto 37px;;
  max-width: 900px;
}

.product-customer-tabs.customer-tabs .inner-content h3 {
  margin: 0 0 15px;
}
.product-customer-tabs.customer-tabs .tabs-slider-nav .next,.product-customer-tabs.customer-tabs .tabs-slider-nav .prev{
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: calc(50% - 15px);
}
.product-customer-tabs.customer-tabs .tabs-slider-nav .next{
  right: -40px;
}
.product-customer-tabs.customer-tabs .tabs-slider-nav .prev{
  display: none;
  left: -40px;
}
.product-customer-tabs.customer-tabs .list-container{
  position: relative;
  float: left;
  width: 100%;
}
.product-customer-tabs.customer-tabs .customer-logo .container {
  padding: 0 20px;
}
.product-customer-tabs.customer-tabs .img_wrap {
  max-height: 640px;
  height: 640px;
  -webkit-transition: left 0.6s;
  -moz-transition: left 0.6s;
  -o-transition: left 0.6s;
  -ms-transition: left 0.6s;
  transition: left 0.6s;
}
.product-customer-tabs.customer-tabs .img_wrap .v-middle{
  padding-bottom: 0;
}
.product-customer-tabs.customer-tabs .customer-logo .container {
  padding: 0 45px;
  max-width: 1330px;
}
.customer-tabs.product-customer-tabs .statistic-counter h6{
  max-width: 165px;
  letter-spacing: -0.027em;
  line-height: 1.2;
}
.product-customer-tabs.customer-tabs .statistic-counter .col-two h2, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2{
  letter-spacing: -0.073em;
}
.product-customer-tabs.customer-tabs .statistic-counter .col-two h2 > span, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2 > span{
  letter-spacing: -0.075em;
  font-size: 73px;
  font-weight: 500;
  padding-left: 8px;
}
@media screen and (max-width: 1224px) and (min-width: 1024px){
  .product-customer-tabs.customer-tabs .statistic-counter .col-two h2 > span, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2 > span{
    font-size: 68px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px){
  .product-customer-tabs.customer-tabs .img_wrap {
    max-height: 500px;
    height: 500px;
  }
  .product-customer-tabs.customer-tabs .content-logo {
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .product-customer-tabs.customer-tabs .inner-content p {
    margin: 0 auto 30px;;
  }
  .product-customer-tabs.customer-tabs .statistic-counter .col-two h2 > span, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2 > span{
    font-size: 58px;
  }
}
@media screen and (max-width: 767px) and (min-width: 596px){
  .product-customer-tabs.customer-tabs .img_wrap {
    max-height: 500px;
    height: 500px;
  }
  .product-customer-tabs.customer-tabs .content-logo {
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .product-customer-tabs.customer-tabs .inner-content p {
    margin: 0 auto 25px;;
  }
  .product-customer-tabs.customer-tabs .statistic-counter .col-two h2 > span, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2 > span{
    font-size: 48px;
  }
}
@media screen and (max-width: 595px){
  .product-customer-tabs.customer-tabs .customer-slider-tab {
    display: block;
  }
  .product-customer-tabs.customer-tabs .img_wrap {
    max-height: 470px;
    height: 470px;
  }
  .product-customer-tabs.customer-tabs .content-logo {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .product-customer-tabs.customer-tabs .inner-content p {
    margin: 0 auto 20px;;
  }
  .product-customer-tabs.customer-tabs .img_wrap {
    position: absolute;
    left: 100%;
    z-index: -1;
    opacity: 1;
    width: 100%;
    float: left;
  }
  .product-customer-tabs.customer-tabs .img_wrap.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    visibility: visible;
    left: 0;
  }
  .product-customer-tabs.customer-tabs .inner-content .v-middle-inner {
    padding: 0 20px;
  }
  .product-customer-tabs.customer-tabs .img_wrap.p-active {
    left: -100%;
    opacity: 1;
  }
  .product-customer-tabs.customer-tabs .tabs-slider-nav .next, .product-customer-tabs.customer-tabs .tabs-slider-nav .prev {
    top: auto;
  }
  .product-customer-tabs.customer-tabs .statistic-counter .col-two h2 > span, .product-customer-tabs.customer-tabs .statistic-counter .col-one h2 > span{
    font-size: 43px;
  }
}

/* Info Block */
.feature-block.info-block{
  padding: 77px 0 108px;
}
.feature-block.info-block h6 {
  margin: 28px auto 10px;
}
.feature-block.info-block p{
  line-height: 1.7;
}
.feature-block.info-block .info-text {
  padding: 0 35px;
}
.feature-block.feature-info{
  padding: 80px 0 102px;
}
.feature-block.feature-info h2 {
  line-height: 1.2;
  margin: 30px 0 51px 5px;
}
.feature-block.feature-info p{
  line-height: 1.7;
}
.feature-block.feature-info .info-text {
  padding: 0 20px;
}
.feature-block.feature-info h6 {
  margin: 24px auto 8px;
}
/* Svg animation */
.ie9 .feature-block .col-three .img-icon svg circle ,
.ie9 .feature-block .col-three .img-icon svg line,
.ie9 .feature-block .col-three .img-icon svg rect,
.ie9 .feature-block .col-three .img-icon svg ellipse,
.ie9 .feature-block .col-three .img-icon svg path,
.ie9 .feature-block .col-three .img-icon svg ellipse,
.ie9 .feature-block .col-three .img-icon svg polygon,
.ie9 .feature-block .col-three .img-icon svg polyline{
  stroke-opacity: 1 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-block .col-three .img-icon svg circle ,
  .feature-block .col-three .img-icon svg line,
  .feature-block .col-three .img-icon svg rect,
  .feature-block .col-three .img-icon svg ellipse,
  .feature-block .col-three .img-icon svg path,
  .feature-block .col-three .img-icon svg ellipse,
  .feature-block .col-three .img-icon svg polygon,
  .feature-block .col-three .img-icon svg polyline{
    stroke-opacity: 1 !important;
  }
}
.feature-block .col-three .img-icon svg circle ,
.feature-block .col-three .img-icon svg line,
.feature-block .col-three .img-icon svg rect,
.feature-block .col-three .img-icon svg ellipse,
.feature-block .col-three .img-icon svg path,
.feature-block .col-three .img-icon svg ellipse,
.feature-block .col-three .img-icon svg polygon,
.feature-block .col-three .img-icon svg polyline{
  color: #eb4971;
  fill: none !important;
  stroke: currentColor;
  stroke-width: 8px;
  stroke-miterlimit: 10;
  stroke-opacity: 0;
}

.feature-block.info-block .col-three .img-icon svg circle ,
.feature-block.info-block .col-three .img-icon svg line,
.feature-block.info-block .col-three .img-icon svg rect,
.feature-block.info-block .col-three .img-icon svg ellipse,
.feature-block.info-block .col-three .img-icon svg path,
.feature-block.info-block .col-three .img-icon svg ellipse,
.feature-block.info-block .col-three .img-icon svg polygon,
.feature-block.info-block .col-three .img-icon svg polyline{
  stroke-width: 14px;
}
.feature-block .col-three:nth-child(1) .img-icon svg circle ,
.feature-block .col-three:nth-child(1) .img-icon svg line,
.feature-block .col-three:nth-child(1) .img-icon svg rect,
.feature-block .col-three:nth-child(1) .img-icon svg ellipse,
.feature-block .col-three:nth-child(1) .img-icon svg path,
.feature-block .col-three:nth-child(1) .img-icon svg ellipse,
.feature-block .col-three:nth-child(1) .img-icon svg polygon,
.feature-block .col-three:nth-child(1) .img-icon svg polyline{
  color: #00ace0;
}

.feature-block .col-three:nth-child(4) .img-icon svg circle,
.feature-block .col-three:nth-child(4) .img-icon svg line,
.feature-block .col-three:nth-child(4) .img-icon svg rect,
.feature-block .col-three:nth-child(4) .img-icon svg ellipse,
.feature-block .col-three:nth-child(4) .img-icon svg path,
.feature-block .col-three:nth-child(4) .img-icon svg ellipse,
.feature-block .col-three:nth-child(4) .img-icon svg polygon,
.feature-block .col-three:nth-child(4) .img-icon svg polyline{
  color: #0074e0;
}
.feature-block .col-three:nth-child(3) .img-icon svg circle ,
.feature-block .col-three:nth-child(3) .img-icon svg line,
.feature-block .col-three:nth-child(3) .img-icon svg rect,
.feature-block .col-three:nth-child(3) .img-icon svg ellipse,
.feature-block .col-three:nth-child(3) .img-icon svg path,
.feature-block .col-three:nth-child(3) .img-icon svg ellipse,
.feature-block .col-three:nth-child(3) .img-icon svg polygon,
.feature-block .col-three:nth-child(3) .img-icon svg polyline{
  color: #b36cdb;
}
.feature-block .col-three:nth-child(5) .img-icon svg circle ,
.feature-block .col-three:nth-child(5) .img-icon svg line,
.feature-block .col-three:nth-child(5) .img-icon svg rect,
.feature-block .col-three:nth-child(5) .img-icon svg ellipse,
.feature-block .col-three:nth-child(5) .img-icon svg path,
.feature-block .col-three:nth-child(5) .img-icon svg ellipse,
.feature-block .col-three:nth-child(5) .img-icon svg polygon,
.feature-block .col-three:nth-child(5) .img-icon svg polyline{
  color: #00b9be;
}
.feature-block .col-three:nth-child(6) .img-icon svg circle ,
.feature-block .col-three:nth-child(6) .img-icon svg line,
.feature-block .col-three:nth-child(6) .img-icon svg rect,
.feature-block .col-three:nth-child(6) .img-icon svg ellipse,
.feature-block .col-three:nth-child(6) .img-icon svg path,
.feature-block .col-three:nth-child(6) .img-icon svg ellipse,
.feature-block .col-three:nth-child(6) .img-icon svg polygon,
.feature-block .col-three:nth-child(6) .img-icon svg polyline{
  color: #fc9c0c;
}

.feature-block.info-block .col-three .img-icon svg circle ,
.feature-block.info-block .col-three .img-icon svg line,
.feature-block.info-block .col-three .img-icon svg rect,
.feature-block.info-block .col-three .img-icon svg ellipse,
.feature-block.info-block .col-three .img-icon svg path,
.feature-block.info-block .col-three .img-icon svg ellipse,
.feature-block.info-block .col-three .img-icon svg polygon,
.feature-block.info-block .col-three .img-icon svg polyline{
  stroke-opacity: 1;
}
.feature-block .img-icon svg {
  -webkit-transition: -webkit-transform .5s ease-out;
  transition: -webkit-transform .5s ease-out;
  transition: transform .5s ease-out;
  transition: transform .5s ease-out, -webkit-transform .5s ease-out;
}

.feature-block .start-animate .img-icon svg g .svg-animate{
  stroke-dashoffset: 0;
  stroke-width: 14;
  -o-animation: svg-anmiation 0.5s linear forwards 1s;;
  -ms-animation: svg-anmiation 0.5s linear forwards 1s;;
  -moz-animation: svg-anmiation 0.5s linear forwards 1s;;
  -webkit-animation: svg-anmiation 0.5s linear forwards 1s;
  animation: svg-anmiation 0.5s linear forwards 1s;
}
.feature-block .start-animate .img-icon svg g .svg-animate1{
  stroke-dasharray: 1200;
  stroke-dashoffset: 0;
  stroke-width: 14;
  -o-animation: svg-anmiation1 0.7s linear forwards 1s;;
  -ms-animation: svg-anmiation1 0.7s linear forwards 1s;;
  -moz-animation: svg-anmiation1 0.7s linear forwards 1s;;
  -webkit-animation: svg-anmiation1 0.7s linear forwards 1s;
  animation: svg-anmiation1 0.7s linear forwards 1s;
}
.feature-block .start-animate .img-icon svg g .svg-animate2{
  stroke-dashoffset: 322;
  stroke-width: 14;
  -o-animation: svg-anmiation2 0.7s linear forwards 1.5s;;
  -ms-animation: svg-anmiation2 0.7s linear forwards 1.5s;;
  -moz-animation: svg-anmiation2 0.7s linear forwards 1.5s;;
  -webkit-animation: svg-anmiation2 0.7s linear forwards 1.5s;
  animation: svg-anmiation2 0.7s linear forwards 1.5s;
}
.feature-block .start-animate .img-icon svg g .svg-animate-ellipse{
  stroke-dasharray: 1600;
  stroke-dashoffset: 0;
  stroke-width: 14;
  -o-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
  -ms-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
  -moz-animation: svg-anmiation-ellipse 0.7s linear forwards 1s ;
  -webkit-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
  animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
}
.feature-block .start-animate .img-icon svg g .svg-animate4{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 14;
  -o-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;;
  -ms-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;;
  -moz-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;;
  -webkit-animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
  animation: svg-anmiation-ellipse 0.7s linear forwards 1s;
}
.feature-block .start-animate .img-icon svg .svg-animate-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 14;
  -o-animation: svg-anmiation-polyline 0.7s linear forwards 1s;
  -moz-animation: svg-anmiation-polyline 0.7s linear forwards 1s;
  -ms-animation: svg-anmiation-polyline 0.7s linear forwards 1s;
  -webkit-animation: svg-anmiation-polyline 0.7s linear forwards 1s;
  animation: svg-anmiation-polyline 0.7s linear forwards 1s;
}

.feature-block .start-animate.col-three:nth-child(1) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(1) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(1) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(1) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(1) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(1) .img-icon svg g .svg-animate{
  animation-delay: 0.5s;
}
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(2) .img-icon svg g .svg-animate{
  animation-delay: 1s;
}
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(3) .img-icon svg g .svg-animate{
  animation-delay: 1.5s;
}
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(4) .img-icon svg g .svg-animate{
  animation-delay: 2s;
}
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(5) .img-icon svg g .svg-animate{
  animation-delay: 2.5s;
}
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg .svg-animate-polyline,
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg g .svg-animate4,
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg g .svg-animate-ellipse,
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg g .svg-animate2,
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg g .svg-animate1,
.feature-block .start-animate.col-three:nth-child(6) .img-icon svg g .svg-animate{
  animation-delay: 3s;
}

.feature-block .col-three .check-icon svg .svg-circle-animate,
.feature-block .col-three .check-icon svg .svg-polyline{
  color: #424142;
  stroke-width: 35px;
  fill: none !important;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-opacity: 0;
}
.ie9 .feature-block .col-three .check-icon svg .svg-circle-animate,
.ie9 .feature-block .col-three .check-icon svg .svg-polyline {
  stroke-opacity: 1 !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature-block .col-three .check-icon svg .svg-circle-animate,
  .feature-block .col-three .check-icon svg .svg-polyline {
    stroke-opacity: 1 !important;
  }
}
.feature-block .col-three .check-icon svg .svg-polyline{
  color: #fff;
  stroke-width: 148px;
}
.feature-block .start-animate.col-three:nth-child(1) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2s linear forwards 0.5s;
  -ms-animation: svg-circle-animation 2s linear forwards 0.5s;
  -moz-animation: svg-circle-animation 2s linear forwards 0.5s;
  -webkit-animation: svg-circle-animation 2s linear forwards 0.5s;
  animation: svg-circle-animation 2s linear forwards 0.5s;
}
.feature-block .start-animate.col-three:nth-child(1) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 1s;
  -moz-animation: svg-polyline 0.7s linear forwards 1s;
  -ms-animation: svg-polyline 0.7s linear forwards 1s;
  -webkit-animation: svg-polyline 0.7s linear forwards 1s;
  animation: svg-polyline 0.7s linear forwards 1s;
}
.feature-block .start-animate.col-three:nth-child(2) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2s linear forwards 1s;
  -ms-animation: svg-circle-animation 2s linear forwards 1s;
  -moz-animation: svg-circle-animation 2s linear forwards 1s;
  -webkit-animation: svg-circle-animation 2s linear forwards 1s;
  animation: svg-circle-animation 2s linear forwards 1s;
}
.feature-block .start-animate.col-three:nth-child(2) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 1.5s;
  -moz-animation: svg-polyline 0.7s linear forwards 1.5s;
  -ms-animation: svg-polyline 0.7s linear forwards 1.5s;
  -webkit-animation: svg-polyline 0.7s linear forwards 1.5s;
  animation: svg-polyline 0.7s linear forwards 1.5s;
}
.feature-block .start-animate.col-three:nth-child(3) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2s linear forwards 1.5s;
  -ms-animation: svg-circle-animation 2s linear forwards 1.5s;
  -moz-animation: svg-circle-animation 2s linear forwards 1.5s;
  -webkit-animation: svg-circle-animation 2s linear forwards 1.5s;
  animation: svg-circle-animation 2s linear forwards 1.5s;
}
.feature-block .start-animate.col-three:nth-child(3) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 2s;
  -moz-animation: svg-polyline 0.7s linear forwards 2s;
  -ms-animation: svg-polyline 0.7s linear forwards 2s;
  -webkit-animation: svg-polyline 0.7s linear forwards 2s;
  animation: svg-polyline 0.7s linear forwards 2s;
}
.feature-block .start-animate.col-three:nth-child(4) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2.5s linear forwards 2s;
  -ms-animation: svg-circle-animation 2.5s linear forwards 2s;
  -moz-animation: svg-circle-animation 2.5s linear forwards 2s;
  -webkit-animation: svg-circle-animation 2.5s linear forwards 2s;
  animation: svg-circle-animation 2s linear forwards 2s;
}
.feature-block .start-animate.col-three:nth-child(4) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 2.5s;
  -moz-animation: svg-polyline 0.7s linear forwards 2.5s;
  -ms-animation: svg-polyline 0.7s linear forwards 2.5s;
  -webkit-animation: svg-polyline 0.7s linear forwards 2.5s;
  animation: svg-polyline 0.7s linear forwards 2.5s;
}
.feature-block .start-animate.col-three:nth-child(5) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2s linear forwards 2.5s;
  -ms-animation: svg-circle-animation 2s linear forwards 2.5s;
  -moz-animation: svg-circle-animation 2s linear forwards 2.5s;
  -webkit-animation: svg-circle-animation 2s linear forwards 2.5s;
  animation: svg-circle-animation 2s linear forwards 2.5s;
}
.feature-block .start-animate.col-three:nth-child(5) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 3s;
  -moz-animation: svg-polyline 0.7s linear forwards 3s;
  -ms-animation: svg-polyline 0.7s linear forwards 3s;
  -webkit-animation: svg-polyline 0.7s linear forwards 3s;
  animation: svg-polyline 0.7s linear forwards 3s;
}
.feature-block .start-animate.col-three:nth-child(6) .check-icon svg .svg-circle-animate{
  stroke-dashoffset: 0;
  stroke-width: 148px;
  -o-animation: svg-circle-animation 2s linear forwards 3s;
  -ms-animation: svg-circle-animation 2s linear forwards 3s;
  -moz-animation: svg-circle-animation 2s linear forwards 3s;
  -webkit-animation: svg-circle-animation 2s linear forwards 3s;
  animation: svg-circle-animation 2s linear forwards 3s;
}
.feature-block .start-animate.col-three:nth-child(6) .check-icon svg .svg-polyline{
  stroke-dasharray: 2400;
  stroke-dashoffset: 0;
  stroke-width: 35px;
  -o-animation: svg-polyline 0.7s linear forwards 3.5s;
  -moz-animation: svg-polyline 0.7s linear forwards 3.5s;
  -ms-animation: svg-polyline 0.7s linear forwards 3.5s;
  -webkit-animation: svg-polyline 0.7s linear forwards 3.5s;
  animation: svg-polyline 0.7s linear forwards 3.5s;
}

@keyframes svg-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 35;
    stroke-opacity: 1;
  }
}

@-ms-keyframes svg-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 35;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 35;
    stroke-opacity: 1;
  }
}

@-webkit-keyframes svg-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 35;
    stroke-opacity: 1;
  }
}
@keyframes svg-anmiation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 14;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-anmiation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 14;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 14;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-anmiation {
  0% {
    stroke-dasharray: 690;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 14;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}

@keyframes svg-circle-animation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 148;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 148;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-circle-animation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 148;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 148;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-circle-animation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 148;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 148;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-circle-animation {
  0% {
    stroke-dasharray: 0;
    stroke-width: 0;
    stroke-opacity: 0;
  }
  10%{
    stroke-width: 148;
    stroke-opacity: 1;
  }
  33% {

    stroke-dasharray: 700;
    stroke-opacity: 1;
  }
  90% {
    stroke-dasharray: 1500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 2600;
    stroke-width: 148;
    stroke-opacity: 1;
  }
}

@keyframes svg-anmiation1 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-anmiation1 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation1 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-anmiation1 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-anmiation2 {
  0% {
    stroke-dasharray: 316,433;
    stroke-opacity: 0;
  }
  33% {
    stroke-dasharray: 424,433;

  }
  90% {
    stroke-dasharray: 624,433;
  }
  100% {
    stroke-dasharray: 704,433;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation2 {
  0% {
    stroke-dasharray: 316,433;
    stroke-opacity: 0;
  }
  33% {
    stroke-dasharray: 424,433;

  }
  90% {
    stroke-dasharray: 624,433;
  }
  100% {
    stroke-dasharray: 704,433;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-anmiation2 {
  0% {
    stroke-dasharray: 316,433;
    stroke-opacity: 0;
  }
  33% {
    stroke-dasharray: 424,433;

  }
  90% {
    stroke-dasharray: 624,433;
  }
  100% {
    stroke-dasharray: 704,433;
    stroke-opacity: 1;
  }
}
@keyframes svg-anmiation2 {
  0% {
    stroke-dasharray: 316,433;
    stroke-opacity: 0;
  }
  33% {
    stroke-dasharray: 424,433;

  }
  90% {
    stroke-dasharray: 624,433;
  }
  100% {
    stroke-dasharray: 704,433;
    stroke-opacity: 1;
  }
}
@keyframes svg-anmiation4 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-anmiation4 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation4 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-anmiation4 {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@keyframes svg-anmiation-ellipse {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation-ellipse {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-webkit-keyframes svg-anmiation-ellipse {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-ms-keyframes svg-anmiation-ellipse {
  0% {
    stroke-dashoffset: 1800;
    stroke-opacity: 0;
  }
  100% {
    stroke-dashoffset: 1000;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}

@keyframes svg-anmiation-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}

@-ms-keyframes svg-anmiation-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}
@-moz-keyframes svg-anmiation-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}

@-webkit-keyframes svg-anmiation-polyline {
  0% {
    stroke-dasharray: 0,500;
    stroke-opacity: 0;
  }
  30%{
    stroke-dasharray: 90,500;
    stroke-opacity: 1;
  }
  100% {
    stroke-dasharray: 500,500;
    stroke-width: 14;
    stroke-opacity: 1;
  }
}

@media screen and (max-width: 1224px) and (min-width: 992px){
  .feature-block.feature-info {
    padding: 80px 0 102px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .feature-block.feature-info {
    padding: 60px 0 ;
  }
  .feature-block.feature-info h2 {
    margin: 20px 0 30px 5px;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px){
  .feature-block.feature-info {
    padding: 40px 0;
  }
  .feature-block.feature-info h2 {
    margin: 0 0 25px 5px;
  }
}

@media screen and (max-width: 595px){
  .feature-block.feature-info {
    padding: 30px 0;
  }

  .feature-block.feature-info h2 {
    margin: 0 0 20px 5px;
  }
}

/* Intro block on platform*/

.intro-block-platform{
  padding: 116px 0 0;
}

.intro-block-platform .content-900{
  text-align: center;
}

.intro-block-platform .content-900 h4{
  margin-bottom: 49px;
  position: relative;
  letter-spacing: -0.025em;
}

.intro-block-platform .content-900 p{
  font-weight: 500;
  color: #000;

}
.intro-block-platform .content-900 h4:after{
  content: '';
  position: absolute;
  width: 94px;
  height: 3px;
  background: #000;
  bottom: -28px;
  left: calc(50% - 47px);
}
.intro-block-platform .intro-block-parallex{
  height: 363px;
  overflow: hidden;
}
.intro-block-platform .parallex-bg {
  position: relative;
  height: 430px;
}

@media screen and (max-width: 1224px) and (min-width: 992px){
  .intro-block-platform{
    padding: 90px 0 0;
  }
  .intro-block-platform .content-900 h4{
    margin-bottom: 40px;
  }

  .intro-block-platform .content-900 h4:after{
    bottom: -24px;
  }
  .feature-block.info-block {
    padding: 40px 0 45px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px){
  .intro-block-platform{
    padding: 70px 0 0;
  }
  .intro-block-platform .content-900 h4{
    margin-bottom: 30px;
  }

  .intro-block-platform .content-900 h4:after{
    bottom: -18px;
  }
  .intro-block-platform{
    padding: 50px 0 0;
  }
  .intro-block-platform .content-900 h4{
    margin-bottom: 25px;
  }

  .intro-block-platform .content-900 h4:after{
    bottom: -15px;
  }
  .feature-block.info-block {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) and (min-width: 596px){
  .intro-block-platform{
    padding: 40px 0 0;
  }
  .intro-block-platform .content-900 h4{
    margin-bottom: 20px;
  }

  .intro-block-platform .content-900 h4:after{
    bottom: -10px;
    height: 2px;
  }
  .feature-block.info-block {
    padding: 20px 0;
  }
}

@media screen and (max-width: 595px){
  .intro-block-platform{
    padding: 30px 0 0;
  }
  .intro-block-platform .content-900 h4{
    margin-bottom: 20px;
  }

  .intro-block-platform .content-900 h4:after{
    bottom: -15px;
    height: 2px;
  }
  .feature-block.info-block {
    padding: 10px 0;
  }
}

/*
* col-icon-grid
*/
.col-icon-grid {
  background-color:#f3f3f3;
}
.col-icon-grid .col-four {
  position: relative;
  width: calc(25% - 5px);
  margin: 0 2.5px 5px;

}
.col-icon-grid .col-wrapper {
  position: relative;
  width: 100%;
  float: left;
  margin: 0 auto;
  padding: 0 2.5px;
}
.col-icon-grid  .col-four .inner-box {
  position: relative;
  display: block;
  padding: 99px 40px 6px;
  background-color: #fff;
  overflow: hidden;
}
.col-icon-grid  .col-four .inner-box a {
  position: relative;
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  display: inline-block;
}
.col-icon-grid  .col-four .bg-img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.col-icon-grid  .col-four .bg-img img{
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms;
}
.col-icon-grid h2 {
  font-size: 48px;
  letter-spacing: -0.025em;
  padding: 49px 0 50px;
  max-width: 920px;
  line-height: 1.2;
  margin: 0 auto;
}
.col-icon-grid .grid-icon {
  width: 88px;
  height: 85px;
}
.col-icon-grid .grid-icon img{
  height: 100%;
}
.grid-icon-head h6 {
  margin: 24px 10px 24px 0;
  line-height: 1.12;
}
.col-icon-grid .col-four .grid-inner {
  background: #fff;
}
.col-icon-grid .col-four.dark-blue .grid-inner .v-middle-wrapper{
  background-color: rgba(0,116,224,0.8);
}
.col-icon-grid .col-four.yellow .grid-inner .v-middle-wrapper {
  background-color: rgba(239,205,15,0.8);
}
.col-icon-grid .col-four.purple .grid-inner .v-middle-wrapper {
  background-color: rgba(179,109,219,0.8);
}
.col-icon-grid .col-four.green .grid-inner .v-middle-wrapper {
  background-color: rgba(0,185,190,0.8);
}
.col-icon-grid .col-four.light-blue .grid-inner .v-middle-wrapper {
  background-color: rgba(0,162,219,0.8);
}
.col-icon-grid .col-four.red .grid-inner .v-middle-wrapper {
  background-color: rgba(234,35,40,0.8);
}
.col-icon-grid .col-four.orange .grid-inner .v-middle-wrapper {
  background-color: rgba(252,156,12,0.8);
}
.col-icon-grid .col-four .v-middle {
  padding: 40px;
  text-align: left;
}
.col-icon-grid .col-four:hover .bg-img img{
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  opacity: 0.4;
}
.col-four .grid-inner h6 {
  color: #fff;
  line-height: 1.08;
}
.col-four .grid-inner p {
  color: #fff;
  font-weight: 400;
}
/* Solution Col Grid */

.color-blue {
  background-color: #00ace0;
}
.color-red {
  background-color: #eb4971;
}
.color-dark-blue {
  background-color: #0074e0;
}
.color-orange {
  background-color: #fc9c0c;
}
.color-green {
  background-color: #00b9be;
}
.color-purple {
  background-color: #b36cdb;
}
.solution-col-grid .col-four .grid-icon {
  margin: 0 auto;
  width: 185px;
  height: 185px;
}
.grid-innerh6 {
  position: absolute;
  color: #fff;
  bottom:25px;
  left: 30px;
}
.solution-col-grid {
  background-color: #f3f3f3;
  padding: 113px 0 118px;
  overflow: hidden;
}
.solution-col-grid .col-four .grid-inner-block {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 105px 40px 26px;
}
.solution-col-grid .col-four .bg-img {
  width: 88px;
  height: 85px;
}
.solution-col-grid h6 {
  color: #fff;
  margin: 24px 10px 2px 0;
}
.solution-col-grid .col-wrapper {
  position: relative;
  width: 100%;
  float: left;
  height: 590px;
}
.solution-col-grid .col-wrapper.cloned-wrapper{
  position: absolute;
  left: 0;
  bottom: 118px;
  z-index: 0;
}
.solution-col-grid .col-four {
  position: absolute;
  width: calc(25% - 5px);
  height: 290px;
  margin: 0 2.5px 5px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}
.solution-col-grid .col-four.expand-1 {
  left: 0;
  top: 0;
}
.solution-col-grid .col-four.expand-2 {
  left: 25%;
  top: 0;
}
.solution-col-grid .col-four.expand-3 {
  left: 50%;
  top: 0;
}
.solution-col-grid .col-four.expand-4 {
  left: 75%;
  top: 0;
}
.solution-col-grid .col-four.expand-5 {
  left: 0px;
  top: 295px;
}
.solution-col-grid .col-four.expand-6 {
  left: 25%;
  top: 295px;
}
.solution-col-grid .col-four.expand-7 {
  left: 50%;
  top: 295px;
}
.solution-col-grid .col-four.expand-8 {
  left: 75%;
  top: 295px;
}
.solution-col-grid .col-four:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
  z-index: 2;
  border: 0;
  box-shadow: 0px 3px 16px 7px rgba(0,0,0,0.3);
}
.solution-col-grid .col-four .content-box {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 26px;
  left: 40px;
  width: calc(100% - 80px);
}
.solution-col-grid .col-four:hover .content-box {
  -webkit-transform: translateY(-70px);
  -moz-transform: translateY(-70px);
  -o-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
}
.solution-col-grid .hover-para {
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.02em;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.solution-col-grid.active-hover .col-four:hover .hover-para {
  max-height: 70px;
}
.solution-col-grid .col-four.active-column .grid-inner-block {
  height: 100%;
  display: table;
  padding: 0;
  text-align: center;
}
.solution-col-grid .col-four.active-column .content-box {
  display: table-cell;
  vertical-align: middle;
  height: 100% !important;
  width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 0;
}

.solution-col-grid .overlay-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: rgba(0,0,0,0.6);
  z-index: 2;
  display: none;
  padding: 0 30px;
}
.solution-col-grid .grid-overlay {
  position: relative;
  margin: 0 auto;
  padding: 66px 40px 40px 50px;
  top: 14.4%;
  height: 380px;
  width: 100%;
  max-width: 1190px;
  overflow: scroll;
}
.solution-col-grid .grid-content {
  display: none;
}
.solution-col-grid .col-four.active-column .bg-img {
  width: 230px;
  height: 210px;
  display: inline-block;
}
.solution-col-grid .col-four.active-column .arrow-icon {
  display: none;
}
.solution-col-grid .col-four.active-column .content-inner {
  width: calc(100% - 230px);
  max-width: 840px;
  padding-left: 16px;
  display: inline-block;
  text-align: left;
}
.solution-col-grid .col-four.active-column .content-inner h6 {
  color: #fff;
  padding-bottom: 18px;
  position: relative;
}
.solution-col-grid .col-four.active-column .content-inner h6:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 213px;
  height: 1px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
}
.solution-col-grid .col-four.active-column .content-inner p {
  color: #fff;
  font-weight: 400;
  padding-top: 14px;
}
.solution-col-grid .col-four .close-icon {
  opacity: 0;
}

.solution-col-grid .col-four.active-column .close-icon {
  position: absolute;
  top: 22px;
  width: 28px;
  right: 15px;
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s 0.4s;
  -moz-transition: all 0s 0.4s;
  -ms-transition: all 0s 0.4s;
  -o-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
}
.solution-col-grid .active-overlay{
  position: relative;
}
.solution-col-grid .col-wrapper:after{
  content: "";
  -webkit-transition: all 0s 0.4s;
  -moz-transition: all 0s 0.4s;
  -ms-transition: all 0s 0.4s;
  -o-transition: all 0s 0.4s;
  transition: all 0s 0.4s;
}
.solution-col-grid .active-overlay:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0,0,0,0.6);
}
.solution-col-grid .col-four.active-column {
  top: calc(50% - 190px);
  width: 100%;
  max-width: 1190px;
  height: 380px !important;
  z-index: 3;
  -webkit-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -moz-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -ms-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -o-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
}
.solution-col-grid .col-four.inactive-column{
  top: calc(50% - 190px);
  max-width: 1190px;
  z-index: 3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -moz-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -ms-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -o-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;;
}
.solution-col-grid .col-four.inactive-column:hover .hover-para{
  max-height: 0;
}
.solution-col-grid .col-four.active-column:hover .hover-para,
.solution-col-grid .col-four.active-column .hover-para{
  max-height: 100%;
}
.solution-col-grid .col-four.inactive-column:hover,
.solution-col-grid .col-four.active-column:hover{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  box-shadow: none;
  padding: 0;
}
.solution-col-grid .col-four.inactive-column:hover h6,
.solution-col-grid .col-four.active-column:hover h6{
  letter-spacing: normal;
}
.solution-col-grid .col-four.inactive-column:hover .content-box,
.solution-col-grid .col-four.active-column:hover .content-box{
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.solution-col-grid .col-four.inactive-column .bg-img,
.solution-col-grid .col-four.inactive-column h6,
.solution-col-grid .col-four.inactive-column p{
  opacity: 0;
  -webkit-transition: all 10ms ease-in-out;
  -moz-transition: all 10ms ease-in-out;
  -ms-transition: all 10ms ease-in-out;
  -o-transition: all 10ms ease-in-out;
  transition: all 10ms ease-in-out;
}
.solution-col-grid .col-four.active-column .bg-img{
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  transform: translateY(-200px);
  opacity: 0;
}
.solution-col-grid .col-four.active-column h6{
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.solution-col-grid .col-four.active-column h6 {
  font-size: 30px;
}
.solution-col-grid .col-four.active-column p{
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  -o-transform: translateY(200px);
  transform: translateY(200px);
  opacity: 0;
}
.solution-col-grid .col-four.active-column .bg-img,
.solution-col-grid .col-four.active-column h6,
.solution-col-grid .col-four.active-column p{
  animation-fill-mode: forwards;
  animation-duration: 400ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
}
.solution-col-grid .col-four.active-column .bg-img{
  vertical-align: top;
  animation-name: iconanimate;
  animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
}
.solution-col-grid .col-four.active-column h6{
  animation-name: textanimate;
  animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -webkit-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
}
.solution-col-grid .col-four.active-column p{
  animation-name: textanimate;
  animation-delay: 1400ms;
  -moz-animation-delay: 1400ms;
  -webkit-animation-delay: 1400ms;
  -ms-animation-delay: 1400ms;
  -o-animation-delay: 1400ms;
}
@-webkit-keyframes iconanimate{
  0%{
    transform: translateY(-200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@-ms-keyframes iconanimate{
  0%{
    transform: translateY(-200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes iconanimate{
  0%{
    transform: translateY(-200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes iconanimate{
  0%{
    transform: translateY(-200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes textanimate{
  0%{
    transform: translateY(200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes textanimate{
  0%{
    transform: translateY(200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes textanimate{
  0%{
    -moz-transform: translateY(200px);
    opacity: 0;
  }
  100%{
    -moz-transform: translateY(0px);
    opacity: 1;
  }
}
@-ms-keyframes textanimate{
  0%{
    transform: translateY(200px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}
@media(max-width: 1224px) and (min-width: 1024px){
  .col-icon-grid h2 {
    font-size: 44px;
  }
  .col-icon-grid .col-four .v-middle {
    padding: 25px;
  }
  .solution-col-grid {
    padding: 80px 0;
  }
  .solution-col-grid .overlay-grid .icon {
    width: 170px;
    height: 170px;
  }
  .solution-col-grid .col-wrapper.cloned-wrapper{
    bottom: 80px;
  }
  .solution-col-grid .col-four.active-column h6 {
    font-size: 28px;
  }
  .solution-col-grid .col-four.active-column{
    width: calc(100% - 60px) !important;
    left: 30px !important;
    top: calc(50% - 190px) !important;
  }
}
@media(max-width: 1224px){

  .solution-col-grid .col-four.inactive-column{
    left: 30px !important;
  }
}
@media(max-width: 1023px) and (min-width: 768px){
  .col-icon-grid h2 {
    font-size: 40px;
    padding: 20px 0 50px;
  }
  .col-icon-grid .col-four,
  .solution-col-grid .col-four {
    width: calc(33% - 5px);
  }
  .col-icon-grid .col-four .v-middle {
    padding: 20px;
  }
  .col-icon-grid .col-four h6 {
    font-size: 17px;
  }
  .col-icon-grid .col-four p {
    font-size: 15px;
  }
  .solution-col-grid {
    padding: 60px 0;
  }
  .solution-col-grid .grid-overlay {
    padding: 40px 30px;
  }
  .solution-col-grid .overlay-grid .icon {
    width: 140px;
    height: 140px;
  }
  .solution-col-grid .overlay-grid .inner-content {
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  .solution-col-grid .col-four.expand-1 {
    left: 0;
    top: 0;
  }
  .solution-col-grid .col-four.expand-2 {
    left: 33.3%;
    top: 0;
  }
  .solution-col-grid .col-four.expand-3 {
    left: 66.6%;
    top: 0;
  }
  .solution-col-grid .col-four.expand-4 {
    left: 0;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-5 {
    left: 33.3%;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-6 {
    left: 66.6%;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-7 {
    left: 0;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-8 {
    left: 33.3%;
    top: 590px;
  }
  .solution-col-grid .col-wrapper {
    height: 881px;
  }
  .solution-col-grid .col-wrapper.cloned-wrapper{
    bottom: 60px;
  }
  .solution-col-grid .col-four.active-column h6 {
    font-size: 26px;
  }
  .solution-col-grid .col-four.active-column{
    width: calc(100% - 60px) !important;
    left: 30px !important;
    top: calc(50% - 190px) !important;
  }
}
@media(max-width: 767px) and (min-width: 596px){
  .col-icon-grid h2 {
    font-size: 36px;
    padding: 10px 15px 40px;
  }
  .col-icon-grid .col-four,
  .solution-col-grid .col-four {
    width: calc(50% - 5px);
  }
  .col-icon-grid .col-four h6 {
    font-size: 17px;
  }
  .solution-col-grid {
    padding: 40px 0;
  }
  .solution-col-grid .grid-overlay {
    padding: 40px 30px;
    top: 20%;
    max-height: 350px;
  }
  .solution-col-grid .overlay-grid .icon {
    width: 90px;
    height: 90px;
  }
  .solution-col-grid .overlay-grid .inner-content {
    width: calc(100% - 90px);
    padding-left: 20px;
  }
  .solution-col-grid .col-four.expand-1 {
    left: 0;
    top: 0;
  }
  .solution-col-grid .col-four.expand-2 {
    left: 50%;
    top: 0;
  }
  .solution-col-grid .col-four.expand-3 {
    left: 0;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-4 {
    left: 50%;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-5 {
    left: 0;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-6 {
    left: 50%;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-7 {
    left: 0;
    top: 885px;
  }
  .solution-col-grid .col-four.expand-8 {
    left: 50%;
    top: 885px;
  }
  .solution-col-grid .col-wrapper {
    height: 1175px;
  }
  .solution-col-grid .col-four.active-column h6 {
    font-size: 24px;
  }
  .solution-col-grid .col-four.active-column{
    width: calc(100% - 60px) !important;
    left: 30px !important;
    top: calc(50% - 190px) !important;
  }
}

@media(max-width: 595px) {
  .col-icon-grid h2 {
    padding: 0px 15px 30px;
  }

  .solution-col-grid .grid-overlay {
    position: absolute;
    width: calc(100% - 60px);
    padding: 30px;
    max-height: 600px;
  }
  .solution-col-grid .col-four.active-column .bg-img {
    width: 100%;
    height: 80px;
  }
  .solution-col-grid .overlay-grid .inner-content {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
    text-align: center;
  }
  .solution-col-grid .inner-content h6:after {
    left: calc(50% - 72px);
    width: 145px;
  }
}
@media screen and (max-width: 595px) and (min-width: 481px) {
  .col-icon-grid .col-four,
  .solution-col-grid .col-four {
    width: calc(50% - 5px);
  }
  .col-icon-grid h2 {
    font-size: 32px;
  }
  .col-icon-grid .col-four h6 {
    font-size: 16px;
  }
  .solution-col-grid {
    padding: 30px 0;
  }
  .solution-col-grid .col-four.expand-1 {
    left: 0;
    top: 0;
  }
  .solution-col-grid .col-four.expand-2 {
    left: 50%;
    top: 0;
  }
  .solution-col-grid .col-four.expand-3 {
    left: 0;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-4 {
    left: 50%;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-5 {
    left: 0;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-6 {
    left: 50%;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-7 {
    left: 0;
    top: 885px;
  }
  .solution-col-grid .col-four.expand-8 {
    left: 50%;
    top: 885px;
  }
  .solution-col-grid .col-wrapper {
    height: 1175px;
  }
  .solution-col-grid .col-four.active-column h6 {
    font-size: 22px;
  }
  .solution-col-grid .col-four.active-column{
    width: calc(100% - 60px) !important;
    left: 30px !important;
    top: calc(50% - 190px) !important;
  }
}
@media(max-width: 480px) {
  .col-icon-grid h2 {
    font-size: 26px;
  }
  .solution-col-grid {
    padding: 20px 0;
  }

  .col-icon-grid .col-four,
  .solution-col-grid .col-four {
    margin: 0 auto 10px;
    float: none;
    width: 80%;
  }
  .solution-col-grid .col-four.expand-1 {
    left: 10%;
    top: 0;
  }
  .solution-col-grid .col-four.expand-2 {
    left: 10%;
    top: 295px;
  }
  .solution-col-grid .col-four.expand-3 {
    left: 10%;
    top: 590px;
  }
  .solution-col-grid .col-four.expand-4 {
    left: 10%;
    top: 885px;
  }
  .solution-col-grid .col-four.expand-5 {
    left: 10%;
    top: 1180px;
  }
  .solution-col-grid .col-four.expand-6 {
    left: 10%;
    top: 1475px;
  }
  .solution-col-grid .col-four.expand-7 {
    left: 10%;
    top: 885px;
  }
  .solution-col-grid .col-four.expand-8 {
    left: 10%;
    top: 1770px;
  }
  .solution-col-grid .col-wrapper {
    height: 2065px;
  }
  .solution-col-grid .col-four.active-column h6 {
    font-size: 20px;
  }
  .solution-col-grid .col-four.active-column{
    width: calc(100% - 60px) !important;
    left: 30px !important;
  }
}
/* SECOND-LEVEL-BANNER */
.second-level-banner {
  padding: 0;
  height: 489px;
  overflow: hidden;
}
.second-level-banner .bg-img {
  position: relative;
  height: 100%;
}
.solution-intro .bg-img {
  position: relative;
  height: 397px;
}
.second-level-banner .bg-img img,
.solution-intro .bg-img img {
  max-width: inherit;
}
.second-level-banner .v-middle-wrapper {
  max-width: 1280px;
  padding: 0 20px;
  right: 0;
  margin: 0 auto;
}
.second-level-banner .v-middle {
  text-align: left;
  color: #fff;
}
.second-level-banner .banner-content {
  margin: 89px 0 0;
}
.second-level-banner.banner-platform .banner-content {
  margin: 127px 0 0;
}
.second-level-banner.banner-platform .bg-img{
  display: none;
}
.second-level-banner h1 {
  font-size: 38px;
  letter-spacing: -1px;
  max-width: 1020px;
}
.second-level-banner .v-middle p {
  font-size: 32px;
  margin: 14px 0 17px;
  letter-spacing: -0.77px;
}
.second-level-banner .v-middle a.transparent-btn,
.third-level-banner a.transparent-btn {
  border: 1px solid #fff;
  padding: 17px 29px 15px 29px;
}
.second-level-banner .v-middle a.transparent-btn:hover,
.third-level-banner a.transparent-btn:hover {
  color:#e81c21;
  border: 1px solid #fff;
  background: #fff;
}
.second-level-banner.pink-gradient .v-middle a.transparent-btn:hover {
  color: #c661b9;
}

.second-level-banner.orange-gradient .v-middle a.transparent-btn:hover {
  color: rgb(235,73,113);
}
.second-level-banner .v-middle p,
.second-level-banner .v-middle a,
.third-level-banner .hyperlink-btn {
  color: #fff;
}
.second-level-banner .v-middle a + a,
.col-two-grid a,
.third-level-banner .hyperlink-btn {
  font-size: 18px;
  position: relative;
  margin: 0 0 0 24px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.col-two-grid a{
  color: #fff;
  margin: 0 auto;
}

.col-two-grid a:before,
.infrastructure .grid-animate a:before,
.col-icon-grid  .col-four .inner-box a:before,
.third-level-banner .hyperlink-btn:before {
  content: '>';
  position: absolute;
  right: -15px;
  top: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.third-level-banner .hyperlink-btn:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  transition: transform 0.1s;
}

.third-level-banner .hyperlink-btn:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
/* solution-banner */
.second-level-banner.solution-banner .banner-content {
  margin: 124px 0 0;
}
.second-level-banner.solution-banner h1 {
  line-height: 1.2;
}

.second-level-banner.solution-banner .v-middle p {
  margin: 9px 0 18px;
}
/* Section Database Info */
.database-info {
  padding: 112px 0 109px;
}
.database-info  h4 {
  letter-spacing: -0.022em;
  color: #fff;
}
.database-info .inner-content p {
  margin: 21px 0 24px;
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  width: 100%;
}
/* SECTION INFRASTURCTURE */
.infrastructure {
  background: #000;
  padding: 100px 0;
}
.infrastructure h3 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 55px;
}
.infrastructure h2 {
  font-size: 64px;
  color: #ffffff;
}
.infrastructure .content-970 {
  height: 381px;
  overflow: hidden;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.infrastructure .content-970 .bg-img {
  position: relative;
  height: 100%;
}
.infrastructure .content-970 .bg-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.60);
}
.infrastructure .no-link{
  cursor: default;
}
.infrastructure .no-link:before{
  display: none;
}
/* product cta block */
.product-cta-block {
  padding: 20px 0 19px;
}
.product-cta-block .content{
  float: left;
  width: calc(100% - 380px);
  padding-right: 10px;
}
.product-cta-block h6 {
  font-weight: 300;
  color: #fff;
  margin: 12px 0 0px 0;
  float: left;
  letter-spacing: -0.6px;
}
.product-cta-block a {
  float: right;
  border: 1px solid #fff;
  padding: 17px 30px 15px 29px;
  margin-left: 15px;
}
.product-cta-block a:last-child{
  margin-left: 0;
}
.product-cta-block a.transparent-btn:hover {
  color: #A372DC;
  background: #fff;
  border: 1px solid #fff;
}
.product-cta-block .button{
  float: right;
}
/* product cta bar */
.product-cta-bar.cta-block .content-900 {
  max-width: 860px;
}

/* INTRO BLOCK */
.intro-block {
  padding: 0 0 80px;
}
.intro-block .col-two-outer {
  padding: 111px 0 103px;
}
.intro-block .container {
  max-width: 1225px;
}
.intro-block .col-two h4 {
  letter-spacing: -0.022em;
  position: relative;
  margin: 0;
  line-height: 1.2;
}
.intro-block .col-two h4:after {
  content: '';
  height: 1px;
  width: 91px;
  background: #333;
  display: block;
  margin: 26px 0 20px;
}
.intro-block .col-two p {
  max-width: 460px;
  width: 100%;
  letter-spacing: -0.01em;
  font-weight: 400;
  margin: 0 0 21px;
}
.intro-block .col-two a {
  position: relative;
  color: #00ace0;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
}
.intro-block .col-two a.hyperlink-effect:after{
  content: '>';
  position: relative;
  display: inline-block;
  right: -4px;
  top: 2px;
  background: transparent;
  width: auto;
  height: auto;
  bottom: inherit;
  left: inherit;
  transform: none;
  transition: none;
}

.intro-block .col-two a.hyperlink-effect:before {
  content: '';
  background: #fff;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: -3px;
  left: 0;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  transition: transform 0.1s;
}

.intro-block .col-two a.hyperlink-effect:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.intro-block .col-two a:before {
  background: #00ace0 !important;
}
.intro-block .col-two-outer.row-intro {
  padding: 97px 0 118px;
}
.intro-block .col-two-outer .col-two {
  display: table;
}
.intro-block .col-two-outer .col-two .intro-content {
  display: table-cell;
  vertical-align: middle;
}
.intro-block .col-two-outer .col-two .col-img {
  display: table-cell;
  vertical-align: middle;
}
.intro-block .col-two-outer:nth-child(odd) .col-two:first-child {
  padding-right: 135px;
}
.intro-block .col-two-outer.row-intro .col-two:first-child {
  padding-right: 0;
}
.intro-block .col-two-outer:nth-child(odd) .col-two:last-child {
  text-align: right;
}
.intro-block .col-two-outer.row-intro .col-two:last-child {
  padding-left: 137px;
  text-align: left;
}
.intro-block .col-two-outer.row-intro h4 {
  margin-top: 0;
}
.intro-block .col-two-outer.row-intro h4:after {
  margin-bottom: 20px;
  margin-top: 22px;
}
.intro-block .col-two-outer.row-intro p {
  margin-top: 0;
  margin-bottom: 20px;
}
/* PRODUCT CTA BAR */
.product-cta-bar .cta-inner {
  padding: 23px 56px 28px;
}
.product-cta-bar .cta-inner h3 {
  font-size: 33px;
  color: #fff;
  padding: 38px 0 26px;
  letter-spacing: -0.07px;
  margin: 0;
  border: none;
}

/* COL-TWO-GRID */
.col-two-grid {
  padding: 19px 0 60px;
}
.col-two-grid h2 {
  font-size: 48px;
  letter-spacing: -0.025em;
  padding: 47px 0 54px;
  max-width: 920px;
  line-height: 1.2;
  margin: 0 auto;
}
.col-two-grid .green-bg {
  background: #00b9be;
}
.col-two-grid .lightblue-bg {
  background: #00abdf;
}
.col-two-grid .blue-bg {
  background: #0074e0;
}
.col-two-grid .purple-bg {
  background: #b36cdb;
}
.col-two-grid .pink-bg {
  background: #eb4971;
}
.col-two-grid .orange-bg {
  background: #fc9c0c;
}
.col-two-grid .col-two {
  height: 290px;
  width: calc(50% - 5px);
  margin: 0 2.5px 4px;
  padding: 20px 0;
  overflow: hidden;
}
.col-two-grid .col-two .v-middle-wrapper{
  z-index: 1;
  visibility: visible;
}
.col-two-grid .col-two .v-middle-inner {
  max-width: 480px;
  margin: 0 auto;
  padding: 0 10px;
}
.col-two-grid .col-two h4,
.col-two-grid .col-two p {
  color: #fff;
}
.col-two-grid .col-two p {
  font-weight: 400;
  margin: 12px 0 27px;
  line-height: 1.2;
}
.col-two-grid .arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.col-two-grid .grid-hover,
.col-icon-grid .col-four .grid-inner {
  -webkit-transition: all 0.3s ease-in-out,z-index 0.3s step-end;
  -moz-transition: all 0.3s ease-in-out,z-index 0.3s step-end;
  -ms-transition: all 0.3s ease-in-out,z-index 0.3s step-end;
  -o-transition: all 0.3s ease-in-out,z-index 0.3s step-end;
  transition: all 0.3s ease-in-out,z-index 0.3s step-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.col-icon-grid .col-four .grid-inner {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  transition-delay: 500ms;
}
.col-two-grid .grid-hover h4,
.col-icon-grid .col-four .grid-inner h6 {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin: 5px 0 0;
}
.col-two-grid .grid-hover h4:after {
  content: '';
  height: 1px;
  width: 200px;
  display: block;
  text-align: center;
  background: #fffdfd;
  margin: 26px auto 23px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.col-two-grid .grid-hover p,
.col-icon-grid .col-four .grid-inner p,
.col-icon-grid  .col-four .grid-inner a {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  opacity: 0;
  margin: 0 0 0;
  line-height: 1.5;
}
.col-icon-grid .col-four .grid-inner p {
  margin: 5px 0;
}
.col-icon-grid .col-four .inner-box a:before {
  top: 1px;
}
.col-two-grid .col-two:hover .grid-hover,
.col-icon-grid .col-four:hover .grid-inner {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.col-two-grid .col-two:hover .grid-hover h4,
.col-icon-grid .col-four:hover .grid-inner h6{
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.col-two-grid .col-two:hover h4:after {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.col-two-grid .col-two:hover .grid-hover p,
.col-icon-grid .col-four:hover .grid-inner p,
.col-icon-grid .col-four:hover .grid-inner a {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.col-two-grid .col-two.green-bg:hover .grid-hover {
  background: #00b9be;
}
.col-two-grid .col-two.lightblue-bg:hover .grid-hover {
  background: #00abdf;
}
.col-two-grid .col-two.blue-bg:hover .grid-hover {
  background: #0074e0;
}
.col-two-grid .col-two.purple-bg:hover .grid-hover {
  background: #b36cdb;
}
.col-two-grid .col-two.pink-bg:hover .grid-hover {
  background: #eb4972;
}
.col-two-grid .col-two.orange-bg:hover .grid-hover {
  background: #fc9b0c;
}
.move-right,
.move-left {
  visibility: hidden;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -ms-animation-name: none;
  animation-name: none;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
}
@-moz-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-ms-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    -ms-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
}
@-ms-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    -ms-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0); }
  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none; }
}
@media screen and (max-width:1240px) and (min-width: 1024px) {

  /* INTRO BLOCK */
  .intro-block {
    padding: 0 0 60px;
  }
  .intro-block .col-two-outer,
  .intro-block .col-two-outer.row-intro {
    padding: 100px 0;
  }
  .intro-block .col-two-outer.row-intro .col-two:last-child {
    padding-left: 110px;
  }
  .intro-block .col-two-outer:nth-child(odd) .col-two:first-child {
    padding-right: 110px;
  }
  .intro-block .col-two-outer.row-intro h4,
  .intro-block .col-two h4 {
    margin-top: 40px;
  }
  .intro-block .col-two-outer .col-two > img {
    width: 550px;
  }
  .intro-block .col-two-outer:first-of-type .col-two > img,
  .intro-block .col-two-outer:nth-child(3) .col-two > img {
    float: right;
  }

  /* PRODUCT CTA BAR */
  .cta-block.product-cta-bar {
    padding: 0 0 60px;
  }
  .product-cta-bar .cta-inner {
    padding: 34px 40px 35px;
  }
  .product-cta-bar.cta-block .content-900 {
    max-width: 700px;
  }
  .product-cta-bar .cta-inner h3 {
    font-size: 30px;
  }
  /* COL-TWO-GRID */
  .col-two-grid {
    padding: 0 0 50px;
  }
  .col-two-grid .col-two .v-middle-inner {
    padding: 0 20px;
  }
  .database-info {
    padding: 60px 0;
  }
  .col-two-grid h2 {
    font-size: 44px;
    padding: 0px 0 50px;
  }
}

@media screen and (max-width:1023px) and (min-width: 992px) {

  /* SECOND-LEVEL-BANNER */
  .second-level-banner h1 {
    font-size: 36px;
  }
  .second-level-banner .v-middle p {
    font-size: 30px;
  }

  /* INTRO BLOCK */
  .intro-block {
    padding: 0 0 40px;
  }
  .intro-block .col-two-outer,
  .intro-block .col-two-outer.row-intro {
    padding: 90px 0;
  }
  /*  .intro-block .col-two-outer .col-two {
      width: 50% !important;
      padding: 0 20px !important;
    }*/
  .intro-block .col-two-outer.row-intro .col-two:last-child {
    padding-left: 80px;
  }
  .intro-block .col-two-outer .col-two:first-child {
    padding-right: 80px;
  }
  .intro-block .col-two-outer.row-intro h4,
  .intro-block .col-two h4 {
    margin-top: 30px;
  }
  .intro-block .col-two-outer .col-two > img {
    width: 450px;
  }
  .intro-block .col-two h4 {
    font-size: 24px;
  }

  .intro-block .col-two-outer:first-of-type .col-two > img,
  .intro-block .col-two-outer:nth-child(3) .col-two > img {
    float: right;
  }
  /* PRODUCT CTA BAR */
  .cta-block.product-cta-bar {
    padding: 0 0 40px;
  }
  .product-cta-bar .cta-inner {
    padding: 34px 35px 35px;
  }
  .product-cta-bar.cta-block .content-900 {
    max-width: 680px;
  }
  .product-cta-bar .cta-inner h3 {
    padding: 36px 0 26px;
  }
  /* COL-TWO-GRID */
  .col-two-grid {
    padding: 0 0 45px;
  }
  .col-two-grid .col-two .v-middle-inner {
    padding: 0 20px;
  }
  .database-info {
    padding: 50px 0;
  }
  .col-two-grid h2 {
    font-size: 44px;
    padding: 0 0 40px;
  }
  .solution-col-grid .col-four.active-column .bg-img{
    width: 140px;
    height: 140px;
    vertical-align: top;
  }
}
@media screen and (max-width: 1224px) and (min-width: 992px) {
  .second-level-banner .v-middle-wrapper{
    padding: 0 40px;
  }
}
@media screen and (max-width:991px) and (min-width: 768px) {

  /* SECOND-LEVEL-BANNER */
  .second-level-banner h1 {
    font-size: 34px;
  }
  .second-level-banner.banner-platform .banner-content,
  .second-level-banner .banner-content,
  .second-level-banner.solution-banner .banner-content {
    margin: 80px 0 0;
  }
  .second-level-banner .v-middle p {
    font-size: 28px;
  }

  /* INTRO BLOCK */
  .intro-block {
    padding: 0 0 40px;
  }
  .intro-block .col-two-outer,
  .intro-block .col-two-outer.row-intro {
    padding: 70px 0;
  }
  .intro-block .col-two-outer .col-two {
    width: 50% !important;
    padding: 0 20px !important;
  }
  .intro-block .col-two-outer.row-intro h4,
  .intro-block .col-two h4 {
    margin-top: 20px;
  }
  .intro-block .col-two-outer .col-two > img {
    width: 350px;
  }
  .intro-block .col-two h4 {
    font-size: 22px;
  }
  .intro-block .col-two a {
    font-size: 16px;
  }
  .intro-block .col-two-outer:first-of-type .col-two > img,
  .intro-block .col-two-outer:nth-child(3) .col-two > img {
    float: right;
  }
  /* PRODUCT CTA BAR */
  .product-cta-bar .cta-inner {
    padding: 25px;
  }
  .product-cta-bar .cta-inner h3 {
    padding: 0;
    font-size: 29px;
    text-align: center;
  }
  .product-cta-bar .cta-inner a {
    margin-top: 25px;
  }
  /* COL-TWO-GRID */
  .col-two-grid {
    padding: 0 0 45px;
  }
  .col-two-grid .col-two .v-middle-inner {
    padding: 0 20px;
  }
  .database-info {
    padding: 40px 0;
  }
  .database-info .inner-content p {
    font-size: 18px;
  }
  .col-two-grid h2 {
    font-size: 38px;
    padding: 0 0 40px;
  }
  .solution-col-grid .col-four:hover .content-box {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .solution-col-grid .col-four:hover .grid-inner-block {
    padding: 105px 40px 26px;
  }
  .solution-col-grid .col-four.active-column .grid-inner-block,
  .solution-col-grid .col-four.inactive-column .grid-inner-block,
  .solution-col-grid .col-four.active-column:hover .grid-inner-block,
  .solution-col-grid .col-four.inactive-column:hover .grid-inner-block{
    display: block;
    overflow: scroll;
    padding: 0;
  }
  .solution-col-grid .col-four.active-column,
  .solution-col-grid .col-four.inactive-column,
  .solution-col-grid .col-four.active-column:hover,
  .solution-col-grid .col-four.inactive-column:hover{
    padding: 40px 40px;
  }
  .solution-col-grid .col-four:hover .hover-para{
    max-height: 0;
  }
  .solution-col-grid .col-four:hover h6 {
    letter-spacing: normal;
  }
  .solution-col-grid .col-four:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    box-shadow: none;
  }
  .solution-col-grid .col-four.active-column .bg-img{
    width: 140px;
    height: 140px;
    vertical-align: top;
  }
  .solution-col-grid .col-four.active-column:hover .hover-para,
  .solution-col-grid .col-four.inactive-column:hover .hover-para{
    max-height: 100%;
  }
  .solution-col-grid .col-four.active-column .content-inner{
    width: calc(100% - 140px);
  }
  .solution-col-grid .col-four.active-column .content-inner h6 {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .second-level-banner.banner-platform .banner-content,
  .second-level-banner .banner-content,
  .second-level-banner.solution-banner .banner-content  {
    margin: 80px 0 0;
  }
  /* INTRO BLOCK */
  .intro-block {
    padding: 0 0 30px;
  }
  .intro-block .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .intro-block .col-two-outer,
  .intro-block .col-two-outer.row-intro {
    padding: 30px 0;
  }
  .intro-block .col-two-outer .col-two,
  .intro-block .col-two-outer.row-intro .col-two:first-of-type {
    padding: 0;
  }
  .intro-block .col-two-outer.row-intro .col-two:first-of-type {
    text-align: center;
  }
  .intro-block .col-two h4 {
    margin:0;
  }
  .intro-block .col-two-outer .col-two,
  .intro-block .col-two-outer.row-intro .col-two,
  .intro-block .col-two-outer.row-intro .col-two:first-of-type {
    width: 100%;
  }
  .intro-block .col-two-outer:first-of-type .col-two:first-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .intro-block .col-two-outer:first-of-type .col-two:last-of-type {
    order: 1;
    -webkit-order: 1;
    margin: 0 0 20px;
    text-align: center;
  }
  .intro-block .col-two-outer.row-intro .col-two:first-of-type {
    text-align: center;
  }
  .intro-block .col-two-outer:first-of-type .col-two:last-child img,
  .intro-block .col-two-outer.row-intro .col-two:first-of-type img,
  .intro-block .col-two-outer:nth-child(3) .col-two:last-of-type img {
    max-width: 400px;
    width: 100%;
  }
  .intro-block .col-two-outer .col-two:first-child,
  .intro-block .col-two-outer.row-intro .col-two:last-child,
  .intro-block .col-two-outer:nth-child(odd) .col-two:first-child {
    padding: 0;
    text-align: center;
  }
  .intro-block .col-two-outer:nth-child(3) .col-two:last-of-type {
    margin-bottom: 20px;
  }
  .intro-block .col-two-outer:nth-child(3) .col-two:first-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .intro-block .col-two-outer:nth-child(3) .col-two:last-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    text-align: center;
  }
  .intro-block .col-two {
    height: auto;
    overflow: hidden;
  }
  .intro-block .col-two a {
    font-size: 16px;
  }
  .intro-block .col-two p {
    margin: 0 auto 20px;
  }
  .intro-block .col-two h4:after {
    margin: 15px auto !important;
  }
  .intro-block .col-two-outer.row-intro h4 {
    margin-top: 20px;
  }
  /* product cta block */
  .cta-block.product-cta-bar {
    padding: 0 0 30px;
  }
  .col-two-grid a {
    font-size: 16px;
  }
  /* PRODUCT CTA BAR */
  .product-cta-bar .cta-inner {
    padding: 20px;
  }
  /* COL-TWO-GRID */
  .col-two-grid {
    padding: 0 0 35px;
  }
  .col-two-grid .col-two .v-middle-inner {
    padding: 0 20px;
  }
  /* SECTION DATABASE INFO*/

  .database-info .inner-content p {
    float: left;
    width: 100%;
  }
  .col-two-grid h2 {
    padding: 0 0 30px;
  }
  /* Feature block */
  .feature-block .svg-icons {
    height: auto;
  }
  .feature-block .svg-icons .check-icon {
    width: 20px;
    height: 20px;
    top: 0;
    right: -15px;
  }
  .feature-block.feature-info h6,
  .feature-block.info-block h6 {
    margin: 15px auto 8px;
  }
  .col-icon-grid  .col-four .inner-box a {
    font-size: 14px;
  }
  .col-icon-grid .col-four .grid-inner p {
    margin-bottom: 3px;
  }
  .solution-intro .bg-img {
    height: 330px;
  }
  .solution-col-grid .col-four:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    box-shadow: none;
  }
  .solution-col-grid .hover-para {
    max-height: 60px;
  }
  .solution-col-grid .col-four:hover .content-box {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .solution-col-grid .col-four:hover .grid-inner-block {
    padding: 105px 40px 26px;
  }
  .solution-col-grid .col-four:hover h6 {
    letter-spacing: normal;
  }
}
@media screen and (max-width:767px) and (min-width: 596px) {

  /* SECOND-LEVEL-BANNER */
  .second-level-banner {
    height: 450px;
  }
  .second-level-banner .v-middle a.transparent-btn,
  .third-level-banner a.transparent-btn {
    padding: 14px 20px 14px;
  }
  .second-level-banner .v-middle a + a,
  .third-level-banner .hyperlink-btn {
    font-size: 16px;
    margin: 0 0 0 10px;
  }
  .second-level-banner h1 {
    font-size: 32px;
  }
  .second-level-banner .v-middle p {
    font-size: 22px;
    margin: 20px 0;
  }
  /* product cta block */
  .product-cta-block a {
    padding: 14px 20px 14px;
  }
  .product-cta-block h6 {
    width: calc(100% - 170px);
  }
  .product-cta-block .content {
    float: left;
    width: calc(100% - 320px);
  }
  .product-cta-block .content h6{
    width: auto;
  }

  /* PRODUCT CTA BAR */
  .product-cta-bar .cta-inner h3 {
    font-size: 27px;
    padding: 0;
    text-align: center;
  }
  .database-info .inner-content p {
    font-size: 16px;
    margin: 20px 0;
  }
  .database-info {
    padding: 40px 0;
  }
  .col-two-grid h2 {
    font-size: 35px;
  }
  .solution-col-grid .col-four.active-column .bg-img{
    height: 90px;
    width: 90px;
    vertical-align: top;
  }
  .solution-col-grid .col-four:hover .hover-para{
    max-height: 0;
  }
  .solution-col-grid .col-four.active-column:hover .hover-para,
  .solution-col-grid .col-four.inactive-column:hover .hover-para{
    max-height: 100%;
  }
  .solution-col-grid .col-wrapper.cloned-wrapper{
    bottom: 40px;
  }
  .solution-col-grid .col-four.active-column .grid-inner-block,
  .solution-col-grid .col-four.inactive-column .grid-inner-block,
  .solution-col-grid .col-four.active-column:hover .grid-inner-block,
  .solution-col-grid .col-four.inactive-column:hover .grid-inner-block{
    display: block;
    overflow: scroll;
    padding: 0;
  }
  .solution-col-grid .col-four.active-column,
  .solution-col-grid .col-four.inactive-column,
  .solution-col-grid .col-four.active-column:hover,
  .solution-col-grid .col-four.inactive-column:hover{
    padding: 40px 40px;
  }
  .solution-col-grid .col-four.active-column .content-inner{
    width: calc(100% - 90px);
  }
  .solution-col-grid .col-four.active-column .content-inner h6{
    margin-top: 0;
  }
  .solution-col-grid .col-four.active-column .content-inner h6 {
    margin-top: 0;
  }
}
@media screen and (max-width: 595px) {

  /* SECOND-LEVEL-BANNER */
  .second-level-banner {
    height: 400px;
  }
  .second-level-banner .v-middle a.transparent-btn,
  .third-level-banner a.transparent-btn {
    padding: 10px 20px 10px;
  }
  .second-level-banner .v-middle a + a,
  .third-level-banner .hyperlink-btn {
    font-size: 14px;
    margin: 0 0 0 10px;
  }

  /* product cta block */
  .product-cta-block {
    padding: 30px 0;
    text-align: center;
  }
  .product-cta-block h6 {
    float: none;
    margin: 0;
  }
  .product-cta-block .content {
    float: left;
    width: 100% !important;
  }

  .product-cta-block a {
    float: none;
    padding: 10px 20px 10px;
    margin-top: 20px;
  }
  .product-cta-block .button a{
    margin-top: 5px;
  }
  .product-cta-block .button a:last-child{
    margin-left: 10px;
  }
  .product-cta-block .button a:first-child{
    margin-left: 0;
  }
  .product-cta-block .button {
    float: left;
    width: 100%;
    margin-top: 15px;
  }

  /* PRODUCT CTA BAR */
  .product-cta-bar .cta-inner h3 {
    font-size: 23px;
    padding: 0;
    margin: 0;
    text-align: center;
  }

  /* COL-TWO-GRID */
  .col-two-grid .col-two {
    width: 100%;
    margin: 0 0 4px;
    padding: 20px;
  }
  .database-info .inner-content p {
    font-size: 14px;
    margin: 20px 0;
  }
  .database-info {
    padding: 30px 0;
  }
  .database-info .content-900 {
    padding: 0;
  }

}
@media screen and (max-width: 595px) and (min-width: 481px) {
  .second-level-banner h1 {
    font-size: 30px;
  }
  .second-level-banner .v-middle p {
    font-size: 20px;
  }
  .col-two-grid h2 {
    font-size: 32px;
  }
  .solution-col-grid .col-four.active-column .bg-img{
    height: 90px;
    width: 100%;
    vertical-align: top;
  }
  .solution-col-grid .col-four:hover .hover-para{
    max-height: 0;
  }
  .solution-col-grid .col-four.active-column:hover .hover-para,
  .solution-col-grid .col-four.inactive-column:hover .hover-para{
    max-height: 100%;
  }
  .solution-col-grid .col-wrapper.cloned-wrapper{
    bottom: 30px;
  }
  .solution-col-grid .col-four.active-column .grid-inner-block,
  .solution-col-grid .col-four.inactive-column .grid-inner-block,
  .solution-col-grid .col-four.active-column:hover .grid-inner-block,
  .solution-col-grid .col-four.inactive-column:hover .grid-inner-block{
    display: block;
    overflow: scroll;
    padding: 0;
  }
  .solution-col-grid .col-four.active-column,
  .solution-col-grid .col-four.inactive-column,
  .solution-col-grid .col-four.active-column:hover,
  .solution-col-grid .col-four.inactive-column:hover{
    padding: 40px 40px;
  }
  .solution-col-grid .col-four.active-column .content-inner{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .solution-col-grid .col-four.active-column .content-inner h6{
    margin-top: 0;
  }
  .solution-col-grid .col-four.active-column .content-inner h6:after{
    left: calc(50% - 72px);
    width: 145px;
  }
}
@media screen and (max-width: 480px) {
  /* SECOND-LEVEL-BANNER */
  .second-level-banner h1 {
    font-size: 28px;
  }
  .second-level-banner .v-middle p {
    font-size: 16px;
  }
  .col-two-grid h2 {
    font-size: 30px;
  }
  .solution-col-grid .col-four:hover .hover-para{
    max-height: 0;
  }
  .solution-col-grid .col-four.active-column:hover .hover-para,
  .solution-col-grid .col-four.inactive-column:hover .hover-para{
    max-height: 100%;
  }
  .solution-col-grid .col-wrapper.cloned-wrapper{
    bottom: 20px;
  }
  .solution-col-grid .col-four.active-column .grid-inner-block,
  .solution-col-grid .col-four.inactive-column .grid-inner-block,
  .solution-col-grid .col-four.active-column:hover .grid-inner-block,
  .solution-col-grid .col-four.inactive-column:hover .grid-inner-block{
    display: block;
    overflow: scroll;
    padding: 0;
  }
  .solution-col-grid .col-four.active-column,
  .solution-col-grid .col-four.inactive-column,
  .solution-col-grid .col-four.active-column:hover,
  .solution-col-grid .col-four.inactive-column:hover{
    padding: 40px 30px;
  }
  .solution-col-grid .col-four.active-column .content-inner{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .solution-col-grid .col-four.active-column .content-inner h6{
    margin-top: 0;
  }
  .solution-col-grid .col-four.active-column .content-inner h6:after{
    left: calc(50% - 72px);
    width: 145px;
  }
}
/*
* Data featured block
*/

.data-feature-block {
  padding: 106px 0 112px;
}
.data-feature-block .container {
  max-width: 1240px;
}
.data-feature-block h2 {
  font-size: 54px;
  letter-spacing: -0.024em;
  line-height: 1.2;
  margin: 0 50px 48px 43px;
}
.data-feature-block .info-text {
  padding: 0 14px;
}
.data-feature-block .info-text h6 {
  padding: 38px 0 20px;
}
.data-feature-block .info-text p {
  line-height: 1.69;
}
.data-feature-block .data-img {
  text-align: left;
}
.data-feature-block .col-three {
  margin:0 10px;
  width: calc( 33.33% - 20px);
}

@media(max-width: 1224px) and (min-width: 1024px){
  .data-feature-block h2 {
    font-size: 44px;
    margin: 0 40px 40px;
  }
  .data-feature-block {
    padding: 80px 0;
  }
}
@media(max-width: 1023px) and (min-width: 768px){
  .data-feature-block h2 {
    font-size: 38px;
    margin: 0 30px 40px;
  }
  .data-feature-block {
    padding: 40px 0;
  }
  .intro-block-platform.leadership-intro .content-900 h4:after {
    height: 1px;
    bottom: -12px;
  }
}
@media(max-width: 767px) and (min-width: 596px){
  .data-feature-block {
    padding: 40px 0;
  }
  .data-feature-block h2 {
    font-size: 30px;
  }
  .data-feature-block .col-three {
    padding: 0 30px;
  }
  .data-feature-block .info-text h6 {
    padding: 30px 0 20px;
  }
}
@media(max-width: 767px) {
  .data-feature-block h2 {
    margin: 0 auto 30px;
  }
  .data-feature-block .col-three {
    width: 100%;
    margin: 0 auto 30px;
  }
  .data-feature-block .col-three .data-img{
    max-width: 250px;
    margin: 0 auto;
  }
  .data-feature-block .col-three:last-child {
    margin-bottom: 0;
  }
}
@media(max-width: 595px) {
  .data-feature-block {
    padding: 30px 0;
  }
  .data-feature-block .col-three {
    padding: 0 20px;
  }
  .data-feature-block .info-text h6 {
    padding: 20px 0 10px;
  }
}
@media screen and (max-width: 595px) and (min-width: 481px) {
  .data-feature-block h2 {
    font-size: 26px;
  }
}
@media(max-width: 480px) {
  .data-feature-block h2 {
    font-size: 24px;
  }
}
/* select boxit Container tab*/
.section-downloads #container .col-two:last-child {
  padding: 0 31px 0 0px;
}
.section-downloads #container .view-tabs .select-box button {
  padding: 11px 26px 10px;
}

/* select boxit */
.section-downloads .select-option{
  position: relative;
  font-size: 0;
  padding: 30px 30px 0px;
}
.section-downloads .select-option ul{
  width: 100%;
  min-height: 130px !important;
  max-height: 100% !important;
  height: 100% !important;
  border-radius: 0;
}
.section-downloads .select-option label{
  position: absolute;
  left: 51px;
  top: 41px;
  font-size: 12px;
  color: #666666;
  z-index: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.section-downloads li.selectboxit-option {
  width: 100%;
  display: block;
}

.enquiry-form .selectboxit-container  .selectboxit-options {
  width: 100%;
  border-radius: 0;
  max-height: 90px !important;
  overflow: scroll;
}
.enquiry-form .selectboxit-container span.selectboxit-text {
  font-size: 11px;
  font-weight: 700;
  color: #666666;
  font-family: "Gotham A", "Gotham B";
  text-indent: 0;
}
.enquiry-form .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor,
.section-downloads .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  background-color: #e81c21;
  color: #fff;
  background-image: none;
  font-family: "Gotham A", "Gotham B";
}
.enquiry-form .selectboxit-container .selectboxit-options a {
  font-family: "Gotham A", "Gotham B" !important;
  font-weight: 700;
  font-size: 11px;
  color: #666;
}
.enquiry-form .selectboxit-container ul span {
  display: none;
}
.section-downloads .selectboxit-container span {
  max-width: 100% !important;
}
.enquiry-form .selectboxit .selectboxit-option-icon-container {
  margin: 0;
}
.section-downloads .view-tabs .selectboxit-container {
  width: calc(100% - 164px);
  max-width: 265px;
}
@media all and (-ms-high-contrast:none)  {
  .section-downloads .view-tabs .selectboxit-container {
    width: 100%;
    min-width: 200px;
  }
}

.section-downloads .selectboxit-container .selectboxit,
.enquiry-form .selectboxit-container .selectboxit {
  width: 100% !important;
  background: #fff;
  border: 1px solid #666;
  border-radius: 0;
  padding: 11px 25px 11px 10px;
  height: auto;
}
.enquiry-form .selectboxit-container .selectboxit {
  padding: 11px 9px 7px;
}
.section-downloads .bottom-tabs .select1{
  margin-right: 4px;
}
.section-downloads .bottom-tabs .select1,
.section-downloads .bottom-tabs .select2{
  position: relative;
  width: calc(60% - 2px);
  float: left;
}
.section-downloads .bottom-tabs .select2{
  display: none;
}
.section-downloads .bottom-tabs .select2:nth-child(2){
  display: block;
}
.section-downloads .bottom-tabs .version-select .select1,
.section-downloads .bottom-tabs .version-select .select2{
  width: calc(50% - 2px);
}
.section-downloads .bottom-tabs .selectboxit-container{
  width: 100%;
}
.section-downloads .bottom-tabs .selectboxit-container .selectboxit{
  width: 100% !important;
}
.section-downloads .selectboxit-container span,
.section-downloads .selectboxit-container .selectboxit-options a {
  display: block;
  font-weight: 700;
  font-family: "Gotham A", "Gotham B";
  font-size: 18px;
  height: auto;
}
.section-downloads .selectboxit-option-icon-container {
  display: none !important;
}

.section-downloads span.selectboxit-arrow-container {
  height: 100%;
}
.section-downloads .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  top: 21%;
  right: 4px;
}
.section-downloads .selectboxit-default-arrow {
  border-top: 7px solid #666;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.enquiry-form .selectboxit-container {
  width: 100%;
}
/* Infrastructure section */
.infrastructure {
  background: #000;
  padding: 117px 0 159px;
  overflow: hidden;
}
.infrastructure h3 {
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 44px;
}
.infrastructure h2 {
  font-size: 64px;
  color: #ffffff;
}
.infrastructure .content-970 {
  height: 381px;
  overflow: hidden;
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
}
.infrastructure .content-970 .bg-img {
  position: relative;
  height: 100%;
}
.infrastructure .content-970 .bg-img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.60);
}
.infrastructure .grid-container{
  position: relative;
  width: 100%;
  max-width: 963px;
  height: 381px;
  margin: 0 auto;
  padding: 0;
}
.infrastructure .grid-container:after,
.infrastructure .outer-grid-container:after,
.infrastructure .inner-grid-container:after{
  content: "";
  clear: both;
  display: block;
}
.infrastructure .outer-grid-container{
  position: relative;
}
.infrastructure .inner-grid-container{
  display: block;
  width: 100%;
  max-width: 765px;
  margin: 0 auto;
}
.infrastructure .grid-container .grid{
  float: left;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.infrastructure .grid-container .grid p.text-center{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.infrastructure .grid-container .grid.green-bg{
  background: #00b9be;
  width: 302px;
  height: 94px;
}
.infrastructure .grid-container .grid.green-bg p{
  padding-bottom: 2px;
}

.infrastructure .grid-container .grid.grey-bg{
  background: #666666;
  width: 100%;
  height: 74px;
}
.infrastructure .grid-container .grid7{
  position: absolute;
  top: 185px;
  left: 327px;
  background: #fc9c0c;
  width: 310px;
  height: 92px;
  border: 5px solid #000;
  border-top: 0;
}
.infrastructure .grid-container .grid2{
  position: absolute !important;
  top: 78px;
  left: 99px;
  width: 188px;
  height: 103px;
  background: #eb4971;
}
.infrastructure .grid-container .grid3{
  position: absolute !important;
  top: 78px;
  left: 292px;
  width: 187px;
  height: 103px;
  background: #eb4971;
}
.infrastructure .grid-container .grid4{
  position: absolute !important;
  top: 78px;
  left: 484px;
  width: 188px;
  height: 103px;
  background: #eb4971;
}
.infrastructure .grid-container .grid5{
  position: absolute !important;
  top: 78px;
  left: 677px;
  width: 187px;
  height: 103px;
  background: #eb4971;
}
.infrastructure .grid-container .grid5 sup{
  font-size: 11px;
  font-weight: 700;
}
.infrastructure .grid-container .rotate-left{

  position: absolute;
  top: 104px;
  left: -104px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.infrastructure .grid-container .rotate-right{
  position: absolute;
  left: 765px;
  top: 104px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.infrastructure .grid-container .grid1{
  position: absolute;
  width: 765px;
  height: 74px;
  top: 0;
  left: 99px;
  background: #00ace0;
}
.infrastructure .grid-container .grid8{
  position: absolute;
  top: 185px;
  left: 636px;
  width: 228px;
  height: 117px;
  background: #00ace0;
}
.infrastructure .grid-container .grid8:before{
  content: "";
  position: absolute;
  left: -152px;
  bottom: 0;
  background: #00ace0;
  width: 154px;
  height: 25px;
}
.infrastructure .grid-container .grid6{
  position: absolute;
  width: 228px;
  top: 185px;
  left: 99px;
  height: 117px;
  background: #00ace0;
}
.infrastructure .grid-container .grid6:before{
  content: "";
  position: absolute;
  right: -152px;
  bottom: 0;
  background: #00ace0;
  width: 154px;
  height: 25px;
}
.infrastructure .grid-container .grid6 > .v-middle-inner{
  width: 190px;
  float: left;
}
.infrastructure .grid-container .grid8 > .v-middle-inner{
  width: 190px;
  float: right;
}
.grid9{
  position: absolute;
  top: 306px;
  left: 0;
}
.ie9 .infrastructure .grid-container .active-grid .grid-animate h4,
.ie9 .infrastructure .grid-container .active-grid .grid-animate p,
.ie9 .infrastructure .grid-container .active-grid .grid-animate a {
  -ms-transform: none !important;
  transform: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}
.ie9 .infrastructure .grid-container .active-grid .close-icon:before{
  opacity: 1 !important;
  -ms-transform: rotate(45deg) translateX(0) !important;
  transform: rotate(45deg) translateX(0) !important;
}
.ie9 .infrastructure .grid-container .active-grid .close-icon:after{
  opacity: 1 !important;
  -ms-transform: rotate(-45deg) translateX(0) !important;
  transform: rotate(-45deg) translateX(0) !important;
}

.infrastructure .grid-container .active-grid > .v-middle-inner,
.infrastructure .grid-container .inactive-grid > .v-middle-inner{
  display: none;
}
.infrastructure .grid-container .grid-animate {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 70px;
  text-align: center;
  cursor: initial;
}
.ie-all .infrastructure .grid-container .grid-animate {
  cursor: default;
}
.infrastructure .grid-container .grid-animate-inner{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.infrastructure .grid-container .grid-animate .v-middle-inner {
  text-align: left;
}
.infrastructure .grid-container .grid-animate h4 {
  position: relative;
  color: #fff;
  padding-bottom: 31px;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
}
.infrastructure .grid-container .grid-animate h4:after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 213px;
  height: 1px;
  opacity: 1;
  background: rgba(255,255,255,0.5);
}
.infrastructure .grid-container .grid-animate p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.5;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
}
.infrastructure .grid-container .grid-animate p.bold-text{
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 0;
}
.infrastructure .grid-container .grid-animate p:last-child{
  margin-bottom: 11px;
}
.infrastructure .grid-animate a:before,
.blue-link:after {
  top: 1px;
}
.infrastructure .grid-container .grid-animate .close-icon {
  position: absolute;
  top: 42px;
  right: 38px;
  width: 28px;
  height: 21px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0s 0.45s;
  -moz-transition: all 0s 0.45s;
  -ms-transition: all 0s 0.45s;
  -o-transition: all 0s 0.45s;
  transition: all 0s 0.45s;
  cursor: pointer;
}
.infrastructure .grid-container .active-grid .close-icon {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s 1.4s;
  -moz-transition: all 0s 1.4s;
  -ms-transition: all 0s 1.4s;
  -o-transition: all 0s 1.4s;
  transition: all 0s 1.4s;
}
.infrastructure .grid-container .active-grid .close-icon:after,
.infrastructure .grid-container .active-grid .close-icon:before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.infrastructure .grid-container .grid-animate .close-icon:after {
  -webkit-transform: rotate(-45deg) translateX(100%);
  -moz-transform: rotate(-45deg) translateX(100%);
  -ms-transform: rotate(-45deg) translateX(100%);
  -o-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
}
.infrastructure .grid-container .grid-animate .close-icon::before {
  -webkit-transform: rotate(45deg) translateX(100%);
  -moz-transform: rotate(45deg) translateX(100%);
  -ms-transform: rotate(45deg) translateX(100%);
  -o-transform: rotate(45deg) translateX(100%);
  transform: rotate(45deg) translateX(100%);
}
.infrastructure .grid-container .grid.siblings-grid,
.infrastructure-animate .siblings-grid{
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 600ms ease-in-out;
  -moz-transition: all 600ms ease-in-out;
  -ms-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}
.infrastructure .grid-container .grid.rotate-right.siblings-grid{
  -webkit-transform: scale(0.7) rotate(90deg);
  -moz-transform: scale(0.7) rotate(90deg);
  -ms-transform: scale(0.7) rotate(90deg);
  -o-transform: scale(0.7) rotate(90deg);
  transform: scale(0.7) rotate(90deg);
}
.infrastructure .grid-container .grid.rotate-left.siblings-grid{
  -webkit-transform: scale(0.7) rotate(-90deg);
  -moz-transform: scale(0.7) rotate(-90deg);
  -ms-transform: scale(0.7) rotate(-90deg);
  -o-transform: scale(0.7) rotate(-90deg);
  transform: scale(0.7) rotate(-90deg);
}
.infrastructure .grid-container .grid.active-grid,
.infrastructure-animate.infrastructure .grid-container .grid.active-grid{
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  border: 0;
  z-index: 3;
  height: 381px !important;
  width: 963px !important;
  -webkit-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -moz-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -ms-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -o-transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  transition: top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
}
.infrastructure .grid-container .grid.inactive-grid,
.infrastructure-animate.infrastructure .grid-container .grid.inactive-grid{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  top: 0;
  -webkit-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -moz-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -ms-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  -o-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
  transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, z-index, border linear;
}
.infrastructure .grid-container .rotate-right.active-grid,
.infrastructure .grid-container .rotate-left.active-grid{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 400ms 100ms, top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -moz-transition: transform 400ms 100ms, top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -ms-transition: transform 400ms 100ms, top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  -o-transition: transform 400ms 100ms, top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
  transition: transform 400ms 100ms, top 400ms 200ms, left 400ms 200ms, height 400ms 600ms, width 400ms 600ms  linear;
}
.infrastructure .grid-container .rotate-right.inactive-grid,
.infrastructure .grid-container .rotate-left.inactive-grid{
  -webkit-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, transform, z-index, border linear;
  -moz-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, transform, z-index, border linear;
  -ms-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, transform, z-index, border linear;
  -o-transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, transform, z-index, border linear;
  transition: width 400ms 200ms, height 400ms 200ms,top 400ms 600ms, top 400ms 600ms, transform, z-index, border linear;
}
.infrastructure .grid-container .active-grid .grid-animate{
  display: block;
}
.infrastructure .grid-container .active-grid a,
.infrastructure .grid-container .active-grid .grid-animate h4{
  -webkit-animation-name: showinfraheading;
  -moz-animation-name: showinfraheading;
  -ms-animation-name: showinfraheading;
  -o-animation-name: showinfraheading;
  animation-name: showinfraheading;
  -webkit-animation-delay: 1000ms;
  -moz-animation-delay: 1000ms;
  -ms-animation-delay: 1000ms;
  -o-animation-delay: 1000ms;
  animation-delay: 1000ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.infrastructure .grid-container .active-grid a {
  opacity: 0;
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 33px;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  -o-transform: translateY(400px);
  transform: translateY(400px);
  -webkit-animation-delay: 1700ms;
  -moz-animation-delay: 1700ms;
  -ms-animation-delay: 1700ms;
  -o-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.infrastructure .grid-container .active-grid .para-14 a {
  font-size: 14px;
  margin-top: 0;
  margin-right: 7px;
}
.infrastructure .grid-container .active-grid .para-14 a:after{
  content: '|';
  right: -3px;
  display: inline-block;
  position: relative;
}
.infrastructure .grid-container .active-grid .para-14 a:last-child:after{
  display: none;
}
.second-level-banner .v-middle a + a:before,
.infrastructure .grid-container .active-grid .para-14 a:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  top: auto;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  transition: transform 0.1s;
}
.second-level-banner .v-middle a + a:hover:before,
.infrastructure .grid-container .active-grid .para-14 a:hover:before{
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.infrastructure .grid-container .active-grid .grid-animate p{
  -webkit-animation-name: showinfratext;
  -moz-animation-name: showinfratext;
  -ms-animation-name: showinfratext;
  -o-animation-name: showinfratext;
  animation-name: showinfratext;
  -webkit-animation-delay: 1500ms;
  -moz-animation-delay: 1500ms;
  -ms-animation-delay: 1500ms;
  -o-animation-delay: 1500ms;
  animation-delay: 1500ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.infrastructure .grid-container .active-grid .close-icon:before {
  -webkit-animation-name: closeiconbefore;
  -moz-animation-name: closeiconbefore;
  -ms-animation-name: closeiconbefore;
  -o-animation-name: closeiconbefore;
  animation-name: closeiconbefore;
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.infrastructure .grid-container .active-grid .close-icon:after {
  -webkit-animation-name: closeiconafter;
  -moz-animation-name: closeiconafter;
  -ms-animation-name: closeiconafter;
  -o-animation-name: closeiconafter;
  animation-name: closeiconafter;
  -webkit-animation-delay: 2000ms;
  -moz-animation-delay: 2000ms;
  -ms-animation-delay: 2000ms;
  -o-animation-delay: 2000ms;
  animation-delay: 2000ms;
  -webkit-animation-duration: 400ms;
  -moz-animation-duration: 400ms;
  -ms-animation-duration: 400ms;
  -o-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.infrastructure .grid-container .active-grid:hover{
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  transform: scale(1) !important;
}
/* show infrstructure heading */
@-webkit-keyframes showinfraheading{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes showinfraheading{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes showinfraheading{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes showinfraheading{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* show infrstructure text */
@-webkit-keyframes showinfratext{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes showinfratext{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes showinfratext{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes showinfratext{
  0%{
    opacity: 0;
    -webkit-transform: translateY(400px);
    -moz-transform: translateY(400px);
    -ms-transform: translateY(400px);
    -o-transform: translateY(400px);
    transform: translateY(400px);
  }
  100%{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/* show infrstructure close icon :after */
@-webkit-keyframes closeiconafter{
  0%{
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -moz-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    -o-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -moz-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    -o-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@-moz-keyframes closeiconafter{
  0%{
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -moz-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    -o-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -moz-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    -o-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@-ms-keyframes closeiconafter{
  0%{
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -moz-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    -o-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -moz-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    -o-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@keyframes closeiconafter{
  0%{
    opacity: 0;
    -webkit-transform: rotate(-45deg) translateX(100%);
    -moz-transform: rotate(-45deg) translateX(100%);
    -ms-transform: rotate(-45deg) translateX(100%);
    -o-transform: rotate(-45deg) translateX(100%);
    transform: rotate(-45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(-45deg) translateX(0);
    -moz-transform: rotate(-45deg) translateX(0);
    -ms-transform: rotate(-45deg) translateX(0);
    -o-transform: rotate(-45deg) translateX(0);
    transform: rotate(-45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

/* show infrstructure close icon :before */
@-webkit-keyframes closeiconbefore{
  0%{
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -moz-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    -o-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@-moz-keyframes closeiconbefore{
  0%{
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -moz-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    -o-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@-ms-keyframes closeiconbefore{
  0%{
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -moz-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    -o-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}
@keyframes closeiconbefore{
  0%{
    opacity: 0;
    -webkit-transform: rotate(45deg) translateX(100%);
    -moz-transform: rotate(45deg) translateX(100%);
    -ms-transform: rotate(45deg) translateX(100%);
    -o-transform: rotate(45deg) translateX(100%);
    transform: rotate(45deg) translateX(100%);
  }
  30%{
    opacity: 1;
  }
  100%{
    opacity: 1;
    -webkit-transform: rotate(45deg) translateX(0);
    -moz-transform: rotate(45deg) translateX(0);
    -ms-transform: rotate(45deg) translateX(0);
    -o-transform: rotate(45deg) translateX(0);
    transform: rotate(45deg) translateX(0);
    -webkit-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -moz-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    -ms-animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
    animation-timing-function: cubic-bezier(0.72, 0.09, 0.32, 1.57);
  }
}

/* infrastructure-animate */
.infrastructure.infrastructure-animate{
  padding: 117px 0 100px;
}
.infrastructure.infrastructure-animate .grid-container .grid2{
  width: 150px;
}
.infrastructure.infrastructure-animate .grid-container .grid3{
  left: 253px;
  width: 151px;
}
.infrastructure.infrastructure-animate .grid-container .grid4{
  left: 408px;
  width: 149px;
}
.infrastructure.infrastructure-animate .grid-container .grid5{
  left: 561px;
  width: 151px;
}
.infrastructure.infrastructure-animate .grid-container .grid10{
  position: absolute !important;
  top: 78px;
  left: 716px;
  width: 148px;
  height: 103px;
  background: #eb4971;
}
.infrastructure.infrastructure-animate .grid-container .grid10 sup {
  font-size: 11px;
  font-weight: 700;
}

.infrastructure.infrastructure-animate .grid-container a.text-center {
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 48px 0 41px;
}
.infrastructure.infrastructure-animate .grid-container a.text-center:before{
  content: "";
  position: absolute;
  top: 2px;
  right: -48px;
  height: 17px;
  width: 1px;
  background: #000;
}
.infrastructure.infrastructure-animate .grid-container .grey-bg {
  background: #666666;
  width: 100%;
  height: 74px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.infrastructure.infrastructure-animate h3 {
  margin-bottom: 55px;
}
.infrastructure.infrastructure-animate .grid-container a.text-center:last-of-type:before{
  display: none;
}
.infrastructure.infrastructure-animate .hyperlink-button{
  display: block;
  text-align: center;
  margin-top: 30px;
}
.infrastructure.infrastructure-animate .hyperlink-button a{
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .infrastructure .grid-container .grid:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    border: 0;
    box-shadow: 0px 3px 16px 7px rgba(0,0,0,0.3);
  }
  .infrastructure .grid-container .grid.grid1:hover,
  .infrastructure .grid-container .grid.grid9:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
  }

  .infrastructure .grid-container .rotate-right:hover {
    -webkit-transform: rotate(90deg) scale(1.1);
    -moz-transform: rotate(90deg) scale(1.1);
    -ms-transform: rotate(90deg) scale(1.1);
    -o-transform: rotate(90deg) scale(1.1);
    transform: rotate(90deg) scale(1.1);
  }
  .infrastructure .grid-container .rotate-left:hover {
    -webkit-transform: rotate(-90deg) scale(1.1);
    -moz-transform: rotate(-90deg) scale(1.1);
    -ms-transform: rotate(-90deg) scale(1.1);
    -o-transform: rotate(-90deg) scale(1.1);
    transform: rotate(-90deg) scale(1.1);
  }

  .infrastructure .grid-container .active-grid:hover,
  .infrastructure .grid-container .inactive-grid:hover {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .infrastructure .grid-container .active-grid:before,
  .infrastructure .grid-container .inactive-grid:before {
    display: none;
  }
  .infrastructure .grid-container .grid8:hover:before {
    box-shadow: -12px 11px 16px 0px rgba(0,0,0,0.3);
  }
  .infrastructure .grid-container .grid6:hover:before {
    box-shadow: 10px 10px 16px 0px rgba(0,0,0,0.3);
  }
  .infrastructure .grid-container .grid6 {
    z-index: 1;
  }
}
@media screen and (max-width: 1240px) and (min-width: 992px){
  .section-downloads .view-tabs .selectboxit-container {
    width: calc(100% - 154px);
  }
}
@media screen and (max-width: 1224px) and (min-width: 992px) {
  .infrastructure .container{
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {

  .section-downloads .view-tabs .selectboxit-container {
    width: 100%;
    max-width: inherit;
  }

  .section-downloads .view-tabs .select-box form input {
    width: 100% !important;
    max-width: inherit !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .infrastructure{
    padding: 40px 0 110px;
  }
  .infrastructure.infrastructure-animate{
    padding: 40px 0 70px;
  }
  .infrastructure h3,
  .infrastructure.infrastructure-animate h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .infrastructure .grid-container .grid-animate{
    padding: 0 40px;
  }
  .infrastructure .grid-container{
    max-width: 728px;
  }
  .infrastructure .grid-container .grid{
    max-width: 728px !important;
  }
  .infrastructure .grid-container .grid.green-bg{
    width: 302px;
    height: 54px;
  }
  .infrastructure .grid-container .rotate-left{
    top: 124px;
    left: -124px;
  }
  .infrastructure .grid-container .rotate-right{
    left: 550px;
    top: 124px;
  }
  .infrastructure .grid-container .grid1 {
    width: 610px;
    height: 84px;
    left: 59px;
  }
  .infrastructure .grid-container .grid2{
    top: 89px;
    left: 60px;
    width: 149px;
    height: 103px;
  }
  .infrastructure .grid-container .grid3{
    top: 89px;
    left: 213px;
    width: 149px;
    height: 103px;
  }
  .infrastructure .grid-container .grid4{
    top: 89px;
    left: 367px;
    width: 149px;
    height: 103px;
  }
  .infrastructure .grid-container .grid5{
    top: 89px;
    left: 520px;
    width: 149px;
    height: 103px;
  }
  .infrastructure .grid-container .grid6 {
    width: 187px;
    top: 197px;
    left: 60px;
    height: 105px;
  }
  .infrastructure .grid-container .grid6:before{
    right: -115px;
    height: 20px;
    width: 120px;
  }
  .infrastructure .grid-container .grid7{
    top: 197px;
    left: 247px;
    width: 240px;
    height: 85px;
  }
  .infrastructure .grid-container .grid8 {
    width: 182px;
    height: 105px;
    top: 197px;
    left: 487px;
  }
  .infrastructure .grid-container .grid8:before{
    left: -120px;
    height: 20px;
    width: 125px;
  }
  .infrastructure .grid-container .active-grid:before,
  .infrastructure .grid-container .inactive-grid:before{
    display: none;
  }
  .infrastructure .grid-container .grid-animate a{
    margin-top: 20px;
  }

  /* infrastructure-animate */
  .infrastructure.infrastructure-animate .grid-container .grid p.text-center,
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    font-size: 14px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid2{
    width: 118px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid3{
    left: 182px;
    width: 118px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid4{
    left: 304px;
    width: 119px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid5{
    left: 427px;
    width: 119px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid10{
    top: 89px;
    left: 550px;
    width: 119px;
    height: 103px;
  }

}

@media screen and (max-width: 767px) {

  .infrastructure .grid-container .grid.rotate-left.siblings-grid,
  .infrastructure .grid-container .grid.rotate-right.siblings-grid {
    -webkit-transform: scale(0.7) rotate(0deg);
    -moz-transform: scale(0.7) rotate(0deg);
    -ms-transform: scale(0.7) rotate(0deg);
    -o-transform: scale(0.7) rotate(0deg);
    transform: scale(0.7) rotate(0deg);
  }
}
@media (min-width: 596px) and (max-width: 767px) {
  .infrastructure{
    padding: 40px 0 110px;
  }
  .infrastructure.infrastructure-animate{
    padding: 40px 0 70px;
  }
  .infrastructure .grid-container .grid-animate a{
    margin-top: 20px;
  }
  .infrastructure h3,
  .infrastructure.infrastructure-animate h3 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .infrastructure .grid-container{
    max-width: 728px;
    height: 546px;
  }
  .infrastructure .grid-container .grid-animate{
    padding: 0 20px;
  }
  .infrastructure .grid-container .grid.active-grid{
    width: 100% !important;
    height: 546px !important;
  }
  .infrastructure-animate.infrastructure .grid-container .grid.active-grid{
    width: 100% !important;
    height: 658px !important;
  }
  .infrastructure .grid-container .grid.green-bg{
    width: 100%;
    height: 54px;
  }
  .infrastructure .grid-container .rotate-left{
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .rotate-right{
    left: 0;
    top: 413px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .grid1 {
    width: 100%;
    height: 74px;
    left: 0;
    top: 58px;
  }
  .infrastructure .grid-container .grid2{
    top: 136px;
    left: 0;
    width: calc(50% - 2px);
    height: 80px;
  }
  .infrastructure .grid-container .grid3{
    top: 136px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 80px;
  }
  .infrastructure .grid-container .grid4{
    top: 220px;
    left: 0;
    width: calc(50% - 2px);
    height: 80px;
  }
  .infrastructure .grid-container .grid5{
    top: 220px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 80px;
  }
  .infrastructure .grid-container .grid6 {
    width: 30%;
    top: 304px;
    left: 0px;
    height: 105px;
  }
  .infrastructure .grid-container .grid7{
    top: 304px;
    left: 30%;
    width: 40%;
    height: 85px;
  }
  .infrastructure .grid-container .grid8 {
    width: 30%;
    height: 105px;
    top: 304px;
    left: 70%;
  }
  .infrastructure .grid-container .grid6:before{
    height: 20px;
    width: 66%;
    right: -66%;
  }
  .infrastructure .grid-container .grid8:before{
    width: 66%;
    left: -65.4%;
    height: 20px;
  }
  .infrastructure .grid-container .active-grid:before,
  .infrastructure .grid-container .inactive-grid:before{
    display: none;
  }
  .grid9 {
    top: 471px;
  }
  /* infrastructure-animate */
  .infrastructure.infrastructure-animate .grid-container {
    height: 631px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid p.text-center,
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    font-size: 14px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid2{
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid3{
    width: calc(50% - 2px);
    left: calc(50% + 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid4{
    width: calc(50% - 2px);
    left: 0;
  }
  .infrastructure.infrastructure-animate .grid-container .grid5{
    width: calc(50% - 2px);
    left: calc(50% + 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid10{
    top: 304px;
    left: 0px;
    width: 100%;
    height: 80px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 {
    top: 388px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 > .v-middle-inner {
    width: 100%;
  }

  .infrastructure.infrastructure-animate .grid-container .grid8 {
    top: 388px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid7{
    top: 388px;
  }
  .infrastructure.infrastructure-animate .grid-container .rotate-right{
    top: 498px;
  }
  .infrastructure.infrastructure-animate .grid-container .grey-bg{
    top: 557px;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .infrastructure{
    padding: 30px 0 100px;
  }
  .infrastructure.infrastructure-animate{
    padding: 30px 0 60px;
  }
  .infrastructure .grid-container .grid-animate a{
    margin-top: 20px;
    font-size: 16px;
  }
  .infrastructure h3,
  .infrastructure.infrastructure-animate h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .infrastructure .grid-container{
    height: 489px;
  }
  .infrastructure .grid-container .grid-animate{
    padding: 0 20px;
  }
  .infrastructure .grid-container .grid.active-grid{
    width: 100% !important;
    height: 489px !important;
  }
  .infrastructure .grid-container .grid p.text-center {
    font-size: 16px;
  }
  .infrastructure .grid-container .grid.green-bg{
    width: 100%;
    height: 54px;
  }
  .infrastructure .grid-container .rotate-left{
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .rotate-right{
    left: 0;
    top: 366px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .grid1 {
    width: 100%;
    height: 54px;
    left: 0;
    top: 58px;
  }
  .infrastructure .grid-container .grid2{
    top: 116px;
    left: 0;
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid3{
    top: 116px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid4{
    top: 180px;
    left: 0;
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid5{
    top: 180px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid6 {
    width: calc(50% - 2px);
    top: 302px;
    left: 0px;
    height: 60px;
  }
  .infrastructure .grid-container .grid6 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure .grid-container .grid7{
    top: 244px;
    left: 0;
    width: 100%;
    height: 54px;
    border: 0;
  }
  .infrastructure .grid-container .grid8 {
    width: calc(50% - 2px);
    height: 60px;
    top: 302px;
    left: calc(50% + 2px);
  }
  .infrastructure .grid-container .grid8:before,
  .infrastructure .grid-container .grid6:before{
    display: none;
  }
  .infrastructure .grid-container .grid8 > .v-middle-inner {
    width: 100%;
  }
  .grid9 {
    top: 424px;
    height: 65px !important;
  }
  .section-downloads .bottom-tabs .version-select .select1,
  .section-downloads .bottom-tabs .version-select .select2{
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* infrastructure-animate */
  .infrastructure.infrastructure-animate .grid-container {
    height: 553px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid.active-grid{
    width: 100% !important;
    height: 553px !important;
  }
  .infrastructure.infrastructure-animate .grid-container .grid p.text-center,
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    font-size: 14px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid2{
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid3{
    left: calc(50% + 2px);
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid4{
    left: 0;
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid5{
    left: calc(50% + 2px);
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid10{
    top: 244px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 {
    top: 366px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6:before{
    height: 20px;
    width: 73%;
    right: -71%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8 {
    top: 366px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8:before {
    width: 73%;
    left: -70.4%;
    height: 20px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid7{
    top: 308px;
    left: 0px;
  }
  .infrastructure.infrastructure-animate .grid-container .rotate-right{
    top: 430px;
  }
  .infrastructure.infrastructure-animate .grid-container .grey-bg{
    top: 488px;
  }
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    margin: 0 28px 0 21px;
  }
  .infrastructure.infrastructure-animate .grid-container a.text-center:before{
    right: -28px;
  }
}
@media screen and (max-width: 480px) {
  .infrastructure{
    padding: 30px 0 100px;
  }
  .infrastructure.infrastructure-animate{
    padding: 30px 0 60px;
  }
  .infrastructure .grid-container .grid-animate a{
    margin-top: 20px;
    font-size: 14px;
  }
  .infrastructure h3,
  .infrastructure.infrastructure-animate h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .infrastructure .grid-container .grid-animate .v-middle-inner {
    padding: 40px 0;
    display: block;
  }
  .infrastructure .grid-container .grid-animate .v-middle-inner .v-middle{
    display: block;
    height: 100%;
    overflow: scroll;
  }
  .infrastructure .grid-container .grid-animate-inner {
    display: block;
  }
  .infrastructure .grid-container{
    height: 489px;
  }
  .infrastructure .grid-container .grid-animate .close-icon{
    right: 20px;
    top: 15px;
    width: 25px;
  }
  .infrastructure .grid-container .active-grid .grid-animate p{
    display: block;
  }
  .infrastructure .grid-container .active-grid .grid-animate h4{
    display: block;
    padding-right: 10px;
  }
  .infrastructure .grid-container .grid-animate{
    padding: 0 20px;
  }
  .infrastructure .grid-container .grid.active-grid{
    width: 100% !important;
    height: 489px !important;
  }
  .infrastructure .grid-container .grid p.text-center {
    font-size: 14px;
  }
  .infrastructure .grid-container .grid.green-bg{
    width: 100%;
    height: 54px;
  }
  .infrastructure .grid-container .rotate-left{
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .rotate-right{
    left: 0;
    top: 366px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .infrastructure .grid-container .grid1 {
    width: 100%;
    height: 54px;
    left: 0;
    top: 58px;
  }
  .infrastructure .grid-container .grid2{
    top: 116px;
    left: 0;
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid3{
    top: 116px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid4{
    top: 180px;
    left: 0;
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid5{
    top: 180px;
    left: calc(50% + 2px);
    width: calc(50% - 2px);
    height: 60px;
  }
  .infrastructure .grid-container .grid6 {
    width: calc(50% - 2px);
    top: 302px;
    left: 0px;
    height: 60px;
  }
  .infrastructure .grid-container .grid6 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure .grid-container .grid7{
    top: 244px;
    left: 0;
    width: 100%;
    height: 54px;
    border: 0;
  }
  .infrastructure .grid-container .grid8 {
    width: calc(50% - 2px);
    height: 60px;
    top: 302px;
    left: calc(50% + 2px);
  }
  .infrastructure .grid-container .grid8:before,
  .infrastructure .grid-container .grid6:before{
    display: none;
  }
  .infrastructure .grid-container .grid8 > .v-middle-inner {
    width: 100%;
  }
  .grid9 {
    top: 424px;
    height: 65px !important;
  }

  .section-downloads .bottom-tabs .select1, .section-downloads .bottom-tabs .select2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .section-downloads .bottom-tabs .version-select .select1,
  .section-downloads .bottom-tabs .version-select .select2{
    width: 100%;
    margin-bottom: 10px;
    max-width: 100%;
  }
  /* infrastructure-animate */
  .infrastructure.infrastructure-animate .grid-container {
    height: 543px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid.active-grid{
    width: 100% !important;
    height: 543px !important;
  }
  .infrastructure.infrastructure-animate .grid-container .grid p.text-center,
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    font-size: 14px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid2{
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid3{
    left: calc(50% + 2px);
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid4{
    left: 0;
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid5{
    left: calc(50% + 2px);
    width: calc(50% - 2px);
  }
  .infrastructure.infrastructure-animate .grid-container .grid10{
    top: 244px;
    left: 0;
    width: 100%;
    height: 60px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 {
    top: 366px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid6:before{
    height: 20px;
    width: 73%;
    right: -71%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8 {
    top: 366px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8 > .v-middle-inner {
    width: 100%;
  }
  .infrastructure.infrastructure-animate .grid-container .grid8:before {
    width: 73%;
    left: -70.4%;
    height: 20px;
  }
  .infrastructure.infrastructure-animate .grid-container .grid7{
    top: 308px;
    left: 0px;
  }
  .infrastructure.infrastructure-animate .grid-container .rotate-right{
    top: 430px;
  }
  .infrastructure.infrastructure-animate .grid-container .grey-bg{
    top: 488px;
    height: 54px !important;
  }
  .infrastructure.infrastructure-animate .grid-container a.text-center{
    margin: 15px auto;
    display: block;
  }
  .infrastructure.infrastructure-animate .grid-container a.text-center:before,
  .infrastructure.infrastructure-animate .grid-container a.text-center:after{
    display: none;
  }
}


@media screen and (max-width: 320px) {
  .main-nav .sub-menu.full-width .drop-down-title a .link-text {
    display: block;
  }
}

/* LEADERSHIP */

.leadership-second-level {
  background: #eb4971; /* Old browsers */
  background: -moz-linear-gradient(left, #eb4971 0%, #fc9c0c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #eb4971 0%,#fc9c0c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #eb4971 0%,#fc9c0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb4971', endColorstr='#fc9c0c',GradientType=1 ); /* IE6-9 */
}
.leadership-tabs {
  padding: 0;
}
.leadership-tabs.fixed-tab{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.leadership-tabs.fixed-tab.off-canvas-tab{
  top: 76px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.leadership-tabs > .tab-inner {
  background: #f5f5f5;
  padding: 20px 0 0;
}
.leadership-tabs li {
  display: inline-block;
  position: relative;
}
.leadership-tabs li a {
  font-size: 16px;
  font-weight: 700;
  padding: 20px 47px 17px;
  letter-spacing: -0.1px;
  display: block;
}
.intro-block-platform.leadership-intro{
  padding: 95px 0 0;
}
.intro-block-platform.leadership-intro .content-900 h4 {
  margin-bottom: 38px;
}
.intro-block-platform.leadership-intro .content-900 h4:after {
  height: 1px;
  bottom: -16px;
}

.leadership-tabs li:after{
  content: '';
  height: 4px;
  width: 100%;
  display: block;
  background: #ea2328;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: transform 0.1s;
  -ms-transition: transform 0.1s;
  transition: transform 0.1s;
}
.leadership-tabs li.active:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.leadership-tabs li:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.leadership-block {
  padding: 88px 0 0px;
}
.leadership-block h2 {
  letter-spacing: -0.022em;
}
.leadership-block .leadership-details:first-child{
  margin: 36px 0 0;
}
.leadership-block .leadership-details {
  margin: 40px 0 0;
  float: left;
  width: 100%;
}
.leadership-block .leadership-details h4 {
  margin: 0 0 36px;
}
.leadership-block .img-width-title {
  position: relative;
  height: 400px;
  cursor: pointer;
}
.leadership-block .img-width-title .bg-img {
  width: 100%;
  height: 100%;
}
.leadership-block .banner-content {
  margin-top: 34px;
}
.leadership-block .img-width-title .bg-img img{
  max-width: inherit;
  max-width: inherit;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.leadership-block .img-width-title .bg-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(to left,rgba(25, 24, 24, 0.6),transparent 100%);
  background: -o-linear-gradient(to left,rgba(25, 24, 24, 0.6),transparent 100%);
  background: -ms-linear-gradient(to left,rgba(25, 24, 24, 0.6),transparent 100%);
  background: -moz-linear-gradient(to left,rgba(25, 24, 24, 0.6),transparent 100%);
  background: linear-gradient(to left,rgba(25, 24, 24, 0.6),transparent 100%);
}
.leadership-block .img-width-title .v-middle-wrapper {
  width: 60%;
  right: 0;
  left: inherit;
  text-align: left;
  padding: 0 20px 0 9px;
}
.banner-content h2,
.banner-content h4 {
  text-align: center;
}
.leadership-block .banner-content h2 {
  text-align: left;
}
.leadership-block .banner-content h2 {
  color: #fff;
  font-weight: 400;
}
.leadership-block .banner-content h2 {
  font-size: 48px;
  margin-bottom: 8px;
  letter-spacing: 0;
}
.leadership-block .banner-content h4 {
  line-height: 1.6;
  letter-spacing: 0;
  color: #fff;
  text-align: left;
  font-weight: 400;
}
.leadership-block .banner-content span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-left: 2px;
}
.leadership-block .banner-content .tab-expand{
  height: 22px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  bottom: 29px;
  left: 6px;
}
.leadership-block .banner-content .tab-expand .image{
  width: 18px;
  display: inline-block;
  margin-right: 9px;
}
.leadership-block .banner-content .tab-expand .image img{
  width: 100%;
  height: 100%;
}
.leadership-block .banner-content .tab-expand > div:last-child{
  display: none !important;
}

.leadership-block .banner-content .tab-expand > div:first-child{
  display: block !important;
}
.leadership-block .banner-content .tab-expand.hide > div:first-child{
  display: none !important;
}
.leadership-block .banner-content .tab-expand.hide > div:last-child{
  display: block !important;
}
.leadership-block .leadership-info {
  padding: 0 59px 49px 60px;
  background: #f3f3f3;
  display: none;
  float: left;
  width: 100%;
}
.leadership-block .leadership-info p {
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 1.7;
  margin-top: 53px;
}
.leadership-info .social-links{
  margin-top: 10px;
}
.leadership-info .social-links span{
  color: #000;
  font-weight: 700;
  margin-right: 15px;
}
.leadership-info .social-links ul{
  display: inline-block;
}
.leadership-info .social-links li{
  display: inline-block;
}
.leadership-block .img-width-title.active .bg-img img{
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* Solution feature attribute */
.solution-info h2 {
  max-width: 700px;
  margin: 20px auto 50px;
  line-height: 1.2;
}
.feature-block.solution-info {
  padding: 90px 0 0;
}
.feature-block.solution-info .info-text {
  padding: 0 45px;
  margin-bottom: 50px;
}
.feature-block.solution-info .info-text p {
  line-height: 1.68;
}
.feature-block.solution-info a.blue-link {
  margin: 12px auto;
}
@media screen and (min-width: 768px){
  .leadership-block .img-width-title:hover .bg-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .promo-intro .col-inner-content .expand-column {
    display: none;
  }
}
@media screen and (max-width: 1224px) and (min-width: 1025px) {
  .leadership-block .banner-content h2 {
    font-size: 44px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 50%;
  }
  .leadership-block .leadership-details h4 {
    margin: 0px 0 30px;
  }
  .leadership-block .leadership-info {
    padding: 0 50px 45px;
  }
  .leadership-block .leadership-info p {
    margin-top: 45px;
  }
  .intro-block-platform.leadership-intro {
    padding: 75px 0 0;
  }
  .leadership-block {
    padding: 75px 0 0;
  }
  .feature-block.solution-info {
    padding: 50px 0 0;
  }
  .leadership-block .img-width-title {
    height: 380px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px){
  .leadership-tabs.fixed-tab.off-canvas-tab {
    top: 62px;
  }
  .leadership-block .banner-content h2 {
    font-size: 38px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 50%;
  }
  .leadership-block .leadership-details h4 {
    margin: 0px 0 25px;
  }
  .leadership-block .leadership-info {
    padding: 0 40px 40px;
  }
  .leadership-block .leadership-info p {
    margin-top: 40px;
  }
  .intro-block-platform.leadership-intro {
    padding: 65px 0 0;
  }
  .leadership-block {
    padding: 60px 0 0px;
  }
  .intro-block-platform.leadership-intro .content-900 h4 {
    margin-bottom: 30px;
  }
  .leadership-block .banner-content {
    margin-top: 24px;
  }
  .feature-block.solution-info {
    padding: 30px 0 0;
  }
  .feature-block.solution-info .info-text {
    margin-bottom: 30px;
  }
  .leadership-block .img-width-title {
    height: 360px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .leadership-tabs.fixed-tab.off-canvas-tab {
    top: 72px;
  }
  .leadership-tabs li a {
    font-size: 15px;
    padding: 17px 40px 17px;
  }
  .leadership-block .banner-content h2 {
    font-size: 34px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 50%;
  }
  .leadership-block .leadership-details h4 {
    margin: 0px 0 25px;
  }
  .leadership-block .leadership-info {
    padding: 0 40px 35px;
  }
  .leadership-block .leadership-info p {
    margin-top: 35px;
  }
  .leadership-block .leadership-details {
    margin: 30px 0 0;
  }
  .leadership-block .leadership-details:first-child {
    margin: 30px 0 0;
  }
  .intro-block-platform.leadership-intro {
    padding: 55px 0 0;
  }
  .leadership-block {
    padding: 50px 0 0;
  }
  .intro-block-platform.leadership-intro .content-900 h4 {
    margin-bottom: 30px;
  }
  .leadership-block .banner-content {
    margin-top: 14px;
  }
  .feature-block.solution-info {
    padding: 30px 0 0;
  }
  .feature-block.solution-info .info-text {
    margin-bottom: 30px;
  }
  .solution-col-grid .hover-para {
    display: none;
  }
  .solution-col-grid .active-overlay .hover-para {
    display: block;
  }
  .leadership-block .img-width-title {
    height: 330px;
  }
}
@media screen and (max-width: 767px) {
  .leadership-block .banner-content h2 ,
  .leadership-block .banner-content h4 {
    padding: 0;
  }
  .leadership-block .leadership-info p {
    margin-top: 30px;
  }
  .leadership-block .leadership-details {
    margin: 20px 0 0;
  }
  .leadership-block .leadership-details:first-child {
    margin: 20px 0 0;
  }
  .leadership-block .img-width-title .bg-img img {
    margin-left: calc((100% - 900px) / 7);
  }
  .intro-block-platform.leadership-intro .content-900 h4:after {
    height: 1px;
    bottom: -8px;
  }
  .feature-block.solution-info {
    padding: 20px 0 0;
  }
  .feature-block.solution-info .info-text {
    margin-bottom: 20px;
  }
  .solution-info h2 {
    margin: 20px auto;
  }
  .solution-col-grid .hover-para {
    max-height: 0;
    display: none;
  }
  .solution-col-grid .active-overlay .hover-para {
    display: block;
  }
  .leadership-block .img-width-title {
    height: 300px;
  }
}
@media screen and (max-width: 767px) and (min-width: 596px){
  .leadership-tabs li a {
    font-size: 14px;
    padding: 15px 30px 15px;
  }
  .leadership-tabs.fixed-tab.off-canvas-tab {
    top: 72px;
  }
  .leadership-block .banner-content h2 {
    font-size: 32px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 50%;
  }
  .leadership-block .leadership-details h4 {
    margin: 0px 0 20px;
  }
  .leadership-block .leadership-info {
    padding: 0 20px 30px;
  }
  .intro-block-platform.leadership-intro {
    padding: 40px 0 0;
  }
  .leadership-block {
    padding: 40px 0 0;
  }
  .intro-block-platform.leadership-intro .content-900 h4 {
    margin-bottom: 20px;
  }
  .leadership-block .banner-content {
    margin-top: 10px;
  }
  .leadership-block .img-width-title {
    cursor: auto;
  }
}
@media screen and (max-width: 595px) and (min-width: 480px){
  .leadership-tabs li a {
    font-size: 13px;
    padding: 15px 20px 14px;
  }
  .leadership-tabs.fixed-tab.off-canvas-tab {
    top: 72px;
  }
  .leadership-block .banner-content h2 {
    font-size: 28px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 100%;
  }
  .leadership-block .img-width-title .v-middle{
    vertical-align: bottom;
  }
  .leadership-block .banner-content h2, .banner-content {
    text-align: center;
    margin-bottom: 10px;
  }
  .leadership-block .leadership-details h4 {
    margin: 0 0 15px;
    text-align: center;
  }
  .leadership-block .leadership-info {
    padding: 0 20px 30px;
  }
  .intro-block-platform.leadership-intro {
    padding: 30px 0 0;
  }
  .leadership-block {
    padding: 30px 0 0;
  }
  .intro-block-platform.leadership-intro .content-900 h4 {
    margin-bottom: 20px;
  }
  .leadership-block .banner-content .tab-expand {
    position: relative;
    bottom: 0;
  }
  .leadership-block .img-width-title {
    cursor: auto;
  }
}
@media screen and (max-width: 480px){
  .leadership-tabs.fixed-tab {
    position: relative;
    top: 0;
  }
  .leadership-tabs li {
    display: block;
  }
  .leadership-tabs li a {
    font-size: 13px;
    padding: 10px 20px 10px;
  }
  .leadership-block .banner-content h2 {
    font-size: 26px;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 80%;
  }
  .leadership-block .img-width-title .v-middle-wrapper {
    width: 100%;
  }
  .leadership-block .img-width-title .v-middle{
    vertical-align: bottom;
  }
  .leadership-block .banner-content h2, .banner-content {
    text-align: center;
    margin-bottom: 10px;
  }
  .leadership-block .leadership-details h4 {
    margin: 0 0 15px;
    text-align: center;
  }
  .leadership-block .leadership-info {
    padding: 0 20px 30px;
  }
  .leadership-tabs li:after {
    height: 3px;
    position: absolute;
    width: 140px;
    left: calc(50% - 70px);
    bottom: 0px;
  }
  .intro-block-platform{
    margin-top: 0 !important;
  }
  .intro-block-platform.leadership-intro {
    padding: 30px 0 0;
  }
  .leadership-block {
    padding: 30px 0 0;
  }
  .intro-block-platform.leadership-intro .content-900 h4 {
    margin-bottom: 15px;
  }
  .leadership-block .banner-content .tab-expand {
    position: relative;
    bottom: 0;
  }
  .leadership-tabs.fixed-tab.off-canvas-tab {
    top: 0;
  }
  .leadership-block .img-width-title {
    cursor: auto;
  }
}

/* Third level Banner */
.third-level-banner{
  height: 367px;
}
.third-level-banner .v-middle-wrapper{
  height: calc(100% - 135px);
  bottom: 0;
  top: auto;
}
.third-level-banner .v-middle{
  text-align: left;
}
.third-level-banner h1{
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.third-level-banner p{
  font-size: 32px;
  color: #fff;
  margin-bottom: 15px;
}


@media screen and (max-width: 1023px) and (min-width: 992px){
  .third-level-banner h1 {
    font-size: 36px;
  }
  .third-level-banner p{
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px){
  .third-level-banner h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }
  .third-level-banner p {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px){
  .third-level-banner .v-middle-wrapper{
    height: calc(100% - 72px);
  }
}
@media screen and (max-width: 767px) and (min-width: 596px){
  .third-level-banner h1 {
    font-size: 32px;
    margin-bottom: 8px;
  }
  .third-level-banner p {
    font-size: 22px;
  }
}
@media screen and (max-width: 595px) and (min-width: 481px){
  .third-level-banner h1 {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .third-level-banner p {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px){
  .third-level-banner h1 {
    font-size: 28px;
    margin-bottom: 5px;
  }
  .third-level-banner p {
    font-size: 18px;
  }
}

.quality-block-slider .icon {
  margin-left: -12px;
}
.quality-block-slider svg path {
  fill: #fff;
}

.quality-block-slider {
  background: #000000;
  padding: 118px 0 117px;
  overflow: hidden;
}

.quality-block-slider h2, .quality-block-slider p {
  color: #fff;
}

.quality-block-slider .quality-slider{
  position: relative;
  width: calc(100% + 30px);
  margin: 0 -12px;
  overflow: hidden;
  padding: 40px 30px 130px 30px;
  height: 473px;
}
.quality-block-slider .slider-nav .slick-hidden{
  display: none !important;
}
.quality-block-slider .col-5.co-active:not(.slick-active) > .content{
  opacity: 0;
  transition: opacity 0.5s ease 5ms;
  -moz-transition: opacity 0.5s ease 5ms;
  -webkit-transition: opacity 0.5s ease 5ms;
  -o-transition: opacity 0.5s ease 5ms;
  -ms-transition: opacity 0.5s ease 5ms;
  pointer-events: none;
}

.quality-block-slider .slider-nav .prev{
  position: absolute;
  left: -20px ;
  top: calc(50%);
  width: 15px;
  height: 26px;
  cursor: pointer;
}
.quality-block-slider .slider-nav .prev.slick-disabled{
  display: none !important;
}
.quality-block-slider .slider-nav .next{
  position: absolute;
  top: calc(50%);
  width: 15px;
  height: 26px;
  cursor: pointer;
  right: -20px;
}
.quality-block-slider .slider-nav .next.remove polygon,.quality-block-slider .slider-nav .prev.remove polygon{
  fill: #aeabab;
}
.quality-block-slider .slider-nav .next.slick-disabled{
  display: none !important;
}
.quality-block-slider .slider-nav .button-overlay-next{
  position: absolute;
  right: -20px;
  top: calc(50% + 30px);
  width: 20px;
  z-index: 3;
  display: none;
  height: 28px;
}
.quality-block-slider .slider-nav .button-overlay-prev{
  position: absolute;
  left: -20px;
  top: calc(50% + 30px);
  width: 20px;
  display: none;
  height: 28px;
  z-index: 3;
}
.quality-block-slider .slider-nav svg{
  height: 100%;
  width: 100%;
}
.quality-block-slider h2 {
  font-size: 48px;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  padding-bottom: 61px;
  letter-spacing: -1.25px;
}
.quality-block-slider h2,..solution-animate  p {
  color: #fff;
}
.quality-block-slider .v-middle a.hover-btn {
  background: #ffffff;
  margin: 0;
  border-color: #ffffff;
  padding: 15px 26px 14px 28px;
  margin-top: 3px;
  letter-spacing: -0.04em;
}
.quality-block-slider .green-bg a.hover-btn {
  color: #00b9be;
}
.quality-block-slider .lightblue-bg a.hover-btn {
  color: #00abdf;
}
.quality-block-slider .blue-bg a.hover-btn {
  color: #0074e0;
}
.quality-block-slider .purple-bg a.hover-btn {
  color: #b36cdb;
}
.quality-block-slider .red-bg a.hover-btn {
  color: #eb4971;
}
.quality-block-slider .container{
  font-size: 0;
}

.quality-block-slider .col-5{
  position: relative;
  float: none;
  width: calc(20% - 8px);
  margin-right: 5px;
  display: inline-block;
  padding: 0;
  height: 303px;
  box-shadow: 0px 3px 16px 7px rgba(0,0,0,0);
  -webkit-transition: transform 0.3s ease-in-out 0s;
  -moz-transition: transform 0.3s ease-in-out 0s;
  -ms-transition: transform 0.3s ease-in-out 0s;
  -o-transition: transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.quality-block-slider .col-5{
  width: 20%;
  float: none;
  padding: 0;
  margin: 0;
  padding-right: 8px;
  outline: none;
}
.quality-block-slider h6 {
  color: #ffffff;
  font-style: normal;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 700;
  margin: 25px 0;
  max-width: 160px;
  line-height: 1.23;
  letter-spacing: -0.024em;
}
.quality-block-slider .col-5 .content {
  height: 100%;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.5s ease 5ms;
  -moz-transition: opacity 0.5s ease 5ms;
  -webkit-transition: opacity 0.5s ease 5ms;
  -o-transition: opacity 0.5s ease 5ms;
  -ms-transition: opacity 0.5s ease 5ms;
}
.quality-block-slider .arrow-icon,
.quality-block-slider .arrow-icon {
  position: absolute;
  bottom: 20px;
  right: 18px;
  width: 19px;
  height: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block-slider .arrow-icon svg {
  width: 100%;
  height: 100%;
}
.quality-block-slider .arrow-icon svg g {
  fill: #fff;
}

.quality-block-slider .green-bg{
  background: #00b9be;
}
.quality-block-slider .lightblue-bg{
  background: #00abdf;
}
.quality-block-slider .blue-bg{
  background: #0074e0;
}
.quality-block-slider .purple-bg{
  background: #b36cdb;
}
.quality-block-slider .red-bg{
  background: #eb4971;
}
.quality-block-slider .orange-bg {
  background: #fc9c0c;
}
.quality-block-slider .col-5 .v-middle-inner{
  position: relative;
  z-index: 1;
  padding: 70px 39px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block-slider a.hover-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
}
.quality-block-slider .col-5:hover .hover-btn {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.quality-block-slider .col-5:hover .arrow-icon {
  -webkit-transform: scale(1.2,1.2);
  -moz-transform: scale(1.2,1.2);
  -o-transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  transform: scale(1.2,1.2);
}
.quality-block-slider .col-5:hover .v-middle-inner{
  -webkit-transform: translateY(-20px) ;
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.quality-block-slider .col-5 .v-middle-inner .icon,
.quality-block-slider .col-5 .v-middle-inner h6,
.quality-block-slider .col-5 .v-middle-inner a {

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.quality-block-slider .animate-show {
  transform: scale(1,0.893);
}
.quality-block-slider .green-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #00b9be;
}
.quality-block-slider .lightblue-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #00abdf;
}
.quality-block-slider .blue-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #0074e0;
}
.quality-block-slider .purple-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #b36cdb;
}
.quality-block-slider .red-bg a.transparent-btn:hover {
  background: #fff;
  border-color: #fff;
  color: #eb4971;
}
.quality-block-slider  a.transparent-btn {
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}
.quality-block-slider .animate-view {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  padding: 40px 44px 20px 44px;
}
.quality-block-slider .animate-view .inner-content{
  width: calc(100% - 130px);
  float: left;
  text-align: left;
}
.quality-block-slider .animate-view .icon {
  margin: 5px 20px;
  float: left;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
.quality-block-slider .animate-view h3 {
  color: #FFF;
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 400;
  font-size: 34px;
  letter-spacing: -0.025em;
  padding-top: 10px;
  margin: 15px 0px;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}
.quality-block-slider .animate-view p{
  font-family: "Gotham A", "Gotham B";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.69;
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -o-transform: translateY(400px);
  -ms-transform: translateY(400px);
  transform: translateY(400px);
}
.quality-block-slider .animate-view p a{
  font-weight: 700;
  color: #fff;
  position: relative;
}
.quality-block-slider .animate-view p a:after{
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  -ms-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transition: -webkit-transform 0.1s;
  -moz-transition: trasform 0.1s;
  -ms-transition: trasform 0.1s;
  transition: transform 0.1s;
}
.quality-block-slider .animate-view p a:hover:after{
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ie9 .quality-block-slider .animate-view .icon {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.ie9 .quality-block-slider .animate-view h3 {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.ie9 .quality-block-slider .animate-view p {
  transform: translateY(0);
  -ms-transform: translateY(0);
}
.quality-block-slider .animate-view .close-icon,
.quality-block-slider .col-four.active-column .close-icon {
  position: absolute;
  top: 4px;
  right: 21px;
  width: 21px;
  height: 21px;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0s 0.45s;
  -moz-transition: all 0s 0.45s;
  -ms-transition: all 0s 0.45s;
  -o-transition: all 0s 0.45s;
  transition: all 0s 0.45s;
  cursor: pointer;
}
/*.solution-col-grid .col-four.active-column .close-icon:before,
.solution-col-grid .col-four.active-column .close-icon:after {
  visibility: visible;
}*/
.ie9 .quality-block-slider .animate-view .close-icon {
  top: 15px;
  right: 30px;
}
.quality-block-slider .animate-show .close-icon {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s 1.4s;
  -moz-transition: all 0s 1.4s;
  -ms-transition: all 0s 1.4s;
  -o-transition: all 0s 1.4s;
  transition: all 0s 1.4s;
}
.close-icon:before,
.close-icon:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  -ms-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}
.quality-block-slider .animate-show .close-icon:before,
.quality-block-slider .animate-show .close-icon:after{
  opacity: 1;
}
.quality-block-slider .close-icon:before {
  -webkit-transform: rotate(45deg) translateX(100%);
  -moz-transform: rotate(45deg) translateX(100%);
  -ms-transform: rotate(45deg) translateX(100%);
  -o-transform: rotate(45deg) translateX(100%);
  transform: rotate(45deg) translateX(100%);
}
.quality-block-slider .close-icon:after {
  -webkit-transform: rotate(-45deg) translateX(100%);
  -moz-transform: rotate(-45deg) translateX(100%);
  -ms-transform: rotate(-45deg) translateX(100%);
  -o-transform: rotate(-45deg) translateX(100%);
  transform: rotate(-45deg) translateX(100%);
}
.quality-block-slider .animate-show .close-icon:before {
  -webkit-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -moz-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -ms-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -o-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(45deg) translateX(0);
  -ms-transform: rotate(45deg) translateX(0);
  -moz-transform: rotate(45deg) translateX(0);
  -o-transform: rotate(45deg) translateX(0);
  transform: rotate(45deg) translateX(0);
}
.quality-block-slider .animate-show .close-icon:after {
  -webkit-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -moz-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -ms-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -o-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(-45deg) translateX(0);
  -moz-transform: rotate(-45deg) translateX(0);
  -ms-transform: rotate(-45deg) translateX(0);
  -o-transform: rotate(-45deg) translateX(0);
  transform: rotate(-45deg) translateX(0);
}

.quality-block-slider .animate-show {
  opacity: 1;
  z-index: 2;
}
.quality-block-slider .animate-show .icon{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: movedown;
  -moz-animation-name: movedown;
  -ms-animation-name: movedown;
  animation-name: movedown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.quality-block-slider .animate-show h3{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.quality-block-slider .animate-show p{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.quality-block-slider .animate-show p {
  backface-visibility: hidden;
}
.quality-block-slider .animate-show a.transparent-btn{
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  -ms-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 2.5s;
  -ms-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -webkit-animation-name: moveup;
  -moz-animation-name: moveup;
  -ms-animation-name: moveup;
  animation-name: moveup;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes movedown {
  from {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-moz-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-ms-keyframes moveup {
  from {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
  }
  to{
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.quality-block-slider .col-5:after {
  content: '';
  position: absolute;
  color: #fff;
  width: 104%;
  display: block;
  height: 81px;
  left: -4px;
  top: 100%;
  transition: opacity 0.5s ease 5ms;
  -webkit-transition: opacity 0.5s ease 5ms;
  -moz-transition: opacity 0.5s ease 5ms;
  -ms-transition: opacity 0.5s ease 5ms;
  -o-transition: opacity 0.5s ease 5ms;
}

.quality-block-slider .col-5.slick-slide:after{
  opacity: 0;
}
.quality-block-slider .col-5.slick-active:after{
  opacity: 1;
}
.quality-block-slider .col-5.box-active:after {
  left: -2%;
  width: 104%;
}
.quality-block-slider .col-5.orange-shadow:after {
  background: url(../images/green_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.red-shadow:after {
  background: url(../images/lightblue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.purple-shadow:after {
  background: url(../images/blue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.green-shadow:after {
  background: url(../images/purple_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.lightblue-shadow:after {
  background: url(../images/red_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.orange-shadow:after {
  background: url(../images/orange_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.red-shadow:after {
  background: url(../images/red_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.purple-shadow:after {
  background: url(../images/purple_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.green-shadow:after {
  background: url(../images/green_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider .col-5.lightblue-shadow:after {
  background: url(../images/lightblue_bg.png) no-repeat;
  background-size: 100% 100%;
}
.quality-block-slider{
  background: #fff;
}
.quality-block-slider h2 {
  color: #000;
}
.quality-block-slider {
  padding: 110px 0 0;
}
.quality-block-slider h2 {
  padding-bottom: 65px;
}
@media (max-width: 1340px) and (min-width: 1241px){
  .quality-block-slider .slider-nav .prev{
    left: 3px;
  }
  .quality-block-slider .slider-nav .next{
    right: 4px;
  }
  .quality-block-slider .quality-slider {
    width: calc(100% + 26px);
    margin: 0 -11px;
  }
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .quality-block-slider {
    padding: 90px 0;
    /* height: 460px; */
  }
  .quality-block-slider h6 {
    font-size: 17px;
  }
  .quality-block-slider {
    padding: 80px 0 40px;
  }
  .quality-block-slider h2 {
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 1023px) {
  .quality-block-slider .container {
    font-size: 0;
  }
}
@media(max-width: 1240px) and (min-width: 992px){
  .quality-block-slider .container {
    font-size: 0;
    padding: 0 20px;
  }
  .quality-block-slider .quality-slider {
    width: calc(100% + 16px);
    margin: 0 -4px;
  }
  .quality-block-slider .v-middle a.hover-btn {
    padding: 14px 9px;
    font-size: 16px;
  }
  .quality-block-slider .slider-nav .next{
    right: 10px;
  }
  .quality-block-slider .slider-nav .prev{
    left: 10px;
  }
  .quality-block-slider .col-5 .v-middle-inner {
    padding: 40px 20px 0 30px;
  }
  .quality-block-slider .animate-view {
    padding: 40px;
  }
  .quality-block-slider h2{
    font-size: 44px;
    padding-bottom: 40px;
  }
  .quality-block-slider{
    padding: 60px 0 0;
  }
  .quality-block-slider .animate-view {
    padding: 20px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {

  .quality-block-slider h2{
    font-size: 42px;
  }
  .quality-block-slider .red-btn.hover-btn {
    font-size: 16px;
  }
  .quality-block-slider h6 {
    font-size: 18px;
  }
}
@media(min-width:992px){
  .quality-block-slider .col-5:hover{
    -webkit-transform: scale(1.12,1.12) translate(-1px,-10px);
    -moz-transform: scale(1.12,1.12) translate(-1px,-10px);
    -o-transform: scale(1.12,1.12) translate(-1px,-10px);
    -ms-transform: scale(1.12,1.12) translate(-1px,-10px);
    transform: scale(1.12,1.12) translate(-1px,-10px);
    z-index: 2;
  }
  .quality-block-slider .col-5.slick-current:hover{
    -webkit-transform: scale(1.12,1.12) translate(4px,-10px);
    -moz-transform: scale(1.12,1.12) translate(4px,-10px);
    -o-transform: scale(1.12,1.12) translate(0,-10px);
    -ms-transform: scale(1.12,1.12) translate(0,-10px);
    transform: scale(1.12,1.12) translate(0,-10px);
  }
  .quality-block-slider .col-5{
    box-shadow: inherit;
  }
  .quality-block-slider .col-5:hover > div{
    box-shadow: 10px 2px 15px 0px rgba(0,0,0,0.3);
  }
  .quality-block-slider .col-5.box-active:hover {
    box-shadow: none;
  }
}
@media(max-width:991px){
  .quality-block-slider .col-5.box-active{
    z-index: 2;
    box-shadow: 0px 3px 16px 7px rgba(0,0,0,0.3);
  }
  .quality-block-slider .col-5.box-active {
    box-shadow: none;
  }
  .quality-block-slider .quality-slider {
    padding: 0 0 60px;
    height: 364px;
  }
  .quality-block-slider .quality-slider {
    width: calc(98%);
    margin: 0 auto;
  }
  .quality-block-slider .animate-show {
    transform: none;
  }
  .quality-block-slider .slider-nav .prev {
    left: 6px;
  }
  .quality-block-slider .slider-nav .next{
    right: 6px;
  }
  .quality-block-slider .col-5.co-active:not(.slick-active) > .content{
    opacity: 1;
    pointer-events: inherit;
  }
}
@media(min-width:768px){
  .quality-block-slider .col-5:last-child {
    margin-right: 0;
  }
  .quality-block-slider .col-5:last-child {
    padding-right: 0;
  }
}
@media(max-width: 991px) and (min-width: 768px){
  .quality-block-slider h2  {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .quality-block-slider .animate-view h3 {
    font-size: 30px;
    margin: 10px 0px;
  }
  .quality-block-slider .red-btn.hover-btn {
    font-size: 14px;
  }
  .quality-block-slider .col-5 .v-middle-inner {
    padding: 50px 20px 0 24px;
  }
  .quality-block-slider .col-5 {
    width: calc(20% - 4px);
  }
  .quality-block-slider .col-5{
    padding-right: 4px;
  }
  .quality-block-slider .v-middle a.hover-btn {
    padding: 10px 9px;
  }
  .quality-block-slider h6 {
    font-size: 17px;
  }
  .quality-block-slider{
    padding: 40px 0 20px;
  }
  .quality-block-slider .animate-view {
    padding: 25px 40px 20px;
  }
  .quality-block-slider .animate-show a.transparent-btn {
    font-size: 16px;
    padding: 10px 20px;
  }
  .quality-block-slider .animate-view .close-icon {
    top: 20px;
    right: 20px;
  }
}
@media (max-width: 767px) {
  .quality-block-slider .container {
    text-align: center;
    padding: 0px 22px;
  }
  .quality-block-slider .quality-slider {
    padding: 0 0 30px;
    height: 333px;
  }
  .quality-block-slider .col-5:after{
    display: none;
  }
  .quality-block-slider h6 {
    font-size: 17px;
  }
  .quality-block-slider  {
    height: auto;
    padding: 40px 0 ;
  }
  .quality-block-slider .icon {
    margin-left: -6px;
  }
  .quality-block-slider .close-icon:before,
  .quality-block-slider .close-icon:after {
    left: 7px;
    top: 55%;
    width: 60%;
  }
  .quality-block-slider .slider-nav .prev {
    top: calc(55%);
  }
  .quality-block-slider .slider-nav .next{
    top: calc(55%);
  }
  .quality-block-slider .animate-view .close-icon {
    padding: 15px;
  }
  .quality-block-slider .animate-view {
    padding: 25px 20px 20px;
  }
  .quality-block-slider .v-middle a.hover-btn {
    padding: 15px 20px;
    font-size: 14px;
  }
  .quality-block-slider .col-5 .v-middle-inner {
    padding: 40px 20px 0 30px;
  }
  .quality-block-slider .col-5:after {
    display: none;
  }
  .quality-block-slider .quality-slider {
    padding: 0;
    height: 298px;
  }
  .quality-block-slider .slider-nav .button-overlay-prev {
    background: #fff;
  }
  .quality-block-slider .slider-nav .button-overlay-next{
    background: #fff;
  }

}
@media (min-width: 596px) and (max-width: 767px) {
  .quality-block-slider {
    padding: 40px 0;
  }
  .quality-block-slider h2  {
    font-size: 36px;
    padding-bottom: 40px;
  }
  .quality-block-slider .animate-view h3 {
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
  }
  .quality-block-slider .animate-view .inner-content {
    width: calc(100% - 80px);
  }
  .quality-block-slider .animate-view .icon{
    margin: 0;
    margin-right: 20px;
  }
  .quality-block-slider .animate-view .close-icon {
    padding: 15px;
    right: 5px;
  }
  .quality-block-slider .col-5 {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin:5px auto;
    float: left;
  }

  .quality-block-slider .slick-track:after {
    content: '';
    display: block;
    clear: both;
  }
  .quality-block-slider .col-5 {
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    float: left;
  }
}
@media (max-width: 595px) {
  .quality-block-slider {
    padding: 30px 0;
  }
  .quality-block-slider .animate-view p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
@media (min-width: 481px) and (max-width: 595px) {
  .quality-block-slider .col-5 {
    width: calc(75% - 10px);
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin:5px auto;
    float: left;
    max-width: calc(100% - 50px);
  }
  .quality-block-slider .col-5 {
    width: 75%;
    padding: 0;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin: 0 auto;
    float: left;
  }
  .quality-block-slider h2,
  .quality-block-slider h2  {
    font-size: 32px;
    padding-bottom: 30px;
  }
  .quality-block-slider .animate-view h3 {
    font-size: 24px;
    margin: 0 0 10px;
    padding-top: 0;
  }
  .quality-block-slider .animate-view .icon {
    margin: 0px 10px 0 0;
  }
  .quality-block-slider .animate-view .inner-content {
    width: calc(100% - 60px);
  }
  .quality-block-slider .animate-view {
    padding: 25px 20px 20px;
  }
  .quality-block-slider .animate-view .close-icon {
    padding: 17px;
    top: 7px;
    right: 5px;
  }
  .quality-block-slider .animate-show .icon{
    width: 40px;
    height: 40px;
  }
}
@media(max-width: 480px){
  .quality-block-slider .col-5 {
    float: left;
  }
  .quality-block-slider .col-5 {
    width: 80%;
    padding: 0;
    padding: 5px 5px;
    margin: 0 auto;
    float: left;
  }
  .quality-block-slider h6 {
    margin: 25px auto;
    max-width: 100%;
  }
  .quality-block-slider .animate-show .icon {
    text-align: left;
    margin: 0px auto 10px;
    width: 50px;
    height: 40px;
    margin-left: -10px;
  }
  .quality-block-slider .icon {
    width: 50px;
    height: 40px;
    margin-left: -6px;
  }
  .quality-block-slider .animate-view .inner-content {
    width: 100%;
  }
  .quality-block-slider .animate-view h3 {
    font-size: 20px;
    margin: 0px 0px 5px;
    padding-top: 0;
  }
  .quality-block-slider h2  {
    font-size: 28px;
    padding-bottom: 30px;
  }
  .quality-block-slider .col-5 .v-middle-inner {
    padding: 60px 40px 40px;
  }
  .quality-block-slider .animate-view {
    padding: 15px 20px 10px;
  }
  .quality-block-slider .animate-view .close-icon{
    right: 5px;
  }
}
/* Quality Block/Featured slider: End */

/* Logo slider: Start */
.we-logo-slider{
  padding-bottom: 0;
}
.we-logo-slider .col-eight{
  display: inline-block;
  width: 113px;
  float: none;
  vertical-align: middle;
  position: relative;
  margin: 0 30px;
  outline: none;
}
.we-logo-slider .slides{
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.we-logo-slider .slick-slide {
  opacity: 0;
}

.we-logo-slider div.fade-added{
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.we-logo-slider .col-eight .logo{
  max-width: 166px;
  max-height: 90px;
  margin: 0 auto;
}

.we-logo-slider .col-eight .logo img{
  width: 100%;
  height: 100%;
  max-height: inherit;
}

@media (max-width: 1240px) and (min-width: 992px){
  .we-logo-slider .col-eight{
    margin: 0 20px;
  }
}
@media (max-width: 991px){
  .we-logo-slider .col-eight{
    margin: 0 15px;
  }
  .we-logo-slider .slides {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .we-logo-slider .col-eight .logo{
    max-width: 130px;
    max-height: 60px;
  }
}
/* Logo slider: Ends */