@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
/************************************************************* variable ***************************************/
/**#0c9a09**/
/************************************************************* mixins ***************************************/
html,
body {
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
* {
  box-sizing: border-box;
}
*:focus,
*:active {
  outline: none !important;
}
a {
  text-decoration: none !important;
}
a:focus,
a:hover,
a:active {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
figure {
  margin: 0;
}
body,
html {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 400;
  border: none;
  min-width: 320px;
  margin: 0;
  padding: 0;
  background: #ffffff;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
input[type="text"],
input[type="email"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
::selection {
  background: #486BFF;
  color: #000000;
  text-shadow: none;
}
::-moz-selection {
  background: #486BFF;
  color: #000000;
  text-shadow: none;
}
::-webkit-selection {
  background: #486BFF;
  color: #000000;
  text-shadow: none;
}
[class^="icon"],
[class*="icon"] {
  font-family: 'icomoon';
  letter-spacing: 0;
  font-weight: normal;
  font-style: normal !important;
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}
.clear_none {
  clear: none !important;
}
.str_custom_container {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
.col-xs-8,
.col-xs-4,
.col-xs-4,
.col-xs-7,
.col-xs-5,
.col-xs-6 {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-7  {
  width: 58.3333333333%;
}
.col-xs-5  {
  width: 41.6666666667%;
}
header {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99999;
  box-shadow: 0 1px 20px -5px rgba(0, 0, 0, 0.5);
}
header .str_custom_container::before,
header .str_custom_container::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container::before,
header .str_custom_container::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .logo {
  width: auto;
  height: auto;
  float: left;
}
header .str_custom_container .logo a {
  width: 180px;
  height: 55px;
  display: block;
  margin: 22.5px 0;
}
header .str_custom_container .logo a svg {
  width: 100%;
  height: 100%;
  display: block;
}
header .str_custom_container .str_main_menu {
  width: auto;
  max-width: calc(100% - 180px);
  height: auto;
  float: right;
  text-align: right;
}
header .str_custom_container .str_main_menu::before,
header .str_custom_container .str_main_menu::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu::before,
header .str_custom_container .str_main_menu::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu .menu_wrapper {
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
}
header .str_custom_container .str_main_menu ul {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}
header .str_custom_container .str_main_menu ul::before,
header .str_custom_container .str_main_menu ul::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul::before,
header .str_custom_container .str_main_menu ul::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul li {
  width: auto;
  height: auto;
  float: left;
}
header .str_custom_container .str_main_menu ul li:not(:first-child) {
  margin-left: 60px;
}
header .str_custom_container .str_main_menu ul li a {
  width: auto;
  height: auto;
  padding: 40px 5px;
  display: block;
}
header .str_custom_container .str_main_menu ul li a span {
  font-family: 'Poppins', sans-serif;
  color: #080808;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
  position: relative;
}
header .str_custom_container .str_main_menu ul li a span::before {
  content: "";
  width: 0;
  height: 3px;
  background: #486BFF;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -5px;
  -webkit-transition: all 0.3s 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.3s ease-in-out;
}
header .str_custom_container .str_main_menu ul li:hover a span::before {
  width: 100%;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger {
  position: relative;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper {
  width: 535px;
  height: auto;
  display: block;
  position: absolute;
  left: -200px;
  top: 100%;
  padding-top: 10px;
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  pointer-events: none;
  -webkit-transition: all 0.3s 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.3s ease-in-out;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
  padding: 50px 15px;
  border-radius: 5px;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content::before,
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content::before,
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li {
  width: 50%;
  display: inline-block;
  float: left;
  margin: 0;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li:nth-last-child(1),
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li:nth-last-child(2) {
  padding-top: 30px;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a {
  padding: 10px;
  border-radius: 1px;
  transition: 0.3s background ease;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a:hover {
  background-color: #f1eff7;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a::before,
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a::before,
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a i {
  width: 49px;
  height: 49px;
  display: inline-block;
  float: left;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a i img {
  width: 100%;
  height: 100%;
  display: block;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper ul.drop_down_content li a p {
  width: calc(100% - 50px);
  height: auto;
  display: inline-block;
  float: left;
  padding-left: 15px;
  font-family: 'Poppins', sans-serif;
  color: #080808;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: left;
  margin: 5px 0 0;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper.small_width {
  width: 250px;
  height: auto;
  left: -80px;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper.small_width ul.drop_down_content li {
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
  float: none;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper.small_width ul.drop_down_content li a h3 {
  font-family: 'Poppins', sans-serif;
  color: #080808;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 0;
  width: 100%;
  height: auto;
  display: block;
  text-align: left;
  position: relative;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger .drop_down_child_wrapper.small_width ul.drop_down_content li:not(:first-child) {
  padding-top: 30px;
}
header .str_custom_container .str_main_menu ul li.drop_down_trigger:hover .drop_down_child_wrapper {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn {
  width: auto;
  height: auto;
  float: right;
  margin-left: 65px;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn::before,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn::before,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn::after {
  content: '';
  display: table;
  clear: both;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn {
  float: left;
  margin: 19px 0;
  width: 150px;
  height: 60px;
  display: inline-block;
  border: 1px solid #486BFF;
  border-radius: 5px;
  -wenkit-border-radius: 5px;
  transition: 0.3s background ease;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn:not(:first-child) {
  margin-left: 40px;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn span {
  text-transform: uppercase !important;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #486BFF;
  font-size: 17px;
  line-height: 58px;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
  text-align: center;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn.btn-fill {
  background: #486BFF;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn.btn-fill span {
  color: #ffffff;
}
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn.btn-empty {
  background: transparent;
}
.content_wrapper {
  margin-top: 100px;
  width: 100%;
  height: auto;
  display: block;
}
.content_wrapper .btn {
  padding: 20px 44px;
  width: auto;
  height: auto;
  display: inline-block;
  border: 1px solid #486BFF;
  border-radius: 5px;
  -wenkit-border-radius: 5px;
  transition: 0.3s background ease;
}
.content_wrapper .btn:hover,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn:hover {
  border-color: #3655d8;
}
.content_wrapper .btn:hover span,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn:hover span {
  color: #3655d8;
}
.content_wrapper .btn span {
  font-family: 'Poppins', sans-serif;
  color: #486BFF;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
  text-align: center;
}
.content_wrapper .btn.btn-fill {
  background: #486BFF;
}
.content_wrapper .btn.btn-fill:hover,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn.btn-fill:hover {
  background: #3655d8;
}

.content_wrapper .btn.btn-fill span,
header .str_custom_container .str_main_menu .sign_in_sign_up_btn .btn.btn-fill:hover span {
  color: #ffffff;
}
.content_wrapper .btn.btn-empty {
  background: transparent;
}
.content_wrapper .home_banner {
  width: 100%;
  height: 625px;
  display: block;
  position: relative;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4eeff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4eeff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e4eeff 100%);
}

.content_wrapper .home_banner .str_custom_container {
  position: relative;
  height: 100%;
}
.content_wrapper .home_banner .banner_content {
  height: auto;
  display: block;
}
.content_wrapper .home_banner h1 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px;
}
.content_wrapper .home_banner p {
  width: 100%;
  height: auto;
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #486BFF;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 600;
  margin: 0 0 30px;
}
.content_wrapper .home_banner .banner_action {
  width: 100%;
  height: auto;
  display: block;
}
.content_wrapper .home_banner .banner_action::before,
.content_wrapper .home_banner .banner_action::after {
  content: '';
  display: table;
  clear: both;
}
.content_wrapper .home_banner .banner_action::before,
.content_wrapper .home_banner .banner_action::after {
  content: '';
  display: table;
  clear: both;
}
.content_wrapper .home_banner .banner_action .btn {
  float: left;
}
.content_wrapper .home_banner .banner_action .btn:last-child {
  margin-left: 60px;
}
.content_wrapper .home_banner .floating_image {
  height: auto;
  display: block;
}
.content_wrapper .home_banner .floating_image img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
/***BRAND LIST*****/
.str_brand_wrapper {
  width: 100%;
  height: auto;
  display: block;
  padding: 80px 0 100px;
  background: #ffffff;
}
.str_brand_wrapper h2 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 45px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 700;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 100px;
}
.str_brand_wrapper .brand_list {
  width: 100%;
  height: auto;
  display: block;
}
.str_brand_wrapper .brand_list::before,
.str_brand_wrapper .brand_list::after {
  content: '';
  display: table;
  clear: both;
}
.str_brand_wrapper .brand_list::before,
.str_brand_wrapper .brand_list::after {
  content: '';
  display: table;
  clear: both;
}
.str_brand_wrapper .brand_list li {
  width: calc(100% / 6);
  height: 107px;
  display: inline-block;
  float: left;
  margin: 0 0 40px;
}
.str_brand_wrapper .brand_list li figure {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.str_brand_wrapper .brand_list li img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.str_brand_wrapper .brand_list li img.gray_scale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.str_brand_wrapper .brand_list li:nth-of-type(6n+1) {
  clear: left;
}
.section_site_intelligence {
  padding: 103px 0;
  background: rgba(194, 209, 217, 0.16);
}
.section_site_intelligence h2 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 47px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 75px;
}
.section_site_intelligence .intelligence_point ul {
  width: 100%;
  height: auto;
  display: block;
}
.section_site_intelligence .intelligence_point ul li {
  width: 100%;
  height: auto;
  display: block;
}
.section_site_intelligence .intelligence_point ul li::before,
.section_site_intelligence .intelligence_point ul li::after {
  content: '';
  display: table;
  clear: both;
}
.section_site_intelligence .intelligence_point ul li::before,
.section_site_intelligence .intelligence_point ul li::after {
  content: '';
  display: table;
  clear: both;
}
.section_site_intelligence .intelligence_point ul li:not(:first-child) {
  margin-top: 102px;
}
.section_site_intelligence .intelligence_point ul li i {
  width: auto;
  height: auto;
  display: inline-block;
  float: left;
  max-width: 100px;
}
.section_site_intelligence .intelligence_point ul li div {
  width: calc(100% - 100px);
  display: inline-block;
  float: left;
  padding-left: 45px;
  vertical-align: top;
}
.section_site_intelligence .intelligence_point ul li div h3 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.section_site_intelligence .intelligence_point ul li div p {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 1.2;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.str_heading {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 500;
}
.str_medium_heading {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 500;
}
.str_home_content {
  width: 100%;
  height: auto;
  display: block;
  margin: 113px 0 10px;
}

.str_home_content .str_custom_container article h2 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
}
.str_home_content .str_custom_container article p {
  font-family: 'Poppins', sans-serif;
  color: #6d6d6d;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.037em;
  font-weight: 400;
  margin: 0 0 45px;
}
.str_home_content .str_custom_container .floating_image img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.25);
}
.str_home_content.pull_left_image {
  position: relative;
}
.str_home_content.pull_left_image .str_custom_container .floating_image img {
  left: 0;
}
.str_home_content.pull_right_image {
  position: relative;
  margin-top: 0;
  padding-top: 300px;
}
.str_home_content.pull_right_image::after {
  content: "";
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920px' height='1404px' viewBox='0 0 1920 1404' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='Landing-Page' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.0949388587'%3e%3cg id='Artboard' transform='translate(0.000000, -1859.000000)' fill='%237690FF'%3e%3cpath d='M0,2198 C388,2360.66667 731.666667,2396 1031,2304 C1330.33333,2212 1626.66667,2063.66667 1920,1859 L1920,2816 C1425.33333,2699.33333 1055.66667,2674 811,2740 C566.333333,2806 296,2980.33333 0,3263 L0,2198 Z' id='Rectangle'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.str_home_content .str_custom_container .floating_image {
  height: 426px;
}
.str_home_content.pull_right_image .str_custom_container .floating_image img {
  right: 0;
  z-index: 99;
}
.str_home_content.muckpile_section .str_custom_container figure.img_section {
  background: #ffffff;
  padding: 0 45px;
  box-shadow: 0 3px 4px 0px rgba(0, 0, 0, 0.18);
  max-width: 690px;
  min-height: 690px;
  position: relative;
}
.str_home_content.muckpile_section .str_custom_container figure.img_section img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-width: 100%;
}
.str_home_content.muckpile_section .str_custom_container article {
  padding-left: 30px;
}
.industry_experts_wrapper {
  width: 100%;
  height: auto;
  display: block;
  padding: 275px 0 195px;
}
.industry_experts_wrapper h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 104px;
}
.industry_experts_wrapper ul {
  display: block;
}
.industry_experts_wrapper ul li {
  height: 165px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industry_experts_wrapper ul li figure {
  width: auto;
  height: auto;
}
.industry_experts_wrapper ul li img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.industry_experts_wrapper ul:not(.owl-loaded) {
  margin: 0 -15px -15px;
}
.industry_experts_wrapper ul:not(.owl-loaded) li {
  width: calc(100% / 7);
  height: 165px;
  float: left;
  padding: 0 15px 25px;
}
.industry_experts_wrapper ul:not(.owl-loaded) li figure {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.excited_about_strayos_wrapper {
  padding: 0 0 65px;
  width: 100%;
  height: auto;
  display: block;
}
.excited_about_strayos_wrapper .str_custom_container {
  text-align: center;
}
.excited_about_strayos_wrapper .excited_about_strayos {
  width: 100%;
  height: auto;
  display: block;
  padding: 33px;
  background: #ffffff;
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.33);
  text-align: center;
}
.excited_about_strayos_wrapper .excited_about_strayos h3 {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 35px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 500;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 45px;
}
.excited_about_strayos_wrapper .excited_about_strayos a span {
  text-transform: uppercase !important;
}
.latest_trend {
  padding: 65px 0;
  position: relative;
}
.latest_trend .str_custom_container {
  position: relative;
  z-index: 9;
}
.latest_trend h3 {
  text-align: center;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 63px;
}

.latest_trend .column a {
  width: 100%;
  height: 100%;
  display: block;
  background: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
}
.latest_trend .column a {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.35);
}
.latest_trend .column figure {
  width: 100%;
  height: auto;
  display: block;
}
.latest_trend .column figure img {
  width: 100%;
  height: auto;
  display: block;
}
.latest_trend .column article {
  padding: 20px 42px;
  width: 100%;
  height: auto;
  display: block;
}
.latest_trend .column article h4 {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 500;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.latest_trend .column article p {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 400;
  max-width: 75%;
  margin: 0;
}
footer {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  padding: 35px 0;
}
footer .footer_top_menu_wrapper {
  width: 100%;
  height: auto;
  display: inline-block;
  text-align: justify;
}
footer .footer_top_menu_wrapper::after {
  content: "";
  width: 100%;
  display: inline-block;
}
footer .footer_top_menu_wrapper .item {
  width: auto;
  height: auto;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
footer .footer_top_menu_wrapper .item h5 {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 600;
  text-transform: uppercase !important;
  display: block;
  margin: 0 0 45px;
}
footer .footer_top_menu_wrapper .item ul {
  display: block;
  margin: 0;
}
footer .footer_top_menu_wrapper .item ul li {
  display: block;
}
footer .footer_top_menu_wrapper .item ul li:not(:first-child) {
  margin-top: 30px;
}
footer .footer_top_menu_wrapper .item ul li a {
  display: block;
  padding: 5px;
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 400;
}
footer .footer_top_menu_wrapper .item.news_letter form {
  width: auto;
  height: auto;
  display: block;
}
footer .footer_top_menu_wrapper .item.news_letter form input {
  width: 354px;
  height: 60px;
  border: 2px solid #979797;
  border-radius: 2px;
  background: #F3F3F3;
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.037em;
  font-weight: 600;
  padding: 10px;
  display: block;
}
footer .footer_top_menu_wrapper .item.news_letter form input::-webkit-input-placeholder {
  font-size: inherit;
  color: #B7B7B7;
  font-weight: inherit;
}
footer .footer_top_menu_wrapper .item.news_letter form input::-moz-placeholder {
  font-size: inherit;
  color: #B7B7B7;
  font-weight: inherit;
}
footer .footer_top_menu_wrapper .item.news_letter form input:-ms-input-placeholder {
  font-size: inherit;
  color: #B7B7B7;
  font-weight: inherit;
}
footer .footer_top_menu_wrapper .item.news_letter form input:-moz-placeholder {
  font-size: inherit;
  color: #B7B7B7;
  font-weight: inherit;
}
footer .footer_top_menu_wrapper .item.news_letter form .btn {
  padding: 20px 44px;
  width: auto;
  height: auto;
  display: inline-block;
  border: 1px solid #486BFF;
  border-radius: 5px;
  -wenkit-border-radius: 5px;
  margin-top: 13px;
  cursor: pointer;
  background: #486BFF;
}
footer .footer_top_menu_wrapper .item.news_letter form .btn span {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 400;
  display: block;
  text-align: center;
}
footer .footer_top_menu_wrapper .item.news_letter address {
  width: 100%;
  height: auto;
  display: block;
}
footer .footer_top_menu_wrapper .item.news_letter address p {
  font-family: 'Poppins', sans-serif;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
  font-style: normal;
}
footer .footer_top_menu_wrapper .item.news_letter address a {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 15px;
  font-family: 'Poppins', sans-serif;
  color: #4B4B4B;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.037em;
  font-weight: 400;
  font-style: normal;
}
footer .footer_rights_icons_wrapper {
  width: 100%;
  height: auto;
  display: block;
  padding: 60px 0 0;
}
footer .footer_rights_icons_wrapper::before,
footer .footer_rights_icons_wrapper::after {
  content: '';
  display: table;
  clear: both;
}
footer .footer_rights_icons_wrapper::before,
footer .footer_rights_icons_wrapper::after {
  content: '';
  display: table;
  clear: both;
}
footer .footer_rights_icons_wrapper p {
  font-family: 'Poppins', sans-serif;
  color: #2F2F2F;
  font-size: 14px;
  line-height: 31px;
  letter-spacing: 0.037em;
  font-weight: 400;
  display: inline-block;
  float: left;
  margin: 0;
}
footer .footer_rights_icons_wrapper .footer_social_icons {
  width: auto;
  height: auto;
  display: inline-block;
  float: right;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul {
  width: auto;
  height: auto;
  display: block;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul::before,
footer .footer_rights_icons_wrapper .footer_social_icons ul::after {
  content: '';
  display: table;
  clear: both;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul::before,
footer .footer_rights_icons_wrapper .footer_social_icons ul::after {
  content: '';
  display: table;
  clear: both;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul li {
  width: auto;
  height: auto;
  float: left;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul li:not(:first-child) {
  margin-left: 50px;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul li a {
  padding: 5px;
  display: block;
}
footer .footer_rights_icons_wrapper .footer_social_icons ul li a img {
  width: 31px;
  height: auto;
  display: block;
  margin: 0;
}
.banner.str_inner_page_banner {
  width: 100%;
  height: calc(100vh - 100px);
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.str_inner_page_banner.str_how_it_works_banner {
  background-image: url('../images/how-it-works-banner.jpg');
}
.banner.str_inner_page_banner .str_custom_container {
  height: 100%;
  position: relative;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content h1 {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 80px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content p {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content.big_texts h1 {
  text-transform: uppercase !important;
  font-size: 60px;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content.big_texts p {
  font-size: 30px;
}
.banner.str_inner_page_banner .str_custom_container .inner_banner_content .btn {
  margin: 50px 0 0;
}
.describe_how_it_works h2 {
  width: 100%;
  height: auto;
  display: block;
  margin: 95px auto 67px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #486BFF;
  font-size: 65px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.describe_how_it_works .description_content {
  width: 100%;
  height: auto;
  display: block;
  background: #F7F7F7;
  padding: 165px 0;
}
.describe_how_it_works .description_content ul {
  width: 100%;
  height: auto;
  display: block;
}
.describe_how_it_works .description_content ul li {
  position: relative;
}
.describe_how_it_works .description_content ul li::before,
.describe_how_it_works .description_content ul li::after {
  content: '';
  display: table;
  clear: both;
}
.describe_how_it_works .description_content ul li::before,
.describe_how_it_works .description_content ul li::after {
  content: '';
  display: table;
  clear: both;
}
.describe_how_it_works .description_content ul li .text {
  width: calc(100% - 195px);
  height: auto;
  display: inline-block;
  float: left;
  padding-left: 85px;
  vertical-align: top;
}
.describe_how_it_works .description_content ul li .text b {
  font-family: 'Poppins', sans-serif;
  color: #486BFF;
  font-size: 65px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: 0;
}
.describe_how_it_works .description_content ul li .text h3 {
  font-family: 'Poppins', sans-serif;
  color: #121010;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 5px;
}
.describe_how_it_works .description_content ul li .text p {
  font-family: 'Poppins', sans-serif;
  color: #121010;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
.describe_how_it_works .description_content ul li .icon {
  width: 193px;
  height: auto;
  display: inline-block;
  float: left;
}
.describe_how_it_works .description_content ul li .icon i {
  width: 100%;
  height: auto;
  display: block;
}
.describe_how_it_works .description_content ul li .icon i img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.describe_how_it_works .description_content ul li:not(:first-child) {
  margin-top: 104px;
}
.get_in_touch {
  width: 100%;
  height: auto;
  display: block;
  padding: 119px 0;
}
.get_in_touch .text {
  width: calc(100% - 300px);
  height: auto;
  display: inline-block;
  float: left;
}
.get_in_touch .text h4 {
  font-family: 'Poppins', sans-serif;
  color: #121010;
  font-size: 55px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 75px;
  padding-right: 85px;
}
.get_in_touch .text .btn span {
  text-transform: uppercase !important;
}
.get_in_touch .icon {
  width: 300px;
  display: inline-block;
  float: left;
}
.get_in_touch .icon figure {
  width: 100%;
  height: auto;
  display: block;
}
.get_in_touch .icon figure img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.banner.str_pdt_frag_banner {
  background-image: url('../images/product-fragmentation-banner.jpg');
}
.banner.str_pdt_platform_banner {
  background-image: url('../images/platform-banner.jpg');
}
.str_image_text_combo_section {
  width: 100%;
  height: auto;
  display: block;
}

.str_image_text_combo_section h2 {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 45px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 500;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px;
}
.str_image_text_combo_section p {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  padding-right: 10%;
}
.str_image_text_combo_section figure {
  width: 100%;
  height: auto;
  display: block;
}
.str_image_text_combo_section figure img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.str_image_text_combo_section figure.smart_drill_analytics_figure img {
  max-width: 100%;
}
.fragmentaion_slider_section {
  padding: 200px 0 245px;
  position: relative;
}
.fragmentaion_slider_section::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920px' height='1404px' viewBox='0 0 1920 1404' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3c!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch --%3e%3ctitle%3eRectangle%3c/title%3e%3cdesc%3eCreated with Sketch.%3c/desc%3e%3cdefs%3e%3clinearGradient x1='100%25' y1='17.0272436%25' x2='0%25' y2='92.0717593%25' id='linearGradient-1'%3e%3cstop stop-color='%23A7B9EF' offset='0%25'%3e%3c/stop%3e%3cstop stop-color='%237690FF' offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' opacity='0.197463768'%3e%3cg id='Product_fragmentation' transform='translate(0.000000, -1759.000000)' fill='url(%23linearGradient-1)'%3e%3cpolygon id='Rectangle' points='0 2098 1920 1759 1920 2716 0 3163'%3e%3c/polygon%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  pointer-events: none;
}
.fragmentaion_slider_section .fragmentation_slider {
  position: relative;
  z-index: 99;
}
.fragmentaion_slider_section .fragmentation_slider .item {
  width: 100%;
  height: auto;
  display: block;
}
.fragmentaion_slider_section .fragmentation_slider .item figure {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 100px;
}
.fragmentaion_slider_section .fragmentation_slider .item figure img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.fragmentaion_slider_section .fragmentation_slider .item h3 {
  font-family: 'Poppins', sans-serif;
  color: #424656;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 20px;
  text-align: center;
}
.fragmentaion_slider_section .fragmentation_slider:not(.owl-loaded) .item:not(:first-child) {
  display: none;
}
.fragmentaion_slider_section .fragmentation_slider .owl-dots {
  text-align: center;
}
.fragmentaion_slider_section .fragmentation_slider .owl-dots button {
  width: auto;
  height: auto;
  display: inline-block;
  padding: 10px;
}
.fragmentaion_slider_section .fragmentation_slider .owl-dots button:not(:first-child) {
  margin-left: 40px;
}
.fragmentaion_slider_section .fragmentation_slider .owl-dots button span {
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  background: #D8D8D8;
  border-radius: 50%;
  -webkit-transition: all 0.3s 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.3s ease-in-out;
  display: block;
}
.fragmentaion_slider_section .fragmentation_slider .owl-dots button.active span {
  background: #413E86;
  border-color: #3E04FF;
}
.fragmentation_chart_section_wrapper {
  padding: 50px 0 100px;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section {
  position: relative;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .image_section {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .image_section img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text {
  width: 20%;
  height: auto;
  display: block;
  position: absolute;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text h5 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text p {
  font-family: 'Poppins', sans-serif;
  color: #242424;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0 0 10px;
  display: block;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.left {
  left: 0;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.left.top {
  top: 7%;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.left.middle {
  bottom: 50%;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.left.bottom {
  bottom: 30%;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.right {
  right: 0;
  left: auto;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.right.middle {
  top: 32%;
}
.fragmentation_chart_section_wrapper .fragmentation_chart_section .text.right.bottom {
  bottom: 5%;
}
.str_platform_image_with_content {
  padding: 95px 0;
  width: 100%;
  height: auto;
  display: block;
}
.str_platform_image_with_content .row {
  height: auto;
}
.str_platform_image_with_content .image_section {
  height: 100%;
}
.str_platform_image_with_content .image_section figure {
  width: 100%;
  height: 100%;
  display: block;
}
.str_platform_image_with_content .image_section img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}
.str_platform_image_with_content .image_section.left img {
  left: 0;
}
.str_platform_image_with_content .image_section.right img {
  right: 0;
}
.str_platform_image_with_content .text_field {
  padding: 0 20px;
}
.str_platform_image_with_content .text_field h2 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 40px;
}
.str_platform_image_with_content .text_field p {
  font-family: 'Poppins', sans-serif;
  color: #424242;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.str_platform_image_with_content.str_platform_permission {
  padding-bottom: 175px;
}
.str_platform_image_with_content.str_platform_permission .row {
  height: auto;
}
.str_platform_image_with_content.str_platform_permission .img_part figure {
  width: 100%;
  height: auto;
  display: block;
}
.str_platform_image_with_content.str_platform_permission .img_part figure img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.34);
}
.str_product_smart_drill_banner {
  background-image: url('../images/product-smart-drill-banner.jpg');
}
.smart_drill_pictorial_represention {
  padding-bottom: 100px;
}
.smart_drill_pictorial_represention .text_field {
  width: 70%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.smart_drill_pictorial_represention .text_field h3 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.smart_drill_pictorial_represention .text_field p {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
}
.smart_drill_pictorial_represention .img_field figure {
  width: 100%;
  height: auto;
  display: block;
}
.smart_drill_pictorial_represention .img_field figure img {
  width: auto;
  height: auto;
  display: block;
  max-width: 100%;
}
.smart_drill_pictorial_represention .image_with_text_field {
  text-align: right;
}
.smart_drill_pictorial_represention .image_with_text_field .text_field {
  width: 70%;
  margin: 0 0 70px;
  display: inline-block;
  text-align: left;
}
.smart_drill_pictorial_represention .image_with_text_field.floating_text {
  position: relative;
}
.smart_drill_pictorial_represention .image_with_text_field.floating_text .text_field {
  width: 33%;
  position: absolute;
  left: 0;
}
.str_about_banner {
  background: url('../images/about-banner.jpg');
}
.about_content {
  padding: 85px 0;
}
.about_content h3 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-size: 25px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  margin: 0 0 100px;
}
.about_content h2 {
  width: 100%;
  height: auto;
  display: block;
  background: #ffffff;
  font-family: 'Poppins', sans-serif;
  color: #3e3e3e;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  font-weight: 400;
  margin: 0 0 50px;
  text-align: left;
}
.blast_profile_banner {
  background-image: url('../images/blast-profile/blast-profile-banner.jpg');
}
.str_platform_double_image {
  padding: 0 0 55px;
}
.str_platform_double_image .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.str_platform_double_image .image_section {
  width: 25%;
  display: inline-block;
  float: left;
}
.str_platform_double_image .image_section figure {
  width: 100%;
  height: auto;
  display: block;
}
.str_platform_double_image .image_section figure img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  max-width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.str_platform_double_image .text_field {
  width: 75%;
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.str_platform_double_image .text_field::before,
.str_platform_double_image .text_field::after {
  content: '';
  display: table;
  clear: both;
}
.str_platform_double_image .text_field::before,
.str_platform_double_image .text_field::after {
  content: '';
  display: table;
  clear: both;
}
.str_platform_double_image .text_field .text {
  width: 75%;
  display: inline-block;
  float: left;
  padding-top: 15%;
}
.str_platform_double_image .text_field .text h2 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 500;
  display: block;
  margin: 0 0 20px;
}
.str_platform_double_image .text_field .text p {
  font-family: 'Poppins', sans-serif;
  color: #202020;
  font-size: 17px;
  line-height: 1.3;
  letter-spacing: 0.037em;
  font-weight: 400;
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  max-width: 70%;
  margin: auto;
}
.str_platform_double_image .text_field figure {
  width: 25%;
  display: inline-block;
  float: left;
  padding-top: 15%;
}
.str_platform_double_image .text_field figure img {
  width: auto;
  height: auto;
  display: block;
  margin: auto;
  max-width: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.25);
}
.str_iqa_banner {
  background-image: url('../images/quarry-aggregates/idq-banner.png');
}
.str_drilling_and_blasting_banner {
  background-image: url('../images/drilling-and-blasting/banner.jpg');
}
.str_mining_banner {
  background-image: url('../images/mining/banner.jpg');
}
.static_pages {
  padding: 50px 0;
}
.static_pages h1,
.static_pages h2,
.static_pages h3,
.static_pages h4,
.static_pages h5,
.static_pages p {
  font-family: 'Poppins', sans-serif;
  color: #000000;
}
.static_pages h2 {
  font-size: 30px;
}
.static_pages h3 {
  font-size: 25px;
}
.static_pages h4 {
  font-size: 20px;
}
.static_pages h5 {
  font-size: 18px;
  font-weight: 400;
}
.static_pages p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
.contact_page_content {
  padding: 50px 0;
}
.contact_page_content h2 {
  font-family: 'Poppins', sans-serif;
  color: #4B4B4B;
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: 0.037em;
  font-weight: 600;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 50px;
  text-align: center;
  padding: 0 10%;
}
.contact_page_content .input {
  text-align: center;
}

.video-embed {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.video-embed.active {
  display: block;
}

.video-embed .video-wrapper {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  padding: 50px 10px 10px;
  height: 100vh;
}

.close-player {
  position: absolute;
  right: 5px;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  top: 15px;
}

.video-embed svg {
  padding: 0;
}

.video-embed svg line {
  fill: none;
  stroke-width: 2;
  stroke: rgb(74, 78, 87);
}

.hamburger_menu , .drop_down_check_box, .back_overlay, .footer_menu_toggle{
  display: none;
}

.banner.str_inner_page_banner .str_custom_container .inner_banner_content.big_texts h1.about-us-heading-text {
  text-transform: none !important;
}

/*****POP UP CSS******/
.alert_pop_up_wrraper {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999999;
}
.pop_up_content {
  width: 50%;
  height: auto;
  display: block;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
  background: #ffffff;
  padding: 65px 10px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background: #ffffff;
}
.pop_up_content img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto 40px;
  max-width:100px;
}
.pop_up_content h2 {
  font-size: 20px;
  color: #0D3148;
  font-weight: 400;
  max-width: 500px;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  line-height: 1.5;
}
.pop_up_content a {
  width: 100px;
  height: 50px;
  border-radius: 36.5px;
  background: #486BFF;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  display: block;
  outline: none;
  text-decoration: none;
  line-height: 2.4;
  margin: 0 auto;
}

