#header {
  background: #fff !important;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
  height: 110px;
}

#header .top_header {
  background: none !important;
  padding-right: 380px;
  height: 110px;
}

#header .navbar {
  float: right;
  margin: 8px 42px 0 0;
}

#header .main_logo {
  float: left;
  margin-top: 13px;
}

#header .navbar {
  float: right;
  margin: -18px 42px 0 0;
  height: auto;
}

#header .navbar .navbar-nav>li {
  margin-left: 29px;
  border: 0;
  padding-bottom: 4px;
  padding-top: 25px;
  position: relative;
}

#header .navbar .navbar-nav>li.open>a, #header .navbar .navbar-nav>li>a:hover {
  color: #ff0000 !important;
}

#header .navbar .navbar-nav>li::before {
  position: absolute;
  height: 4px;
  background: #ff0000;
  top: 0;
  right: 9px;
  left: 9px;
  content: "";
  display: none;
}

#header .navbar .navbar-nav>li:hover::before {
  display: block;
}

#header .dropdown-menu li {
  border: 0;
}

#header .nav>li>a .fa {
  vertical-align: middle;
  font-size: 22px;
  margin-left: 5px;
}

#header .dropdown-menu {
  background: #fff !important;
  border: 0;
  left: -19px;
  border-radius: 8px !important;
  padding: 28px 0 !important;
  padding: 30px 0 !important;
  min-width: 272px;
  box-shadow: 0px 3px 6.5px rgba(0, 0, 0, 0.3);
}

#header .dropdown-menu:after {
  top: 3px;
  left: 27%;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 9px solid black;
  border-color: transparent transparent #ffffff #ffffff;
  transform-origin: 0 0;
  transform: rotate( 135deg);
  box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, .05);
}

#header .navbar .navbar-nav>li:first-child {
  margin-left: 0;
}

#header .nav>li>a {
  color: #323232;
}

#header .dropdown-menu li a {
  padding: 8px 30px;
  color: #323232 !important;
  background-color: transparent !important;
}

#header .dropdown-menu li a:hover {
  color: #ff0000 !important;
  background-color: #f5f5f5 !important;
}

#header .block_3 {
  border: 0;
  right: 26px;
  top: 21px;
  width: 90px;
}

#header .block_1 img {
  margin: 0 0 0 auto;
}

#header .block_1 {
  border-left: solid 1px #dcdcdc;
  padding-left: 35px;
  right: 240px;
  top: 43px;
}

#header .block_1 span.num {
  font-family: 'Replica Std Regular';
  font-weight: 400;
  font-size: 17px;
}

.form_wrapper {
  border-radius: 8px;
  overflow: hidden;
}

.form_wrapper .form_table {
  background: #fff !important;
}

.form_wrapper .form_table * {
  box-sizing: border-box;
}

.form_wrapper .q:not(.full_width) {
  padding: 0 28px !important;
  margin: 0 0 10px !important;
}

.form_wrapper .q .text_field {
  margin: 0;
  height: 36px;
  padding: 10px;
}

.form_wrapper .q .top_question {
  font-size: 15px;
  left: 40px;
}

.form_wrapper .q .comments {
  height: 74px;
}

.form_wrapper .form_table label {
  font-size: 15px;
}

.form_wrapper .segment_header {
  background: #FF0000
}

.form_wrapper #q15.q {
  padding-top: 4px !important;
  margin-bottom: 5px !important;
}

.form_wrapper #q15.q+.q {
  margin-bottom: 5px !important;
}

.form_wrapper .g-recaptcha {
  margin-top: 5px;
}

.form_wrapper .segment_header:after {
  border-top-color: #FF0000;
}

.form_wrapper .segment_header h1 {
  padding: 14px 1em !important;
}

.form_wrapper .full_width_space {
  font-size: 15px;
  margin: 18px 26px 16px 28px;
}

.form_wrapper .outside_container .submit_button, .form_wrapper .outside_container .submit_button_small {
  background: #006EFF;
  width: 100%;
  height: 48px;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Replica Std Bold';
}

.form_wrapper .outside_container .submit_button:hover, .form_wrapper .outside_container .submit_button_small:hover {
  background: #0042ff;
}

.form_wrapper .outside_container {
  clear: both;
  min-height: auto;
  padding: 0px 28px 0;
}

.form_wrapper #q15.q .multiple_choice {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.form_wrapper #q15.q .multiple_choice+label {
  padding-left: 25px;
  line-height: 24px;
  position: relative;
  display: block;
  pointer-events: unset;
  cursor: pointer;
}

.form_wrapper #q15.q .multiple_choice+label::before {
  width: 19px;
  height: 19px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #dfdfdf;
}

.form_wrapper #q15.q .multiple_choice+label::after {
  content: '';
  display: none;
  position: absolute;
  top: 3px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #323232;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form_wrapper #q15.q .inline_grid td {
  padding: 0 0 2px 0;
}

.form_wrapper #q15.q .multiple_choice:checked+label::after {
  display: block;
}

#footer a {
  transition: all .3s;
}

#footer #c1 li ul li a:hover, #footer #c2 li ul li a:hover {
  color: #fff;
}

#footer #c3 .f_phone a:hover, #footer #c1 li a:hover, #footer #c2 li a:hover {
  color: #ff0000;
}

#footer #c3 .f_sf_partner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
}

#footer #c3 .f_sf_partner img {
  margin-right: 35px;
}

