.about_we_do_block {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.about_we_do_block h2 {
  font-size: 78px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -3.7px;
  text-align: center;
  position: relative;
  left: -50%;
  width: 190%;
  z-index: 2;
  padding-top: 40px;
  /*font-family: nexa-s;*/
  color: #fff;
}

.about_we_do_block h2 span {
  -webkit-text-fill-color: #0371f5;
  /*font-family: nexa-b;*/
  display: BLOCK;
  margin-left: 195px;
  line-height: 0;
}

.about_we_do_block .key_features {
  width: 100%;
  padding: 10px 85px 0 70px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: 0;
}

.about_we_do_block .key_features .key_points {
  width: 38%;
  float: left;
  display: inline-block;
}

.about_we_do_block .key_features .key_points ul {
  width: 100%;
  padding-bottom: 185px;
  box-sizing: border-box;
  counter-reset: key_point;
}

.about_we_do_block .key_features .key_points ul li {
  list-style-type: none;
  counter-increment: key_point;
  font-size: 30px;
  font-weight: normal;
  font-style: normal;
  cursor: pointer;
  opacity: 0.65;
  font-stretch: normal;
  line-height: 1.975;
  color: #0371f5;
  position: relative;
  /*font-family: nexa-b;*/
  text-transform: capitalize;
}

.about_we_do_block .key_features .key_points ul li:before {
  content: "";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  width: 0%;
  height: 1px;
  display: none;
  z-index: 2;
  background-color: #fff;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #fff;
  position: absolute;
  top: 47px;
  font-family: "halyard-display", sans-serif;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
  /*    .about_we_do_block .key_features .key_points ul li:before {
            display: none
        }*/
}

.about_we_do_block .key_features .key_points ul li:first-child {
  padding-top: 0px;
}

.about_we_do_block .key_features .key_points ul li:first-child:before {
  top: 67px;
}

.about_we_do_block .key_features .key_points ul .active_title {
  opacity: 1;
}

.about_we_do_block .key_features .key_points ul .active_title:before {
  width: calc(100% + 100px);
  display: none;
}

.about_we_do_block .point_details {
  width: 62%;
  float: left;
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  background-color: #cdeeff;
  padding: 210px 15px 160px 65px;
  box-sizing: border-box;
  -webkit-transition: all 0.8s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  -moz-transition: all 0.8s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  transition: all 0.8s cubic-bezier(0.71, -0.03, 0.14, 0.99);
}

.about_we_do_block .point_details .mobile_controller {
  display: none;
}

.about_we_do_block .point_details .value_wrapper {
  width: 100%;
  display: inline-block;
}

.about_we_do_block .point_details .value_wrapper .value_image {
  width: 340px;
  display: inline-block;
  float: left;
  height: 350px;
  margin-right: 45px;
  position: relative;
  z-index: 4;
  overflow: hidden;
  cursor: pointer;
}

.about_we_do_block .point_details .value_wrapper .value_image .image_cover {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_image
  .image_cover
  .img_container {
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: 135%;
  background-position: center;
  background-repeat: no-repeat;
  -webit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  background-attachment: inherit;
  transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  -webkit-transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  -moz-transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
}

.about_we_do_block .point_details .value_wrapper .value_image .active_slide {
  z-index: 2;
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_image
  .active_slide
  .img_container {
  opacity: 1;
  -webkit-transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  -moz-transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  transition: all 0.7s cubic-bezier(0.71, -0.03, 0.14, 0.99);
  -webit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.about_we_do_block .point_details .value_wrapper .value_points_wrapper {
  display: inline-block;
  width: calc(100% - 303px - 100px);
  float: left;
  position: relative;
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_points_wrapper
  .value_points {
  width: 100%;
  display: inline-block;
  opacity: 0;
  position: absolute;
  -webit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 167px;
  text-transform: capitalize;
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_points_wrapper
  .value_points
  li {
  list-style-type: none;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.7;
  letter-spacing: 0.6px;
  color: #0371f5;
  opacity: 0;
  position: relative;
  -webit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  /*font-family: nexa;*/
  margin-bottom: 28px;
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_points_wrapper
  .value_points
  li.btn-li {
  display: inline-block;
}

.btn.ser-btn {
  background-color: #0371f5;
  color: #fff;
  border: 1px solid #0371f5;
  border-radius: 50px;
  padding: 10px 30px;
  margin-right: 6px;
  text-transform: capitalize;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}
.btn.ser-btn:hover {
  background-color: transparent;
  color: #0371f5;
}
.about_we_do_block
  .point_details
  .value_wrapper
  .value_points_wrapper
  .value_points
  li.btn-li
  .ser-btn {
}

.about_we_do_block
  .point_details
  .value_wrapper
  .value_points_wrapper
  .active_points {
  opacity: 1;
  z-index: 1;
}
.mob-serv {
  display: none;
}
section.mob-serv {
  padding-top: 150px;
  background-color: #cdeeff;
}
section.mob-serv h2 span {
  /*font-family: nexa;*/
  display: inline;
  margin: 0;
}
section.mob-serv h2 {
  display: block;
  font-weight: bold;
  /*font-family: nexa-s;*/
  font-size: 40px;
  color: #fff;
  padding: 10px;
}
section.mob-serv h3 {
  /*font-family: nexa-b;*/
  padding: 25px 0;
  margin: 0;
  color: #0371f5;
}
section.mob-serv img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  margin-bottom: 20px;
}
section.mob-serv ul.value_points {
  color: #0371f5;
  line-height: 1.9;
  padding-bottom: 20px;
}
section.mob-serv .serv:nth-child(odd) {
  background-color: #cdeeff;
}
section.mob-serv .serv:nth-child(even) {
  background-color: #c3eaff;
}

@media only screen and (max-width: 1024px) {
  .mob-serv {
    display: block;
  }
  .about_we_do_block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .serv.col-sm-6 {
    height: 540px;
  }
}

/*

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

    .about_we_do_block {
        width: 100%;
        margin: 0
    }
    .about_we_do_block h2#bold_para {
        font-size: 36px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.2px;
        width: 240%;
        left: -70%
    }
    .about_we_do_block .key_features {
        padding: 30px 20px 0 20px
    }
    .about_we_do_block .key_features .key_points {
        width: auto;
        display: block;
        float: none
    }
    .about_we_do_block .key_features .key_points ul {
        position: relative;
        padding-bottom: 0;
        height: 41px;
        overflow: hidden;
        width: 100%
    }
    .about_we_do_block .key_features .key_points ul li {
        position: absolute;
        float: none;
        font-size: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        -webit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in;
        letter-spacing: -0.7px;
        padding-bottom: 22px
    }
    .about_we_do_block .key_features .key_points ul li:first-child {
        padding-top: 0
    }
    .about_we_do_block .key_features .key_points ul .active_title {
        display: block;
        -webit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        transform: translateY(0%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in
    }
    .about_we_do_block .point_details {
        width: 100%;
        margin: 0;
        position: relative;
        background-color: #000;
        padding: 22px 20px 66px 20px
    }
    .about_we_do_block .point_details .mobile_controller {
        display: block;
        position: absolute;
        bottom: 70px;
        right: 20px;
        height: 46px;
        background-color: #000;
        width: 102px;
        z-index: 3
    }
    .about_we_do_block .point_details .mobile_controller .arrow_left {
        width: 50%;
        display: inline-block;
        float: left;
        height: 100%;
        color: #fff
    }
    .about_we_do_block .point_details .mobile_controller .arrow_left img {
        width: 18px;
        position: relative;
        left: 17px;
        top: 13px
    }
    .about_we_do_block .point_details .mobile_controller .arrow_right {
        width: 50%;
        display: inline-block;
        float: left;
        height: 100%;
        color: #fff
    }
    .about_we_do_block .point_details .mobile_controller .arrow_right img {
        width: 18px;
        position: relative;
        left: 17px;
        top: 13px
    }
    .about_we_do_block .point_details .value_wrapper .value_image {
        width: 100%
    }
    .about_we_do_block .point_details .value_wrapper .value_image .image_cover {
        width: 100%;
        z-index: -1;
        -webit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in
    }
    .about_we_do_block .point_details .value_wrapper .value_image .image_cover .curtain {
        opacity: 0
    }
    .about_we_do_block .point_details .value_wrapper .value_image .image_cover .img_container {
        width: 100%;
        -webit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .about_we_do_block .point_details .value_wrapper .value_image .active_slide {
        z-index: 2;
        opacity: 1;
        -webit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in
    }
    .about_we_do_block .point_details .value_wrapper .value_image .active_slide .img_container {
        opacity: 1
    }
    .about_we_do_block .point_details .value_wrapper .value_image .prev_slide {
        opacity: 0;
        -webit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in
    }
    .about_we_do_block .point_details .value_wrapper .value_image .next_slide {
        opacity: 0;
        -webit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .35s ease-in;
        -moz-transition: all .35s ease-in;
        transition: all .35s ease-in
    }
    .about_we_do_block .point_details .value_wrapper .value_points_wrapper {
        display: none
    }
}*/
/*
@media only screen and (max-width: 1260px)and (min-width: 1024px) {
    .about_banner_block {
        padding: 170px 80px 134px 80px
    }
    .about_banner_block p#key_qoute {
        padding: 0 130px;
        margin: 0 auto
    }
    .about_banner_block h1#top_key {
        margin: 0 auto;
        margin-bottom: 35px
    }

    .about_we_do_block h2#bold_para {
        left: -69%;
        width: 242%
    }
    .about_we_do_block .key_features {
        padding: 82px 24px 0 27px
    }
    .about_we_do_block .point_details {
        padding: 290px 24px 0 60px
    }
    .about_we_do_block .point_details .value_wrapper .value_image {
        margin-right: 70px
    }
    .about_we_do_block .point_details .value_wrapper .value_points_wrapper {
        width: calc(100% - 303px - 70px)
    }
    .about_we_do_block .point_details .value_wrapper .value_points_wrapper .value_points li {
        font-size: 18px
    }
}*/
