:root {
/*--roboto: 'Roboto', sans-serif;*/
/*--robotoCondensed: 'Roboto Condensed', sans-serif;*/
/*--blue: #0e40f2; --darkBlue: #082eb8;*/
/*--yellow: #ffd14c;*/
/*--black: #000;*/
/*--dark-grey: #4a4a4a;*/
/*--grey: #838383;*/
/*--light-grey: #f7f8ff;*/
/*--white: #fff;*/
}

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/MyriadProSemibold.eot');
    src: url('../fonts/MyriadProSemibold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProSemibold.woff2') format('woff2'),
         url('../fonts/MyriadProSemibold.woff') format('woff'),
         url('../fonts/MyriadProSemibold.ttf') format('truetype'),
         url('../fonts/MyriadProSemibold.svg#MyriadProSemibold') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/MyriadProBold.eot');
    src: url('../fonts/MyriadProBold.eot') format('embedded-opentype'),
         url('../fonts/MyriadProBold.woff2') format('woff2'),
         url('../fonts/MyriadProBold.woff') format('woff'),
         url('../fonts/MyriadProBold.ttf') format('truetype'),
         url('../fonts/MyriadProBold.svg#MyriadProBold') format('svg');
}

.banner_slide .carousel-caption {
  animation: banner-caption 1.2s .3s ease;
  -webkit-animation: banner-caption 1.2s .3s ease;
  -o-animation: banner-caption 1.2s .3s ease;
  -moz-animation: banner-caption 1.2s .3s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes banner-caption {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes banner-caption {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.cube-graph,
.challanges-graph {
  opacity: 0;
  -webkit-transform: translateX(-120px);
          transform: translateX(-120px);
}

.cube-graph.animated,
.challanges-graph.animated {
  animation: challanges 1.2s .3s ease;
  -webkit-animation: challanges 1.2s .3s ease;
  -o-animation: challanges 1.2s .3s ease;
  -moz-animation: challanges 1.2s .3s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes challanges {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes challanges {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-120px);
            transform: translateX(-120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.flowanimate {
  opacity: 0;
  -webkit-transform: translateY(-50px) scale(0.8, 0.8);
          transform: translateY(-50px) scale(0.8, 0.8);
}

.flowanimate.animated {
  animation: workflow 1.2s .3s ease;
  -webkit-animation: workflow 1.2s .3s ease;
  -o-animation: workflow 1.2s .3s ease;
  -moz-animation: workflow 1.2s .3s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes workflow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.8, 0.8);
            transform: translateY(-50px) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}

@-webkit-keyframes workflow {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px) scale(0.8, 0.8);
            transform: translateY(-50px) scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px) scale(1, 1);
            transform: translateY(0px) scale(1, 1);
  }
}

.workflow-box ul li.animated {
  animation: datasources .8s .5s ease;
  -webkit-animation: datasources .8s .5s ease;
  -o-animation: datasources .8s .5s ease;
  -moz-animation: datasources .8s .5s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  /*transform:scale(1,.8);transform-origin:bottom;*/
  opacity: 0;
}

@keyframes datasources {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@-webkit-keyframes datasources {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.workflow-box ul li + li.animated {
  animation-delay: .7s;
  -webkit-animation-delay: .7s;
  -o-animation-delay: .7s;
  -moz-animation-delay: .7s;
}

.workflow-box ul li + li + li.animated {
  animation-delay: .9s;
  -webkit-animation-delay: .9s;
  -o-animation-delay: .9s;
  -moz-animation-delay: .9s;
}

.workflow-box ul li + li + li + li.animated {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

.workflow-box ul li + li + li + li + li.animated {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
}

.howitwork-gap {
  opacity: 0;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}

.howitwork-gap.animated {
  animation: howitwork 1.2s .3s ease;
  -webkit-animation: howitwork 1.2s .3s ease;
  -o-animation: howitwork 1.2s .3s ease;
  -moz-animation: howitwork 1.2s .3s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes howitwork {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes howitwork {
  0% {
    opacity: 0;
    -webkit-transform: translateX(120px);
            transform: translateX(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.howit_work:before,
.opportunity:before,
.process-flow:before {
  -webkit-animation: bounce 2s infinite alternate;
  animation: bounce 2s infinite alternate;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.process-flow:after {
  -webkit-animation: bounce 1.4s infinite alternate;
  animation: bounce 1.4s infinite alternate;
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }
}

.about_sec {
  -webkit-animation: abtbg 1.8s infinite alternate;
  animation: abtbg 1.8s infinite alternate;
}

@keyframes abtbg {
  from {
    background-position: 100% 100%;
  }
  to {
    background-position: 101% 120%;
  }
}

@-webkit-keyframes abtbg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 0 0;
  }
}

.howit_work:after {
  -webkit-animation: howit_work 2.5s infinite alternate;
  animation: howit_work 2.5s infinite alternate;
}

@keyframes howit_work {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    opacity: .6;
  }
}

@-webkit-keyframes howit_work {
  from {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
    opacity: .6;
  }
}

.request_demo a {
  -webkit-animation: pulse 1.5s ease-out;
          animation: pulse 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
  25% {
    -webkit-box-shadow: 0 0 0 2px rgba(108, 204, 117, 0.6);
            box-shadow: 0 0 0 2px rgba(108, 204, 117, 0.6);
  }
  49.9% {
    -webkit-box-shadow: 0 0 0 5px rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 5px rgba(108, 204, 117, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
  75% {
    -webkit-box-shadow: 0 0 0 3px rgba(108, 204, 117, 0.9);
            box-shadow: 0 0 0 3px rgba(108, 204, 117, 0.9);
  }
  99.9% {
    -webkit-box-shadow: 0 0 0 7px rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 7px rgba(108, 204, 117, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
  25% {
    -webkit-box-shadow: 0 0 0 2px rgba(108, 204, 117, 0.6);
            box-shadow: 0 0 0 2px rgba(108, 204, 117, 0.6);
  }
  49.9% {
    -webkit-box-shadow: 0 0 0 5px rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 5px rgba(108, 204, 117, 0);
  }
  50% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
  75% {
    -webkit-box-shadow: 0 0 0 3px rgba(108, 204, 117, 0.9);
            box-shadow: 0 0 0 3px rgba(108, 204, 117, 0.9);
  }
  99.9% {
    -webkit-box-shadow: 0 0 0 7px rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 7px rgba(108, 204, 117, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
            box-shadow: 0 0 0 0 rgba(108, 204, 117, 0);
  }
}

.insight_box {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: .0;
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}

.insight_box.animated {
  animation: insight_box 1.0s .3s ease;
  -webkit-animation: insight_box 1.0s .3s ease;
  -o-animation: insight_box 1.0s .3s ease;
  -moz-animation: insight_box 1.0s .3s ease;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

@keyframes insight_box {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes insight_box {
  0% {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.cascade-slider_container {
  position: relative;
  width: 1200px;
  height: 250px;
  margin: 12rem auto;
  padding-top: 150px;
}

.cascade-slider_item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(0.3);
          transform: translateY(-50%) translateX(-50%) scale(0.3);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  z-index: -1;
  text-align: center;
}

.cascade-slider_item img {
  /*width: 400px; */
  width:100%;
  max-width:100%;
}

.cascade-slider_item.next {
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-150%) scale(0.9);
          transform: translateY(-50%) translateX(-150%) scale(0.9);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.prev {
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(50%) scale(0.9);
          transform: translateY(-50%) translateX(50%) scale(0.9);
  opacity: 1;
  z-index: 1;
}

.cascade-slider_item.now {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
  opacity: 1;
  z-index: 5;
}

.cascade-slider_arrow {
  display: inline-block;
  position: absolute;
  top: 18%;
  cursor: pointer;
  z-index: 5;
}

.cascade-slider_arrow-left {
  left: 0;
}

.cascade-slider_arrow-right {
  right: 0;
}

.cascade-slider_nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  text-align: center;
  z-index: 5;
}

.cascade-slider_dot {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 1em;
  background: #ddd;
  list-style: none;
  cursor: pointer;
}

.cascade-slider_dot:hover {
  background: #555;
}

.cascade-slider_dot.cur {
  background: #555;
}

.Heading {
  font-size: 6rem;
  font-family: MyriadProBold;
  font-weight: 700;
  line-height: 7.2rem;
}

.Heading-2 {
  font-size: 2.8rem;
  font-family:MyriadProBold;
  font-weight: 900;
}

.Heading-3 {
  font-size: 2rem;
  font-family:MyriadProBold;
  font-weight: 500;
}

.Heading-4 {
  font-size: 1.8rem;
  font-family:MyriadProBold;
  font-weight: 500;
}

.subtitle {
  font-size: 12px;
  font-family:MyriadProBold;
  font-weight: 400;
}

.btn-now {
  font-size: 16px;
  font-family:MyriadProSemibold;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 19px;
  height: 49px;
  border: 1px solid;
}

div,
p {
  font-size: 15px;
  font-family: inherit;
}

p {
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0.1px;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'MyriadProRegular';
  color:#333;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  display: inline-block;
  max-width: 100%;
}

@-webkit-keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveInright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveInright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  50% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveHold {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveHold {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

h1 {
  color: var(--dark-grey);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1200px;
}

.navbar {
  padding:0 15px;
  position: fixed;
  top: 35px;
  width: 100%;
  left: 0; 
  z-index: 999; 
}
.header_tp { max-width: 1320px; margin: 0 auto; text-align: left; }
.header_tp .container-fluid { min-width:1320px; }

.navbar.bg-light {
  background-color: transparent !important;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.navbar.bg-light.navHeader {
  top: 0;
  background-color: #fff !important;
}


.navbar .container {
  background-color: #fff;
  max-width: 1320px;
}

.navbar li.dropdown:hover {
  background-color: #20317f !important;
}

.navbar li.dropdown:hover > a {
  color: #fff !important;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
}

.navbar .dropdown .dropdown-menu {
  border-radius: 0;
  padding: 0;
  top: 99%;
  border: 0;
}

.navbar .dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px;
}

.navbar .dropdown .dropdown-menu .dropdown-item:hover {
  /* background-color: #20317f; */
  color: #20317f;
}

.navbar.navHeader {
  -webkit-box-shadow:0px 0px 7px rgb(33 33 33);
          box-shadow:0px 0px 7px rgb(33 33 33);
}

.navbar.navHeader .navbar-nav .nav-item .nav-link {
  padding:30px 15px;
}

.navbar.bg-light .navbar-brand { padding:0 0 2px 19px; }
.navbar .navbar-brand img {
  /*height: 53px;*/
}

.navbar .navbar-nav .nav-item .nav-link {
  font: normal normal normal 15px/20px 'MyriadProSemibold';
  letter-spacing: 0px;
  color:#444;
  text-transform: uppercase;
  padding:29px 15px;
}

.navbar .navbar-nav .nav-item .nav-link:hover {
  color: #20317f !important;
  font-weight: 700;
  /* background-color: #20317f !important; */
}

.navbar .navbar-nav .nav-item.active .nav-link {
  /* background-color: #D4D4D4; */
}

.btn-play {
  background-color: transparent;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateX(-50%);
          transform: translateX(-50%) translateX(-50%);
  -webkit-transition: .3s linear;
  transition: .3s linear;
  opacity: .7;
  z-index: 9;
}

.btn-play:hover {
  opacity: 1;
  top: 39.5%;
}

.mainBanner .bannerInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainBanner .bannerInner .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}

.mainBanner .Heading {
  text-align: left;
  font: normal normal normal 40px/38px 'MyriadProSemibold';
  letter-spacing: -2px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 0 3px #000;
  margin: auto 0;
  position: relative;
  -webkit-animation: moveInLeft 1s ease-out;
  animation: moveInLeft 1s ease-out;
}

.mainBanner .Heading span {
  font: normal normal normal 34px/35px 'MyriadProSemibold';
}

.mainBanner .Heading::before {
  position: absolute;
  left: -20px;
  width: 3px;
  background-color: #ffdc00;
  content: '';
  height: 100%;
  top: 0;
}

.homeAbout {
  padding: 50px 0;
}

.homeAbout h4 {
  text-align: left;
  font: normal normal normal 36px/16px 'MyriadProSemibold';
  letter-spacing: -2px;
  color: #818285;
}

.homeAbout h2 {
  text-align: left;
  font: normal normal normal 55px/59px 'MyriadProSemibold';
  letter-spacing: 0px;
  color: #20317f;
}

.homeAbout p {
  font: normal normal normal 17px/24px 'MyriadProRegular';
  /*letter-spacing: 0.91px;*/
  color: #212121;
  margin: 30px 0 30px;
}

.homeAbout p strong {
  text-align: left;
  font: normal normal normal 32px/23px 'MyriadProBold';
  letter-spacing: 1.81px;
  color: #20317f;
}

.btn-read {
  font: normal normal bold 16px/13px 'MyriadProBold';
  letter-spacing: 1.44px;
  color: #FFDC00;
  background-color: #20317f;
  border-radius: 0;
  padding: 15px 30px;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.btn-read:hover {
  background-color: #ffdc00;
  color: #20317f;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.turnOver {
  text-align: center; margin-bottom:0rem; background:#fff; margin-top: 3rem;
}
.turnOver .container {
  background:#20317f;
  max-width:1270px;
  padding-top:9px;
  padding-bottom:9px; margin-bottom:2%;
}

.turnOver .frist-childt{ padding-right:10%; } 
.turnOver .last-childt { padding-left:9%; }

.turnOver .container .col-md-3 {
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

.turnOver.turnOverBlue {
  background-image: url(../images/turnover-blue.png);
}

.turnOver.turnOverBlue h3 {
  color: #fff;
}

.turnOver.turnOverBlue h3::after {
  background-color: #fff;
}

.turnOver.turnOverBlue h5 {
  color: #fff;
}

.turnOver h3 {
  font: normal normal bold 25px/34px 'MyriadProBold';
  letter-spacing: 0px;
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}

.turnOver h3::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  width: 30px;
  height: 2px;
}

.turnOver h5 {
  font: normal normal bold 15px/22px 'MyriadProSemibold';
  letter-spacing: 0px;
  color: #fff;
}

.groupSite {
  padding:.5rem 0 1rem;
}

.groupSite .heading-2 {
  line-height: 38px;
}

.groupSite.groupBg {
  /*background: url(../images/catalog_bg-2b.jpg) no-repeat center/cover fixed; overflow:hidden; position:relative;*/
}
/*.groupSite.groupBg:before {content:''; background:rgba(255,255,255,.5); position:absolute; width:100%; height:100%; left:0; top:0;}*/
.groupSite.groupBg .row > div:last-child {
    padding: 30px 10%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background:#fff;
}
.groupSite.groupBg .row:nth-child(even) > div:last-child  { background:#eee; }


.heading-2 {
  font: normal normal normal 30px/67px 'MyriadProBold';
  letter-spacing: -1px;
  color: #20317f;
}
.groupSite.groupBg .heading-2{ color:#20317f; font-size:36px; margin-bottom:10px; /*text-shadow:0 0 5px rgb(0 0 0 / 29%);*/ }
.groupSite.groupBg .cascade-slider_arrow img {
    -webkit-filter: contrast(100%) brightness(100%);
    filter: contrast(100%) brightness(100%);
}
.groupSite.groupBg h2 {
font:normal normal normal 30px/37px 'MyriadProSemibold'; color:#20317f; 
}
.groupSite.groupBg .btn-read { max-width:150px;     text-align: center;
    padding-left: 0;
    padding-right: 0; }
.groupSite .heading-2 {
  margin-bottom: 0;
}


section.groupSite.groupBg ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
section.groupSite.groupBg ul li {
    position: relative;
    padding-left: 18px;
}
section.groupSite.groupBg ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #464646;
    position: absolute;
    left: 0;
    display: inline-block;
    top: 8px;
}

section.groupSite.groupBg ul li p {
    margin-bottom: 3px;
}




.itemBox { width:33%;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px #00000046;
          box-shadow: 0 0 3px #00000046;
}

.itemBox .itemImg {
  overflow: hidden;
}

.itemBox img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.itemBox:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.itemBox p {
  letter-spacing: 0px;
  font-size: 14px;
  color: #20317f;
}

.itemBox h4 {
  text-align:left;
  font:normal normal normal 23px/23px 'MyriadProBold';
  letter-spacing:-2px;
  color:#20317f;
}

.homeMap {
  position: relative;
  text-align: center;
  background: #f7f7f7;
  padding: 50px 0 110px;
}

.homeMap .homeMapInner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.homeMap .homeMapInner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.homeMap .homeMapInner .container ul {
  margin-top: auto;
}

.homeMap .homeMapInner .container ul li {
  width: 120px;
  height: 112px;
  background-color: #edf1fe;
  margin-right: 15px;
  padding: 15px;
  font-size: 12px;
  color: #20317f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #fff;
}

.homeMap .homeMapInner .container ul li span {
  font-size: 24px;
  display: block;
}

.map_points svg {
position:absolute;
top:-28px;
left:-7px;
font-size:30px;
color:#689dff;
  z-index:9;
}

footer {
  background: url(../images/Footer.png) no-repeat center/cover;
  padding-top: 50px;
}

footer ul li a {
  letter-spacing: 0px;
  color: #040404;
  font-size: 12px;
}

footer ul li a:hover {
  color: #20317f;
}

footer h3 {
  font: normal normal normal 18px/23px 'MyriadProRegular';
  letter-spacing: 0px;
  margin-bottom: 10px;
  color: #20317f;
}

footer h3::before {
  height: 100% !important;
}

footer address {
  color: #040404;
  font-family: 'MyriadProSemibold';
  font-size: 12px;
  line-height: 20px;
}

footer address strong {
  display: block;
}

.headingBorder {
  position: relative;
}

.headingBorder::before {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 70%;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffdc00;
}

.bottomFooter {
  background-color: #20317f;
  padding: 15px 0;
  color: #fff;
  margin-top: 50px;
}

.bottomFooter p {
  font-size: 12px;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  background: transparent;
  border: 0;
  font-size: 20px;
}

.slide-arrow.next-arrow {
  left: unset;
  right: -20px;
}

.homeAbout .aboutTitle {
  font-size: 30px;
}

.social {
  margin-bottom: 0;
}

.social li {
  margin-left: 10px;
}

.social li a {
  color: #fff;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffdc00;
  font-size: 18px;
  border-radius: 100%;
}

.social li a:hover {
  color: #fff;
  background-color: #ffdc00 !important;
}

.social li:nth-child(1) a {
  background-color: #3b5999;
}

.social li:nth-child(2) a {
  background-color: #55acee;
}

.social li:nth-child(3) a {
  background-color: #cd201f;
}

.social li:nth-child(4) a {
  background-color: #e4405f;
}

.social li:nth-child(5) a {
  background-color: #0077B5;
}

.social li:nth-child(6) a {
  background-color: #dd4b39;
}

.aboutInner {
  position: relative;
}

.abt-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.abt-container .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.abt-container .container h1 {
  font: normal normal bold 67px/96px 'MyriadProBold';
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 0.93px 3px 7px #211D1E7D;
  position: relative;
  background-color: #20317fb2;
  padding-right: 35px;
}

.abt-container .container h1::before {
  z-index: 1;
}

.abt-container .container h1::after {
  content: '';
  position: absolute;
  left: -100%;
  background-color: #20317fb2;
  top: 0;
  width: 100%;
  height: 100%;
}

.abt-content h2 {
  font-size: 26px;
  line-height: 35px;
}

.abt-content h2::before {
  height: 60%;
  width: 6px;
}

.abt-content p {
  /*letter-spacing: 0.91px;*/
  color: #212121;
  font: normal normal normal 16px/21px 'MyriadProRegular';
}

.container {
  /*max-width: 1270px;*/
}

.mileStone {
  margin: 30px 0 0;
}

.mileStone .innerContainer {
  background-color: #c4cde240;
  padding: 15px 30px;
  margin: 0 -15px;
  margin-bottom: 50px;
}

.companyCore {
  background: url(../images/bg-core.svg) no-repeat center/cover;
  color: #fff;
  padding-bottom: 0;
  overflow: hidden;
}

.companyCore img {
  width: 100%;
}

.companyCore p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.companyCore h2 {
  position: relative;
  z-index: 2;
}

.companyCore .coreBox {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  position: relative;
  margin: 0 20px;
  text-align: center;
}

.companyCore .coreBox .coreImg {
  padding: 0 15px;
  overflow: hidden;
}

.companyCore .coreBox .coreImg:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.companyCore .coreBox .coreImg img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.companyCore .coreBox .coreContent {
  padding: 0 15px;
}

.companyCore .coreBox .coreContent h4 {
  font-size: 20px;
  margin: 10px 0 10px;
}

.companyCore .coreBox .coreContent p {
  font-size: 14px;
  margin-bottom: 50px;
}

.companyCore .coreBox .coreContent a {
  background-color: #ffdc00;
  color: #222;
  padding: 5px 30px;
  position: relative;
  bottom: -50px;
}

.companyCore .coreBox::before, .companyCore .coreBox::after {
  top: -200%;
  width: 100%;
  left: 0;
  content: '';
  position: absolute;
  height: 100%;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  z-index: 1;
}

.companyCore .coreBox:hover {
  background-color: #133a81;
}

.companyCore .coreBox:hover .coreContent a {
  bottom: 0;
}

.companyCore .coreBox:hover::before, .companyCore .coreBox:hover::after {
  background-color: #133a81;
  top: -100%;
}

.csr h2 {
  margin-bottom: 50px;
  font-size: 40px;
}

.csr h2 span {
  letter-spacing: 0.18px;
  color: #666666;
  font: normal normal normal 16px/23px 'MyriadProSemibold';
}

.csr .coreImg {
  overflow: hidden;
}

.csr .coreImg img {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.csr .coreImg:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.csr .coreBox {
  position: relative;
  margin: 30px 10px 0;
  text-align: center;
}

.csr .coreBox:hover::before {
  background: #ccc;
}

.csr .coreBox img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}

.csr .coreBox::before {
  content: '';
  border: 3px solid #ffdc00;
  width: 90%;
  position: absolute;
  top: -20px;
  left: -20px;
  height: 100%;
  z-index: -1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.csr .coreBox .coreContent {
  background-color: #20317f; padding:2rem;
}

.csr .coreBox .coreContent h4 {
  font: normal normal normal 30px/45px 'MyriadProBold';
  letter-spacing: 0px;
  color: #fff;
}

.csr .coreBox .coreContent h4 a {
  color: #fff;
}

.csr .coreBox .coreContent h4 a:hover {
  color: #ffdc00;
}

.csr .coreBox .coreContent p {
letter-spacing:0px; color:#fff; padding:5px 20px 10px; text-align:center;
}

.weCare .bannerInner .container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.weCare .bannerInner .container h1 {
  margin: 0;
}

.weCare .bannerInner .container h5 {
  font: normal normal bold 18px/25px 'MyriadProBold';
  letter-spacing: 0px;
  color: #FFE300;
  text-shadow: 3px 3px 11px #211D1E;
}

.weCare .bannerInner .container p {
  max-width: 300px;
  font: normal normal normal 16px/23px 'MyriadProRegular';
  color: #fff;
  margin: 20px 0;
}

.weCare .bannerInner .container .btn-read {
  max-width: 150px;
  background-color: #20317f;
}

.weCare .bannerInner .container .btn-read:hover {
  background-color: #ffdc00;
  color: #133a81;
}

#carouselMileStone .carousel-indicators {
  position: unset;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: unset;
  padding-left: 0;
  margin-right: unset;
  margin-left: unset;
  list-style: none;
  list-style: none;
}

#carouselMileStone .carousel-indicators li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: unset;
          flex: unset;
  width: unset;
  height: unset;
  margin-right: unset;
  margin-left: unset;
  text-indent: unset;
  cursor: pointer;
  background-color: unset;
  background-clip: padding-box;
  border-top: unset;
  border-bottom: unset;
  opacity: unset;
  -webkit-transition: unset;
  transition: unset;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font: normal normal normal 28px/66px 'MyriadProRegular';
  letter-spacing: 0.38px;
  color: #B4B4B4;
  cursor: pointer;
}

#carouselMileStone .carousel-indicators li::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #133a81;
  background-color: #feffdf;
  border-radius: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
}

#carouselMileStone .carousel-indicators li::after {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #133a81;
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 32px;
}

#carouselMileStone .carousel-indicators li.active {
  color: #20317f;
  font-size: 38px;
}

#carouselMileStone .carousel-indicators li.active::before {
  visibility: visible;
}

#carouselMileStone .row div {
  position: unset !important;
}

#carouselMileStone .position-1 {
  -webkit-animation: moveInright 2s ease-out;
          animation: moveInright 2s ease-out;
}

#carouselMileStone .position-2 {
  position: absolute;
  bottom: -160px;
  left: 0;
  -webkit-animation: moveInLeft 2s ease-out;
          animation: moveInLeft 2s ease-out;
}

.corpBanner .bannerInner .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.corpBanner .bannerInner .container h1 {
  font-family: 'MyriadProSemibold';
}

.corpBanner .bannerInner .container h4 {
  color: #fff;
  font-family: 'MyriadProSemibold';
  margin-top: 15px;
  font-size: 22px;
}

.corpBanner .bannerInner .container h2 {
  font: normal normal bold 38px 'MyriadProSemibold';
  color: #fff;
  text-transform: uppercase;
  margin-top: 5rem;
}

.corpBanner .bannerInner .container h2 span {
  font-size: 18px;
  display: block;
  font-family: 'MyriadProSemibold';
}

.corpImg {
  position: relative;
  margin: 10px 0 0;
  text-align: center;
}

.corpImg:hover img {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}

.corpImg:hover::before {
  background-color: #ccc;
}

.corpImg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover; position:relative; z-index:2;
}

.corpImg::before {
  content: '';
  border: 3px solid #ffdc00;
  width: 90%;
  position: absolute;
  top: -18px;
  right: -20px;
  height: 100%;
  z-index:1;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.btn.btn-play img {
  width: 70%;
}

.row.exhibition .col-md-4 {
  padding: 0 20px;
}

.corporation {
  padding: 50px 0;
  background-color: #f7f7f7;
}

.corporation h3 {
  font: normal normal bold 28px 'MyriadProBold';
  color: #333;
}

.corporation h3 span {
  font-size: 24px;
}

.corporation h4 {
  color: #00A1E4;
  font-size: 15px;
}

.corporation p {
  font: normal normal normal 16px/23px 'MyriadProRegular';
  color: #212121;
  /*letter-spacing: 0.91px;*/
}

.productRange {
  margin: 50px 0;
}

.productRange .corpImg {
  margin: 30px 30px 0;
  margin-left: 0;
}

.productRange h2 {
  margin-left: 20px;
}

.productRange p {
  margin-left: 20px;
}

.application .row {
  margin: 0;
  -webkit-box-shadow: 0 0 10px #211D1E5E;
          box-shadow: 0 0 10px #211D1E5E;
}

.application .row img {
  width: 100%;
}

.application .row:not(:last-child) {
  margin-bottom: 50px;
}

.application .row:nth-child(even) {
  background-color: #efefef;
}

.application .row:nth-child(even) div:first-child {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.application .row:nth-child(even) div:last-child {
  padding: 30px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.application .row:nth-child(even) div:last-child p,
.application .row:nth-child(even) div:last-child h3 {
  /*color: #20317f;*/ color:#212121;
}

.application .row:nth-child(even) div:last-child::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(270deg);
          transform: translateY(-50%) rotateZ(270deg);
  right: -32px;
  margin-left: -5px;
  width: 0;
  border-top: 10px solid #e0e0e0;
  border-top: 33px solid #ececec;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: " ";
  z-index: 2;
  font-size: 0;
  line-height: 0;
}

.application .row:nth-child(odd) {
  background-color: #20317f;
}

.application .row:nth-child(odd) div:last-child {
  padding: 30px 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.application .row:nth-child(odd) div:last-child::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
  left: -26px;
  margin-left: -5px;
  width: 0;
  border-top: 10px solid #e0e0e0;
  border-top: 33px solid #17469e;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  content: " ";
  z-index: 2;
  font-size: 0;
  line-height: 0;
}

.application .row div {
  padding: 0;
}

.application .row div h3 {
  color: #fff;
}

.application .row div p {
  color: #fff;
}

.material .row:not(:last-child) {
  margin-bottom: 50px;
}

.material .row:nth-child(even) > div:first-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 2;
          order: 2;
}

.material .row:nth-child(even) > div:first-child .corpImg::before {
  left: unset;
  right: -20px;
}

.material .row:nth-child(even) > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  background-color: #20317f;
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

.material .row:nth-child(even) > div:last-child h3 {
  color: #fff;
}

.material .row:nth-child(even) > div:last-child .btn-read {
  background-color: #fff;
  color: #133a81;
}

.material .row:nth-child(even) > div:last-child .btn-read:hover {
  background-color: #ffdc00;
  color: #133a81;
}

.material .row:nth-child(even) > div:last-child p {
  max-width: unset;
  color: #fff;
  margin: 20px 0;
}

.material .row:nth-child(odd) > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .3s linear;
  transition: .3s linear;
  background-color: #efefef;
}

.material .row:nth-child(odd) > div:last-child p {
  max-width: unset;
  margin: 20px 0; color:#212121;
}

.material .corpImg img {
  -webkit-transition: .3s linear;
  transition: .3s linear;
  height: 330px; position:relative; z-index:2;
}

.material .corpImg::before {
  content: '';
  border: 5px solid #ffdc00;
  left: -20px;
}

.contactUs h5 {
  color: #FFDC00;
  font-size: 17px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 20px;
}

.contactUs h5::before {
  width: 50px;
  height: 2px;
  content: '';
  background-color: #FFDC00;
  display: inline-block;
  margin-right: 10px;
}

.contactUs input.form-control {
  height: 55px;
  font-size: 14px;
  padding: 20px;
  margin-bottom: 20px;
}

.contactUs textarea.form-control {
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
}

.contactUs h6 {
  color: #20317f;
  font-size: 20px;
  font-weight: 700;
}

.contactUs address {
  margin-bottom: 40px;
}

.pastTitle {
  background-color: #F1F2F2;
  font-size: 30px;
  padding: 5px;
  color: #133a81;
  margin-bottom: 40px;
}

.exhibition h3 {
  font-size: 24px;
  margin-left: 20px;
}

.how-we-reach {
  text-align: center;
  background-color: #20317f;
  width: 100%;
  margin-top: 50px;
}

.img-des {
  position: relative;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}

.how-we-reach img {
  width: 80%;
  padding-top: 160px;
}

.reached-details1 {
  position: absolute;
  bottom: 10px;
  left: -60px;
}

.size p {
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.size h3 {
  font-size: 32px;
  font-weight: 700;
  color: #ffdc00;
}

.reached-details2 {
  position: absolute;
  bottom: 128px;
  left: -53px;
}

.reached-details3 {
  position: absolute;
  bottom: 243px;
  left: 125px;
}

.reached-details4 {
  position: absolute;
  bottom: 299px;
  left: 256px;
}

.reached-details5 {
  position: absolute;
  bottom: 286px;
  left: 478px;
}

.reached-details6 {
  position: absolute;
  bottom: 195px;
  right: -2px;
}

.reached-details7 {
  position: absolute;
  bottom: 114px;
  /* left: 476px; */
  right: -26px;
}

.material .row.exhibition:nth-child(2n+1) > div:last-child {
  background: transparent !important;
}

/*challenges-circle*/
.challanges-graph {
width:460px;
height:460px;
position:relative;
padding:18% 0 2%;
margin:auto;
}

.circle-challanges {
  width: 452px;
  height: 452px;
  background: url(../images/challanges-circle.png);
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.circle-challanges .itemCrcl {
  position: absolute;
  cursor: pointer;
  z-index: 2;
}

.circle-challanges .itemCrcl:hover .step-circle {
  background: #d4ecea;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.circle-challanges .itemCrcl:hover .step-circle > span {
  background-color: #20317f;
  color: #20317f;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.ic1 {
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
  width: 180px;
  height: 200px;
  background: url(../images/ci1.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 15px;
}

.ic1:hover {
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-85px);
          transform: translateX(-85px);
  width: 180px;
  height: 200px;
  background: url(../images/ci1h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 15px;
}

.ic2 {
  top: 32%;
  right: -4%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 173px;
  height: 169px;
  background: url(../images/ci2.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic2:hover {
  top: 32%;
  right: -4%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 173px;
  height: 169px;
  background: url(../images/ci2h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic3 {
  top: 52%;
  right: 1%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 175px;
  height: 169px;
  background: url(../images/ci3.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic3:hover {
  top: 52%;
  right: 1%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 175px;
  height: 169px;
  background: url(../images/ci3h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic4 {
  bottom: 0%;
  right: 30%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 180px;
  height: 165px;
  background: url(../images/ci4.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic4:hover {
  bottom: 0%;
  right: 30%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 180px;
  height: 165px;
  background: url(../images/ci4h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic5 {
  top: 51%;
  left: 2%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 175px;
  height: 169px;
  background: url(../images/ci5.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic5:hover {
  top: 51%;
  left: 2%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 175px;
  height: 169px;
  background: url(../images/ci5h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic6 {
  top: 32%;
  left: -4%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 173px;
  height: 169px;
  background: url(../images/ci6.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.ic6:hover {
  top: 32%;
  left: -4%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  width: 173px;
  height: 169px;
  background: url(../images/ci6h.png);
  background-repeat: no-repeat;
  text-align: center;
  background-position: 2px 1px;
}

.circle-center-middle {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: solid 11px #1c75bc;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-95px) translateY(-95px);
          transform: translateX(-95px) translateY(-95px);
  background: url(../images/problem.png);
  background-position: center;
  background-repeat: no-repeat;
}

.contentCircle {
  width: 300px;
  height: 300px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-150px) translateY(-150px);
          transform: translateX(-150px) translateY(-150px);
  z-index: 3;
}

.CirItem {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20% 9%;
  background: #20317f;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 51px 0px rgba(143, 24, 157, 0.26);
          box-shadow: 0 0 51px 0px rgba(143, 24, 157, 0.26);
  visibility: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
  opacity: .0;
}

.CirItem.active {
  visibility: visible;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  opacity: 1;
}

.CirItem h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0 4%;
}

.CirItem p {
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-size: 16px;
  line-height: 24px;
}

.circle-challanges .itemCrcl:hover p {
  color: #fff;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.step-circle {
  background: #f3f1f1;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 1px 0 0 0;
  position: relative;
  top: -5px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.step-circle > span {
  background:url(../images/challanges-sprite.png); background-position:-11px -19px;
  width:64px;
  height:64px;
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  -webkit-box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 5px 0 0;
  margin: 0 0 10px;
  -webkit-transition: all .4s ease-in;
  transition: all .4s ease-in;
}

.step-circle > span span {
  font-size: 22px;
  display: block;
  font-family: 'MyriadProRegular', sans-serif;
  font-weight: 500;
  line-height: 22px;
}

.itemCrcl p {
  font-size: 14px;
  color: #2f2f2f;
  line-height: 12px;
  padding: 10px 3px 0 0;
}

.ic2 .step-circle > span {
  background-position:-11px -268px;
}

.ic3 .step-circle > span {
  background-position: 0px -108px;
}

.ic4 .step-circle > span {
  background-position:-11px -185px;
}

.ic5 .step-circle > span {
  background-position: 0px -233px;
}

.ic6 .step-circle > span {
  background-position:-11px -102px;
}

.ic1 .step-circle p {
width:120%;
left:-7px;
position:absolute; text-align:center;
}

.ic1 .step-circle {
  display: inline-block;
}

.ic2 .step-circle {
  position: absolute;
  right: -10px;
  top: 32%;
}

.ic2 .step-circle p {
position:absolute;
right:100%;
top:15%;
width:120%;
text-align:center;
}

.ic3 .step-circle {
  position: absolute;
  right: 5px;
  top: 38%;
}

.ic3 .step-circle p {
  position: absolute;
  top: -20px;
  right: 85%;
}

.ic4 .step-circle {
  position: absolute;
  right: 36%;
  bottom: -10px;
  top: auto;
}

.ic4 .step-circle p {
  position: absolute;
  bottom:108%;
  right:-5%;
}

.ic5 .step-circle {
  position: absolute;
  left: 1%;
  bottom: 40px;
  top: auto;
}

.ic5 .step-circle p {
  position: absolute;
  bottom: 55%;
  left: 60px;
}

.ic6 .step-circle {
  position: absolute;
  left: 1%;
  bottom: 50px;
  top: auto;
}

.ic6 .step-circle p {
  position: absolute;
  top:24%;
  left:80px;
}

.freeTrial {
  width: 100%;
  position: relative;
  display: block;
  padding: 1% 15% 2%;
  text-align: center;
}

.freeTrial input[type="text"] {
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
  width: 100%;
  color: #000;
  font-size: 20px;
  border: solid 1px #fff;
  background: white;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.freeTrial input:focus {
  -webkit-box-shadow: 0 0 16px #fefefe;
          box-shadow: 0 0 16px #fefefe;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.freeTrial .sbmt_btnTrial {
  border: none;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  background: #20317f;
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.freeTrial .sbmt_btnTrial:hover {
  background: #292929;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.challengesImgMb {
  display: none;
  max-width: 100%;
}

.corporation.material .exhibition .col-md-4 .corpImg {
  margin-top: 30px;
}

.corporation.material .exhibition .col-md-4 .corpImg img {
  height: 270px;
}

.map {
padding:0rem 0; max-width:1350px; margin:2rem auto 3rem; position:relative;
}
.map > img { margin-top:-1%; }

.map .map_points {
  width: .8rem;
  height: .8rem;
  position: absolute;
  background: #20317f;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}

@-webkit-keyframes dot-ripple {
  to {
    -webkit-transform: scale(6);
            transform: scale(6);
    opacity: 0;
  }
}

@keyframes dot-ripple {
  to {
    -webkit-transform: scale(6);
            transform: scale(6);
    opacity: 0;
  }
}

.map .map_points:before {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background-color: #20317f;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  -webkit-animation: dot-ripple 2s linear infinite;
          animation: dot-ripple 2s linear infinite;
}

.map .map_points.india { right:34.8%; top:43.2%; }
.map .map_points.india2 { right:35.2%; top:45%; }
.map .map_points.india3 { right:33.8%; top:45%; }

.map .map_points.japan {right:73.5%; top:34.5%;}

.map .map_points.indonesia, .map .map_points.yellow { right:20.5%; top:39.5%; background-color:#FFDC00; }

.map .map_points.indonesia svg, .map .map_points.yellow svg {
  color: #FFDC00;
}

.map .map_points.indonesia::before, .map .map_points.yellow::before {
  background-color: #FFDC00;
}

.map .map_points.pnt1 { right:72.5%; top:35.4%; }
.map .map_points.pnt2 { right:74.8%; top:41%; }
.map .map_points.pnt3 { right:75.6%; top:45.5%; }
.map .map_points.pnt4 { right:70.5%; top:44%; }
.map .map_points.pnt5 { right:63.5%; top:65%; }
.map .map_points.pnt6 { right:52.4%; top:32%; }
.map .map_points.pnt7 { right:51.4%; top:35.5%; }
.map .map_points.pnt8 { right:52.8%; top:38.5%; }
.map .map_points.pnt9 { right:49.8%; top:33%; }
.map .map_points.pnt10 { right:49.2%; top:37%; }
.map .map_points.pnt11 { right:47.8%; top:32%; }
.map .map_points.pnt12 { right:46.6%; top:30%; }
.map .map_points.pnt13 { right:42.9%; top:28%; }

p.manu {
  position: absolute;
  right: 0;
  text-align: left;
  bottom: 20px;
  font-size: 14px;
}

p.manu svg {
  color: #20317f;
}

p.manu span svg {
  color: #FFDC00;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#carouselMileStone img {
  width: 400px;
}

.abtBg {
    background:#f7f7f7;
  /*background: url(../images/abtBg.png) no-repeat 0% 0;*/
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.down_arrow {
  color: #fff;
  font-size: 15px;
  text-transform: none;
  margin: 10px 0 11px 0;
  padding: 0 8px;
  font-weight: 400;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 5%;
  z-index: 2;
}

.down_arrow a:hover::after {
  opacity: 1;
}

.down_arrow a::after {
  content: 'Explore';
  position: absolute;
  color: #fff;
  bottom: -20px;
  left: 10px;
  opacity: 0;
  -webkit-transition: ease-in .3s;
  transition: ease-in .3s;
}

p {
  text-align: justify;
}

.down_arrow a {
  display: block;
  background: #ffb400 url(../images/down_arrow.png) no-repeat;
  background-position: 20px -21px;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  -webkit-animation: moveHold 2s ease-out infinite;
          animation: moveHold 2s ease-out infinite;
}

.down_arrow a:hover {
  background: #20317f url(../images/down_arrow.png) no-repeat;
  background-position: 20px 30px;
}

.cascade-slider_arrow img {
  -webkit-filter: contrast(0%) brightness(0%);
          filter: contrast(0%) brightness(0%);
}

#about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*height: 100vh;*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f7f7f7;
}
#about > .container { padding-top:12px; padding-bottom:1px; }

#corpo .corpImg img {
  -webkit-transition: .3s linear;
  transition: .3s linear;
}

#corpo .corpImg:hover img {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

#corpo .corpImg::before {
  left: -20px;
  right: unset;
}

#corpo .corpImg2::before {
  left: unset;
  right: -20px;
}

#carouselMileStone p {
  font: normal normal normal 16px/24px 'MyriadProRegular';
  -webkit-animation: moveToTop .6s ease-out .1s;
  animation: moveToTop .6s ease-out .1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}

.langDropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffb400;
  padding: 10px 20px;
}

.langDropdown select {
  font-size: 16px;
  border: 0;
  background: transparent !important;
  font-weight: 300 !important;
}

.langDropdown select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/*corporatenews*/
.corporatenews {width:102%; background:#edf4fd; box-shadow:0 0 8px rgba(0,0,0,0.2); padding:0 18px 18px; display:inline-block; height:100%; }
.corporatenews hr {width:100%; height:1px; border:none; background:#bec3ca; margin:16px 0 9px; display:inline-block;}
.corporatenews h3{background:#20317f; color:#fff; text-transform:uppercase; padding:14px 20px; margin:0 -18px 20px;}
.news-image {width:250px; float:left;}
.news-image img {max-width:100%;}
.news-content {width:calc(100% - 260px); float:right;}
.news-content h4 { font:normal normal bold 17px 'MyriadProBold'; color:#212121; text-transform:uppercase; padding:5px 0 0;}
.news-content p{ font-weight:500; padding-bottom:10px; letter-spacing:0; }
.news-content a{ color:#20317f; font-size:16px;}

.news-slider {margin-bottom:28px; }
.news-slider .carousel .caption{ position:absolute; bottom:0; left:0; width:100%; padding:10px; color:#fff; background:#20317f;}
.news-slider .carousel-control-next, .news-slider .carousel-control-prev {opacity:.9; width:7%;}
.news-slider .carousel-control-prev {
    left: -1px;
}

.corporate-vdo { 
    /*padding:8.4% 0 8rem; background:#060a0b url(../images/dark-blue.jpg); background-size:auto; background-repeat:no-repeat; background-position:center -30px;*/
    position:relative;
}
.corporate-vdo h2 { color:#fff; font:normal normal 41px/59px 'MyriadProBold'; padding:0 0 2rem; text-shadow:0 0 5px rgba(0,0,0,0.6);
position:absolute; z-index:1;
width:100%;
left:0;
top:11%;
}
.corporate-vdo img { cursor:pointer; width:100%; }
.video_box video{ max-width:860px; width:100%; margin-top:10%; }

.video_box { position:fixed; top:0; left:0; width:100%; height:100%; z-index:999; background:rgba(0,0,0,0.6); }

/**/
.tp_artcls.owl-carousel .owl-stage{
display:-ms-flexbox;
display:flex;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}
.tp_artcls.owl-carousel.owl-drag .owl-item{
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-orient:vertical;
-webkit-box-direction:normal;
-ms-flex-direction:column;
flex-direction:column;
-webkit-box-pack:center;
-ms-flex-pack:center;
justify-content:center;
-webkit-transition:.3s linear;
transition:.3s linear;
}

.tp_artcls.owl-carousel .owl-nav {
margin-top:10px;
position:absolute;
right:0;
top:45%;
left:0;
}

.tp_artcls.owl-theme .owl-nav [class*=owl-]{color:#20317f; font-size:24px;}
.tp_artcls.owl-carousel .owl-nav button.owl-next { right:0; }
.tp_artcls.owl-carousel .owl-nav button.owl-prev { left:0; }
.tp_artcls.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -40px;
    margin-bottom: 30px;    position: relative;
    z-index: 99;
}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
	
.header_tp .container-fluid {
    min-width: 1170px;
}
.navbar .navbar-nav .nav-item .nav-link, .navbar.navHeader .navbar-nav .nav-item .nav-link {
    padding: 21px 6px;
    font-size: 13px;
    text-align: center;
}

}

@media (max-width:1204px){
.header_tp { width:100%; }    
.header_tp .container-fluid { min-width:100%; }
.navbar.navHeader .navbar-nav .nav-item .nav-link { padding-left:5px; padding-right:6px; font-size:14px; }
.navbar.bg-light .navbar-brand { padding-left:1px; }
    
}

@media (max-width:1024px){
.navbar .navbar-nav .nav-item .nav-link, .navbar.navHeader .navbar-nav .nav-item .nav-link { padding:21px 6px; font-size:12px; text-align:center; }
.mainBanner .bannerInner { left:10%; width:80%; }
.mainBanner .Heading { font:normal normal normal 30px/30px 'MyriadProBold'; }

#about { height:auto; }
.homeAbout h4 { font:normal normal normal 26px/16px 'MyriadProBold'; letter-spacing:-1px; }
.homeAbout h2 { font:normal normal normal 36px/36px 'MyriadProBold'; }
.homeAbout p { font:normal normal normal 15px/21px 'MyriadProRegular'; letter-spacing:0.91px; }

.cascade-slider_container {width:100%;}
p.manu { right:15px; }
.groupSite .heading-2 { margin-left:0px; } 

/*start about here*/
#carouselMileStone .position-2 { display:none; }
.csr h2 { font-size:30px; }

#corpo .corpImg::before, .material .corpImg::before { left:-10px; }
.langDropdown { padding-left:10px; padding-right:10px; }
.langDropdown select { padding-left:1px; }

.corpBanner .bannerInner .container h2 { font-size:26px; }

}


@media (max-width:992px) {
.navbar .navbar-toggler { font-family:'MyriadProSemibold'; border:0px solid #20317f; margin-right:0px; position:relative; padding:29px 18px; background:#18479f; color:#fff; font-size:17px; border-radius:0; }
.navbar .navbar-toggler:focus { outline:none; border:0; }
.navbar .navbar-toggler span { border-top:solid 1px #666; border-bottom:solid 1px #666; height:1.2rem; position:relative; }
.navbar .navbar-toggler span:after { content:""; position:absolute; width:100%; height:1px; background:#666; left:0; top:calc(50% - .5px); }
.navbar .navbar-nav .nav-item .nav-link, .navbar.navHeader .navbar-nav .nav-item .nav-link { padding:15px 16px; font-size:15px; text-align:left; width:100%; float:left; border-bottom:1px solid rgba(240, 237, 237, 0.22); color:#fff; }
.navbar .dropdown .dropdown-menu .dropdown-item { font-size:14px; text-transform:capitalize; padding:7px 16px; text-align:left; }
.navbar .navbar-collapse { background:#009; }
.header_tp .container-fluid { box-shadow:0 -1px 5px rgb(0 0 0 / 20%); }
.navbar .dropdown:hover .dropdown-menu { display:inline-block; width:100%; }

/*start about here*/
.groupSite.abt-content .abtBg .order-md-2{ display:none; }
.col-md-6 { -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
.csr .coreBox img { height:auto; }
.csr .coreBox .coreContent h4 { font:normal normal normal 20px/25px 'MyriadProBold'; }
.csr .coreBox .coreContent p { padding:5px 0px 10px; }
.csr .coreBox .coreContent p br { display:none; }

.application .row:nth-child(odd) div:last-child::before {display:none;}

.material .row:nth-child(even) > div:first-child { -ms-flex-order:0; order:0; }
.material .row:nth-child(even) > div:first-child .corpImg::before { right:auto; left:-10px; }
.material .row:nth-child(even) > div:last-child { text-align:left; }
.corporation h3 { padding-top:15px; }
.material .row:nth-child(even) > div:last-child p { margin: 5px 0 20px; }

.application .row:nth-child(even) div:first-child { -ms-flex-order:0; order:0; }
.application .row:nth-child(even) div:last-child {padding-top:0;}    
    
}


@media (max-width:767px) {
.navbar { position:static; padding:0; }
.header_tp .container-fluid { padding-left:0; padding-right:0; }
.itemBox img { height:200px; }
.itemBox h4 { font:normal normal normal 16px/18px 'MyriadProRegular'; letter-spacing:-1.5px; }
.cascade-slider_container { width:100%; height:180px; }

.turnOver .col-md-3 { padding-top:15px; padding-bottom:15px; border-bottom:solid 1px rgba(255,255,255,.5); }
.turnOver .frist-childt { padding-right: 15px; }
.turnOver .last-childt { padding-left: 15px; border:0; }

/*start about here*/
.abt-container .container h1 { font:normal normal bold 52px/73px 'MyriadProBold'; padding-right:45px; margin:40px 0 0 0; }
#carouselMileStone .carousel-indicators li { display:inline-block; padding:5px 10px; font:normal normal normal 18px/56px 'MyriadProRegular'; letter-spacing:.2px; }

.corpBanner .bannerInner .container { display:block; }
.corpBanner .bannerInner .container h2 {
    font: normal normal bold 18px 'MyriadProBold';
}
.corpBanner .bannerInner .container h2 br { display:none; }
.material .row:nth-child(even) > div:last-child { text-align:left; }

.homeAbout { padding:20px 0 30px; }
.homeAbout img.fadeInRight { padding:0 5% 15px; }
.turnOver .container .col-md-3 { -ms-flex:0 0 100%; flex:0 0 100%; max-width:100%; }
.turnOver .col-md-3:last-child { border:none; }

.groupSite.groupBg .row > div:last-child { padding:10px 15px 0; }
.groupSite.groupBg .itemImg { margin-top:20px; }
.groupSite.groupBg .col-md-6.pr-2.pl-2 { padding-left:0px !important; padding-right:0px !important; }

.material .row:nth-child(even) > div:last-child { margin-bottom:15px; }
.material .row:nth-child(even) > div:first-child .corpImg::before { right:-10px; }

.groupSite.groupBg h2 { font:normal normal normal 26px/30px 'MyriadProSemibold'; }
.groupSite.groupBg .row:nth-child(odd) > div:last-child { background:#eee; }
.navbar.bg-light .navbar-brand { padding-left:15px; }
.down_arrow a { background-position:14px -23px; width:60px; height:60px; }

#carouselMileStone .position-2 {display: inline-block;position: static;}
#carouselMileStone img { float:left; width:50%; }
#carouselMileStone .carousel-indicators li.active { font-size:28px; }
#carouselMileStone .carousel-indicators li::after { left:18px; top:33px; }

.video_box video { width:calc(100% - 60px); margin-top:100px; }

    
    
}


.career-form { padding:3rem; border:solid 8px #EDEDED; }
.career-form label {color:#17469E;}
.career-form .form-control { padding:1.1rem 1.2rem; border-radius:0; height:auto; }




@media (max-width:572px) {

.mainBanner .bannerInner { position:static; width:100%; background:#2c2f8c; padding:20px; }
.down_arrow { display:none; }
.carousel-control-next, .carousel-control-prev { width:5%; padding-bottom:60px; }


footer { padding-top:30px; }
.bottomFooter { padding:10px 0; margin-top:20px; }
.bottomFooter .container.d-flex{ display:block !important; }
.social { visibility:visible; }
.social li:first-child { margin-left:0; }
.bottomFooter p { padding-bottom:7px; }
footer h3 { margin-bottom:5px; margin-top:12px; }
p.manu { right:15px; top:12px; }
.homeMap .homeMapInner .container ul li { width:115px; height:112px; margin-right:2px; padding:15px 11px; }

/*start about here*/
.csr h2 { font-size:21px; }
.abt-container .container h1 { font: normal normal bold 32px/42px 'MyriadProBold'; margin: 0px 0 0 0; }
.abt-content h2 { font-size:22px; line-height:26px !important; }

.news-image { width:auto; text-align:center; } 
.news-image img { width:100%;}
.news-content { width:100%; padding-top:10px; }

.corporate-vdo h2 {
font: normal normal 20px/42px 'MyriadProBold';
top: 1px;
}

}



.sqp-sec { padding:3rem 0; background:#f7f7f7; }
.sqp-sec .heading-2 { line-height:48px; }
.sqp-sec .heading-3 { line-height:36px; }
/*.sqp-sec p { color:#212121; font:normal normal normal 16px/32px 'MyriadProRegular'; }*/

.sqp-sec span { padding:10px; background:#fff; margin-top:10px; margin-right:15px; display:inline-block; }
.sqp-sec .corpImg::before {z-index:0;}
.sqp-sec .corpImg img {position:relative; z-index:1;}




.res-env { padding:3rem 0; background:#509121; }
.res-env .heading-2 { line-height:48px; }
.res-env .heading-3 { line-height:36px; }
/*.sqp-sec p { color:#212121; font:normal normal normal 16px/32px 'MyriadProRegular'; }*/

.res-env span { padding:10px; background:#fff; margin-top:10px; margin-right:15px; display:inline-block; }
.res-env .corpImg::before {z-index:0;}
.res-env .corpImg img {position:relative; z-index:1;}


.borderCorner {
    display: inline-block;
    margin: 0;
    position: relative;
    width: 100%;
}
.borderCorner iframe {
    display: block;
    margin: 0;
    padding: 5px 6px;
    position: relative;
    width: 100%;
    z-index: 5;
}
.borderCorner:before {
    background: url(../images/map-border.png) no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 99;
    position: absolute;
    background-size: 100%;
}
.borderCorner:after {
    background: url(../images/map-border2.png) no-repeat;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 99;
    position: absolute;
    background-size: 100%;
    margin-top: -22px;
}
.main-top-map:after {
    position: absolute;
    content: "";
    border: 1px solid #00548c;
    z-index: 22;
    height: 20px;
    right: 15px;
    top: 43%;
}
.main-top-map:before {
    position: absolute;
    content: "";
    border: 1px solid #00548c;
    z-index: 22;
    height: 20px;
    left: 20px;
    top: 43%;
}