#footer #c3 .f_sf_partner img:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  #header .top_header {
    padding: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 25px;
    max-width: 60px;
  }
  #footer #c3 .f_sf_partner {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (max-width: 639px) {
  #header {
    height: 62px;
  }
  #header .top_header {
    height: 62px;
  }
  #header .main_logo {
    margin-top: 7px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  #header {
    height: 75px;
  }
  #header .top_header {
    height: 75px;
  }
  #header .main_logo {
    margin-top: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
  }
  #header .block_1 {
    right: 225px;
    top: 32px;
    border: 0;
  }
  #header .main_logo {
    margin-top: 11px;
  }
  #footer #c3 .f_sf_partner {
    margin-top: 20px;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 15px;
    max-width: 45px;
  }
  .form_wrapper .full_width_space {
    margin: 18px 15px 16px;
  }
  .form_wrapper .q:not(.full_width) {
    padding: 0 15px !important;
  }
  .form_wrapper .outside_container {
    padding: 0px 15px 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #header .main_logo {
    margin-top: 12px;
  }
  #header {
    height: 92px;
  }
  #header .top_header {
    height: 92px;
  }
  #header .block_3 {
    top: 12px;
    width: 170px;
  }
  #header .block_1 {
    right: 225px;
    top: 26px;
    border: 0;
  }
  #footer #c3 .f_sf_partner img {
    margin-right: 30px;
    max-width: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1366px) {
  #header .top_header {
    padding-right: 260px;
  }
  #header .block_1 {
    right: 110px;
    padding-left: 20px;
  }
  #header .block_3 {
    width: 66px;
    right: 25px;
    padding: 0;
  }
  #header .navbar {
    margin: -18px 5px 0 0;
  }
  #header .navbar .navbar-nav>li {
    margin-left: 15px;
  }
}

@media (min-width: 1367px) and (max-width: 1680px) {
  #header .navbar .navbar-nav>li {
    margin-left: 25px;
  }
  #header .block_1 {
    right: 195px;
  }
  #header .navbar {
    margin: -18px 0px 0 0;
  }
}

@media (min-width: 1200px) {
  #footer {
    padding-bottom: 35px;
    padding-top: 28px;
  }
  #footer #c1 {
    padding-top: 14px;
    width: 274px;
  }
  #footer #c2 {
    padding-top: 14px;
    width: 201px;
  }
  #footer #addrr {
    padding-top: 14px;
  }
  #footer #c3 .f_phone {
    font-size: 25px;
  }
  #footer ul li {
    margin: 0 0 11px 0;
  }
}

@media (min-width: 1367px) {
  #header .container {
    width: 1340px;
  }
}

@media (min-width: 1681px) {
  #header .container {
    padding-left: 40px;
    padding-right: 40px;
    width: 1672px;
  }
  #footer .container {
    padding: 0 12px 0 15px;
  }
}

.inner_banner_bg.home_banner .home_banner_content {
  margin-top: 148px;
}

.inner_banner_bg.home_banner .home_banner_content h2 {
  font-size: 55px;
  line-height: 63px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  font-family: 'Replica Std Light';
  max-width: 700px;
  margin: 0 auto;
}

.inner_banner_bg.home_banner .home_banner_content h2 strong {
  font-family: 'Replica Std Bold';
}

.orange_block.bottom_banner_outer {
  background: #fff !important;
  padding: 21px 0;
}

.orange_block.bottom_banner_outer p {
  font-size: 28px;
  line-height: 36px;
  color: #323232;
  font-weight: 300;
  text-align: center;
  font-family: 'Replica Std Light';
}

.three_boxes_top.three_box_outer {
  background: rgb(245, 245, 245);
  background: linear-gradient(180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 71px 0 88px;
}

.three_boxes_top.three_box_outer h1 {
  margin: 0 0 26px 0px;
  font-family: 'Replica Std Light';
  font-weight: 300;
}

.three_boxes_top.three_box_outer p {
  font-size: 18px !important;
  text-align: center;
}

.three_boxes_top.three_box_outer .col-lg-6 {
  margin-top: 48px;
}

.three_boxes_top.three_box_outer .white_box {
  border-radius: 8px;
  text-align: left;
  background: #fff;
  max-width: 361px;
  margin: 0 auto;
  min-height: 435px;
  padding: 49px 37px 20px 29px !important;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
  display: block;
}

.three_boxes_top.three_box_outer .white_box .wdbtn {
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
  left: 32px;
  bottom: 43px !important;
  right: auto !important;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: #323232;
  border: 1px solid #323232;
  width: 167px;
  font-size: 14px;
}

.three_boxes_top.three_box_outer .white_box .wdbtn:hover {
  background: #323232 !important;
  color: #fff !important;
}

.three_boxes_top.three_box_outer .white_box .white_top {
  display: block !important;
  margin-bottom: 40px;
}

.three_boxes_top.three_box_outer .white_box .white_top img {
  float: none !important;
  display: block !important;
  max-width: 100%;
  height: auto;
}

.three_boxes_top.three_box_outer .white_box .white_inner {
  float: none;
  display: block;
}

.three_boxes_top.three_box_outer .white_box .white_inner p {
  font-size: 17px !important;
  line-height: 22px;
  color: #323232 !important;
  font-family: 'Replica Std Regular';
  font-weight: 400;
  text-align: left;
}

.three_boxes_top.three_box_outer .white_box h2 {
  font-size: 30px !important;
  line-height: 36px !important;
  color: #323232 !important;
  font-family: 'Replica Std Regular';
  font-weight: 400;
  text-align: left !important;
  display: block !important;
  margin: 23px 0 !important;
  padding-right: 10px;
}

.three_boxes_top.three_box_outer .secound .white_box h2 {
  margin: 16px 0 24px !important;
}

.three_boxes_top.three_box_outer .last .white_box h2 {
  margin: 5px 0 24px !important;
}

.three_boxes_top.three_box_outer .first .white_box {
  border-top: 8px solid #ff0000;
}

.three_boxes_top.three_box_outer .secound .white_box {
  border-top: 8px solid #ff0000;
}

.three_boxes_top.three_box_outer .last .white_box {
  border-top: 8px solid #ff0000;
}

.home_video_outer h2 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: 'Replica Std Light';
  float: left;
  width: 67%;
}

