@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap');
/**
 * Created by Tejas on 23/01/18.
 */
@font-face {
  font-family: 'bliss_lightregular';
  src: url("../font/bll-webfont.eot");
  src: url("../font/bll-webfont.eot?#iefix") format("embedded-opentype"), url("../font/bll-webfont.woff") format("woff"), url("../font/bll-webfont.ttf") format("truetype"), url("../font/bll-webfont.svg#bliss_lightregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bliss_lightbold';
  src: url("../font/blb-webfont.eot");
  src: url("../font/blb-webfont.eot?#iefix") format("embedded-opentype"), url("../font/blb-webfont.woff") format("woff"), url("../font/blb-webfont.ttf") format("truetype"), url("../font/blb-webfont.svg#bliss_lightbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-moz-selection {
  background: #333333;
  color: #ffffff;
}

::selection {
  background: #333333;
  color: #ffffff;
}

/*----------------------------------------------|   BASIC STYLES   |----*/
body {
  position: relative;
  overflow: scroll;
  overflow-x: hidden;
  background-color: white;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #2f2f2f;
  font-size: 16px;
}

h1 {
  /*font-family: "Noto Sans", "Helvetica Neue", sans-serif;*/
}

h2 span { font-size: 55%;}

p {
  font-weight: 400;
}

ul {
  padding: 0;
}

a {
  color: #BF2326;
}

a:focus,
a:hover,
a:active {
  color: #272727;
  text-decoration: underline;
}

/*----------------------------------------------|   UTILITIES   |----*/
.nodisplay {
  display: none;
}

.emphasis {
  font-weight: 500;
}

.display-font {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.table {
  display: table;
}

.padT10 {
  padding-top: 10rem;
}

.padT9 {
  padding-top: 9rem;
}

.padT8 {
  padding-top: 8rem;
}

.padT7 {
  padding-top: 7rem;
}

.padT6 {
  padding-top: 6rem;
}

.padT5 {
  padding-top: 5rem;
}

.padT4 {
  padding-top: 4rem;
}

.padT3 {
  padding-top: 3rem;
}

.padT2 {
  padding-top: 2rem;
}

.padT1 {
  padding-top: 1rem;
}

.padB1 {
  padding-bottom: 1rem;
}

.padB2 {
  padding-bottom: 2rem;
}

.padL1 {
  padding-left: 1rem;
}

.padL2 {
  padding-left: 2rem;
}

.padLR2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.no-pad {
  padding: 0;
}

.line-h24 {
  line-height: 2.4rem;
}

.fs1 {
  font-size: 0.6rem;
}

.fs2 {
  font-size: 0.8rem;
}

.fs3 {
  font-size: 1rem;
}

.fs4 {
  font-size: 1.2rem;
}

.fs5 {
  font-size: 1.4rem;
}

.fs6 {
  font-size: 1.6rem;
}

.fs7 {
  font-size: 1.8rem;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw600 {
  font-weight: 600;
}

.fw700 {
  font-weight: 700;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.table-d {
  display: table;
}

.table-cell {
  display: table-cell;
}

.vmid {
  vertical-align: middle;
}

.padLR0 {
  padding-right: 0;
  padding-left: 0;
}

.marR10 {
  margin-right: 10px;
}

.marL0 {
  margin-left: 0;
}

.marR0 {
  margin-right: 0;
}

.marT10 {
  margin-top: 10px;
}

.marT20 {
  margin-top: 20px;
}

.font-larger {
  font-size: 1.6rem;
}

.ul-type1 {
  margin-left: 1.2rem;
  list-style: none;
}

.ul-type1 li {
  padding-left: 1rem;
  padding-bottom: 0.6rem;
}

.ul-type1 li::before {
  content: '+';
  padding-right: 1rem;
  margin-left: -1rem;
}

.box-shadow {
  -webkit-box-shadow: 5px 10px #BF2326;
  box-shadow: 5px 10px #BF2326;
}

.list-style-none {
  list-style: none;
}

.ol-type1 {
  margin-left: 0;
  padding-left: 1rem;
}

.ol-type1 li {
  padding: 0.5rem;
  font-weight: 600;
}

.ol-type1 li ul li {
  font-weight: 400;
}

/*----------------------------------------------|   COLOURS   |----*/
.color-light-grey {
  color: #bababa;
}

.color-med-grey {
  color: #797979;
}

.color-green {
  color: #1f9a0f;
}

.color-yellow {
  color: #f0cb00;
}

.color-red {
  color: #dc3438;
}

.color-red-deeper {
  color: #BE1E2D;
}

.color-blue {
  color: #3f7dbf;
}

.color-brand {
  color: #BF2326;
}

.color-primary {
  color: #BF2326;
}

.white {
  color: #ffffff !important;
}

.blue {
  color: #005cbf;
}

.bg-light-blue {
  background-color: #dbedff;
}

.bg-blue {
  background-color: #005cbf;
}

.bg-black {
  background-color: #000000;
}

.bg-light-pink {
  background-color: #f3e9e7;
}

.bg-red-deeper {
  background-color: #BE1E2D;
}

.bg-decent-red {
  background-color: #d13e51;
}

.bg-light-gray {
  background-color: #ededed;
}

.bg-med-gray {
  background-color: #8e8e8e;
}

.bg-light-yellow {
  background-color: #fcf4cb;
}

.bg-dark-gray {
  background-color: #3c3c3c;
}

.bg-dull-brown {
  background-color: #746558;
}

.bg-light-brown {
  background-color: #d4bfad;
}

.bg-green {
  background-color: #1f9a0f;
}

.bg-yellow {
  background-color: #ffcc5b;
}

.bg-beige {
  background-color: #e9e0d9;
}

/*----------------------------------------------|   FORM   |----*/
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  border: 1px solid #c0c6c7;
  background-color: #efefef;
  height: 3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus,
select:focus {
  border: 1px solid #bac0c1;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0.2rem;
  min-width: 8rem;
}

.btn-custom {
  background-color: #BF2326;
  border-radius: 0.2rem;
  height: 50px;
  padding: 0 20px;
  color: #fff;
}

.btn-custom2 {
  background-color: #f2f2f2;
  border-radius: 0.2rem;
  padding: 5px 20px;
  color: #333;
}

fieldset {
  margin-bottom: 2rem;
}

fieldset legend {
  font-size: 1.5rem;
}

label {
  font-weight: 500;
}

.form_wrap {
  padding: 2rem;
}

.btn-primary {
  border-color: #BF2326;
  background-color: #BF2326;
}

.btn-primary:hover {
  background-color: #BF2326;
  border-color: #BF2326;
}

/*----------------------------------------------|   SOCIAL   |----*/
header .social-list {
  float: left;
  padding-bottom: 0;
  padding-top: 15px;
}

footer {
  padding-bottom: 1rem;
  background-color: #333333;
  color: #969696;
}

footer a {
  color: #9d9d9d;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  margin-top: 1rem;
}

footer input[type="email"],
footer input[type="number"],
footer input[type="search"],
footer input[type="text"],
footer input[type="tel"],
footer input[type="url"],
footer input[type="password"],
footer textarea,
footer select {
  border: none;
  height: 3rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0.2rem;
  background-color: #262626;
  color: #ccc;
  padding: 0 20px;
}

footer input[type="email"]:focus,
footer input[type="number"]:focus,
footer input[type="search"]:focus,
footer input[type="text"]:focus,
footer input[type="tel"]:focus,
footer input[type="url"]:focus,
footer input[type="password"]:focus,
footer textarea:focus,
footer select:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0 none;
  background-color: #262626;
  color: #ccc;
}

footer button {
  background-color: #fff;
  border-radius: 0.2rem;
  height: 50px;
  padding: 0 20px;
}

.download-doc-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  height: 10rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 40rem;
}

.download-doc-box .left,
.download-doc-box .right {
  position: relative;
  height: 10rem;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.download-doc-box .left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: 2rem;
}

.download-doc-box a.act_btn {
  position: absolute;
  background-color: #BF2326;
  color: #FFF;
  border-radius: 0.2rem;
  height: 50px;
  padding: 1rem 1rem;
}

.download_img {
  width: 8rem;
}

.secondary_links {
  padding: 0.5rem 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
}

.secondary_links a {
  font-size: 0.95rem;
  font-weight: 700;
  color: #999;
  margin-right: 2rem;
  text-decoration: none;
}

.secondary_links a:hover {
  color: #000;
}

.social-list {
  padding-bottom: 20px;
  padding-top: 10px;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.social-list li {
  display: inline-block;
  padding: 0 3px;
  position: relative;
}

.social-list li a i {
  color: #ffffff;
  font-size: 16px;
}

.squared {
  border: 0 solid #d8d8d8;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
  width: 42px;
  height: 42px;
  text-align: center;
  display: table !important;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.squared:hover {
  background: #d8d8d8;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.squared.social-fb {
  background-color: #245198;
}

.squared.social-tw {
  background-color: #50aaf2;
}

.squared.social-in {
  background-color: #0077B5;
}

.squared.social-ig {
  background-color: #d93175;
}

.squared i.fa {
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  margin: 0 !important;
  width: 100%;
  padding: 0 !important;
}

.circled {
  border: 0 solid #d8d8d8;
  -webkit-border-radius: 51%;
  -moz-border-radius: 51%;
  border-radius: 51%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: table !important;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.circled:hover {
  background: #262626;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}

.circled.social-fb {
  background-color: #262626;
}

.circled.social-tw {
  background-color: #262626;
}

.circled.social-in {
  background-color: #262626;
}

.circled.social-ig {
  background-color: #262626;
}

.circled i {
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  margin: 0 !important;
  width: 100%;
  padding: 0 !important;
}

.col-content p.msg_box,
p.msg_box,
.msg_box {
  border-bottom: 1px solid #e4edea;
  border-top: 1px solid #e4edea;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-top: 3rem;
}

/*----------------------------------------------|   PAGES-COMMON   |----*/
.body {
  padding-top: 8.6rem;
}

.min-height {
  min-height: 500px;
}

.container-small {
  width: 100%;
  max-width: 800px;
}

.page-title {
  margin: 4rem 0;
  color: #8a6d3b;
  font-weight: 400;
  font-size: 2.5rem;
}

.page-title-wrapper {
  background-color: #d1d0af;
}

.heading-small {
  font-size: 16px;
}

.heading2_line {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #BF2326;
  text-transform: uppercase;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.heading2 {
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  color: #333;
}

.heading3 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  margin-top: 1rem;
  line-height: 2.2rem;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.heading4 {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 0.7rem;
  line-height: 1.8rem;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.box-heading-L {
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5rem;
}

.box-heading-L::after {
  content: "";
  width: 3rem;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  margin-left: -1.5rem;
  text-align: center;
  border-bottom: 4px solid #BF2326;
}

section {
  position: relative;
  padding: 2rem 0;
}

section.fullpage {
  padding: 0;
}

.section-teaser {
  padding: 2rem 0 3rem 0;
}

.teaser-title {
  margin: 2rem 0 2rem 0;
  color: #8a6d3b;
  font-weight: 400;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.preloader_div {
  position: fixed;
  top: 50%;
  left: 48%;
  z-index: 999999;
}

.btn-buy {
  border: 2px solid #1f9a0f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}

a.btn-buy span {
  color: #1f9a0f;
}

.sub-img {
  border: 5px solid #a4a4a4;
  max-width: 300px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.link-long-arrow {
  margin-left: 5px;
}

.link-long-arrow i {
  margin-right: 15px;
}

.link-minimal {
  color: #BF2326 !important;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 3px 10px;
  margin-top: 10px;
  -ms-transform: skew(20deg, 10deg);
  /* IE 9 */
  -webkit-transform: skew(-20deg, 0deg);
  /* Safari */
  transform: skew(-20deg, 0deg);
  /* Standard syntax */
}

.link-minimal:hover,
.link-minimal:active,
.link-minimal:focus {
  text-decoration: underline;
}

.link-minimal-alt {
  color: #000000 !important;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(14, 76, 141, 0.17);
  padding: 3px 10px;
  margin-top: 10px;
}

.link-minimal-alt:hover,
.link-minimal-alt:active,
.link-minimal-alt:focus {
  text-decoration: blink;
  background-color: rgba(0, 0, 0, 0.05);
}

.grad-blue-dark {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#162638+0,264960+21,000000+100 */
  background: #162638;
  /* Old browsers */
  background: -moz-linear-gradient(left, #162638 0%, #264960 21%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #162638 0%, #264960 21%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#162638), color-stop(21%, #264960), to(black));
  background: -o-linear-gradient(left, #162638 0%, #264960 21%, black 100%);
  background: linear-gradient(to right, #162638 0%, #264960 21%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#162638', endColorstr='#000000', GradientType=1);
  /* IE6-9 */
}

.emph_line1 {
  padding: 2.0rem;
  margin: 0;
  font-weight: 300;
  font-size: 3rem;
  line-height: 3rem;
  color: #5a6268;
}

.list-type1 {
  margin-left: 1rem;
}

.list-type1 li {
  margin-bottom: 1.2rem;
}

.list-type2 {
  margin-bottom: 2rem;
}

.list-type2 li {
  margin-bottom: 0.5rem;
}

.list-type3 {
  list-style: none;
  margin: 2rem 0;
}

.list-type3 li {
  padding: 1rem;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px #cccccc;
  -moz-box-shadow: 0px 0px 4px #cccccc;
  box-shadow: 0px 0px 4px #cccccc;
}

.list-type2 {
  margin-left: 4rem;
}

/* BOX TYPE-1 */
.box-type1 {
  width: 45%;
  padding: 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  float: left;
  height: 20rem;
  background-color: #ffffff;
}

.box-type1 h4 {
  text-align: center;
}

.box-type1 p {
  padding-left: 1rem;
  text-align: center;
}

.box-type1 p,
.box-type1 li {
  color: #666666;
}

/* Specific styles*/
hr {
  /*margin: 2rem 0;*/
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}

sup {
  font-size: 1.2rem;
  margin-top: -2rem;
}

.white-popup {
  position: relative;
  background: rgba(115, 115, 115, 0.8);
  padding: 40px;
  width: auto;
  max-width: 900px;
  margin: 20px auto;
  text-align: center;
  border: 1px solid #fff;
}

.popup-img {
  float: left;
  height: 400px;
  width: 40%;
}

.popup-text {
  /*background-color: #c4c4c4;*/
  color: #fff;
  float: right;
  width: 60%;
}

.arrow-scroll {
  text-align: center;
}

.arrow-scroll a,
.arrow-scroll a:focus,
.arrow-scroll a:active {
  text-decoration: none;
}

.bounce-arrow {
  -moz-animation: bounce-ani 2s infinite;
  -webkit-animation: bounce-ani 2s infinite;
  animation: bounce-ani 2s infinite;
}

@-webkit-keyframes bounce-ani {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce-ani {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.backlink {
  display: inline-block;
  text-align: center;
  width: 2rem;
  height: 2rem;
  padding-top: 0.3rem;
  border-radius: 5rem;
  background-color: #aaaea3;
  color: #fff;
}

.backlink:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.icon-image {
  width: 5rem;
}

.list-type2 {
  font-weight: 500;
}

/* Subscribe Form */
.close_btn {
  width: 5rem;
  color: #fff;
}

.success {
  text-align: center;
  background-color: #1c7711;
}

.success p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
}

.failure {
  text-align: center;
  background-color: #ec4648;
}

.failure p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 4rem;
}

/*End FORM*/
.pop_msg {
  width: 10rem;
  position: absolute;
  top: 10rem;
  right: 5rem;
  background-color: #ffcc5b;
  color: #000000;
  font-size: 1.2rem;
}

.container-large {
  width: 100%;
  max-width: 1365px;
  margin: 0 auto;
}

.page-intro {
  padding: 2rem 0 0;
}

.page-intro p {
  padding: 0 2rem;
  font-size: 1.2rem;
  color: #666;
}

.page-intro h3 {
  padding: 0 2rem;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 700;
}

.side-text-emph {
  font-size: 1.4rem;
  font-weight: 700;
  padding-top: 1rem;
}

.main-text-para {
  font-size: 1.2rem;
  color: #666;
  padding-top: 1rem;
}

.main-text-para.extra-line-height {
  line-height: 2.5rem;
}

.para_normal {
  color: #666;
}

.links-band {
  background-color: #BF2326;
  padding: 1rem 0;
}

.links-band .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%;
}

.links-band span {
  width: 25%;
  padding-left: 3rem;
}

.links-band span a {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.links-band span a:hover {
  border-bottom: 2px solid #fff;
}

.overlay_content a {
  font-size: 1.0rem;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay_content a:hover {
  border-bottom: 2px solid #fff;
}

a.light {
  background: url("../images/icon_arrow_right_light.svg") no-repeat scroll left 5px/15px 12px !important;
  padding-left: 30px;
}

.content1 .wrap {
  background-color: #fff;
  border-top: 10px solid #e22629;
  height: 100%;
}

.content1 .wrap.testimonial_wrapper {
  border-top: 0;
}

.content1 .col-md-4,
.content1 .col-md-8 {
  padding-left: 4px;
  padding-right: 4px;
}

.content1 .content-box {
  min-height: 25rem;
}

.content1 .content-box img {
  width: 100%;
}

.content1 .content-box p,
.content1 .content-box h2 {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
}

.content1 .content-box h2 {
  margin-top: 0.5rem;
  font-weight: 700;
}

.content1 .content-box h2.box-heading {
  font-size: 1.2rem;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.content1 .content-box h2.box-heading-L {
  font-size: 2rem;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
}

.content1 .content-box.facts h2.box-heading-L {
  margin: 3rem 0;
}

.content1 .content-box.facts .icons {
  text-align: center;
}

.content1 .content-box.facts .icons img {
  width: 100%;
  max-width: 8rem;
}

.content1 .content-box.facts .icons p {
  font-size: 1.6rem;
  font-weight: 700;
}

.content1 .box-padding {
  padding: 1rem;
}

.content1 .testimonial_wrapper {
  background: url("../images/testimonial-bg.jpg") no-repeat;
  background-size: cover;
}

.content1 .testimonial_wrapper .cyc-testimonials .prev,
.content1 .testimonial_wrapper .cyc-testimonials .next {
  width: 2rem;
  height: 100%;
  font-size: 2rem;
  position: absolute;
  z-index: 150;
  top: 46%;
  color: #999;
  cursor: pointer;
}

.content1 .testimonial_wrapper .cyc-testimonials .prev {
  left: 0;
}

.content1 .testimonial_wrapper .cyc-testimonials .next {
  right: 0;
}

.content1 .testimonial_wrapper .cyc-testimonials .message {
  width: 100%;
  height: 100%;
}

.content1 .testimonial_wrapper p {
  font-size: 1.4rem;
  text-align: center;
}

.content1 .testimonial_wrapper p.testimony {
  padding: 3rem 2rem 1rem 2rem;
}

.content1 .testimonial_wrapper p.name {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 0;
  padding-bottom: 0;
}

.content1 .testimonial_wrapper p.designation {
  font-size: 1rem;
  margin-bottom: 0;
  padding-top: 0;
}

.content1 {
  padding: 2rem 0;
  background-color: #E6E6E6;
}

.segments {
  text-align: center;
}

.segments .wrap {
  background-color: #fff;
  padding: 2rem;
  min-height: 18rem;
}

.segments .wrap img {
  width: 6rem;
  margin-bottom: 1.5rem;
}

.sct-save-dates {
  padding: 2rem 0;
  color: #fff;
  background-color: #BF2326;
}

.sct-save-dates h2 {
  font-weight: 700;
}

.logo-carousel {
  max-width: 80rem !important;
  width: 80%;
  margin: 0 auto;
}

.logo-carousel img {
  margin-right: 0;
  border: 1px solid #ebebeb;
}

.sct-gallery {
  background-color: #E6E6E6;
  /*height: 24rem;*/
}

.sct-gallery .prev,
.sct-gallery .next {
  width: 3rem;
  height: 100%;
  font-size: 3rem;
  position: absolute;
  z-index: 150;
  top: 40%;
  cursor: pointer;
}

.sct-gallery .prev {
  left: 1rem;
}

.sct-gallery .next {
  right: 1rem;
}

.sct-gallery .cyc-gallery {
  overflow: hidden;
  margin: 0 auto;
}

.sct-gallery .cyc-gallery img {
  margin-right: 1rem;
}

.sct-concurrent p {
  font-weight: 700;
  padding: 0.5rem 0 0 0;
  margin-bottom: 0;
}

.sct-countdown {
  height: 22rem;
  background: url("../images/countdown-bg.jpg") no-repeat;
  background-size: cover;
}

.defaultCountdown {
  width: 36rem;
  height: 45px;
  margin: 1rem auto;
}

.defaultCountdown .countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.54);
  color: #fff;
  margin-right: 1rem;
  height: 9rem;
  width: 8rem;
  position: relative;
}

.defaultCountdown .countdown-section:last-child {
  margin-right: 0;
}

.defaultCountdown .countdown-section .countdown-amount {
  font-size: 4rem;
  display: block;
  text-align: center;
}

.defaultCountdown .countdown-section .countdown-period {
  font-size: 1.2rem;
  display: block;
  text-align: center;
}

#breadcrumbs {
  background-color: #E6E6E6;
  padding: 0.2rem 0;
  border-bottom: 10px solid #BF2326;
}

#breadcrumbs .separator {
  color: #999;
}

#breadcrumbs a {
  display: inline-block;
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 400;
}

#breadcrumbs a.current {
  color: #333;
}

.sct-page-top-image {
  height: 20rem;
  padding: 0;
}

.sct-page-top-image .container-large {
  position: relative;
  height: 20rem;
}

.sct-page-top-image .container-large .page-teaser {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background-color: #BF2326;
  padding: 1.6rem 1.6rem;
}

.sct-page-top-image .container-large .page-teaser p {
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  font-size: 1.7rem;
  line-height: 2rem;
  color: #fff;
}

.sct-page-top-image .container-large .page-teaser a {
  color: #fff;
  font-size: 1.1rem;
}

.press-releases .article {
  display: block;
  margin-bottom: 2rem;
  text-decoration: none;
  height: 8rem;
}

.press-releases .article .article-img {
  width: 8rem;
  height: 8rem;
  position: relative;
  float: left;
}

.press-releases .article .article-img::after {
  content: " ";
  z-index: 999;
  background-image: url(../images/dl_corner.svg);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 4rem;
  width: 4rem;
}

.press-releases .article .article-img img {
  width: 100%;
}

.press-releases .article .article-preview {
  padding-left: 2rem;
  float: left;
  width: 75%;
}

.press-releases .article .article-preview .meta {
  display: block;
  font-size: 0.9rem;
}

.in-table-head {
  font-weight: 700;
}

.table .row-no-border td {
  border-top: none;
}

.msg_block {
  border-radius: 0.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
  margin-bottom: 1rem;
}

.msg_block ul {
  margin-left: 2rem;
}

.msg_block.error_block {
  color: #c7254e;
  background: #ece2da;
}

.msg_block.success_block {
  color: #1f9a0f;
  background: #e7ece2;
}

fieldset {
  margin-bottom: 1rem;
}

.testimonials_page p {
  margin-bottom: 2rem;
}

.testimonials_page .words {
  display: block;
  padding-bottom: 0.5rem;
}

.testimonials_page .desig {
  font-weight: 700;
  display: block;
}

.accordion .btn-link {
  color: #000;
  font-weight: 600;
}

.overlay-caption {
  position: absolute;
  bottom: 2rem;
  color: #fff;
  text-align: center;
  width: 100%;
}

.nav-link.marker {
  background-image: url(../images/marker.gif);
  background-repeat: no-repeat;
  background-position: top right;
}

.ulsub a {
  position: relative;
}

.ulsub a.marker::after {
  content: url(../images/marker.gif);
  position: relative;
  margin-top: -0.5rem;
}

.supportedby a {
  display: inline-block;
  padding: 1rem 2rem;
}

.cycwp {
  display: inline-block;
  width: 200px;
  border: 1px solid #ccc;
}

.logo_holder {
  /*width: 20rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo_holder img {
  padding-top: 0.4rem;
}

.logo_holder div {
  white-space: normal;
  width: 18rem;
}

.logo_holder p {
  line-height: 1.2rem;
  white-space: normal;
  word-wrap: break-word;
  text-align: right;
  font-family: "bliss_lightbold";
  font-size: 1.1rem;
  color: #505050;
  padding-top: 0.2rem;
  margin-bottom: 0.4rem;
}

.logo_holder p:first-child {
  padding-top: 1.2rem;
}

.globalComp {
  text-align: center;
  background: url(../images/Global_competence.jpg) no-repeat;
  background-position: top center;
  background-size: 803px auto;
}

.globalComp h2.box-heading2 {
  padding-top: 14rem;
  color: #fff;
  font-size: 1.8rem;
}

li.navlighter i {
  color: #BF2326;
  padding-left: 1rem;
}

header {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}

.menu_outer_bg {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  position: absolute;
  top: 0;
}

.misc_nav {
  position: absolute;
  top: 2rem;
  right: 0;
}

.misc_nav a {
  margin-left: 2rem;
  color: #666;
  padding: 0.5rem 0;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}

.misc_nav a:hover,
.misc_nav a:active,
.misc_nav a.current,
.misc_nav a.selected {
  color: #000 !important;
  background-color: transparent;
  border-bottom: 2px solid #000;
}

#main_navbar {
  background-color: #ffffff;
  font-family: "Noto Sans", "Helvetica Neue", sans-serif;
  min-height: 140px;
  padding: 0;
  position: relative;
}

#main_navbar .brand-img2 {
  height: 95px;
}

#main_navbar ul li {
  list-style: none;
  margin-right: 1rem;
}

#main_navbar li a {
  color: #454545 !important;
  font-size: 1.0rem;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px solid transparent;
}

#main_navbar li a:hover,
#main_navbar li a:active,
#main_navbar li a.current,
#main_navbar li a.selected {
  color: #000 !important;
  background-color: transparent;
  border-bottom: 2px solid #000;
}

#main_navbar #hashtag {
  margin-top: 3rem;
  z-index: 1;
  color: #999;
}

#main_navbar #hashtag span.twitter-handle {
  /*padding-left: 5rem;*/
}

#main_navbar #hashtag span.twitter-handle a {
  color: #9d9d9d;
  margin-left: 1.5rem;
}

#main_navbar #hashtag span.twitter-handle a:hover {
  text-decoration: none;
  border-bottom: none;
}

/* Bootstrap Overrides */
.navbar-fixed-top {
  border: 0;
}

.dropdown-menu {
  background-color: #ffffff;
}

.dropdown-menu>li>a:hover,
.dropdown-menu .ul_prod>li>a:hover {
  color: #000;
  background-color: #ffffff;
}

.dropdown-menu>li>a {
  color: #454545;
  font-size: 12px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu .dropdown-menu>li>a:focus {
  background-color: #BF2326;
  color: #000;
}

.dropdown-menu .divider {
  background-color: rgba(255, 255, 255, 0.52);
}

nav .navbar-nav {
  margin-top: 0;
  padding: 6px 0;
}

.navbar-brand {
  padding: 5px;
}

.ul_prod {
  margin-left: 10px;
  list-style: none;
}

.ul_prod li a {
  display: block;
  padding: 5px 5px;
}

.dropdown-header {
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 5px;
  margin-bottom: 5px;
  border-bottom: double 2px #ffffff;
}

.nav>li>a:hover,
.nav>li>a:focus {
  background-color: transparent;
}

.navbar .navbar-nav>.open>a,
.navbar .navbar-nav>.open>a:focus,
.navbar .navbar-nav>.open>a:hover {
  color: #454545;
}

.navbar .navbar-collapse .navbar-nav>li {
  border-bottom-width: 0;
}

.navbar-toggle span:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.navbar-toggle.collapsed span:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* ______Bootstrap Overrides */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 0.7em 0.6em;
  margin-top: 8px;
  margin-right: 0;
  margin-bottom: 8px;
  background-color: transparent;
  border: 0 solid transparent;
  border-radius: 0em;
  height: 4em;
  width: 4em;
}

.navbar {
  margin-bottom: 0;
}

.navbar .navbar-toggle {
  border-color: rgba(228, 118, 31, 0.51);
}

.navbar-toggle {
  margin: 0;
}

.navbar-toggle .icon-bar {
  background-color: #cea458;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto 0.5em auto;
}

.navbar-toggle .top-bar {
  opacity: 0.9;
  width: 30%;
}

.navbar-toggle .middle-bar {
  opacity: 0.6;
  width: 60%;
}

.navbar-toggle .bottom-bar {
  opacity: 0.3;
  width: 100%;
}

.navbar-toggle.collapsed .top-bar {
  opacity: 0.3;
  width: 100%;
}

.navbar-toggle.collapsed .middle-bar {
  opacity: 0.6;
  width: 60%;
}

.navbar-toggle.collapsed .bottom-bar {
  opacity: 0.9;
  width: 30%;
}

/* NEW */
.navbar-toggler {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

button.navbar-toggler:active,
button.navbar-toggler,
button.navbar-toggler:focus,
.btn:focus,
.btn.focus {
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button:focus {
  outline: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler.collapsed i {
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

.navbar-toggler i {
  -webkit-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}

/* End Meganavbar */
.nav-item .ulsub {
  display: none;
}

.sub-menu-items {
  display: none;
}

#navbarCollapse {
  margin-top: 3rem;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#navbarCollapse,
.navbar-brand {
  z-index: 1050;
}

#menu-panel-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 200px;
  background-color: #fff;
  padding-top: 140px;
  z-index: 1020;
  -webkit-box-shadow: 0 0 20px #333;
  box-shadow: 0 0 20px #333;
}

#menu-panel-wrap .sub_menu_wrapper {
  border-top: 1px solid #ccc;
}

#menu-panel-wrap .menu-contents div.sub-menu-page {
  display: none;
}

#menu-panel-wrap .menu-contents div.sub-menu-page.show {
  display: block;
}

#menu-panel-wrap .menu-contents ul.ulsub {
  margin-bottom: 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu-panel-wrap .menu-contents ul.ulsub>li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  width: 50%;
  /*as flex item try to get 50% width if not, adjust the width depending on no of items */
  border-left: 1px solid #ccc;
  padding: 3rem 1rem;
}

#menu-panel-wrap .menu-contents ul.ulsub>li:first-child {
  border-left: none;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul {
  list-style: none;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li {
  padding: 0.3rem;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li.heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #454545;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li a {
  font-size: 1rem;
  color: #454545;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li a.type2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li a.type2:hover {
  color: #BF2326;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li a.type2 i {
  font-size: 3rem;
  display: block;
  margin-bottom: 1rem;
}

#menu-panel-wrap .menu-contents ul.ulsub>li ul li a.type2 span {
  display: block;
}

#menu-panel-wrap.closed {
  display: none;
}

#menu-panel-wrap #close-nav {
  position: absolute;
  right: 5rem;
  width: 2rem;
  height: 2rem;
  margin-top: -5.0rem;
}

#menu-panel-wrap #close-nav img {
  width: 100%;
}

@media (min-width: 1200px) {
  .multicol-text {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  #main_navbar ul li {
    margin-right: 0;
  }

  #main_navbar li a {
    text-align: center;
  }

  .logo_holder {
    margin-left: 1rem;
  }

  .logo_holder div {
    width: 12rem;
  }

  .logo_holder p {
    font-size: 0.9rem;
  }

  #main_navbar #hashtag span.twitter-handle {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .misc_nav a {
    margin-right: 1rem;
  }
}

@media (min-width: 769px),
(max-width: 1199px) {
  #summary #show {
    width: 100%;
  }

  .component-marker {
    width: 100%;
    border-radius: 1rem;
  }

  .cmp-row input[type="number"] {
    height: 2rem;
    padding: 0 0.5rem;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .body {
    padding-top: 0;
  }

  #Home {
    display: none;
  }

  .container-large {
    padding: 0 0.5rem;
  }

  .sct-page-top-image {
    height: 20rem;
    padding: 0;
  }

  .sct-page-top-image .container-large {
    position: relative;
    height: 20rem;
  }

  .sct-page-top-image .container-large .page-teaser {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
    background-color: #BF2326;
    padding: 0.5rem 1rem;
  }

  .sct-page-top-image .container-large .page-teaser p {
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #fff;
  }

  .sct-page-top-image .container-large .page-teaser a {
    color: #fff;
    font-size: 1.1rem;
  }

  .fixed-top {
    position: relative;
  }

  .logo_holder {
    width: 17rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .logo_holder img {
    padding-top: 0.4rem;
  }

  .logo_holder div {
    white-space: normal;
    width: 12rem;
  }

  .logo_holder p {
    line-height: 1.2rem;
    white-space: normal;
    word-wrap: break-word;
    text-align: right;
    font-family: "bliss_lightbold";
    font-size: 0.95rem;
    color: #505050;
    padding-top: 0.2rem;
    margin-bottom: 0.4rem;
  }

  .logo_holder p:first-child {
    padding-top: 0.6rem;
  }

  .misc_nav {
    position: absolute;
    top: 0;
    background-color: #eeeeee;
    width: 100%;
    text-align: right;
  }

  .misc_nav a {
    margin-right: 1rem;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 0;
  }

  .navbar-brand {
    position: absolute;
    top: 1.5rem;
    left: 1rem;
  }

  #navbarCollapse {
    margin-top: 6.5rem;
    background-color: #fff;
  }

  .navbar-toggler {
    margin-right: 0;
    position: absolute;
    right: 1rem;
    top: 2.5rem;
  }

  #main_navbar {
    background-color: #ffffff;
    font-family: "Noto Sans", "Helvetica Neue", sans-serif;
    min-height: 100px;
    height: 110px;
    padding: 0;
    position: relative;
  }

  #main_navbar .brand-img2 {
    height: 75px;
  }

  #main_navbar ul li {
    list-style: none;
    margin-right: 0rem;
  }

  #main_navbar li a {
    color: #454545 !important;
    font-size: 1.0rem;
    font-weight: 400;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #main_navbar li a.nav-link {
    color: #454545 !important;
    font-size: 1.2rem;
    font-weight: 700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  #main_navbar .heading {
    padding: 0.5rem 0;
    color: #8d8d8d;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 700;
  }

  #main_navbar li a:hover,
  #main_navbar li a:active,
  #main_navbar li a.current,
  #main_navbar li a.selected {
    color: #000 !important;
    background-color: transparent;
    text-decoration: none;
    border-bottom: 2px solid transparent;
  }

  #main_navbar li a.nav-link:hover,
  #main_navbar li a.nav-link:active,
  #main_navbar li a.nav-link.current,
  #main_navbar li a.nav-link.selected {
    background-color: #e7e7e7;
    border-bottom: 2px solid transparent;
  }

  #main_navbar .ulsub li {
    padding: 0.2rem 0;
    text-align: center;
  }

  #main_navbar #hashtag {
    display: none;
    margin-top: 3rem;
    z-index: 1;
    color: #999;
  }

  #main_navbar #hashtag span.twitter-handle {
    padding-left: 5rem;
  }

  #main_navbar #hashtag span.twitter-handle a {
    color: #9d9d9d;
    margin-left: 1.5rem;
  }

  #main_navbar #hashtag span.twitter-handle a:hover {
    text-decoration: none;
    border-bottom: none;
  }

  .mobile-slide-wrapper {
    display: block;
  }

  .navbar.menu-lg .navbar-brand {
    padding: 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-color: rgba(255, 255, 255, 0.54);
  }

  .swiper-button-next {
    right: 0;
  }

  .swiper-button-prev {
    left: 0;
  }

  .col-content {
    margin-top: 3rem;
  }

  .dropdown-menu {
    text-align: center;
  }

  .navbar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-nav li {
    text-align: center;
    font-weight: 500;
  }

  .defaultCountdown {
    width: 100%;
    height: 45px;
    margin: 1rem auto;
  }

  .defaultCountdown .countdown-section {
    display: block;
    float: left;
    font-size: 75%;
    text-align: center;
    background-color: rgba(97, 97, 97, 0.54);
    color: #fff;
    margin-right: 0.5rem;
    height: 6rem;
    width: 22.5%;
    position: relative;
  }

  .defaultCountdown .countdown-section:last-child {
    margin-right: 0;
  }

  .defaultCountdown .countdown-section .countdown-amount {
    font-size: 2rem;
    display: block;
    text-align: center;
    font-weight: 700;
  }

  .defaultCountdown .countdown-section .countdown-period {
    font-size: 1.2rem;
    display: block;
    text-align: center;
  }

  .navbar-collapse {
    border-top: 0;
  }

  .navbar .navbar-nav>li.dropdown-grid>.dropdown-grid-wrapper>.dropdown-menu,
  .navbar .navbar-nav>li>.dropdown-menu {
    border-top-style: solid;
    border-top-width: 0 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: auto !important;
  }

  .box-type1 {
    width: 100%;
    float: none;
    height: auto;
  }

  .box-type1 p {
    padding-left: 0rem;
  }

  .page-intro h3 {
    padding: 0 1rem;
  }

  .page-intro p {
    padding: 0 1rem;
    font-size: 1.2rem;
    color: #666;
  }
}

.fact-figures-info img {
  width: 120px;
  height: auto;
  margin: auto;
}

.fact-figures-info h3 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fact-figures-info h3 span {
  font-size: 24px;
}