.home_video_outer .video {
  padding-top: 32px;
}

.home_video_outer .video>div:first-child .inner {
  overflow: hidden;
  padding-bottom: 18px;
}

.home_video_outer .video_logo {
  border-left: 2px solid #d2d2d2;
  float: left;
  width: 33%;
  padding-left: 19px;
  margin-top: 21px;
}

.home_video_outer .video_logo img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
  height: auto;
}

.home_video_outer .sidebar_form_outer {
  padding-top: 19px;
  padding-bottom: 57px;
}

.lavabox_insights.insights_outer {
  padding: 59px 0;
}

.lavabox_insights.insights_outer h1 {
  margin: 0 0 42px 15px;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap .thumbnail {
  height: 203px;
}

.lavabox_insights.insights_outer .content-sbBlog-wrap .thumbnail img {
  object-fit: cover;
  height: 100%;
}

.lavabox_insights.insights_outer .content-sbBlog-post {
  padding: 16px 25px;
}

.inner_banner .inner_banner_content h2 {
  font-size: 34px !important;
  line-height: 43px;
  font-weight: 300;
  margin: 0;
}

.inner_banner .inner_banner_bg .container {
  padding: 0;
  position: relative;
  height: 100%;
}

.inner_banner .inner_banner_bg {
  background-position: center;
}

.inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.inner_banner .inner_banner_bg.integarion_banner .inner_banner_image img {
  max-width: 100%;
  height: auto;
}

.inner_banner .inner_banner_bg.integarion_banner {
  background-image: url("integration-banner.jpg");
}

.inner_banner .inner_banner_content {
  margin-top: 0px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}

.inner_banner .inner_banner_content h1 {
  font-size: 45px !important;
  line-height: 53px;
  font-family: 'Replica Std Light';
  font-weight: 300;
  margin-bottom: 20px;
}

.inner_banner_content_mob {
  display: none !important;
}

.btm_cont .left_bottom {
  padding-left: 17px;
  padding-top: 52px;
}

.btm_cont .about_bottom {
  border-top: 0;
}

.btm_cont .left_bottom p {
  font-size: 40px;
  line-height: 45px;
  color: #ff0000;
  font-family: 'Replica Std Light';
  line-height: 40px;
}

.btm_cont .home_ph {
  font-size: 35px;
  line-height: 55px;
  margin-top: 37px;
  color: #6f6f6f;
  font-family: 'Replica Std Light';
}

.btm_cont .home_request {
  font-size: 35px;
  line-height: 55px;
  margin-top: 37px;
  color: #6f6f6f;
  font-family: 'Replica Std Light';
}

.btm_cont .request {
  width: 59px;
  margin-right: 10px;
  float: left;
}

.btm_cont .home_request a {
  color: #6f6f6f;
}

.btm_cont .ph_icon2 {
  width: 59px;
  margin-right: 10px;
  float: left;
}

.btm_cont .home_ph a {
  color: #6f6f6f;
}

.lavabox_career.commercial_services_outer {
  background: rgb(245, 245, 245);
  background: linear-gradient( 180deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 45px 0;
}

.lavabox_career.commercial_services_outer h1 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: "Replica Std Light";
  text-align: center;
  margin-bottom: 53px;
}

.lavabox_career.commercial_services_outer h2 {
  font-size: 26px;
  line-height: 32px;
  color: #323232;
  font-family: "Replica Std Regular";
  font-weight: 400;
  text-align: left !important;
  margin-bottom: 23px;
}

.lavabox_career.commercial_services_outer .lava_career_help td:last-child {
  padding-left: 0;
}

.lavabox_career.commercial_services_outer .lava_career_help p {
  font-size: 17px;
  color: #323232;
  line-height: 22px;
}

.lavabox_career.commercial_services_outer .commercial_item_outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lavabox_career.commercial_services_outer .commercial_item_outer .service_btn {
  display: block;
  text-align: center;
  margin: 34px 0 0;
  left: 32px;
  bottom: 43px !important;
  right: auto !important;
  height: 42px;
  line-height: 42px;
  background: #fff;
  color: #323232;
  border: 1px solid #323232;
  width: 167px;
  font-size: 14px;
  text-transform: uppercase;
}

.lavabox_career.commercial_services_outer .commercial_item_outer .service_btn:hover {
  background: #323232;
  color: #fff;
}

.lavabox_career.commercial_services_outer .lava_career_help {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, .2);
  height: auto;
  border-top: 8px solid #ff0000;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 349px;
  margin: 0 0 41px;
  padding: 34px 37px 37px 29px;
}

.lavabox_career.commercial_services_outer .lava_career_help>div:first-child .inner {
  height: 96px;
  line-height: 96px;
  vertical-align: bottom;
  text-align: center;
}

.lavabox_career.commercial_services_outer .lava_career_help>div:first-child .inner p {
  display: inline-block;
  vertical-align: bottom;
}

.transformation_content_outer {
  background: #fff;
  padding: 65px 0 30px;
}

.transformation_content_outer p {
  font-size: 23px;
  line-height: 33px;
  color: #323232;
  margin-bottom: 24px;
}

.transformation_services_outer {
  padding: 17px 0 65px;
}

.transformation_services_outer .transformation_item_outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.transformation_services_outer .transformation_item_outer .transformation_item_inner {
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 1px 4px 30px rgba(0, 0, 0, .2);
  height: auto;
  border-top: 8px solid #23072d;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 263px;
  margin: 0 0 20px;
  padding: 27px 18px 26px 22px;
}

.transformation_services_outer .transformation_item_outer .transformation_item_inner h2 {
  font-size: 25px;
  line-height: 30px;
  color: #ff0000;
  font-family: 'Replica Std Regular';
  font-weight: 400;
  margin: 0 0 19px 0;
}

.transformation_services_outer .transformation_item_outer .transformation_item_inner p {
  color: #323232;
  font-size: 17px;
  line-height: 22px;
  font-family: 'Replica Std Regular';
  font-weight: 400;
}

.lava_box_outer {
  background-image: url("framework-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  padding: 61px 0;
}

.lava_box_outer h2 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: "Replica Std Light";
  text-align: center;
  margin-bottom: 19px;
}

.lava_box_outer p {
  font-size: 23px;
  line-height: 33px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Replica Std Regular";
  text-align: center;
}

.lava_box_outer img {
  display: block;
  margin: 34px auto 0 !important;
  float: none !important;
  max-width: 100%;
  height: auto;
}

.framework-wrapper {
  padding: 40px 0 63px;
}

.framework-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: "Replica Std Light";
  text-align: center;
  margin-bottom: 23px;
}

.framework-wrapper p {
  font-size: 23px;
  line-height: 33px;
  color: #323232;
  font-weight: 400;
  font-family: "Replica Std Regular";
  text-align: center;
}

.framework-outer {
  padding-top: 39px;
}

.framework-outer .framework-detail .side-img img {
  box-shadow: 7.388px 9.456px 8px rgba(2, 3, 2, 0.15);
  border-radius: 8px;
  position: relative;
}

.framework-outer .framework-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 19px;
  align-items: center;
  background-color: #f5f5f5;
}

.framework-outer .framework-detail .side-img {
  -ms-flex: 0 0 208px;
  flex: 0 0 208px;
  max-width: 208px;
}

.framework-outer .framework-detail .side_content {
  border-radius: 0 15px 15px 0;
  background-color: #f5f5f5;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 21px 40px 10px 36px;
}

.framework-outer .framework-detail .side_content p {
  font-size: 18px;
  line-height: 25px;
  color: #323232;
  font-weight: 400;
  font-family: "Replica Std Regular";
  text-align: left;
}

@media (min-width: 1200px) {
  .orange_block.bottom_banner_outer .container {
    width: 1040px;
  }
  .three_boxes_top.three_box_outer .container {
    width: 915px;
  }
  .btm_top {
    background: #f5f5f5;
    background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 60%, #e9e9e9 60%, #e9e9e9 60%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9', GradientType=1);
    padding: 0px 0px 50px;
    margin-top: -20px;
  }
  .btm_cont .about_bottom {
    margin-top: 29px;
    margin-right: 10px;
    padding-top: 25px;
  }
  .btm_cont .left_bottom p {
    font-size: 40px;
    color: #ff0000;
    font-family: 'Replica Std Light';
    line-height: 48px;
  }
  .btm_cont .home_ph {
    font-size: 35px;
    line-height: 55px;
    margin-top: 47px;
    color: #6f6f6f;
    font-family: 'Replica Std Light';
  }
  .btm_cont .home_request {
    font-size: 35px;
    line-height: 55px;
    margin-top: 20px;
    color: #6f6f6f;
    font-family: 'Replica Std Light';
  }
  .transformation_content_outer .container {
    width: 1018px;
  }
  .framework-wrapper .container {
    width: 978px;
  }
}

@media (min-width: 1367px) {
  .btm_top .container {
    width: 1260px;
  }
  .btm_top .container .call {
    width: 62.666667%;
  }
  .btm_top .container .form {
    width: 37.333333%;
  }
  .btm_top .container .form .form_wrapper {
    float: left;
    margin-left: 25px;
    margin-top: 52px;
  }
}

@media (min-width: 1550px) {
  .btm_top {
    background: #f5f5f5;
    background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 57%, #e9e9e9 57%, #e9e9e9 57%, #e9e9e9 60%, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e9e9e9', GradientType=1);
  }
}

@media (max-width: 991px) {
  .btm_cont .left_bottom p {
    text-align: center;
  }
  .btm_cont .home_ph {
    background: none;
    height: auto;
    padding: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .inner_banner_bg.home_banner .home_banner_content h2 {
    font-size: 35px !important;
    line-height: 38px;
  }
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 75px;
  }
  .orange_block.bottom_banner_outer {
    padding: 0;
  }
  .orange_block.bottom_banner_outer p {
    font-size: 24px;
    line-height: 34px;
  }
  .three_boxes_top .col-lg-4 {
    display: block !important;
    margin: 0 auto;
  }
  .three_boxes_top.three_box_outer .white_box .white_top img {
    margin: 0 auto !important;
  }
  .three_boxes_top.three_box_outer .white_box {
    text-align: center;
  }
  .three_boxes_top.three_box_outer .white_box h2 {
    text-align: center !important;
    padding-right: 0;
  }
  .three_boxes_top.three_box_outer .col-lg-4 .white_box h2 {
    margin: 20px 0 15px !important;
  }
  .three_boxes_top.three_box_outer .white_box {
    min-height: auto;
    padding: 25px 20px 25px !important;
    max-width: 315px;
  }
  .three_boxes_top.three_box_outer .col-lg-6 {
    margin-top: 30px;
    padding: 0;
  }
  .three_boxes_top.three_box_outer .col-lg-6.first {
    padding-top: 10px;
  }
  .three_boxes_top.three_box_outer .white_box .white_top {
    margin-bottom: 10px;
  }
  .three_boxes_top.three_box_outer .white_box .wdbtn {
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 35px !important;
  }
  .home_video_outer .video_logo {
    width: 20%;
    padding-left: 8px;
    margin-top: 31px;
    text-align: left;
  }
  .home_video_outer .sidebar_form_outer {
    padding-bottom: 40px !important;
  }
  .lavabox_insights.insights_outer {
    padding: 40px 0;
  }
  .lavabox_insights.insights_outer h1 {
    margin: 0 0 20px 15px;
  }
  .home_video_outer h2 {
    font-size: 30px;
    line-height: 34px;
    text-align: left;
    width: 80%;
  }
  .inner_banner .inner_banner_bg .container {
    padding: 0 15px;
  }
  .three_boxes_top.three_box_outer h1 {
    font-size: 36px;
  }
  .three_boxes_top.three_box_outer {
    padding: 40px 0;
  }
  .btm_cont .left_bottom {
    margin-top: 0;
  }
  .btm_cont .home_ph, .btm_cont .home_request {
    font-size: 26px;
    margin-top: 22px !important;
  }
  .lavabox_career.commercial_services_outer h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .lavabox_career.commercial_services_outer {
    padding: 35px 0 10px;
  }
  .lavabox_career.commercial_services_outer .lava_career_help {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 330px;
    margin: 0 0 30px;
    padding: 25px 20px;
  }
  .lavabox_career.commercial_services_outer .commercial_item_outer .service_btn {
    margin: 20px 0 0;
  }
  .lavabox_career.commercial_services_outer h2 {
    margin-bottom: 15px;
  }
  .lavabox_career.commercial_services_outer h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .transformation_content_outer p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .transformation_content_outer {
    padding: 40px 0 15px;
  }
  .transformation_services_outer {
    padding: 15px 0 20px;
  }
  .transformation_services_outer .transformation_item_outer .transformation_item_inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 300px;
    margin: 0 15px 20px;
    padding: 27px 18px 26px 22px;
  }
  .transformation_services_outer .transformation_item_outer {
    justify-content: center;
  }
  .lava_box_outer h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .lava_box_outer p br {
    display: none;
  }
  .lava_box_outer p {
    font-size: 20px;
    line-height: 30px;
  }
  .lava_box_outer {
    display: none !important;
    padding: 30px 0;
  }
  .framework-outer .framework-detail {
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
  }
  .framework-outer .framework-detail .side_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 20px 15px;
    border-radius: 0;
  }
  .framework-outer .framework-detail .side-img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 20px;
  }
  .framework-outer .framework-detail .side_content p {
    text-align: left;
  }
  .framework-wrapper {
    padding: 15px 0 20px;
  }
  .framework-wrapper h2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .inner_banner .inner_banner_content h2 br {
    display: none;
  }
  #footer #c3 {
    width: 100%;
    text-align: left;
  }
  #footer #c3 .f_social {
    display: none;
  }
  .inner_banner .inner_banner_content h1 br {
    display: none;
  }
  .lavabox_career.commercial_services_outer .commercial_item_outer {
    justify-content: center;
  }
}

@media only screen and (max-width: 479px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 26px;
  }
  .inner_banner_bg.home_banner .home_banner_content h2 {
    max-width: 350px;
  }
  .inner_banner .inner_banner_content {
    left: 10px;
    width: 48% !important;
    display: block;
    padding: 10px 5px 5px 0px;
  }
  .inner_banner .inner_banner_content h2 {
    font-size: 17px !important;
    line-height: 20px;
    font-weight: 300;
    margin-right: 0;
    width: 100%;
  }
  .inner_banner .inner_banner_content h2 br {
    display: none;
  }
  .inner_banner .inner_banner_content h1 {
    font-size: 19px !important;
    line-height: 28px;
    margin-bottom: 0;
  }
  .inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
    width: 50%;
    max-width: 242px;
    right: 0;
  }
}

@media (min-width: 480px) and (max-width: 609px) {
  .inner_banner .inner_banner_content {
    left: 15px;
    width: 52% !important;
    display: block;
    padding: 20px 20px 25px 0px;
  }
  .inner_banner .inner_banner_content h2 {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 300;
    margin-right: 0;
    width: 100%;
  }
  .inner_banner .inner_banner_content h1 {
    font-size: 24px !important;
    line-height: 32px;
    margin-bottom: 0;
  }
  .inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
    right: 0;
    width: 51%;
    max-width: 335px;
  }
}

@media (min-width: 610px) and (max-width: 767px) {
  .inner_banner .inner_banner_content {
    left: 15px;
    width: 48% !important;
    display: block;
  }
  .inner_banner .inner_banner_content h2 {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 300;
    margin-right: 0;
    width: 100%;
  }
  .lavabox_career.commercial_services_outer .lava_career_help {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 280px;
    margin: 0 10px 30px;
    padding: 25px 15px 25px 15px;
  }
  .inner_banner .inner_banner_content h1 {
    font-size: 26px !important;
    line-height: 36px;
    margin-bottom: 0;
  }
  .inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
    right: 20px;
    width: 51%;
    max-width: 335px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 75px;
  }
  .orange_block.bottom_banner_outer {
    padding: 10px 0;
  }
  .orange_block.bottom_banner_outer p {
    font-size: 26px;
    line-height: 34px;
  }
  .three_boxes_top .col-lg-4 {
    max-width: 350px;
    margin: 0 3px !important;
  }
  .lavabox_insights.insights_outer h1 {
    margin: 0 0 30px 15px;
  }
  .inner_banner .inner_banner_content {
    width: 380px !important;
  }
  .inner_banner .inner_banner_content h2 {
    font-size: 23px !important;
    line-height: 30px;
  }
  .three_boxes_top.three_box_outer .col-lg-6 {
    margin-top: 35px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .three_boxes_top.three_box_outer {
    padding: 50px 0;
  }
  .three_boxes_top.three_box_outer .white_box {
    padding: 30px 30px 20px !important;
  }
  .three_boxes_top.three_box_outer .white_box .white_top {
    margin-bottom: 10px;
  }
  .btm_cont .left_bottom {
    margin-top: 0;
  }
  .lavabox_career.commercial_services_outer .lava_career_help {
    max-width: 230px;
    margin: 0 0 30px;
    padding: 20px 15px 20px;
  }
  .lavabox_career.commercial_services_outer .lava_career_help img {
    width: auto;
    max-height: 60px;
  }
  .lavabox_career.commercial_services_outer .lava_career_help>div:first-child .inner {
    height: 65px;
    line-height: 65px;
  }
  .lavabox_career.commercial_services_outer h2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 18px;
  }
  .lavabox_career.commercial_services_outer .lava_career_help p {
    font-size: 16px;
  }
  .lavabox_career.commercial_services_outer .commercial_item_outer .service_btn {
    margin: 20px 0 0;
  }
  .lavabox_career.commercial_services_outer h1 {
    margin-bottom: 40px;
  }
  .lavabox_career.commercial_services_outer {
    padding: 45px 0 25px;
  }
  .inner_banner .inner_banner_content h1 {
    font-size: 36px !important;
    line-height: 42px;
    margin-bottom: 0;
  }
  .transformation_services_outer .transformation_item_outer .transformation_item_inner {
    max-width: 340px;
    margin: 0 0 30px;
    padding: 27px 18px 26px 22px;
  }
  .transformation_content_outer p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .transformation_content_outer {
    padding: 45px 0 15px;
  }
  .transformation_services_outer {
    padding: 15px 0 20px;
  }
  .lava_box_outer {
    padding: 30px 0;
  }
  .framework-wrapper {
    padding: 40px 0 20px;
  }
  .framework-outer .framework-detail .side_content {
    padding: 15px 30px;
  }
  .framework-outer .framework-detail .side_content p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
  }
  .inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
    position: absolute;
    right: 20px;
    width: 390px;
    top: 50%;
    transform: translate(0, -50%);
  }
}

@media (max-width: 991px) {
  .btm_cont .left_bottom p {
    text-align: center;
  }
  .btm_cont .home_ph, .btm_cont .home_request {
    background: none;
    height: auto;
    padding: 0;
    margin-left: 0;
    text-align: center;
  }
  .btm_cont .ph_icon2, .btm_cont .request {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .btm_cont .ph_icon2 img, .btm_cont .request img {
    float: none !important;
    margin: 0 !important;
  }
  .btm_top .container .form .form_wrapper {
    float: none;
    display: block;
    margin: 40px auto;
    background: #fff;
    padding: 0 !important;
  }
  .btm_top {
    background: #f5f5f5;
  }
  .btm_cont .left_bottom p {
    font-size: 30px;
    line-height: 30px;
  }
  .btm_cont .left_bottom p br {
    display: none !important;
  }
  .btm_cont .left_bottom {
    padding-left: 0;
  }
  .form_wrapper .q .top_question {
    left: 28px;
    top: 8px;
  }
  .framework-wrapper p br {
    display: none;
  }
  .framework-wrapper p {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
  .framework-outer .framework-detail .side_content p {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .inner_banner_bg.home_banner .home_banner_content {
    margin-top: 85px;
  }
  .three_boxes_top.three_box_outer .white_box {
    min-height: 375px;
  }
  .inner_banner .inner_banner_content {
    width: 475px !important;
  }
  .inner_banner .inner_banner_content h2 {
    font-size: 28px !important;
    line-height: 36px;
  }
  .three_boxes_top.three_box_outer .col-lg-6 {
    margin-top: 35px;
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .three_boxes_top.three_box_outer {
    padding: 50px 0;
  }
  .three_boxes_top.three_box_outer .white_box {
    padding: 30px 30px 20px !important;
  }
  .three_boxes_top.three_box_outer .white_box .white_top {
    margin-bottom: 10px;
  }
  .btm_cont .left_bottom {
    margin-top: 0;
  }
  .btm_cont .left_bottom p {
    font-size: 34px;
    line-height: 34px;
  }
  .btm_top .container .form .form_wrapper {
    margin: 40px 0;
  }
  .btm_top {
    background: #f5f5f5;
  }
  .btm_cont .left_bottom {
    padding-left: 0;
  }
  .lavabox_career.commercial_services_outer .lava_career_help {
    max-width: 300px;
    margin: 0 0 30px;
    padding: 28px 20px 30px;
  }
  .transformation_services_outer .transformation_item_outer .transformation_item_inner {
    max-width: 222px;
    margin: 0 0 20px;
    padding: 20px 15px 25px 15px;
  }
  .transformation_services_outer .transformation_item_outer .transformation_item_inner h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  .transformation_content_outer p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .transformation_content_outer {
    padding: 50px 0 25px;
  }
  .transformation_services_outer {
    padding: 15px 0 40px;
  }
  .inner_banner .inner_banner_bg.integarion_banner .inner_banner_image {
    right: 20px;
    width: 445px;
  }
}

@media (max-width: 360px) {
  .form_wrapper {
    width: 100% !important;
  }
}

#footer #c1 ul li.unclick>a {
  color: #fff !important;
  cursor: default !important;
}

.transformation-programmes-wrapper .transformation-programmes-outer {
  background: #f5f5f5;
  background: -moz-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(bottom, #f5f5f5 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%);
  padding: 72px 0 57px;
}

.transformation-programmes-wrapper .transformation_side_wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_img {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 48%;
  padding-right: 15px;
}

.transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content {
  -ms-flex: 0 0 52%;
  flex: 0 0 52%;
  max-width: 52%;
  padding-left: 24px;
  padding-right: 15px;
}

.transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content h2 {
  font-size: 25px;
  color: #ff0000;
  font-family: 'Replica Std Regular';
  font-weight: 400;
  margin: 0 0 22px;
}

.transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content p {
  font-size: 18px;
  color: #323232;
  font-family: 'Replica Std Regular';
  line-height: 24px;
  margin-bottom: 12px;
}

.ov_wrap.transformation_additional_content {
  padding-top: 21px;
}

.ov_wrap.transformation_additional_content .grey_box5 {
  background: #f5f5f5;
  padding: 15px 15px 15px 27px;
  margin-bottom: 6px;
  min-height: 78px;
  display: flex;
  align-items: center;
}

.ov_wrap.transformation_additional_content .grey_box5::before {
  content: "";
  width: 9px;
  background: #ff781e;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.ov_wrap.transformation_additional_content .grey_box5:nth-child(2)::before {
  background: #d61eaa;
}

.ov_wrap.transformation_additional_content .grey_box5:nth-child(3)::before {
  background: #8700aa;
}

.ov_wrap.transformation_additional_content .grey_box5:nth-child(4)::before {
  background: #006eff;
}

.ov_wrap.transformation_additional_content .grey_box5:nth-child(5)::before {
  background: #00aaff;
}

.ov_wrap.transformation_additional_content .grey_box5 .ov_txt p {
  margin: 0;
}

.ov_wrap.transformation_additional_content .grey_box5 .ov_txt p b, .ov_wrap.transformation_additional_content .grey_box5 .ov_txt p strong {
  font-family: 'Replica Std Bold';
}

.transformation-process-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("process-background.jpg");
  padding: 95px 0 39px;
}

.transformation-process-wrapper h2 {
  color: #ff0000;
  font-size: 40px;
  text-transform: none;
  margin-bottom: 56px;
  margin-top: 0;
  font-family: 'Replica Std Light';
  text-align: center;
}

.transformation-process-wrapper ul.process-items-outer {
  counter-reset: section;
  padding-left: 97px;
}

.transformation-process-wrapper ul.process-items-outer li {
  border-bottom: 2px solid #533d5a;
  position: relative;
  list-style: none;
  padding: 20px 0 33px;
  margin-bottom: 22px;
}

.transformation-process-wrapper ul.process-items-outer li::before {
  counter-increment: section;
  content: counter(section);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #006eff;
  text-align: center;
  font-size: 25px;
  font-family: 'Replica Std Regular';
  color: #fff;
  position: absolute;
  left: -96px;
  z-index: 2;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.transformation-process-wrapper ul.process-items-outer li:last-child::after {
  display: none !important;
}

.transformation-process-wrapper ul.process-items-outer li:nth-child(2)::before {
  background: #8800aa;
}

.transformation-process-wrapper ul.process-items-outer li:nth-child(3)::before {
  background: #ff781e;
}

.transformation-process-wrapper ul.process-items-outer li:nth-child(4)::before {
  background: #ff0000;
}

.transformation-process-wrapper ul.process-items-outer li::after {
  content: "";
  width: 18px;
  bottom: -5px;
  position: absolute;
  left: -71px;
  top: 48px;
  z-index: 1;
  position: absolute;
  background: #594461;
  background: -moz-linear-gradient(bottom, #594461 0%, #533d5a 44%, rgba(62, 38, 71, .1) 100%);
  background: -webkit-linear-gradient(bottom, #594461 0%, #533d5a 44%, rgba(62, 38, 71, .1) 100%);
  background: linear-gradient(to bottom, #594461 0%, #533d5a 44%, rgba(62, 38, 71, .1) 100%);
}

.transformation-process-wrapper ul.process-items-outer li h3 {
  color: #fff;
  font-family: 'Replica Std Bold';
  font-size: 25px;
  margin-bottom: 17px;
  margin-top: 0;
}

.transformation-process-wrapper ul.process-items-outer li p {
  color: #fff;
  font-family: 'Replica Std Regular';
  font-size: 18px;
}

.facilitator_wrapper {
  padding: 73px 0 85px;
}

.facilitator_wrapper .facilitator_section_outer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer {
  -ms-flex: 0 0 63.2%;
  flex: 0 0 63.2%;
  max-width: 63.2%;
  padding-left: 175px;
  position: relative;
  padding-right: 80px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 30px;
  width: 2px;
  background: #dedede;
  bottom: 0;
  z-index: 1;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 36.8%;
  padding: 5px 0 0 44px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer h3 {
  margin-bottom: 53px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_content_inner {
  margin-bottom: 34px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
  position: absolute;
  left: -14px;
  top: 107px;
  z-index: 1;
  width: 165px;
  height: 165px;
  overflow: hidden;
  border-radius: 50%;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitator_wrapper .facilitator_section_outer h2 {
  font-size: 40px;
  line-height: 48px;
  color: #ff0000;
  font-weight: 300;
  font-family: "Replica Std Light";
  margin-bottom: 36px;
}

.facilitator_wrapper .facilitator_section_outer h3 {
  color: #787878;
  font-family: 'Replica Std Bold';
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 13px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer p {
  color: #323232;
  font-family: 'Replica Std Regular';
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer p {
  color: #787878;
  font-family: 'Replica Std Regular';
  font-weight: normal;
  font-size: 18px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_content_inner p {
  color: #787878;
  font-weight: 300;
  font-family: "Replica Std Light";
  font-size: 26px;
  line-height: 32px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_bottom_outer .facilitator_bottom_inner h4 {
  color: #787878;
  font-weight: bold;
  font-family: "Replica Std Bold";
  font-size: 18px;
  margin-bottom: 0;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_bottom_outer {
  position: relative;
  min-height: 76px;
  padding-right: 75px;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_bottom_outer .facilitator_bottom_img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 72px;
  z-index: 1;
}

.transformation-programmes-wrapper img, .transformation-process-wrapper img, .facilitator_wrapper img {
  max-width: 100%;
  height: auto;
}

.form_wrapper .form_table input, .form_wrapper .form_table textarea {
  color: #6e6e6e;
  outline: 0 !important;
}

.form_wrapper .form_table select {
  border: none;
  color: #6e6e6e;
  margin: 1px 0;
  width: 100%;
  height: 36px;
  font-size: 15px;
  font-family: Verdana;
  padding: 6px 10px 4px 6px;
  font-weight: normal;
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("downicon-2.png") no-repeat;
  background-position: right;
  background-color: #f5f5f5;
}

.form_wrapper .form_table label {
  font-size: 15px;
  color: #6e6e6e !important;
}

.btm_top span.contact_left_bottom {
  display: block;
  font-size: 28px;
  color: #323232;
  font-family: 'Replica Std Light';
  font-weight: 300;
  padding-top: 20px;
  line-height: 36px;
}

.btm_top span.contact_left_bottom strong, .btm_top span.contact_left_bottom a {
  color: #323232;
  font-family: 'Replica Std Bold';
  font-weight: bold;
}

.btm_top span.contact_left_bottom a:hover {
  color: #ff0700;
}

.form_wrapper .full_width_space p {
  margin-left: 0;
  margin-right: 0;
}

.form_wrapper .outside_container .submit_button, .form_wrapper .outside_container .submit_button_small {
  color: #fff;
}

.facilitator_wrapper .facilitator_section_outer .facilitator_left_outer p+a img, .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer p+img {
  margin-top: 15px;
}

.form_wrapper .segment_header {
  position: relative;
}

@media (min-width:768px) {
  .transformation-process-wrapper .container {
    width: 614px;
  }
}

@media (max-width:767px) {
  .transformation-programmes-wrapper .transformation-programmes-outer {
    padding: 45px 0 33px;
  }
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
  .ov_txt {
    background: #f5f5f5;
  }
  .transformation-process-wrapper {
    padding: 45px 0px;
  }
  .transformation-process-wrapper h2, .facilitator_wrapper .facilitator_section_outer h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer h3 {
    margin-bottom: 20px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_content_inner p {
    font-size: 22px;
    line-height: 28px;
  }
  .facilitator_wrapper {
    padding: 45px 0;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer::before {
    display: none;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 25px 0 0 0;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
    position: relative;
    left: 0;
    top: 0;
  }
  .btm_top span.contact_left_bottom {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
  .btm_top span.contact_left_bottom br {
    display: none;
  }
  .transformation-process-wrapper ul.process-items-outer {
    padding-left: 70px;
  }
  .transformation-process-wrapper ul.process-items-outer li::before {
    width: 50px;
    height: 50px;
    font-size: 20px;
    left: -70px;
    top: 8px;
  }
  .transformation-process-wrapper ul.process-items-outer li::after {
    left: -52px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .transformation-programmes-wrapper .transformation-programmes-outer {
    padding: 45px 0;
  }
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 15px;
  }
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
  }
  .ov_txt {
    background: #f5f5f5;
  }
  .transformation-process-wrapper {
    padding: 45px 0px;
  }
  .transformation-process-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .facilitator_wrapper .facilitator_section_outer h2 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .facilitator_wrapper {
    padding: 45px 0;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 55%;
    padding-left: 15px;
    padding-right: 20px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 45%;
    padding: 0px 0 0 15px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
    position: relative;
    left: 0;
    top: 0;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer h3 {
    margin-bottom: 20px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_content_inner p {
    font-size: 22px;
    line-height: 28px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
    width: 140px;
    height: 140px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer:before {
    top: 22px;
  }
  .btm_top span.contact_left_bottom {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_img {
    padding-left: 15px;
    max-width: 32%;
  }
  .transformation-programmes-wrapper .transformation_side_wrapper .transformation_side_content {
    -ms-flex: 0 0 68%;
    flex: 0 0 68%;
    max-width: 68%;
    padding-left: 20px;
    padding-right: 15px;
  }
  .transformation-process-wrapper {
    padding: 70px 0 45px;
  }
  .facilitator_wrapper {
    padding: 60px 0 80px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer {
    padding-right: 25px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
    top: 100px;
    width: 155px;
    height: 155px;
  }
  .facilitator_wrapper .facilitator_section_outer h2 {
    margin-bottom: 25px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer {
    padding: 9px 0 0 25px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer h3 {
    margin-bottom: 35px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer .facilitator_content_inner p {
    font-size: 22px;
    line-height: 30px;
  }
  .btm_top span.contact_left_bottom {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (min-width:1200px) and (max-width:1366px) {
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer {
    padding-left: 180px;
    padding-right: 40px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_left_outer .facilitator_img {
    left: 0px;
    top: 100px;
  }
  .facilitator_wrapper .facilitator_section_outer h2 {
    margin-bottom: 30px;
  }
  .facilitator_wrapper .facilitator_section_outer .facilitator_right_outer h3 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1550px) {
  .btm_top {
    background: -moz-linear-gradient(left, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
    background: -webkit-linear-gradient(left, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
    background: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 58%, #e9e9e9 58%, #e9e9e9 58%, #e9e9e9 60%, #e9e9e9 100%);
  }
}

@media only screen and (max-width: 767px) {
  .inner_banner .inner_banner_bg.digital_alignment_banner {
    background-position: left 70% center;
    position: relative;
  }
  .inner_banner .inner_banner_bg.digital_alignment_banner:before {
    content: "";
    position: absolute;
    width: 52%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #23072d;
    opacity: .3;
    z-index: 1;
  }
}