@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 00 - VARIABLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - CSS RESET BY ERIC MEYER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Circular-Pro-Black"; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  color: #f1f1f1;
  font-family: "Circular-Pro-Black";
  background-color: #f1f1f1;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none;
  border-left: 3px solid #333;
  padding-left: 20px; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #333;
  text-align: center;
  margin-bottom: 15px;
  width: 100%; }
  table thead th,
  table thead td,
  table tbody th,
  table tbody td {
    font-family: "Circular-Pro-Black";
    font-size: 14px;
    border: 1px solid #333;
    text-align: center;
    padding: 8px; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

ul,
ol {
  margin-bottom: 20px; }
  ul li ul,
  ul li ol,
  ol li ul,
  ol li ol {
    padding-left: 20px; }

ul {
  list-style-type: disc;
  list-style-position: inside; }

ol {
  list-style-type: decimal;
  list-style-position: inside; }

dl {
  margin-bottom: 20px; }
  dl dd {
    padding-left: 20px; }

h1, h2, h3, h4, h5, h6, p, ul {
  padding: 0px;
  margin: 0px; }

a, a:hover {
  text-decoration: none; }

a:active, a:focus {
  outline: none; }

input, textarea {
  outline: none; }

input:active, textarea:active {
  outline: none; }

:focus {
  outline: none; }

textarea {
  resize: none; }

textarea {
  resize: vertical; }

textarea {
  resize: horizontal; }

.no-padd-md {
  padding-left: 0;
  padding-right: 0; }

.row {
  margin-right: 0;
  margin-left: 0; }

.padd-md-10 {
  padding-left: 7px;
  padding-right: 8px; }

.padd-md-0 {
  padding-left: 0;
  padding-right: 0; }

.main_wrap {
  background-color: #f1f1f1; }

.orange {
  color: #ff5400; }

.my-visible-xs {
  display: none; }

.btn-orange {	color: #ffffff;	background-color: #ff5400;	height: 49px;	display: inline-block;	font-size: 18px;	letter-spacing: -0.8px;	line-height: 43px;	font-weight: normal;	border: 2px solid #ff5400;	text-align: center;	text-decoration: none;	border-radius: 0;	opacity: 1;	-o-transition: 0.5s ease all;	-webkit-transition: 0.5s ease all;	-moz-transition: 0.5s ease all;	transition: 0.5s ease all;	font-family: 'Circular-Pro-Book'; }
.btn-orange:hover {	transform:translateY(-4px);
    color: #fff; }.btn-orange:active,.btn-orange:focus,.btn:active,.btn:focus {	color: #fff;	text-decoration: none;}

code {
	display: block;
	margin: 20px;
	padding: 20px 10px 20px 30px;
	font-family: "Circular-Pro-Book";
	color: #666;
	background: #fff;
}

.btn-light {
  color: #ffffff;
  background-color: #b2b2c0;
  height: 48px;
  display: inline-block;
  width: 252px;
  font-size: 18px;
  letter-spacing: -0.8px;
  line-height: 43px;
  font-weight: normal;
  border: 2px solid #b2b2c0;
  text-align: center;
  text-decoration: none;
  border-radius: 0;
  opacity: 1;
  -o-transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-transform: uppercase; }
  .btn-light:hover {
    color: #ffffff; }

.circle-down {
  display: block;
  width: 65px;
  height: 65px;
  background: #ffffff;
  border-radius: 50%;
  margin-bottom: 10px;
  background-image: url(../img/ArrowDownFooterMobile.svg);
  box-shadow: 5px 5px 20px 0 rgba(197, 206, 216, 0.5);
  background-position: -2px; }
  .circle-down a {
    cursor: pointer;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block; }

.margin-lr-30 {
  margin: 0 30px; }

p, a {
  font-family: 'Circular-Pro-Book'; }

.stop-scrolling {
  height: 100%;
  overflow: hidden; }

  body {
	font-size: 100%;
   -webkit-text-size-adjust: 100%;
   text-rendering: optimizeLegibility;
   -moz-osx-font-smoothing: grayscale;
   font-smoothing: antialiased;
   -webkit-font-smoothing: antialiased;
   text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
   font-synthesis: none;
  }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-header {
  background-color: #f4f4f4;
  box-shadow: 0 10px 12px 1px rgba(197, 206, 216, 0.5);
  height: 82px;
  position: fixed;
  top: 0;
  z-index: 50000;
  left: 0;
  right: 0;
  font-family: 'Circular-Pro-Book'; }
  .main-header .logo {
    display: inline-block;
    margin-left: 74px;
    padding-top: 7px; }
    .main-header .logo a {
      color: #000033;
      font-weight: 900;
      letter-spacing: 2px;
      font-size: 15px; }
      .main-header .logo a img {
        height: 50px; }
  .main-header .navigation {
    float: right;
    line-height: 82px; }
    .main-header .navigation ul {
      list-style: none; }
      .main-header .navigation ul li {
        display: inline-block;
        margin-right: 55px;
        position: relative; }
        .main-header .navigation ul li .sub-menu {
          box-shadow: 5px 5px 10px 0 #c5ced8; }
          .main-header .navigation ul li .sub-menu .menu-item {
            display: block;
            padding-left: 15px;
            padding-right: 15px;
            margin-right: 0;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.6px;
            color: #000033;
            padding-bottom: 15px; }
        .main-header .navigation ul li a {
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.6px;
          color: #000033; }
        .main-header .navigation ul li:hover .sub-menu {
          opacity: 1;
          visibility: visible;
          font-weight: 900; }
        .main-header .navigation ul li .sub-menu {
          background-color: #f4f4f4;
          -webkit-box-shadow: 5px 5px 10px 0 rgba(197, 206, 216, 0.5);
          -moz-box-shadow: 5px 5px 10px 0 rgba(197, 206, 216, 0.5);
          box-shadow: 5px 5px 10px 0 rgba(197, 206, 216, 0.5);
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 82px;
          left: -15px;
          min-width: 153px;
          padding: 15px 0;
          z-index: 9999; }
          .main-header .navigation ul li .sub-menu:last-child {
            padding-bottom: 0; }
        .main-header .navigation ul li:hover {
          font-weight: 900;
          font-family: 'Circular-Pro-Black'; }
    .main-header .navigation .main-menu {
      float: left;
      height: 100%; }
      .main-header .navigation .main-menu .menu-item {
        height: 100%; }
        .main-header .navigation .main-menu .menu-item a {
          height: 100%; }
      .main-header .navigation .main-menu .menu-item-has-children {
        padding-bottom: 33px; }
        .main-header .navigation .main-menu .menu-item-has-children:after {
          content: "\f078";
          font-family: FontAwesome;
          margin-right: 0;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.6px;
          color: #000033;
          font-size: 8px; }
        .main-header .navigation .main-menu .menu-item-has-children:hover:after {
          color: #ff5400; }
    .main-header .navigation .other-links {
      float: left;
      margin-left: 20px; }
      .main-header .navigation .other-links a {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.6px;
        text-align: center;
        color: #ff5400;
        padding: 0 20px;
        line-height: 82px;
        height: 82px;
        display: block;
        float: left;
        text-transform: uppercase; }
        .main-header .navigation .other-links a:first-child, .main-header .navigation .other-links a:hover {
          background-color: #ffffff; }
        .main-header .navigation .other-links a span {
          font-family: Circular-Pro-Book; }
	.main-header .main-header .menu-hamburger {
		float: right;
		position: relative;
		width: 30px;
		height: 30px;	}
	.main-header .main-header .menu-hamburger i.humm {		display: block;		background-color: #fff;		width: 30px;		height: 2px;		position: absolute;		top: 50%;		-webkit-transform: translateY(-50%);		-moz-transform: translateY(-50%);		-ms-transform: translateY(-50%);		-o-transform: translateY(-50%);		transform: translateY(-50%); 	}	.main-header .main-header .menu-hamburger i.humm:before,	.main-header .main-header .menu-hamburger i.humm:after {		content: '';		background-color: #fff;		width: 100%;		height: 100%;		position: absolute; 	}		.main-header.mobile-menu-open .menu-hamburger {		width: 23px;	}	.main-header.mobile-menu-open .menu-hamburger i.humm {		width: 23px;		height: 3px;	}	.main-header.mobile-menu-open .menu-hamburger i.humm:before,	.main-header.mobile-menu-open .menu-hamburger i.humm:after {		left: auto;		right: 0;		width: 12px;	}	.main-header.mobile-menu-open .menu-hamburger i.humm:before {		top: -5px;		-webkit-transform: rotate(45deg);		-moz-transform: rotate(45deg);		-ms-transform: rotate(45deg);		-o-transform: rotate(45deg);		transform: rotate(45deg);	}	.main-header.mobile-menu-open .menu-hamburger i.humm:after {		top: 5px;		-webkit-transform: rotate(-45deg);		-moz-transform: rotate(-45deg);		-ms-transform: rotate(-45deg);		-o-transform: rotate(-45deg);		transform: rotate(-45deg);	}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.main-footer {
  height: 445px;
  background-color: #e8e8ea;
  box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5);
  padding-top: 80px; }
  .main-footer .sidebur-left .logo {
    margin-bottom: 50px;
    width: 140px; }
    .main-footer .sidebur-left .logo a {
      color: #000033;
      font-weight: 900;
      letter-spacing: 2px;
      font-size: 15px; }
  .main-footer .sidebur-left .info-content ul {
    font-family: "Circular-Pro-Book";
    width: 220px;
    list-style: none; }
.main-footer .sidebur-left .info-content ul li {	display: inline-block;	vertical-align: top;	width: 36px;	height: 36px;}.main-footer .sidebur-left .info-content ul li a {	display: block;	text-align: center;	line-height: 36px;	color: #f4f4f4; 	background-color: #424358;}.main-footer .sidebur-left .info-content ul li.b-letter a {	font-size: 21px;}.main-footer .sidebur-left .info-content ul li a i {    display: block;	line-height: 36px;	color: inherit;}
  .main-footer .sidebur-left .info-content .footer-bottom__copyright {
    margin-top: 30px; }
    .main-footer .sidebur-left .info-content .footer-bottom__copyright p {
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.5px;
      color: #000033; }
  .main-footer .sidebar {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #000033;
    padding-top: 10px; }
    .main-footer .sidebar .nav-title {
      font-size: 18px;
      margin-bottom: 50px; }
    .main-footer .sidebar .menu-footer-page-container {
      display: inline-block;
      margin-right: 35px;
      vertical-align: top; }
	  .main-footer .menu-footer-page-container .menu .menu-item:first-child a {
			font-family: "Circular-Pro-Black";
		}
      .main-footer .sidebar .menu-footer-page-container:last-child {
        margin-right: 0; }
      .main-footer .sidebar .menu-footer-page-container .menu {
        list-style: none; }
        .main-footer .sidebar .menu-footer-page-container .menu .menu-item {
          margin-bottom: 21px; }
          .main-footer .sidebar .menu-footer-page-container .menu .menu-item a {
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.6px;
            color: #000033; }
  .main-footer .footer-heading-wrapper {
    padding-top: 10px; }
    .main-footer .footer-heading-wrapper .footer-heading {
      margin-bottom: 25px; }
      .main-footer .footer-heading-wrapper .footer-heading h3 {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #000033;
        font-family: "Circular-Pro-Black"; }
    .main-footer .footer-heading-wrapper .info-content {
      font-family: "Circular-Pro-Book";
      margin-bottom: 25px; }
      .main-footer .footer-heading-wrapper .info-content p {
        opacity: 0.5;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.6px;
        color: #000033;
        line-height: 30px; }
    .main-footer .footer-heading-wrapper .btn-wrap {
      text-align: center; }
      .main-footer .footer-heading-wrapper .btn-wrap .btn-left {
        width: 108px;
        height: 42px;
        background-color: #ffffff;
        display: inline-block;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.6px;
        color: #ff5400;
        line-height: 39px;
        margin-right: 15px;
        text-transform: uppercase; }
      .main-footer .footer-heading-wrapper .btn-wrap .btn-right {
        text-transform: uppercase;
        line-height: 39px;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.6px;
        color: #ff5400;
        width: 135px;
        height: 42px;
        background-color: #ffffff;
        display: inline-block; }

.main_wrap {
  position: relative;
  z-index: 20;
  margin-bottom: 445px; }

main {
  position: relative; }

footer {
  box-shadow: inset 0 20px 20px 0 rgba(197, 206, 216, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 100%; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - BANNER - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-container {
  padding-top: 82px; }
  .banner-container .thumb_wrapper {
	  display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% - 72px);
    margin: 36px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #f4f4f4;
    box-shadow: 18px 20px 20px 0 rgba(197, 206, 216, 0.5); }
    .banner-container .thumb_wrapper:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      z-index: 1;
      opacity: 0.4; }
    .banner-container .thumb_wrapper .text-wrap {
      text-align: center;
      z-index: 5;
      position: relative; }
      .banner-container .thumb_wrapper .text-wrap .subtitle {
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        text-align: center;
        color: #424358;
        text-transform: uppercase;
		margin-bottom: 18px;
        line-height: 30px; }
		.banner-container .thumb_wrapper .text-wrap .subtitle span {
			letter-spacing: -0.8px;
			margin-right: 1px;
		}
      .banner-container .thumb_wrapper .text-wrap .title {
        font-size: 100px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.81;
        letter-spacing: -6.9px;
        text-align: center;
        color: #000033;
		}
        .banner-container .thumb_wrapper .text-wrap .title span {
          color: #ff5400; }
      .banner-container .thumb_wrapper .text-wrap .text-field {
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.88;
        letter-spacing: -1.1px;
        text-align: center;
        color: #000033;
        padding-top: 35px; }
      .banner-container .thumb_wrapper .text-wrap .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #000033;
        padding-top: 31px;
        padding-bottom: 49px;
        max-width: 580px;
        margin: 0 auto; }
      .banner-container .thumb_wrapper .text-wrap .btn-orange {
        color: #ffffff;
        background-color: #ff5400;
        height: 48px;
        display: inline-block;
        width: 252px;
        font-size: 18px;
        letter-spacing: -0.8px;
        line-height: 43px;
        font-weight: normal;
        border: 2px solid #ff5400;
        text-align: center;
        text-decoration: none;
        border-radius: 0;
        opacity: 1;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .banner-container .thumb_wrapper .text-wrap .btn-orange:hover {
          display: inline-block;
          width: 252px;
          font-size: 18px;
          letter-spacing: -0.8px;
          line-height: 43px;
          background-color: #ff5400;
          font-weight: normal;
          border: 2px solid #ff5400;
          text-align: center;
          color: #fff;
          text-decoration: none;
          border-radius: 0;
          opacity: 1;
          -o-transition: 0.5s ease all;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          transition: 0.5s ease all; }
      .banner-container .thumb_wrapper .text-wrap .btn-dec {
        opacity: 0.5;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        text-align: center;
        color: #000033;
        padding-top: 15px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - VIDEO-BANNER - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.video-banner {
    padding-bottom: 50px;
    background: url(../img/home-video-bg.png) #fafafa;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-banner .left-info, .video-banner .right-info {
	padding-top: 82px;
}
.video-banner .left-info h2, .video-banner .right-info h2 {
    font-size: 34px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: -1.5px;
    color: #000033;
    padding-bottom: 17px;
}
.video-banner .left-info ul, .video-banner .right-info ul {
    list-style: unset;
    margin-left: 21px;
}
.video-banner .left-info ul li, .video-banner .right-info ul li {
    color: #ff5400;
    font-size: 21px;
}
.video-banner .left-info ul li span, .video-banner .right-info ul li span {
	font-family: 'Circular-Pro-Book'; font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: -0.8px;
	color: #000033;
}
  .video-banner .video_popup {
    text-align: center;
    padding-top: 138px; }
    .video-banner .video_popup .js-modal-btn {
      padding: 0;
      border: none; }
.video-banner .video_popup .js-modal-btn .play-btn {	background-image: url(../img/PlayButton.svg);	background-position: center;	background-repeat: no-repeat;	width: 100px;	height: 100px;    background-color: #fafafa; }
        .video-banner .video_popup .js-modal-btn .play-btn:hover {
          background-image: url(../img/PlayButton-Hover.svg); }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - TARIFF PLAN - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
#down.tariff-plan .collaboration-tabs {
	margin-right: -15px;
	margin-left: -15px;
}
.row.white-bg {
	background: #fff;
}
.tariff-plan {
	background-color: #f1f1f1;
	padding-bottom: 51px;
	padding-top: 110px; }.tariff-plan .row.hide-row {	overflow: hidden;}
  .tariff-plan .wrapper_des {
    padding-bottom: 40px; }
    .tariff-plan .wrapper_des h1,
	.properties-section .wrapper_des h1 {
      font-size: 52px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -2.3px;
      color: #000033;
      padding-bottom: 25px;
      transform: translate3d(0px, 0%, 0px); }
      .tariff-plan .wrapper_des h1 span {
        color: #ff5400; }
    .tariff-plan .wrapper_des p {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.22;
      letter-spacing: -0.8px;
      color: #000033;
      max-width: 300px; }
      .tariff-plan .wrapper_des p span {
        font-family: 'Circular-Pro-Book'; }
  .tariff-plan .wrap_scrollbar {
    position: relative; }
    .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper {
      padding-top: 21px;
      margin-bottom: 33px;
      height: 370px;
      float: left; }
      .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan {
        background-color: #ffffff;
        transition: 0.5s all ease;
         }
        .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan:hover {
          margin-top: -10px;
		  box-shadow: 10px 10px 10px 0 rgba(197, 206, 216, 0.5);
          cursor: pointer; }

		  .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan h2:after {
			  content: '';
			  border-bottom: solid 2px #ff5400;
			  width: 0px;
			  height: 3px;
			  display: block;
		  }

        .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan:hover h2:after {
          content: '';
		  transition: .3s;
          width: 91px; }
        .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan:hover a {
          color: #ff5400 !important; }
        .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text {
          padding-bottom: 26px; }
          .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text h2 {
            color: #000033;
            font-size: 21px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.81;
            letter-spacing: -0.9px;
            padding-top: 21px;
            padding-left: 37px;
            padding-bottom: 37px; }
          .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct {
            height: 230px; }
            .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct ul {
              padding-left: 37px;
              padding-right: 21px;
              list-style: none; }
              .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct ul li {
                font-family: "Circular-Pro-Book";
                margin-bottom: 20px; }
                .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct ul li img {
                  height: 19px; }
                .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct ul li span {
                  font-family: "Circular-Pro-Book";
                  font-size: 18px;
                  font-weight: normal;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: 1.22;
                  letter-spacing: -0.8px;
                  color: #b2b2c0; }
          .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text a {
            font-size: 14px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: -0.8px;
            color: #b2b2c0;
            text-transform: uppercase;
            margin-left: 37px;
            padding-top: 325px;
            padding-right: 161px;
            padding-bottom: 26px; }
            .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text a:hover {
              color: #ff5400; }
.tariff-plan .open_product .wrap-tabs {    margin-top: 0;	margin-bottom: 0; }
    .tariff-plan .open_product .wrap-tabs .filters {
      float: none;
      width: 100%;
      border-bottom: none;
      padding-bottom: 0px; }
      .tariff-plan .open_product .wrap-tabs .filters li.activbut {
        padding-bottom: 20px;
        padding-top: 20px;
        background-color: #F9F9F9;
        padding-left: 40px;
        opacity: 1; }
        .tariff-plan .open_product .wrap-tabs .filters li.activbut:before {
          bottom: 15px;
          border-bottom: solid 2px #ff5400; }
      .tariff-plan .open_product .wrap-tabs .filters li {
        opacity: 0.5;
        font-size: 21px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.81;
        letter-spacing: -0.9px;
        color: #000033;
        padding-left: 40px;
        padding-bottom: 20px;
        padding-top: 20px;
        width: 289px;
        background-color: #F4F4F4;
        font-family: Circular-Pro-Black; }
        .tariff-plan .open_product .wrap-tabs .filters li:not(:first-child) {
          margin-left: 17px; }
          .tariff-plan .close-tab {
            height: 55px;
            background: #ffffff;
          }
          .tariff-plan .close-tab .fa {
            color: #000000;
            opacity: .5;
            font-size: 30px;
            float: right;
            padding: 15px;
            cursor: pointer;
          }
  .tariff-plan .open_item_wrap .item-plan-detail {
    background-color: #ffffff; }
.tariff-plan .open_item_wrap .item-plan-detail .each-item {
  display: none;
  padding-left: 36px;
  padding-bottom: 65px;
}
.tariff-plan .open_item_wrap .item-plan-detail .each-item.active {	display: block;}

      .row.tab-columns-container {
        display: flex;
      }
      .row.tab-columns-container > div {
        display: flex;
        flex-direction: column;
      }
      .row.tab-columns-container > div .col-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
      }

      .row.tab-columns-container .struct {
        height: initial;
      }

      .tab-columns-container .struct ul li:last-child {
        margin-bottom: 0;
      }

      .tab-columns-container .fist span {
        color: #ff5400;
      }

      .tariff-plan .open_item_wrap .item-plan-detail .each-item .zero-block {
        font-size: 21px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.12;
        letter-spacing: -1.5px;
        color: #000033;
        margin-bottom: 116px;
        max-width: 215px; }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .zero-block:before {
          content: '';
          border-bottom: solid 2px #ff5400;
          width: 85px;
          display: inline-block;
          position: absolute;
          top: 32px;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .zero-block span {
          color: #ff5400; }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .zero-block .struct {
          height: 180px; }
      .tariff-plan .open_item_wrap .item-plan-detail .each-item .next-gen {
        font-size: 18px;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.1px;
        color: #000033;
        max-width: 290px; }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .next-gen.tab-api {
          margin-bottom: 48px;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .col-row {
          min-height: 60px;
          display: flex;
          flex-direction: column;
          justify-content: flex-end;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .col-row .tab-description-title {
          font-family: "Circular-Pro-Book";
          font-size: 34px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: -1.5px;
          color: #000033;
          margin-right: 55px;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .col-row .tab-description-title span {
          color: #ff5400;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .col-row .tab-info {
          font-family: "Circular-Pro-Book";
          color: #b2b2c0;
          font-size: 18px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.22;
          letter-spacing: -0.8px;
          visibility: hidden;
        }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .next-gen span {
          color: #ff5400; }
      .tariff-plan .open_item_wrap .item-plan-detail .each-item .last-gen {
        max-width: 370px;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #000033; }
      .tariff-plan .open_item_wrap .item-plan-detail .each-item .fist {
        font-size: 21px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.1px;
        color: #000033;
        padding-bottom: 15px; }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .fist span {
          color: #ff5400; }
      .tariff-plan .open_item_wrap .item-plan-detail .each-item .list-key {
        height: 290px; }
        .tariff-plan .open_item_wrap .item-plan-detail .each-item .list-key li {
          font-size: 25px;
          color: #b2b2c0; }
          .tariff-plan .open_item_wrap .item-plan-detail .each-item .list-key li span {
            font-family: Circular-Pro-Book;
            font-size: 18px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.67;
            letter-spacing: -0.8px;
            color: #000033; }
      .tariff-plan .open_item_wrap .item-plan-detail .each-item .btn-orange {
        width: 350px;
        height: 50px;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: -0.8px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase; }

.struct {
  height: 230px; }
  .struct ul {
    padding-right: 21px;
    list-style: none; }
    .struct ul li {
      font-family: "Circular-Pro-Book";
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.22;
      letter-spacing: -0.8px;
      color: #b2b2c0; }
      .struct ul li img {
        height: 19px; }
      .struct ul li span {
        font-family: "Circular-Pro-Book";
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #b2b2c0; }

.detail-tariff-plan-mobile {
  display: none; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06.1 - TARIFF PLAN - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tariff-plan-product {
  padding-bottom: 99px; }
  .tariff-plan-product .wrapper_des {
    padding-bottom: 40px;
    max-width: 560px; }
    .tariff-plan-product .wrapper_des h6 {
      font-size: 14px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #ff5400;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .tariff-plan-product .wrapper_des h2 {
      font-size: 34px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.12;
      letter-spacing: -1.5px;
      color: #000033;
      letter-spacing: -2.3px;
      color: #000033;
      padding-bottom: 25px; }
      .tariff-plan-product .wrapper_des h2 span {
        color: #ff5400; }
  .tariff-plan-product .md-top {
    margin-top: 110px; }
  .properties-section {
	  padding-bottom: 90px;
  }
  .properties-section hr,
  .tariff-plan-product hr {
    height: 2px;
    background-color: #ff5400;
    margin-bottom: 40px;
}
.properties-section hr {
	height: 1px;
}
.properties-section .btn-section,
.tariff-plan-product .btn-section {
    display: inline-block;
}
.properties-section .btn-section .btn-orange,
.tariff-plan-product .btn-section .btn-orange {
    line-height: 52px;
    width: 393px;
    height: 58px;
}
      .tariff-plan-product .btn-section .btn-orange:hover {
        color: #ffffff; }
  .tariff-plan-product .btn-section + .btn-section {
    display: inline-block;
    margin-left: 27px; }
.properties-section .btn-section-second .btn-orange,
.tariff-plan-product .btn-section-second .btn-orange {
    line-height: 52px;
    width: 312px;
    height: 58px;
}
      .tariff-plan-product .btn-section-second .btn-orange:hover {
        color: #ffffff; }

  .tariff-plan-product .text-block-product,
  .properties-section .text-block-product {
    height: 170px;
    float: left; }
    .tariff-plan-product .text-block-product h2,
	.properties-section .text-block-product h2 {
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -1.1px;
      color: #000033; }
    .tariff-plan-product .text-block-product p,
	.properties-section .text-block-product p {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.22;
      letter-spacing: -0.8px;
      color: #000033; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07 - HAP BLOCK - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.hap-block {
  padding-top: 71px;
  background-color: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5); }
  .hap-block .wrapper-hap h1 {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    margin-bottom: 27px;
    transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) span;
      transition-color: #ff5400; }
  .hap-block .wrapper-hap a {
    color: #ffffff;
    background-color: #ff5400;
    height: 49px;
    display: inline-block;
    width: 186px;
    font-size: 18px;
    letter-spacing: -0.8px;
    line-height: 43px;
    font-weight: normal;
    border: 2px solid #ff5400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    opacity: 1;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all; }
  .hap-block .wrapper-hup-desc h6 {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    margin-bottom: 22px; }
  .hap-block .wrapper-hup-desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.8px;
    color: #000033; }
    .hap-block .wrapper-hup-desc p span {
      font-weight: 900; }
  .hap-block .timeline {
    padding-bottom: 120px;
    padding-top: 130px; }
  .hap-block .timeline.image {
    background-image: url(../img/timeline.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    height: 461px;
    margin-top: 100px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 8 - ZERO DAYS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days {
  padding-top: 111px;
  background-color: #f1f1f1;
  box-shadow: inset 0px 7px 20px 0 rgba(197, 206, 216, 0.5); }
  .zero-days .wrapper-hap h1 {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033; }
    .zero-days .wrapper-hap h1 span {
      color: #ff5400; }
  .zero-days .wrapper-hap a {
    color: #ffffff;
    background-color: #ff5400;
    height: 49px;
    display: inline-block;
    width: 213px;
    font-size: 18px;
    letter-spacing: -0.8px;
    line-height: 43px;
    font-weight: normal;
    border: 2px solid #ff5400;
    text-align: center;
    text-decoration: none;
    border-radius: 0;
    opacity: 1;
    -o-transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    transition: 0.5s ease all;
    margin-top: 41px; }
  #howlong h6,
  .zero-days .wrapper-hup-desc h6 {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    margin-bottom: 22px; }
	#howlong h6 {
		padding-bottom: 0;
		margin-bottom: 16px;
	}
  .zero-days .wrapper-hup-desc p {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.8px;
    color: #000033; }
    .zero-days .wrapper-hup-desc p span {
      font-weight: 900; }
  .zero-days .timeline.bg-img {
    margin-top: 100px;
    margin-bottom: 20px;
    background-image: url(../img/home-diagram.png);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    /*width: 1215px;*/
    height: 461px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09 - banner-click - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-click .thumb_wrap {
  height: 551px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
/*.banner-click .thumb_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 58, 58, 0.6);
    z-index: 1;
}*/
  .banner-click .thumb_wrap .text-wrap {
    padding-top: 0;
    text-align: center;
    z-index: 2;
    position: relative; }
    .banner-click .thumb_wrap .text-wrap hr {
      width: 394px;
      height: 1px;
      background-color: #ffffff; }
    .banner-click .thumb_wrap .text-wrap .title {
      font-size: 72px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -5px;
      text-align: center;
      color: #ffffff;
      padding-bottom: 30px; }
      .banner-click .thumb_wrap .text-wrap .title span {
        color: #ff5400; }
    .banner-click .thumb_wrap .text-wrap .description {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      text-align: center;
      color: #ffffff;
      padding-bottom: 35px; }
    .banner-click .thumb_wrap .text-wrap .btn-orange {
      color: #ffffff;
      background-color: #ff5400;
      height: 54px;
      display: inline-block;
      width: 252px;
      font-size: 18px;
      letter-spacing: -0.8px;
      line-height: 52px;
      font-weight: normal;
      border: 2px solid #ff5400;
      text-align: center;
      text-decoration: none;
      border-radius: 0;
      opacity: 1;
      -o-transition: 0.5s ease all;
      -webkit-transition: 0.5s ease all;
      -moz-transition: 0.5s ease all;
      transition: 0.5s ease all; }
    .banner-click .thumb_wrap .text-wrap .btn-dec {
      opacity: 0.5;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.6px;
      text-align: center;
      color: #000033;
      padding-top: 15px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09.1 - top banner - COMPANY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner {
	display: flex;
  padding-top: 130px;
  background-color: #f1f1f1; }
  .banner > .container-fluid {
	  height: calc(100% - 82px);
      width: 100%;
      display: flex;
  }
  .banner > .container-fluid > .row,
  .banner > .container-fluid > .row > .col-md-12 {
	  height: 100%;
      width: 100%;
  }
.banner.banner-company .thumbnail_wrap {
	background-position: center;
}
.banner .thumbnail_wrap {
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	display: flex;
    justify-content: center;
    align-items: center;
}
.banner .thumbnail_wrap:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-color: rgba(58, 58, 58, 0.7); */
}
    .banner .thumbnail_wrap .text-wrap {
      padding-top: 0;
      text-align: center;
      z-index: 2;
      position: relative; }
      .banner .thumbnail_wrap .text-wrap hr {
        width: 394px;
        height: 1px;
        background-color: #ffffff; }
      .banner .thumbnail_wrap .text-wrap .title {
        font-size: 72px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -5px;
        text-align: center;
        color: #ffffff;
        padding-bottom: 30px;
        margin: 0 auto;
        max-width: 808px; }
        .banner .thumbnail_wrap .text-wrap .title span {
          color: #ff5400; }
      .banner .thumbnail_wrap .text-wrap .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        text-align: center;
        color: #ffffff;
        padding-bottom: 35px; }
      .banner .thumbnail_wrap .text-wrap .btn-orange {
        color: #ffffff;
        background-color: #ff5400;
        height: 48px;
        display: inline-block;
        width: 252px;
        font-size: 18px;
        letter-spacing: -0.8px;
        line-height: 43px;
        font-weight: normal;
        border: 2px solid #ff5400;
        text-align: center;
        text-decoration: none;
        border-radius: 0;
        opacity: 1;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .banner .thumbnail_wrap .text-wrap .btn-orange:hover {
          display: inline-block;
          width: 252px;
          font-size: 18px;
          letter-spacing: -0.8px;
          line-height: 43px;
          background-color: #ff5400;
          font-weight: normal;
          border: 2px solid #ff5400;
          text-align: center;
          color: #fff;
          text-decoration: none;
          border-radius: 0;
          opacity: 1;
          -o-transition: 0.5s ease all;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          transition: 0.5s ease all; }
      .banner .thumbnail_wrap .text-wrap .btn-dec {
        opacity: 0.5;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        text-align: center;
        color: #000033;
        padding-top: 15px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09.2 - top banner - insight */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-insight {
  margin-top: 130px; }
  .banner-insight .thumbnail_wrap_insight {
    height: 500px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5); }
    .banner-insight .thumbnail_wrap_insight:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      background-color: rgba(58, 58, 58, 0.8); }
    .banner-insight .thumbnail_wrap_insight .text-wrap-insight {
      padding-top: 130px;
      text-align: center;
      z-index: 2;
      position: relative; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight hr {
        width: 394px;
        height: 1px;
        background-color: #ffffff; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .title {
        font-size: 72px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -5px;
        text-align: center;
        color: #ffffff;
        padding-bottom: 30px;
        margin: 0 auto;
        max-width: 808px; }
        .banner-insight .thumbnail_wrap_insight .text-wrap-insight .title span {
          color: #ff5400; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        text-align: center;
        color: #ffffff;
        padding-bottom: 35px; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .btn-orange {
        color: #ffffff;
        background-color: #ff5400;
        height: 48px;
        display: inline-block;
        width: 252px;
        font-size: 18px;
        letter-spacing: -0.8px;
        line-height: 43px;
        font-weight: normal;
        border: 2px solid #ff5400;
        text-align: center;
        text-decoration: none;
        border-radius: 0;
        opacity: 1;
        -o-transition: 0.5s ease all;
        -webkit-transition: 0.5s ease all;
        -moz-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .banner-insight .thumbnail_wrap_insight .text-wrap-insight .btn-orange:hover {
          display: inline-block;
          width: 252px;
          font-size: 18px;
          letter-spacing: -0.8px;
          line-height: 43px;
          background-color: #ff5400;
          font-weight: normal;
          border: 2px solid #ff5400;
          text-align: center;
          color: #fff;
          text-decoration: none;
          border-radius: 0;
          opacity: 1;
          -o-transition: 0.5s ease all;
          -webkit-transition: 0.5s ease all;
          -moz-transition: 0.5s ease all;
          transition: 0.5s ease all; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .btn-dec {
        opacity: 0.5;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        text-align: center;
        color: #000033;
        padding-top: 15px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 09.3 - Filter - insight */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.wrap-tabs {
  margin-bottom: 53px;
  overflow: hidden;
  margin-top: 80px; }
  .wrap-tabs .filters {
    border-bottom: solid 1px #979797;
    width: 806px;
    padding-bottom: 24px;
    position: relative;
    float: left; }
    .wrap-tabs .filters li {
      display: inline-block;
      font-size: 18px;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #000033;
      cursor: pointer;
      font-family: Circular-Pro-Book; }
      .wrap-tabs .filters li:not(:first-child) {
        margin-left: 100px; }
    .wrap-tabs .filters li.activbut {
      font-family: Circular-Pro-Black; }
      .wrap-tabs .filters li.activbut:before {
        content: '';
        border-bottom: solid 5px #ff5400;
        width: 78px;
        display: inline-block;
        position: absolute;
        bottom: -3px; }
  .wrap-tabs .search {
    float: right;
    margin-top: 15px; }
    .wrap-tabs .search .search-form label {
      border-bottom: solid 1px #979797;
      padding-bottom: 8px; }
      .wrap-tabs .search .search-form label input[type='search'] {
        padding: 0;
        border-width: 0;
        background-color: transparent; }
      .wrap-tabs .search .search-form label i {
        color: black;
        font-size: 18px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 10 - TEXT BLOCK - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.wrap-text-block {
  background-color: #f1f1f1;
  padding-top: 65px; }
  .wrap-text-block .text-content .small-title {
    font-size: 18px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    padding-bottom: 20px;
    text-transform: uppercase; }
  .wrap-text-block .text-content .title {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    margin-bottom: 50px;
    max-width: 500px; }
    .wrap-text-block .text-content .title span {
      color: #ff5400; }
  .wrap-text-block .text-content .text {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.8px;
    color: #000033; }

    .wrap-text-block.one-col-per-row .text-content .text {
        max-width: 702px;
    }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 11 - Our know how - HOME PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.our-know-wrapp {
  background-color: #f1f1f1;
  padding-top: 170px;
  padding-bottom: 170px; }

.information {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  color: #ff5400;
  text-transform: uppercase;
  padding-bottom: 48px; }

.team-bg {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  background-size: cover;
  width: 284px;
  height: 359px;
  box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5);
  margin-bottom: 40px; }

.text-content .title-our-how {
  font-size: 34px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.12;
  letter-spacing: -1.5px;
  color: #000033;
  max-width: 180px;
  margin-bottom: 35px; }
  .text-content .title-our-how span {
    color: #ff5400; }
.text-content .decs-our-how {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.8px;
  color: #000033; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 - Our Leadership - COMPANY PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.leadership {
  background-color: #f1f1f1;
  margin-bottom: 160px; }
  .leadership .small-title {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    padding-bottom: 16px; }
  .leadership .title {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    margin-bottom: 30px; }
    .leadership .title span {
      color: #ff5400; }
  .leadership .wrapper_scrollbar_leadership .item-leader {
    padding-top: 30px; }
.leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader {
	cursor: pointer;
	transition: 0.8s all ease;
      -webkit-transition: 0.8s all ease;
      -moz-transition: 0.8s all ease;
      -o-transition: 0.8s all ease;
	}
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader:hover {
        margin-top: -30px; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .read_more_btn {
			position: absolute;
			font-size: 0;
			width: 0;
			height: 62px;
			background-color: #ff5400;
			top: 10px;
			left: 7px;
			background-image: url(../img/left_arrow.png);
			background-position: center right 18px;
			background-repeat: no-repeat;
			/*box-shadow: 5px 5px 20px 0 rgba(197, 206, 216, 0.5);*/
			transition: 0.8s all ease;
			-webkit-transition: 0.8s all ease;
			-moz-transition: 0.8s all ease;
			-o-transition: 0.8s all ease;
		}
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader:hover .read_more_btn {
          width:111px; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .team-image {
        background-position: center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        width: 379px;
        height: 258px;
        box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5); }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership {
        padding-top: 25px;
        padding-left: 33px;
        padding-right: 33px;
        background-color: #ffffff;
        padding-bottom: 65px;
        position: relative;
        display: inline-block;
        width: 379px;
        margin-bottom: 23px; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .title-leadership {
          font-size: 25px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -1.1px;
          color: #000033; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .oranges-leadership {
          color: #ff5400;
          padding-bottom: 21px; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .decs-leadership {
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.6px;
          color: #000033;
          opacity: 0.5; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .icon-wrapp {
          position: absolute;
          right: 0;
          bottom: 0;
          border: 21px solid #ff5400; }
          .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .icon-wrapp .fa-linkedin:before {
            color: white;
            background-color: orangered; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 12 -  Hiring - COMPANY PAGE */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.hiring {
  background-color: #f1f1f1;
  padding-top: 60px;
  margin-bottom: 88px; }
  .hiring .small-title {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    padding-bottom: 16px; }
  .hiring .title {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    margin-bottom: 30px; }
    .hiring .title span {
      color: #ff5400; }
  .hiring .wrapper_scrollbar_hiring .item-leader {
    padding-top: 30px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader {
      transition: 0.8s all ease;
      -webkit-transition: 0.8s all ease;
      -moz-transition: 0.8s all ease;
      -o-transition: 0.8s all ease; }
      .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader:hover {
        margin-top: -30px; }
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .read_more_btn {
			position: absolute;
			font-size: 14px;
			color: transparent;
			line-height: 62px;
			width: 0;
			height: 62px;
			background-color: #ff5400;
			top: 10px;
			left: 7px;
			background-image: url(../img/left_arrow.png);
			background-position: center right 18px;
			background-repeat: no-repeat;
			/*box-shadow: 5px 5px 20px 0 rgba(197, 206, 216, 0.5);*/
			transition: 0.8s all ease;
			-webkit-transition: 0.8s all ease;
			-moz-transition: 0.8s all ease;
			-o-transition: 0.8s all ease;
		}
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader:hover .read_more_btn {
          color: #ffffff;
		  width: 111px;
		  padding-left: 8px;}
      .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .team-image {
        background-position: center;
        background-repeat: no-repeat;
        -moz-background-size: cover;
        background-size: cover;
        width: 582px;
        height: 198px;
        box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5); }
      .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring {
        padding-top: 25px;
        padding-left: 33px;
        padding-right: 33px;
        background-color: #ffffff;
        padding-bottom: 89px;
        position: relative;
        display: inline-block;
        width: 582px;
        margin-bottom: 23px; }
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .title-hiring {
          font-size: 25px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -1.1px;
          color: #000033; }
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .oranges-hiring {
          color: #ff5400;
          padding-bottom: 21px; }
          .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .oranges-hiring span {
            color: #000033; }
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .decs-hiring {
          font-size: 14px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.6px;
          color: #000033;
          opacity: 0.5; }
        .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .icon-wrapp {
          position: absolute;
          right: 0;
          bottom: 0;
          border: 21px solid #ff5400; }
          .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .icon-wrapp .fa-linkedin:before {
            color: white;
            background-color: orangered; }

.blog_content {
  background-color: #f1f1f1;
  /*resources*/ }
  .blog_content .research_news_insight {
    padding-top: 55px; }
    .blog_content .research_news_insight > h2 {
      font-size: 34px; }
    .blog_content .research_news_insight .blog_post {
      margin-bottom: 30px; }
  .blog_content .research_news_resources .wrapper > h2 {
    font-size: 34px;
    padding-bottom: 19px; }
  .blog_content .research_news_resources .wrapper > h3 {
    padding-bottom: 40px;
    color: #000033; }
  .blog_content .research_news_resources_download .wrapper h2 {
    font-size: 34px;
    padding-bottom: 19px; }
  .blog_content .research_news_resources_download .wrapper h3 {
    padding-bottom: 40px;
    color: #000033; }
  .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post {
    position: relative; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post:hover .text .bottom_sec .date {
      color: #ff5400; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post:hover .text .bottom_sec i {
      border: 15px #ff5400 solid; }
      .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post:hover .text .bottom_sec i:before {
        background-color: #ff5400; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text h2 {
      font-size: 14px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #ff5400;
      text-transform: uppercase;
      padding-bottom: 0;
      min-height: 24px;
      padding-top: 21px;
      opacity: 1; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text p {
      font-size: 21px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.95;
      letter-spacing: -0.9px;
      color: #000033;
      opacity: 1;
      font-family: Circular-Pro-Black;
      margin-bottom: 50px; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text h3 {
      opacity: 0.5;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.6px;
      color: #000033;
      font-family: Circular-Pro-Book;
      margin-bottom: 50px;
      max-width: 218px;
      padding-bottom: 0; }
    .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text .bottom_sec {
      padding-top: 0; }
      .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text .bottom_sec .date {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #b2b2c0;
        position: absolute;
        left: 35px;
        bottom: 18px; }
      .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text .bottom_sec i {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 15px #b2b2c0 solid; }
        .blog_content .research_news_resources_download .wrapper .blog_post_list .blog_post .text .bottom_sec i:before {
          color: #ffffff;
          background-color: #b2b2c0; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 13 -  Banner  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-product .thumbnail_wrap {
  height: 100%;
  display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-product .thumbnail_wrap .text-wrap {
    padding-top: 0; }
    .banner-product .thumbnail_wrap .text-wrap .title {
      max-width: 660px;
      line-height: 0.9;
      letter-spacing: -5px; }
    .banner-product .thumbnail_wrap .text-wrap .description {
      max-width: 602px;
      margin: 0 auto; }

	  .banner-product h6.subtitle {
		  font-size: 18px;
	  }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 14 -  SWIER  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.different-swiper .swiper-container.blog_post_scroll {
	width: 100%;
	height: 475px;
	box-shadow: 20px 20px 20px 0 rgba(255, 84, 0, 0.07);
}
  .different-swiper .swiper-container.blog_post_scroll .swiper-pagination {
    bottom: 32px; }
    .different-swiper .swiper-container.blog_post_scroll .swiper-pagination .swiper-pagination-bullet {
      background-color: rgba(197, 206, 216, 0.5);
      border: none; }
      .different-swiper .swiper-container.blog_post_scroll .swiper-pagination .swiper-pagination-bullet:after {
        content: none; }
  .different-swiper .swiper-container.blog_post_scroll .swiper-pagination-bullet-active {
    background: #ff5400;
    width: 10px;
    height: 10px; }
    .different-swiper .swiper-container.blog_post_scroll .swiper-pagination-bullet-active:before {
      content: '';
      display: block;
      width: 11px;
      height: 11px;
      border-radius: 50%;
      background: #ff5400;
      margin: 1px; }
  .different-swiper .swiper-container.blog_post_scroll .swiper-button-next, .different-swiper .swiper-container.blog_post_scroll .swiper-container-rtl .swiper-button-prev {
    left: auto;
    opacity: 0.1;
    height: 25px; }
  .different-swiper .swiper-container.blog_post_scroll .swiper-button-next {
    opacity: 0.1;
    right: 110px; }
  .different-swiper .swiper-container.blog_post_scroll .swiper-button-prev {
    opacity: 0.1;
    height: 25px;
    left: 110px; }
  .different-swiper .swiper-container.blog_post_scroll .swiper-button-next.swiper-button-disabled, .different-swiper .swiper-container.blog_post_scroll .swiper-button-prev.swiper-button-disabled {
    opacity: 0.1;
    height: 25px; }
.different-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .different-swiper .swiper-slide .text .tilte-slide {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #ff5400;
    text-transform: uppercase; }
  .different-swiper .swiper-slide .text hr {
    height: 2px;
    background-color: #ff5400;
    width: 294px;
    margin-bottom: 35px; }
  .different-swiper .swiper-slide .text .description-slide {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -1.1px;
    text-align: center;
    color: #000033;
    max-width: 807px; }
    .different-swiper .swiper-slide .text .description-slide strong {
      font-family: Circular-Pro-Black; }
  .different-swiper .swiper-slide .text .sub-description {
    margin-top: 30px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -1.1px;
    text-align: center;
    color: #000033;
    font-family: Circular-Pro-Book; }
    .different-swiper .swiper-slide .text .sub-description strong {
      font-family: Circular-Pro-Black; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 -  Smart Viewer.  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.smart-viewer {
  background-color: #f1f1f1;
  padding-top: 135px; }
  .smart-viewer .smart-text .subtitle {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .smart-viewer .smart-text .title {
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -2.3px;
    color: #000033;
    margin-bottom: 34px; }
    .smart-viewer .smart-text .title span {
      color: #ff5400; }
  .smart-viewer .smart-text .description {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.8px;
    color: #000033; }
  .smart-viewer .wrap_smart_item {
    margin-top: 50px; }
    .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
      height: 330px;
      background-color: #ffffff;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 35px;
      box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5); }
      .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
        height: 70px; }
        .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles .top-title {
          font-size: 14px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.8px;
          color: #ff5400;
          float: left; }
          .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles .top-title:after {
            content: '';
            display: inline-block;
            vertical-align: super;
            width: 62px;
            height: 2.3px;
            padding-left: 31px;
            margin-left: 18px;
            background-color: #ff5400; }
        .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles img.smart-icon {
			float: right;
			max-height: 30px;
		}
        .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles .fa-search {
          float: right; }
          .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles .fa-search:before {
            float: right;
            color: #ff5400;
            font-size: 30px; }
      .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .title {
        font-size: 34px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.12;
        letter-spacing: -1.5px;
        color: #000033;
        max-width: 180px;
        margin-bottom: 30px; }
        .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .title span {
          color: #ff5400; }
      .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #000033; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 15 -  Banner Viewer bottom.  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-product-bottom {
  margin-top: 0;
  padding-top: 130px;
  background-color: #f1f1f1; }
  .banner-product-bottom .thumbnail_wrap {
    height: 529px; }
.banner-product-bottom .thumbnail_wrap:before {
    /*opacity: 0.73;
    background-color: #d8d8d8; */
}
    .banner-product-bottom .thumbnail_wrap .text-wrap .subtitle {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      text-align: center;
      color: #ff5400; }
    .banner-product-bottom .thumbnail_wrap .text-wrap .title {
      font-size: 52px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -2.3px;
      text-align: center;
      color: #000033;
      max-width: 574px; }
    .banner-product-bottom .thumbnail_wrap .text-wrap .description {
      color: #000033;
      max-width: 393px;
      margin: 0 auto; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16 -  FAQ.  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.faq_wpapper {
  padding-top: 86px;
  padding-bottom: 130px;
  background-color: #ffffff;
  box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5);
  margin-bottom: 85px; }
  .faq_wpapper .side_bar {
    float: none;
    width: 100%; }
    .faq_wpapper .side_bar .title {
      font-size: 52px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -2.3px;
      color: #000033;
      padding-bottom: 62px;
      margin-left: 22px; }
      .faq_wpapper .side_bar .title span {
        color: #ff5400; }
    .faq_wpapper .side_bar .stick_section .menu_list {
      height: 430px;
      list-style: none; }
      .faq_wpapper .side_bar .stick_section .menu_list a:after {
        top: 10px; }
    .faq_wpapper .side_bar .stick_section .more_questions ul {
      list-style: none; }
      .faq_wpapper .side_bar .stick_section .more_questions ul li a {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #ff5400;
        text-transform: uppercase;
        text-decoration: underline; }
  .faq_wpapper .wrap-scroll {
    position: relative; }
    .faq_wpapper .wrap-scroll .wrap .scrollbar {
      position: absolute;
      width: 2px;
      height: 510px;
      background: #ccc;
      line-height: 0;
      right: 0;
      left: auto;
      top: 0; }
      .faq_wpapper .wrap-scroll .wrap .scrollbar .handle {
        height: 65px;
        margin-left: -2px;
        width: 5px;
        background-color: #ff5400;
        cursor: pointer; }
    .faq_wpapper .wrap-scroll .wrap .frame.nonitembased {
      height: 510px;
      width: 100%; }
  .faq_wpapper .bs-example .panel-group {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-left: solid 1px #b2b2c0; }
    .faq_wpapper .bs-example .panel-group .title-acordion {
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -1.1px;
      color: #000033;
      padding-top: 40px;
      padding-bottom: 25px;
      padding-left: 50px; }
    .faq_wpapper .bs-example .panel-group .panel {
      border: none;
      box-shadow: none;
      padding-left: 40px; }
      .faq_wpapper .bs-example .panel-group .panel:nth-child(2n+0) {
        background-color: rgba(232, 232, 234, 0.2); }
      .faq_wpapper .bs-example .panel-group .panel .panel-heading {
        padding-top: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-left: 50px; }
        .faq_wpapper .bs-example .panel-group .panel .panel-heading .panel-title a {
          font-size: 18px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: normal;
          letter-spacing: -0.8px;
          color: #000033;
          font-family: Circular-Pro-Black; }

.faq_wpapper .bs-example .panel-group .panel .panel-heading .panel-title .glyphicon-chevron-right {
    left: -30px;
}
.pp-arrow {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	text-align: center;
}
.pp-arrow:before {
	content: "";
	display: inline-block;
	position: relative;
	width: .7em;
	height: .7em;
	border-right: 0.15em solid #b2b2c0;
    border-top: 0.15em solid #b2b2c0;
    transform: rotate(45deg) translateX(-1px) translateY(1px);
}
.faq_wpapper .bs-example .panel-group .panel .panel-heading .panel-title .glyphicon-chevron-down.pp-arrow {
    left: -30px;
}
.faq_wpapper .bs-example .panel-group .panel .panel-heading .panel-title .glyphicon-chevron-down.pp-arrow:before {
	border-color: #ff5400;
	transform: rotate(135deg) translateX(-1px) translateY(1px);
}
      .faq_wpapper .bs-example .panel-group .panel .panel-body {
        border-top: none; }
        .faq_wpapper .bs-example .panel-group .panel .panel-body p {
          font-size: 18px;
          font-weight: normal;
          font-style: normal;
          font-stretch: normal;
          line-height: 1.22;
          letter-spacing: -0.8px;
          color: #000033;
          padding-left: 44px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 16.1 -  Technology banner.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner.technology-banner {
  background-color: #f1f1f1; }
  .banner.technology-banner .thumbnail_wrap {
	  display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5); }
    .banner.technology-banner .thumbnail_wrap .text-wrap .description {
      max-width: 600px;
      margin: 0 auto; }
      .banner.technology-banner .thumbnail_wrap .text-wrap .description strong {
        font-family: Circular-Pro-Book; }
    .banner.technology-banner .thumbnail_wrap .text-wrap .bnt-wrapper .btn-orange {
      margin-left: 10px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 17 -  Technology holostyc.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.holistic-days {
  padding-bottom: 80px;
  background-color: #f1f1f1; }
  .zero-days.holistic-days .wrapper-hap h1 {
    max-width: 592px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 36px; }
  .zero-days.holistic-days .wrapper-hup-desc p {
    max-width: 592px;
    margin: 0 auto;
    text-align: center; }
  .zero-days.holistic-days .timeline {
    margin-bottom: 60px; }
  .zero-days.holistic-days .btn-wrap {
    text-align: center; }
    .zero-days.holistic-days .btn-wrap .btn-orange {
      text-decoration: none;
      margin-left: 15px;
      text-transform: uppercase; }
      .zero-days.holistic-days .btn-wrap .btn-orange:hover {
        color: #ffffff; }
    .zero-days.holistic-days .btn-wrap .btn-orange.first {
      width: 286px; }
    .zero-days.holistic-days .btn-wrap .btn-orange.second {
      width: 356px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 18 -  Technology advanced.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.advanced-days {
  background-color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 160px; }
  .zero-days.advanced-days .timeline {
    background-image: url(../img/System_1.svg);
    display: block;
    width: 336px;
    min-height: 336px;
    background-size: 351%;
    background-repeat: no-repeat;
    border-radius: 250px;
    background-position: 71% -7%;
    margin-top: 0;
    margin-bottom: 0; }
  .zero-days.advanced-days .wrapper-hup-desc p {
    max-width: 393px; }
  .zero-days.advanced-days .wrapper-hap h1 {
    padding-bottom: 45px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 19 -  Technology table.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.table-block {
  padding-top: 100px;
  background-color: #f1f1f1; }
  .table-block-inner {
	  padding: 0;
  }
  .table-block .title-block {
    width: 392px; }
    .table-block .title-block h4 {
      color: #ff5400;
      font-size: 14px;
      letter-spacing: -0.8px; }
    .table-block .title-block h2 {
      color: #000033;
      font-size: 52px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -2.3px;
      margin-bottom: 30px; }
      .table-block .title-block h2 span {
        color: #ff5400; }
    .table-block .title-block p {
      color: #000033;
      font-size: 18px;
      line-height: 22px;
      letter-spacing: -0, 8px; }
  .table-block table {
    border: none;
    margin-top: 50px; }
    .table-block table tbody {
      border: none; }
      .table-block table tbody tr {
        border: none; }
		.table-block .table-striped>tbody>tr:nth-of-type(even) {
			background-color: #f9f9f9;
		}
		.table-block .table-striped>tbody>tr:nth-of-type(odd) {
			background-color: initial;
		}
        .table-block table tbody tr td {
          text-align: left;
          border: none;
          font-size: 18px;
          line-height: 1.22;
          color: #000033;
          padding-top: 20px;
          padding-bottom: 20px;
          padding-left: 0;
          padding-right: 40px; }
          .table-block table tbody tr td span {
            font-family: Circular-Pro-Book; }
        .table-block table tbody tr .width1 {
          width: 330px; }
        .table-block table tbody tr .width3 {
          width: 200px; }
        .table-block table tbody tr th {
          font-size: 18px;
          height: 50px;
          border: none;
          line-height: 50px;
          letter-spacing: -0.8px;
          color: #000033;
          text-align: left;
          border-bottom: solid 1px #979797;
          padding-left: 0; }
          .table-block table tbody tr th span {
            display: block;
            width: 150px; }
          .table-block table tbody tr th hr {
            height: 3px;
            background: #ff5400;
            width: 70px;
            margin: 0 0 -8px 0; }
        .table-block table tbody tr .width1 {
          width: 350px; }
        .table-block table tbody tr .width3 {
          width: 200px; }
  .table-block .btn-wrap {
    padding-top: 40px;
    padding-bottom: 70px; }
    .table-block .btn-wrap .btn-orange {
      text-transform: uppercase;
      width: 287px;
      height: 50px; }
      .table-block .btn-wrap .btn-orange:hover {
        color: #ffffff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 20 -  Technology Exploits.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.holistic-days.exploits {
  box-shadow: 0px -13px 20px 0 rgba(197, 206, 216, 0.5);
  margin-top: 0;
  padding-top: 75px; }
  .zero-days.holistic-days.exploits .wrapper-hup-desc {
    text-align: center; }
    .zero-days.holistic-days.exploits .wrapper-hup-desc h6 {
      margin-bottom: 5px; }
    .zero-days.holistic-days.exploits .wrapper-hup-desc .date {
      opacity: 0.52;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.83;
      letter-spacing: -0.5px;
      color: #000033; }
    .zero-days.holistic-days.exploits .wrapper-hup-desc p {
      padding-bottom: 35px; }
  .zero-days.holistic-days.exploits .wrapper-hap h1 {
    margin-bottom: 20px; }

.wrap-exploits {
  background-color: #ffffff; }
.wrap-exploits.visible-xs {
	padding: 20px;
	margin: -20px 20px 40px;
}
.wrap-exploits.visible-xs img {
	margin: 0 auto;
}
#bm {
	width: 100%;
    min-height: 336px;
	/*background-image: url(../img/KillChain.png);
	background-size: cover;*/
}
.wrap-exploits .exploits-img {
    width: 100%;
    min-height: 336px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: -55px; }
  .wrap-exploits > .container > .row > .col-md-12:nth-child(2) {
    max-height: 245px;
  }
  .wrap-exploits .exploits-swiper {
    position: relative;
    top: -190px; }
.wrap-exploits .exploits-swiper .swiper-container {
    height: 315px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .sub-tilte-slide {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    text-align: center;
    color: #ff5400;
    text-transform: uppercase;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .subtitle {
	margin-bottom: 16px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000033;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .notes {
	margin: 30px 30px 0;
	font-family: "Circular-Pro-Book";
	font-size: 12px;
	color: #b2b2c0;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .notes a {
	text-decoration: underline;
	color: #ff5400;
}
      .wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .title-slide {
        font-size: 34px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.12;
        letter-spacing: -1.5px;
        color: #000033;
        padding-bottom: 13px; }
        .wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .title-slide span {
          color: #ff5400; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-slide .content .description-slide {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        text-align: center;
        color: #000033;
        max-width: 390px;
        margin: 0 auto; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev.swiper-button-disabled {
        left: 260px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next.swiper-button-disabled {
        right: 260px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next, .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev {
        top: 70%; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next {
        opacity: 1;
        right: 260px;
        background-image: none; }
        .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next:before {
          content: "\f105";
          font-family: FontAwesome;
          color: #ffffff;
          background-color: #f4f4f4;
          border-radius: 49px;
          font-size: 30px;
          display: inline-block;
          width: 50px;
          padding-left: 21px;
          padding-top: 9px;
          cursor: pointer;
          height: 50px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev {
        opacity: 1;
        left: 260px;
        background-image: none; }
        .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev:before {
          content: "\f104";
          font-family: FontAwesome;
          color: #ffffff;
          background-color: #f4f4f4;
          border-radius: 49px;
          font-size: 30px;
          display: inline-block;
          width: 50px;
          padding-left: 17px;
          padding-top: 9px;
          cursor: pointer;
          height: 50px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination {
        position: relative;
        text-align: left; }
        .exploits-swiper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
            display: flex;
        }
        .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
          width: 39px;
          height: 50px;
          border: none;
          text-align: center;
          margin-right: 50px; }
          .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
            content: '';
            width: 20px;
            position: relative;
            height: 40px;
            border-left: 18px solid transparent;
            border-right: 18px solid transparent;
            border-bottom: 25px solid #c5ced8;
            border-radius: unset;
            background: transparent;
            left: 0;
            display: inline-block;
            opacity: 0.5;
            top: -28px;
            margin-top: 24px; }
          .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:after {
            content: none; }
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(2n+1) {
	margin-left: 7px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(3n+1) {
	margin-left: 15px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    margin-right: 10px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
    margin-left: 0;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(5n+1) {
	margin-left: 85px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(5) {
    margin-left: 19px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(6) {
    margin-left: 133px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(7n+1) {
	margin-left: -10px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(7) {
    margin-left: 158px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(8n+1) {
	margin-left: -76px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(8) {
    margin-left: -53px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    margin-left: 75px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
	margin-left: 24px;
}
.wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child + .swiper-pagination-bullet {
	margin-left: 51px;
}
        .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
          color: #ff5400; }
          .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
            border-bottom: 25px solid #ff5400;
            opacity: 1; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 -  Technology Exploits.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.advanced-days.advanced-visibility {
  padding-bottom: 0;
  background-color: #f1f1f1;
  box-shadow: inset 1px 12px 20px 0 rgba(197, 206, 216, 0.5); }
  .zero-days.advanced-days.advanced-visibility .timeline {
    background-image: url(../img/HArdware@4x.png);
    width: 100%;
    min-height: 336px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: unset;
    margin-bottom: 0; }
  .zero-days.advanced-days.advanced-visibility .wrapper-hap {
    max-width: 310px; }
  .zero-days.advanced-days.advanced-visibility .wrapper-hup-desc p {
    max-width: 496px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 22 -  Technology Exploits.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.advanced-days.advanced-visibility.software {
  padding-bottom: 160px;
  box-shadow: none; }
  .zero-days.advanced-days.advanced-visibility.software .smart-viewer {
    box-shadow: none;
    padding-top: 0; }
    .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item {
      margin-bottom: 52px; }
      .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper {
        box-shadow: 10px 0 20px 0 rgba(255, 84, 0, 0.18); }
        .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
          height: 210px;
          box-shadow: inset 10px 0 20px 0 rgba(255, 84, 0, 0.18); }
		  .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper:first-child .item-smart {
				box-shadow: none;
			}
          .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
            height: 42px; }
  .zero-days.advanced-days.advanced-visibility.software .btn-wrap {
    padding-top: 40px; }
    .zero-days.advanced-days.advanced-visibility.software .btn-wrap .btn-orange {
      text-transform: uppercase;
      width: 390px;
      height: 50px;
      margin-bottom: 16px; }
      .zero-days.advanced-days.advanced-visibility.software .btn-wrap .btn-orange:hover {
        color: #ffffff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 23 -   LEARN MORE.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.how-long {
  padding-top: 80px;
  background-color: #f1f1f1;
  box-shadow: inset 3px 8px 20px 0 rgba(197, 206, 216, 0.5); }
  .how-long .wrapper-hup-desc {
    text-align: center; }
    .how-long .wrapper-hup-desc h6 {
      font-size: 25px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1;
      letter-spacing: -1.1px;
      text-align: center;
      color: #000033;
      padding-bottom: 50px; }
  .how-long .btn-wrap .btn-orange {
    width: 285px;
    text-transform: uppercase; }
    .how-long .btn-wrap .btn-orange:hover {
      color: #ffffff; }
  .how-long .wrapper-hup-desc {
    text-align: center; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 24 -   BANNER Threat Coverage.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner.banner-product.technology {
  background-color: #f1f1f1; }
  .banner.banner-product.technology .thumbnail_wrap {
    height: 454px; }
    .banner.banner-product.technology .thumbnail_wrap .text-wrap {
      padding-top: 90px; }
      .banner.banner-product.technology .thumbnail_wrap .text-wrap hr {
        width: 394px;
        height: 1px;
        background-color: #ffffff; }
      .banner.banner-product.technology .thumbnail_wrap .text-wrap .title {
        max-width: 398px; }
      .banner.banner-product.technology .thumbnail_wrap .text-wrap .description {
        max-width: 375px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 25 -  how long does it take?.  - Technology page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.zero-days.holistic-days.exploits.how-long {
  background-color: #ffffff;
    padding-bottom: 0;
    padding-top: 50px;
    height: 345px; }
  .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .btn-orange {
    text-transform: uppercase;
    width: 422px; }
    .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .btn-orange:hover {
      color: #ffffff; }
  .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .second {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    color: #ff5400;
    text-transform: uppercase;
    text-decoration: underline;
    padding-top: 40px;
    display: block; }

.swiper-container {
  width: 100%;
  height: 620px; }

  #slider .swiper-container:first-child {
        height: 460px;
  }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 40px; }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 43px;
  width: 17px;
  height: 17px;
  position: relative; }

.swiper-pagination-bullet {
  background: transparent;
  border: solid 1px #b2b2c0;
  opacity: 1; }

.swiper-pagination-bullet:after {
  content: '';
  display: block;
  border-right: 1px solid #b2b2c0;
  width: 6px;
  height: 35px;
  top: 20px;
  position: absolute;
  left: 2px;
  bottom: -19px; }

.swiper-pagination-bullet:last-child:after {
  content: none; }

.swiper-pagination-bullet-active:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff5400;
  margin-top: 1.9px;
  margin-left: 1.9px; }

.swiper-pagination-bullet.completed:before {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #b2b2c0;
  margin-top: 1.9px;
  margin-left: 1.9px; }

.banner-slider-with-action .svg-anim-wrapper {
	float: left;
	width: 50%;

}
#scrolling-slider.active .swiper-container {
	position: fixed;
	top: 0;
	right: 0;
}

.banner-slider-with-action .swiper-container.swiper-container-vertical {
	height: 100vh;
	float: right;
	width: 50%;
}

.banner-slider-with-action:after {
	content: '';
	display: table;
	clear: both;
}

.banner-slider-with-action:before {
  content: '';
  display: table;
  clear: both; }

.banner-slider-with-action .static-img-bg {
  height: 620px;
  width: 50%;
  display: inline-block; }

.banner-slider .swiper-container.swiper-container-vertical {
  height: 507px; }

.banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .subtilte-slide {
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.8px;
  text-align: center;
  color: #ff5400;
  text-transform: uppercase;
  margin-bottom: 37px; }
.banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .title-slide {
  font-size: 52px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -2.3px;
  text-align: center;
  color: #000033;
  max-width: 577px;
  margin: 0 auto;
  margin-bottom: 40px; }
  .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .title-slide span {
    color: #ff5400; }
.banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .description-slide {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.22;
  letter-spacing: -0.8px;
  color: #000033;
  max-width: 577px;
  margin: 0 auto; }
  .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .description-slide span {
    font-family: Circular-Pro-Black; }

.banner-slider-with-action .static-img-bg {
  background-image: url(../img/skay.png);
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: inherit;
  background-position: center;
  float: left; }
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide {
  text-align: left;
  position: relative; }
  .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .img-slide {
    height: 100vh;
    width: 62%;
    background-color: #f1f1f1;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: inset -9px -9px 20px 0 rgba(197, 206, 216, 0.5); }
  .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content {
    margin: inherit;
    width: 60%;
    padding-left: 80px; }
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .top-title {
      padding-left: 49px;
      font-size: 14px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
	  color: #ff5400;
      display: inline-block;
      padding-bottom: 30px;
}
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .top-title:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 2.3px;
    padding-left: 31px;
    margin-left: 18px;
    background-color: #ff5400;
    margin-right: 25px;
}
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .top-title-right {
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 10px;
    letter-spacing: -0.8px;
	color: #ff5400;
}
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide:first-child .content .top-title,
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide:first-child .content,
.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide:first-child .top-title-right {
	color: #b2b2c0;
}

.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide:first-child .content .top-title:after {
	background-color: #b2b2c0;
}
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .title {
      font-size: 34px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.12;
      letter-spacing: -1.5px;
      color: #000033;
      padding-bottom: 30px;
      padding-left: 48px;
      text-align: left; }
      .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .title span {
        color: #ff5400; }
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .description-slide {
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.22;
      letter-spacing: -0.8px;
      color: #000033;
      text-align: left;
      padding-left: 48px;
      max-width: 450px; }
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .wpar-btn {
      margin-top: 26px;
      margin-left: 47px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 27 -  Any threat level.  - product page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.smart-viewer.any-threat-level {
  padding-top: 70px; }
  .smart-viewer.any-threat-level .smart-text .title {
    margin-bottom: 33px; }
  .smart-viewer.any-threat-level .smart-text .description {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.8px;
    color: #000033; }
  .smart-viewer.any-threat-level .wrap_smart_item {
    margin-bottom: 80px;
    margin-top: 50px; }
    .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
      height: 512px; }
      .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
        height: 170px; }
      .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .title {
        margin-bottom: 10px; }
      .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .subtitle {
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #ff5400;
        text-transform: uppercase;
        height: 100px; }
        .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .subtitle:hover {
          color: #ff5400;
          cursor: normal; }
      .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #000033; }
  .smart-viewer.any-threat-level .btn-wrap .btn-orange {
    width: 287px;
    height: 50px;
    text-transform: uppercase; }
    .smart-viewer.any-threat-level .btn-wrap .btn-orange:hover {
      color: #ffffff; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 29 - Research & News. home */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.research_news h3 {
  text-transform: uppercase;
  display: block; }
.research_news h2 {
  max-width: 460px;
  font-size: 52px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: -2.3px;
  color: #000033; }
.research_news .wrapper .blog_post_scroll .scrollbar {
  width: calc( 100% - 80px );
  left: 25px;
  top: 137px; }
.research_news .wrapper .blog_post_scroll .blog_post_list .blog_post:hover .text .bottom_sec h3 {
  margin-left: 12px; }
.research_news .wrapper .blog_post_scroll .blog_post_list .blog_post .text .bottom_top .date {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #000033; }
.research_news .wrapper .blog_post_scroll .blog_post_list .blog_post .text .bottom_sec {
  overflow: hidden; }
  .research_news .wrapper .blog_post_scroll .blog_post_list .blog_post .text .bottom_sec h3 {
    transition: 0.8s all ease;
    -webkit-transition: 0.8s all ease;
    -moz-transition: 0.8s all ease;
    -o-transition: 0.8s all ease; }
    .research_news .wrapper .blog_post_scroll .blog_post_list .blog_post .text .bottom_sec h3:after {
      content: '';
      height: 1px;
      width: 40px;
      background: #11112A;
      display: block;
      transform: translateY(-6px);
      margin-right: 6px;
      margin-bottom: 10px;
      padding-bottom: -9px;
      position: relative;
      left: -43px; }
.research_news .wrapper .blog_post_scroll .blog_post_list .blog_post .text h2 {
  max-width: 100%;
  padding-left: 0; }

.contact_us .left_sec h3 {
  text-transform: uppercase; }
.contact_us .left_sec a {
  line-height: 34px;
  height: 47px; }
.contact_us .right_sec .check_box_col label:after {
  width: 17px;
  height: 17px; }
.contact_us .right_sec .check_box_col label.active:before {
  top: 6.5px;
  left: 2px;
  width: 11px; }
.contact_us .right_sec .check_box_col label.active:after {
  top: 4px;
  left: -1px;
  width: 17px;
  height: 16px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 30 - 404 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner.banner-404 {
  padding-bottom: 80px; }
  .banner.banner-404 .thumbnail_wrap:before {
    background-color: #3a3a3a;
    opacity: 0.5; }
  .banner.banner-404 .thumbnail_wrap .text-wrap .description {
    font-size: 34px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.12;
    letter-spacing: -1.5px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 45px; }
  .banner.banner-404 .thumbnail_wrap .text-wrap .btn-orange {
    width: 218px;
    height: 48px; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 31 -  Banner Apply Post */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.banner-hiring {
  margin-top: 120px;
  margin-bottom: 70px;
  box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5);
  display: flex;
    width: 100%;  }
	.banner-hiring > .container-fluid {
		height: calc(100% - 72px);
		width: 100%;
	}
	.banner-hiring > .container-fluid > .row, .banner-hiring > .container-fluid > .row > .col-md-12 {
		height: 100%;
	}

  .banner-hiring .thumb_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    .banner-hiring .thumb_wrap .text-wrap .subtitle {
      text-transform: uppercase; }
    .banner-hiring .thumb_wrap .text-wrap h2 {
      font-size: 34px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.12;
      letter-spacing: -1.5px;
      font-family: Circular-Pro-Book; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 32 - Form Apply Post */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.margin-md-45 {
  margin-top: 45px; }

.custom_height {
  height: 350px; }

.top_line_sosial {
  border-top: solid 1px rgba(0, 0, 51, 0.5);
  max-width: 187px; }

.contact_us.apply_form {
  max-width: 806px; }
  .contact_us.apply_form .wrapper .right_sec.main_form {
    width: 93.2%;
    border: none; }
    .contact_us.apply_form .wrapper .right_sec.main_form .validation h2 {
      margin-top: 75px;
      margin-bottom: 50px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #000033; }
      .contact_us.apply_form .wrapper .right_sec.main_form .validation h2 span {
        font-family: Circular-Pro-Book; }
    .contact_us.apply_form .wrapper .right_sec.main_form .validation textarea {
      min-height: 83px; }
    .contact_us.apply_form .wrapper .right_sec.main_form .validation .check_box_col label {
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #000033;
      padding-left: 0; }
      .contact_us.apply_form .wrapper .right_sec.main_form .validation .check_box_col label:after {
        content: none; }
    .contact_us.apply_form .wrapper .right_sec.main_form .validation .submit input[type="submit"] {
      background-color: #ff5400; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 33 - MEDIA */
/*-------------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1200px) {
  .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text a {
    padding-right: 100px; }

  /*footer*/
  .main-footer .footer-heading-wrapper .btn-wrap {
    width: 254px;
    display: inline-block; }
    .main-footer .footer-heading-wrapper .btn-wrap .btn-left {
      width: 98px;
      height: 42px;
      display: inline-block;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -0.6px;
      color: #ff5400;
      line-height: 39px;
      margin-right: 8px;
      text-align: center; }
    .main-footer .footer-heading-wrapper .btn-wrap .btn-right {
      line-height: 39px;
      font-size: 12px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      letter-spacing: -0.6px;
      color: #ff5400;
      width: 118px;
      height: 42px;
      background-color: #ffffff;
      display: inline-block;
      text-align: center; }

  .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev.swiper-button-disabled, .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev {
    left: 210px; }
  .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(2n+1) {
    margin-left: 7px; }
  .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
    margin-left: -22px; }

  .hap-block .timeline.image {
    height: 330px; }

  .zero-days .timeline.bg-img {
    width: auto; }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 09.3 - Filter - insight */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .wrap-tabs .filters {
    width: 600px; } }
@media (min-width: 1200px) {
  .banner-slider-with-action {
    min-height: 100vh; }
    .banner-slider-with-action .swiper-container.swiper-container-vertical {
      min-height: 100vh; }

  .container {
    width: 1220px; }

  .zero-days .timeline.bg-img {
    margin-bottom: 220px; }

  .no-padd-md-product {
    padding-left: 0;
    padding-right: 0; } }


@media (max-width: 1199px) {

}

@media (max-width: 1155px) {
  .main-header .navigation
  ul li {
    margin-right: 29px; }

  /*footer*/
  .main-footer .sidebar .menu-footer-page-container {
    margin-right: 25px; }



  /*smart viewer*/
  .smart-viewer .wrap_smart_item {
    margin-top: 50px; }
    .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
      height: 350px;
      background-color: #ffffff;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 35px;
      box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5); }
      .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
        height: 90px; } }
@media (max-width: 1024px) {
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 32 - Form Apply Post */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .margin-md-45 {
    margin-top: 0; }

  .contact_us.apply_form .wrapper .right_sec.main_form .validation .col_ {
    width: 100%;
    margin-top: 45px; }
  .contact_us.apply_form .wrapper .right_sec.main_form .validation h2 {
    margin-bottom: 0; }
  .contact_us.apply_form .wrapper .right_sec.main_form .validation textarea {
    min-height: 83px; }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 30 - 404 */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .banner.banner-404 {
    padding-bottom: 0;
    padding-top: 0; }

  .nopadding-sm {
    padding: 0 !important;
    margin: 0 !important; }

  body {
    background: #f4f4f4; }
    body .main-header .logo {
      margin-left: 0; }
    body .main-header .navigation {
      padding-top: 77px;
      padding-bottom: 76px;
      box-shadow: inset 0 9px 10px 0 rgba(197, 206, 216, 0.5);
      left: 0;
      z-index: 10;
      bottom: initial;
      top: 82px;
      position: fixed;
      width: 100%;
      background-color: #f4f4f4;
      line-height: 0;
      padding-left: 84px;
      display: none; }
      body .main-header .navigation .main-menu {
        display: block;
        float: none; }
        body .main-header .navigation .main-menu .menu-item.current-menu-item > a {
          margin-left: 82px;
          color: #ff5400; }
          body .main-header .navigation .main-menu .menu-item.current-menu-item > a:before {
            content: '';
            position: absolute;
            background-color: #ff5400;
            top: 17px;
            margin-left: -80px;
            width: 58px;
            height: 5px;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            -o-transition: 0.5s all ease; }
        body .main-header .navigation .main-menu .menu-item.current-menu-item .sub-menu {
          transition: 0.8s all;
          display: none;
          opacity: 1;
          visibility: visible; }
        body .main-header .navigation .main-menu .menu-item.current-menu-item .sub-menu {
          box-shadow: none;
          transition: 0.8s all;
          display: none;
          position: relative;
          top: auto;
          margin-top: 30px;
          margin-left: 80px; }
          body .main-header .navigation .main-menu .menu-item.current-menu-item .sub-menu .menu-item {
            transition: 0.8s all; }
        body .main-header .navigation .main-menu .menu-item {
          transition: 0.8s all;
          font-weight: 900;
          letter-spacing: -0.3px;
          color: #ff5400;
          text-decoration: none;
          vertical-align: top;
          position: relative;
          padding-left: 0;
          height: auto;
          text-transform: inherit;
          display: block;
          padding-bottom: 33px;
          max-width: 400px; }
          body .main-header .navigation .main-menu .menu-item:after {
            content: ''; }
          body .main-header .navigation .main-menu .menu-item .sub-menu {
            display: none; }
          body .main-header .navigation .main-menu .menu-item a {
            font-size: 70px;
            font-weight: 900;
            font-style: normal;
            font-stretch: normal;
            line-height: 0.57;
            letter-spacing: -3.1px;
            color: #424358;
            transition: 0.8s all; }
      body .main-header .navigation .other-links {
        float: none;
        margin-left: 0;
        position: relative; }
        body .main-header .navigation .other-links a {
          text-align: left;
          float: none;
          display: block;
          text-transform: initial;
          padding: 0;
          background-color: transparent;
          transition: 0.5s all ease; }
          body .main-header .navigation .other-links a .arrow-link {
            font-weight: 900;
            padding-bottom: 33px;
            text-transform: inherit;
            font-size: 70px;
            font-style: normal;
            font-stretch: normal;
            line-height: 0.57;
            letter-spacing: -3.1px;
            color: #424358;
            transition: 0.8s all;
            background-color: transparent;
            font-family: Circular-Pro-Book;
            display: inline-block; }
          body .main-header .navigation .other-links a .arrow-line {
            margin-top: 21px;
            float: left;
            display: none;
            background-color: #ff5400;
            margin-left: -80px;
            width: 58px;
            height: 5px;
            transition: 0.5s all ease;
            -webkit-transition: 0.5s all ease;
            -moz-transition: 0.5s all ease;
            -o-transition: 0.5s all ease; }
          body .main-header .navigation .other-links a:hover .arrow-line {
            display: block; }
          body .main-header .navigation .other-links a:hover {
            background-color: transparent;
            margin-left: 80px;
            text-align: left; }
    body .main-header .menu-hamburger {
		float: right;
		position: relative;
		width: 30px;		height: 30px;
		top: 25px; 	}
      body .main-header .menu-hamburger .humm {
        display: block;
        background-color: #000033;
        width: 30px;
        height: 2.3px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        body .main-header .menu-hamburger .humm:before, body .main-header .menu-hamburger .humm:after {
          content: '';
          background-color: #000033;
          width: 100%;
          height: 100%;
          position: absolute; }
        body .main-header .menu-hamburger .humm:before {
          top: -8px; }
        body .main-header .menu-hamburger .humm:after {
          top: 8px; }

  /*footer*/
  .main-footer .footer-heading-wrapper .btn-wrap {
    display: none; }

  .banner-container .thumb_wrapper .text-wrap .title {
    font-size: 90px; }

  .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper {
    padding-top: 21px; }
  .tariff-plan .col-sm-tablet {
    width: 50%; }

  /*Video block*/
  .video-banner .left-info {
    padding-left: 0; }
  .video-banner .right-info {
    padding-left: 0; }
  .video-banner .left-info, .video-banner .right-info {
    padding-top: 82px; }
  .video-banner .video_popup {
    padding-top: 108px; }

  /* hup*/
  .hap-block .wrapper-hap h1 {
    font-size: 42px;
    line-height: 1;
    letter-spacing: -1.9px; }

  /* Zero-days*/
  .zero-days .wrapper-hap h1 {
    font-size: 42px; }
  .zero-days .timeline {
    margin-bottom: 78px; }

  /*.banner new*/
  .banner {
    margin-top: 82px;
    box-shadow: 0 10px 12px 1px rgba(197, 206, 216, 0.5);
    padding-top: 0; }

  /*.banner new*/
  .banner-insight {
    margin-top: 82px;
    box-shadow: 0 10px 12px 1px rgba(197, 206, 216, 0.5); }
    .banner-insight .thumbnail_wrap_insight .text-wrap-insight .btn-orange {
      margin: 0 auto; }

  /* our-know-wrapp*/
  .information {
    padding-bottom: 0; }

  .team-bg {
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5);
    margin-bottom: 40px;
    width: 443px;
    height: 253px;
    margin-top: 41px; }

  .text-content .title-our-how {
    max-width: 100%; }

  /* Leadership*/
  .leadership .title {
    font-size: 42px; }
  .leadership .wrapper_scrollbar_leadership .item-leader {
    padding-top: 30px; }
    .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader:hover {
      margin-top: 0; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader:hover .read_more_btn {
        /*display: none;*/ }
    .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .team-image {
      background-position: center;
      background-repeat: no-repeat;
      -moz-background-size: cover;
      background-size: cover;
      width: 448px;
      height: 258px;
      box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5); }
    .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership {
      padding-top: 25px;
      padding-left: 33px;
      padding-right: 33px;
      background-color: #ffffff;
      padding-bottom: 65px;
      position: relative;
      display: inline-block;
      width: 448px;
      margin-bottom: 23px; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .title-leadership {
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.1px;
        color: #000033; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .oranges-leadership {
        color: #ff5400;
        padding-bottom: 21px; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .decs-leadership {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #000033;
        opacity: 0.5; }
      .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .icon-wrapp {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 21px solid #ff5400; }
        .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership .icon-wrapp .fa-linkedin:before {
          color: white;
          background-color: orangered; }

  /* hiring */
  .hiring {
    background-color: #f1f1f1;
    margin-top: 60px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader:hover {
      margin-top: 0px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .team-image {
      width: 450px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring {
      width: 450px; }

  .research_news_resources_download .wrapper .blog_post:hover .text .download {
    color: #ff5400; }
  .research_news_resources_download .wrapper .blog_post .text {
    top: 0;
    margin: 0;
    position: static; }
    .research_news_resources_download .wrapper .blog_post .text h2 {
      margin-bottom: 30px;
      color: #b2b2c0 !important; }
    .research_news_resources_download .wrapper .blog_post .text .download {
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.6px;
      color: #b2b2c0;
      position: absolute;
      left: 35px;
      bottom: 18px;
      text-transform: uppercase; }

	.tariff-plan-product {
		padding-bottom: 99px;
	}
	.tariff-plan-product.product-page {
		padding-bottom: 20px;
	}
    .tariff-plan-product .wrapper_des {
      padding-bottom: 40px;
      max-width: 560px; }
      .tariff-plan-product .wrapper_des h1 {
        font-size: 42px; }
    .tariff-plan-product .wrapper_des.md-top {
      max-width: 350px; }
    .properties-section hr,
	.tariff-plan-product hr {
      height: 2px;
      background-color: #ff5400;
      margin-bottom: 40px;
	 }
    .tariff-plan-product .btn-section {
      float: left; }
      .tariff-plan-product .btn-section .btn-orange {
        line-height: 52px;
        width: 343px;
        height: 58px; }
        .tariff-plan-product .btn-section .btn-orange:hover {
          color: #ffffff; }
    .tariff-plan-product .btn-section-second {
      float: right;
      display: inline-block;
      margin-left: 27px; }
      .tariff-plan-product .btn-section-second .btn-orange {
        line-height: 52px;
        width: 262px;
        height: 58px; }
        .tariff-plan-product .btn-section-second .btn-orange:hover {
          color: #ffffff; }
    .tariff-plan-product .text-block-product {
      height: 240px;
      float: left; }
      .tariff-plan-product .text-block-product h2 {
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.1px;
        color: #000033; }
      .tariff-plan-product .text-block-product p {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #000033; }

  /*  Technology advanced. */
  .zero-days.advanced-days .timeline {
    background-image: url(../img/mobile.png);
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: inherit;
    background-position: center;
    margin-top: 0;
    margin-bottom: 0; }
  .zero-days.advanced-days .wrapper-hup-desc p {
    max-width: 393px; }
  .zero-days.advanced-days .wrapper-hap h1 {
    max-width: 496px; }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 27 -  Any threat level.  - product page */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
    height: 570px; } }
.other-links .info-content {
  display: none; }

@media (max-width: 1024px) and (min-width: 768px) {
  .leadership {
    margin-bottom: 50px; }

  .margin-lr-30 {
    margin: 0 30px; }

  body .main-header .navigation .other-links {
    display: block; }
    body .main-header .navigation .other-links .info-content {
      display: block;
      position: absolute;
      right: 30px;
      bottom: 62px; }
      body .main-header .navigation .other-links .info-content .icons li {
        margin-right: 0; }
        body .main-header .navigation .other-links .info-content .icons li a:hover {
          margin-left: 0; }
        body .main-header .navigation .other-links .info-content .icons li a i {
          width: 36px;
          height: 36px;
          text-align: center;
          padding-top: 10px;
          background-color: #424358;
          font-size: 18px;
          color: #ffffff; }
        body .main-header .navigation .other-links .info-content .icons li a .fa-twitter:before {
          background-color: #424358;
          font-size: 18px; }
      body .main-header .navigation .other-links .info-content .copyright p {
        font-size: 12px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.5px;
        text-align: right;
        color: #000033; }

  .my-visible-xs {
    display: block; }

  .company-col-sm-6 {
    width: 50% !important; }

  .my-col-sm-6 {
    width: 50% !important; }

  .wrap-text-block .my-col-sm-10 {
    width: 83.33333333%; } }
@media (max-width: 992px) {
  .wrap-tabs .filters {
    width: 490px; }
    .wrap-tabs .filters li:not(:first-child) {
      margin-left: 70px; }

  .team-bg {
    width: 330px; }

  /* Leadership*/
  .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .team-image {
    width: 344px; }
  .leadership .wrapper_scrollbar_leadership .item-leader .one-item-leader .text-content-leadership {
    width: 344px; }

  /* Hiring*/
  .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader:hover {
    margin-top: 0px; }
  .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .team-image {
    width: 345px; }
  .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .text-content-hiring {
    width: 345px; }
  .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .icon-wrapp {
    bottom: 20px;
    left: 33px;
    border: none; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring .icon-wrapp a {
      color: #ff5400;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -1px; }

  .hiring {
    background-color: #f1f1f1;
    margin-top: 60px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader:hover {
      margin-top: 0px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .team-image {
      width: 345px; }
    .hiring .wrapper_scrollbar_hiring .item-leader .one-item-leader .text-content-hiring {
      width: 345px; }

  /*smart viewer*/
  .smart-viewer .wrap_smart_item {
    margin-top: 50px; }
    .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
      height: 65px; }

  .wrap-exploits .exploits-swiper {
    top: -239px; }
    .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev.swiper-button-disabled, .wrap-exploits .exploits-swiper .swiper-container .swiper-button-prev {
      left: 60px; }
    .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next.swiper-button-disabled, .wrap-exploits .exploits-swiper .swiper-container .swiper-button-next {
      right: 60px; }
    .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet {
      margin-right: 20px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:nth-child(2n+1) {
        margin-left: 7px; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:first-child {
        margin-left: 0; }
      .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet:before {
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 14px solid #c5ced8;
        left: 15px; }
    .wrap-exploits .exploits-swiper .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 14px solid #ff5400; } }
@media (max-width: 768px) {
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	#bm {
		padding-top: 100px;
		background: none;
	}
	.leadership {
		margin-bottom: 60px;
	}
	.social_share {
		margin-bottom: 50px;
		text-align: center;
	}

  .contact_us.apply_form {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 25px;
    padding-right: 25px; }
    .contact_us.apply_form .wrapper .right_sec.main_form .validation .submit input[type="submit"] {
      width: 273px;
      height: 48px;
      color: #ffffff;
      text-decoration: none;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      font-family: Circular-Pro-Book; }

  .custom_height {
    height: 260px; }

  .banner-click.banner-hiring {
    margin-top: 83px; }
    .banner-click.banner-hiring .thumb_wrap {
      height: 470px; }

      .table-block-inner > .row > hr {
          display: none;
      }
  .table-block .title-block h2 {
    max-width: 215px; }
  .table-block .title-block p {
    max-width: 324px; }
  .table-block .wrap-table-item {
    position: relative;
    padding-bottom: 50px; }
    .table-block .wrap-table-item .item-wrapper .item-smart {
      margin-left: 26px;
      float: left;
      width: 267px;
      height: 429px;
      background-color: #ffffff;
      padding-left: 25px;
      padding-right: 25px;
      padding-top: 34px;
      position: relative;
      box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5); }
      .table-block .wrap-table-item .item-wrapper .item-smart .line-title {
        font-size: 14px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #ff5400;
        padding-bottom: 20px; }
        .table-block .wrap-table-item .item-wrapper .item-smart .line-title:after {
          content: '';
          display: inline-block;
          vertical-align: super;
          width: 62px;
          height: 2.3px;
          padding-left: 31px;
          margin-left: 18px;
          background-color: #ff5400; }
      .table-block .wrap-table-item .item-wrapper .item-smart .title {
        padding-bottom: 55px;
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -1.1px;
        color: #000033; }
      .table-block .wrap-table-item .item-wrapper .item-smart .description {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.8px;
        color: #000033; }
      .table-block .wrap-table-item .item-wrapper .item-smart .date {
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #ff5400;
        position: absolute;
        bottom: 20px; }
  .table-block .btn-wrap {
    padding-left: 15px; }

	body .main-header .navigation {
		padding-top: 82px;
		padding-left: 34px; 	}	body .main-header.mobile-menu-open .navigation {		display: block;	}
    body .main-header .navigation .main-menu .current-menu-item a {		font-size: 45px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: 0.67;
      letter-spacing: -2px;
      color: #424358;
      padding-bottom: 0; }
    body .main-header .navigation .main-menu .menu-item {
      padding-bottom: 28px; }
    body .main-header .navigation .main-menu .menu-item a {
        font-family: "Circular-Pro-Black";		font-size: 45px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.67;
        letter-spacing: -2px;
        color: #424358; 	}
	.main-header .navigation .other-links a:first-child {		background: transparent;	}   body .main-header .navigation .other-links a {
      line-height: 50px;
      height: 60px; }
      body .main-header .navigation .other-links a .arrow-link {
        font-family: "Circular-Pro-Black";		font-size: 45px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.67;
        letter-spacing: -2px;
        color: #424358;
        padding-bottom: 28px;
        padding-left: 0;
        height: auto;
        text-transform: inherit; 			}

  .research_news {
    margin-left: 5px; }
    .research_news .wrapper > h3 {
      padding-left: 25px; }
    .research_news .wrapper .blog_post_scroll .scrollbar {
      width: calc(100% - 52px); }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 30 - 404 */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .banner.banner-404 .thumbnail_wrap .text-wrap {
    margin-left: 30px;
    padding-top: 50px; }
    .banner.banner-404 .thumbnail_wrap .text-wrap .description {
      text-align: left;
      font-size: 25px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.16;
      letter-spacing: -1.1px;
      color: #ffffff;
      margin-bottom: 55px; }
    .banner.banner-404 .thumbnail_wrap .text-wrap .title {
      width: 583px;
      padding-bottom: 70px; }
    .banner.banner-404 .thumbnail_wrap .text-wrap .btn-orange {
      width: 324px;
      height: 48px; }

  .sub-menu {
    display: none; }

	.main_wrap {
		margin-bottom: 250px;
	}

  .btn-light {
    width: 315px; }

  .nopadding {
    padding: 0 !important;
    margin: 0 !important; }

  .padd-md {
    padding-right: 15px;
    padding-left: 15px; }

	.banner-container {
		padding-bottom: 30px;
	}

  .banner-container .thumb_wrapper {
		height: auto;
		background-position: top;
		background-size: 100% 60.66%;
		margin: 0;
		position: relative;
		z-index: 2;
		box-shadow: none;
	}
    .banner-container .thumb_wrapper:before {
		content: '';
		position: absolute;
		width: 100%;
		/*height: 60.66%;*/
		/*background-color: #f1f1f1;*/
		z-index: 1;
		/*opacity: 0.6; */
	}
    .banner-container .thumb_wrapper .text-wrap {
      padding-top: 124px; }
      .banner-container .thumb_wrapper .text-wrap .subtitle {
        text-align: left;
        padding-left: 24px;
        padding-bottom: 20px;
        line-height: normal; }
        .banner-container .thumb_wrapper .text-wrap .subtitle span {
          display: block; }
      .banner-container .thumb_wrapper .text-wrap .title {
        font-size: 58px;
        height: 414px;
        /*box-shadow: 5px 15px 10px 0 rgba(197, 206, 216, 0.5);*/
        font-weight: 900;
        line-height: 0.79;
        letter-spacing: -2.6px;
        text-align: left;
        padding-left: 24px;
        /*word-spacing: 70px;*/
        position: relative; }

        .banner-container .thumb_wrapper .text-wrap .title .circle-down {
          position: absolute;
          bottom: 35px; }
      .banner-container .thumb_wrapper .text-wrap .text-field {
        padding-left: 25px;
        padding-right: 25px;
        text-align: left; }
        .banner-container .thumb_wrapper .text-wrap .text-field span {
          color: #ff5400; }
      .banner-container .thumb_wrapper .text-wrap .description {
        text-align: left;
        margin-left: 25px;
        margin-right: 25px;
        padding-top: 26px;
        width: 305px; }
      .banner-container .thumb_wrapper .text-wrap .btn-orange {
        width: 324px; }
      .banner-container .thumb_wrapper .text-wrap .btn-dec {
        display: none; }

	.video-banner {
		background: #f4f4f4;
	}
    .video-banner .left-info {
      padding-left: 0; }
    .video-banner .right-info {
      padding-left: 0; }
    .video-banner .left-info, .video-banner .right-info {
      padding-top: 82px; }
      .video-banner .left-info h2 span, .video-banner .right-info h2 span {
        color: #ff5400; }
    .video-banner .video_popup {
      box-shadow: 5px 5px 10px 0 rgba(197, 206, 216, 0.5);
      padding-top: 47px;
      padding-bottom: 47px;
      background-color: #ffffff; }

  .tariff-plan .wrapper_des h1 {
    padding-top: 70px; }
  .tariff-plan .wrapper_des p {
    max-width: 315px; }
  .tariff-plan .wrap_scrollbar .scrollbar {
    left: 8px; }
  .tariff-plan .col-sm-tablet {
    width: 100%; }

  .video-banner .left-info, .video-banner .right-info {
    padding-top: 52px;
    margin-left: 22px; }
  .video-banner .video_popup .js-modal-btn .play-btn {
    background-color: #ffffff; }

  .tariff-plan {
    padding-top: 50px;
    padding-bottom: 44px; }
    .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper {
      width: 286px; }
      .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan:hover {
        margin-top: 0; }
      .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text h2:after {
        content: '';
        border-bottom: solid 2px #ff5400;
        width: 91px;
        height: 3px;
        display: block;
        padding-bottom: 12px; }
      .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text a {
        color: #ff5400; }
      .tariff-plan .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan .wrap_text .struct ul li {
        max-width: 130px; }
    .tariff-plan .wrap_scrollbar .item-plan-wrap .scrollbar {
      width: calc(100% - 39px); }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 06.1 - TARIF PLAN MOBILE DETAIL - HOME PAGE */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .detail-tariff-plan-mobile {
    background-color: #f4f4f4;
    padding-bottom: 51px;
    display: block; }
    .detail-tariff-plan-mobile .wrapper_des {
      padding-bottom: 40px; }
      .detail-tariff-plan-mobile .wrapper_des h1 {
        font-size: 52px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -2.3px;
        color: #000033;
        padding-bottom: 25px; }
        .detail-tariff-plan-mobile .wrapper_des h1 span {
          color: #ff5400; }
      .detail-tariff-plan-mobile .wrapper_des p {
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px;
        color: #000033; }
    .detail-tariff-plan-mobile .wrap_scrollbar {
      position: relative; }
      .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap {
        box-shadow: 10px 10px 10px 0 rgba(197, 206, 216, 0.5); }
        .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper {
          padding-top: 27px;
          margin-bottom: 33px;
          height: 1175px;
          width: 324px;
          float: left; }
          .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail {
            background-color: #ffffff;
            transition: 0.5s all ease; }
            .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail {
              padding-bottom: 26px;
              padding-left: 37px;
              padding-right: 37px; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail h2 {
                color: #000033;
                font-size: 21px;
                font-weight: 900;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.81;
                letter-spacing: -0.9px;
                padding-top: 21px;
                padding-bottom: 32px; }
                .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail h2:after {
                  content: '';
                  border-bottom: solid 2px #ff5400;
                  width: 91px;
                  height: 3px;
                  display: block;
                  padding-bottom: 12px; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .struct {
                padding-bottom: 21px; }
                .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .struct ul li {
                  margin-bottom: 21px;
                  max-width: 130px; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .zero-block {
                font-size: 25px;
                font-weight: 900;
                font-style: normal;
                font-stretch: normal;
                line-height: 1;
                letter-spacing: -1.1px;
                color: #000033;
                padding-bottom: 39px; }
                .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .zero-block span {
                  color: #ff5400; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail p {
                font-size: 18px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 22px;
                letter-spacing: -0.8px;
                color: #000033;
                padding-bottom: 60px;
                font-family: "Circular-Pro-Book"; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .fist {
                font-size: 25px;
                font-weight: 900;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: -1.1px;
                color: #000033;
                margin-bottom: 30px; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .list-key {
                margin-bottom: 50px; }
                .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .list-key li {
                  font-size: 25px;
                  color: #b2b2c0; }
                  .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .list-key li span {
                    font-family: "Circular-Pro-Book";
                    font-size: 18px;
                    font-weight: normal;
                    font-style: normal;
                    font-stretch: normal;
                    line-height: 1.67;
                    letter-spacing: -0.8px;
                    color: #000033; }
              .detail-tariff-plan-mobile .wrap_scrollbar .item-plan-wrap .item-wrapper .item-plan-detail .wrap_text_detail .btn-orange {
                font-family: "Circular-Pro-Book";
                color: #ffffff;
                background-color: #ff5400;
                height: 49px;
                display: inline-block;
                width: 240px;
                font-size: 18px;
                letter-spacing: -0.8px;
                line-height: 43px;
                font-weight: normal;
                border: 2px solid #ff5400;
                text-align: center;
                text-decoration: none;
                border-radius: 0;
                opacity: 1;
                -o-transition: 0.5s ease all;
                -webkit-transition: 0.5s ease all;
                -moz-transition: 0.5s ease all;
                transition: 0.5s ease all; }
      .detail-tariff-plan-mobile .wrap_scrollbar .scrollbar {
        width: calc(100% - 39px);
        left: 8px; }

  /*mailchimp form*/
  .mailcimp-form {
    margin-bottom: 64px; }
    .mailcimp-form .col_ {
      margin-bottom: 15px; }
      .mailcimp-form .col_ input[type='email'] {
        border: 0;
        border-bottom: solid 1px #000033;
        display: block;
        width: 100%;
        padding-bottom: 12px;
        color: #000033;
        background-color: #f4f4f4;
        font-family: "Circular-Pro-Book";
        opacity: 0.5;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.8px; }
    .mailcimp-form .submit input[type='submit'] {
      width: 100%;
      font-family: "Circular-Pro-Book";
      height: 48px;
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      text-align: center;
      color: #ffffff;
      background-color: #ff5400;
      border: none; }

  /* hap-block*/
.hap-block .wrapper-hap h1 {	font-size: 14px;	font-weight: 900;    font-style: normal;    font-stretch: normal;    line-height: normal;    letter-spacing: -0.8px;    color: #ff5400;    font-family: "Circular-Pro-Book";    text-transform: uppercase;}.hap-block .wrapper-hup-desc h6 {
    text-transform: initial;
    font-size: 52px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.88;
    letter-spacing: -2.3px;
    color: #000033;}.hap-block .wrapper-hup-desc h6 span {	font-size: 25px;	font-weight: normal;	line-height: 1.84;}.hap-block .wrapper-hup-desc p {    padding-top: 20px;    padding-bottom: 30px; }.hap-block .wrapper-hup-desc p span {	font-family: Circular-Pro-Book;	font-weight: 500; }
/*zero days*/.zero-days {	padding-top: 75px;	font-family: "Circular-Pro-Book"; }.zero-days .wrapper-hap {	margin-bottom: 45px; }    .zero-days .wrapper-hup-desc h6 {      max-width: 230px; }    .zero-days .wrapper-hup-desc .btn-orange {
      margin-top: 36px;
      font-family: 'Circular-Pro-Book'; }

  /* banner click*/
	.banner-click,
	.banner-product {
		max-width: 100%;
		overflow: hidden;
	}
	.banner-click {
		background-color: #f1f1f1;
	}
    .banner-click .thumb_wrap {
      height: 660px; }
    .banner-click .thumb_wrap .text-wrap {
		margin-left: 25px;
        margin-right: 25px;
        padding-top: 100px;
        text-align: left;
	}
        .banner-click .thumb_wrap .text-wrap hr {
          display: inline-block;
          width: 165px; }
        .banner-click .thumb_wrap .text-wrap .title {
          font-family: Circular-Pro-Black;
          font-size: 52px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.98;
          letter-spacing: -2.3px;
          color: #ffffff;
          text-align: left; }
        .banner-click .thumb_wrap .text-wrap .description {
          text-align: left;
          padding-bottom: 100px; }
        .banner-click .thumb_wrap .text-wrap .btn-orange {
          width: 327px;
          height: 54px;
          line-height: 53px; }

  .main-footer {
    height: 250px;
    padding-top: 35px; }
    .main-footer .sidebur-left .back-to-top {
      text-align: center;
      font-family: Circular-Pro-Black;
      font-size: 14px;
      font-weight: 900;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.8px;
      color: #ff5400;
      margin-bottom: 32px; }
      .main-footer .sidebur-left .back-to-top .circle {
        margin: 0 auto;
        display: block;
        width: 65px;
        height: 65px;
        background: #ffffff;
        border-radius: 50%;
        margin-bottom: 10px;
        background-image: url(../img/ArrowUpFooterMobile.svg); }
        .main-footer .sidebur-left .back-to-top .circle a {
          cursor: pointer;
          width: 65px;
          height: 65px;
          border-radius: 50%;
          display: block; }
    .main-footer .sidebur-left .info-content {
      text-align: center; }
      .main-footer .sidebur-left .info-content ul {
        width: 100%; }

      .main-footer .sidebur-left .info-content .footer-bottom__copyright {
        margin-top: 15px; }
        .main-footer .sidebur-left .info-content .footer-bottom__copyright p {
          font-family: Circular-Pro-Book; }

  .banner-company .circle-down {
    margin-top: 30px; }

  /*.banner new*/
  .banner {
    padding-top: 0; }
    .banner .thumbnail_wrap {
      height: 589px; }
      .banner .thumbnail_wrap .text-wrap {
        text-align: left;
        padding-top: 0;
        margin-left: 12px; }
        .banner .thumbnail_wrap .text-wrap hr {
          display: inline-block;
          width: 165px; }
        .banner .thumbnail_wrap .text-wrap .title {
          font-size: 45px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: 0.96;
          letter-spacing: -3.1px;
          color: #ffffff;
          padding-right: 15px;
          text-align: left;
          display: inline-block; }

  /*.banner new insight*/
  .banner-insight .thumbnail_wrap_insight {
    height: 589px; }
    .banner-insight .thumbnail_wrap_insight .text-wrap-insight {
      text-align: left;
      padding-top: 100px;
      margin-left: 32px; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight hr {
        display: inline-block;
        width: 165px; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .title {
        max-width: 244px;
        font-size: 45px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.96;
        letter-spacing: -3.1px;
        color: #ffffff;
        padding-right: 15px;
        text-align: left;
        display: inline-block; }
      .banner-insight .thumbnail_wrap_insight .text-wrap-insight .description {
        text-align: left;
        padding-right: 51px;
        height: 200px; }

  .wrap-text-block .text-content .title {
    font-size: 40px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.8px;
    color: #000033;
    padding-bottom: 30px; }
  .wrap-text-block .text-content .text strong {
    font-family: 'Circular-Pro-Book'; }

  /* our-know-wrapp*/
  .our-know-wrapp {
    padding-top: 40px; }

  .wrapper_scrollbar_relative {
    position: relative; }
    .wrapper_scrollbar_relative .item-team-desc .team-bg {
      width: 265px;
      height: 188px;
      margin-bottom: 0; }
    .wrapper_scrollbar_relative .item-team-desc .text-content {
      background-color: #ffffff;
      padding-top: 34px;
      padding-left: 28px;
      padding-bottom: 40px; }
      .wrapper_scrollbar_relative .item-team-desc .text-content .title-our-how {
        margin-bottom: 21px; }
      .wrapper_scrollbar_relative .item-team-desc .text-content .decs-our-how {
        padding-right: 21px; }

  .our-know-wrapp_scrollbar {
    position: relative; }
    .our-know-wrapp_scrollbar .item {
      width: 295px !important;
      float: left; }

  .information {
    padding-bottom: 20px; }

  /* Leadership*/
  .leadership .wrapper_scrollbar_leadership .leadership_scrollbar {
    position: relative; }
    .leadership .wrapper_scrollbar_leadership .leadership_scrollbar .leadership-team-desc .item-leader {
      float: left; }
      .leadership .wrapper_scrollbar_leadership .leadership_scrollbar .leadership-team-desc .item-leader .one-item-leader .team-image, .leadership .wrapper_scrollbar_leadership .leadership_scrollbar .leadership-team-desc .item-leader .one-item-leader .text-content-leadership {
        width: 294px; }

  /* hiring*/
  .hiring {
    background-color: #f1f1f1;
    margin-top: 60px; }
    .hiring .wrapper_scrollbar_hiring .leadership_scrollbar {
      position: relative; }
      .hiring .wrapper_scrollbar_hiring .leadership_scrollbar .item-leader {
        float: left; }
        .hiring .wrapper_scrollbar_hiring .leadership_scrollbar .item-leader .one-item-leader:hover {
          margin-top: 0px; }
        .hiring .wrapper_scrollbar_hiring .leadership_scrollbar .item-leader .one-item-leader .team-image {
          width: 283px; }
        .hiring .wrapper_scrollbar_hiring .leadership_scrollbar .item-leader .one-item-leader .text-content-hiring {
          width: 283px; }

  .research_news_resources_download .wrapper .blog_post .text {
    top: 0;
    margin: 0;
    position: static;
    display: block; }
    .research_news_resources_download .wrapper .blog_post .text h2 {
      margin-bottom: 30px;
      color: #b2b2c0 !important;
      padding-left: 0; }
    .research_news_resources_download .wrapper .blog_post .text h3 {
      display: block; }
    .research_news_resources_download .wrapper .blog_post .text .download {
      display: block;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: -0.6px;
      color: #b2b2c0;
      position: absolute;
      left: 35px;
      bottom: 18px;
      text-transform: uppercase; }

  /* benner product*/
  .banner.banner-product {
    padding-top: 0; }
    .banner.banner-product .thumbnail_wrap {
      height: 588px; }
      .banner.banner-product .thumbnail_wrap:before {
        opacity: 0.6; }
      .banner.banner-product .thumbnail_wrap .text-wrap {
        padding-top: 40px;
        padding-left: 15px;
        padding-right: 30px; }
        .banner.banner-product .thumbnail_wrap .text-wrap .description {
          text-align: left; }
        .banner.banner-product .thumbnail_wrap .text-wrap a {
          display: none; }

  .tariff-plan-product {
    padding-bottom: 99px; }
    .tariff-plan-product .wrapper_des {
      padding-bottom: 40px;
      max-width: 560px; }
    .tariff-plan-product .wrapper_des h1,
	.properties-section .wrapper_des h1 {
        font-size: 52px;
	}
      .tariff-plan-product .wrapper_des h2 {
        font-size: 25px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -1.1px;
        color: #000033;
        max-width: 280px; }
.tariff-plan-product .wrapper_des.md-top {
    max-width: 350px;
    margin-top: 0;
    padding-bottom: 20px;
}
.properties-section hr,
.tariff-plan-product hr {
    height: 2px;
    background-color: #ff5400;
    margin-bottom: 40px;
}
    .tariff-plan-product .btn-section {
      margin-top: 40px; }
      .tariff-plan-product .btn-section .btn-orange {
        width: 324px; }
    .tariff-plan-product .btn-section-second {
      margin-top: 20px;
      float: none;
      display: inline-block;
      margin-left: 0; }
      .tariff-plan-product .btn-section-second .btn-orange {
        width: 324px; }
        .tariff-plan-product .btn-section-second .btn-orange:hover {
          color: #ffffff; }
    .tariff-plan-product .text-block-product {
      margin-bottom: 35px;
      height: auto;
      float: left; }
      .tariff-plan-product .text-block-product h2 {
        max-width: 130px; }

  .mobile-wrap-banner .tilte-slide {
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.8px;
    margin-left: 23px;
    margin-bottom: 21px;
    color: #ff5400;
    text-transform: uppercase; }

	.swiper-container {
		position: relative;
		padding-top: 31px;
	}
	.different-swiper .swiper-container.blog_post_scroll {
		box-shadow: none;
	}
    .swiper-container .swiper-wrapper {
      position: static;
      display: block;
      margin-left: 21px; }

        .swiper-container .swiper-wrapper .swiper-slide .text {
          padding-left: 17px;
          padding-right: 20px;
          padding-top: 50px; }
          .swiper-container .swiper-wrapper .swiper-slide .text .tilte-slide {
            display: none; }
          .swiper-container .swiper-wrapper .swiper-slide .text .description-slide {
            text-align: left;
            font-size: 18px;
            letter-spacing: -0.8px;
            color: #000033; }
          .swiper-container .swiper-wrapper .swiper-slide .text .sub-description {
            text-align: left;
            font-size: 18px; }
    .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
      display: none; }

  .smart-viewer {
    padding-top: 45px; }
    /*.smart-viewer .smart-imgage {
      position: relative;
      left: 91px; }*/
    .smart-viewer .smart-text {
      padding-bottom: 51px; }
    .smart-viewer .wrap_smart_item {
      position: relative;
      margin-top: 0;
      padding-top: 31px;
      padding-bottom: 0;
      margin-bottom: 0; }
      .smart-viewer .wrap_smart_item .item-smart-wrap {
        margin-bottom: 54px; }
        .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
          padding-right: 41px;
          width: 267px;
          float: left; }
          .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart .wrapp-titles {
            height: 65px; }

  .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-smart {
    margin-left: 21px;
    width: 267px;
    float: left;
    background-color: #ffffff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    box-shadow: 20px 20px 20px 0 rgba(197, 206, 216, 0.5); }

  .banner.banner-product-bottom {
    margin-top: 0;
    padding-top: 60px; }
    .banner.banner-product-bottom .thumbnail_wrap {
      height: 529px; }
      .banner.banner-product-bottom .thumbnail_wrap .text-wrap {
        padding-left: 13px;
        padding-right: 27px; }
        .banner.banner-product-bottom .thumbnail_wrap .text-wrap .subtitle {
          text-align: left;
          margin-bottom: 15px; }
        .banner.banner-product-bottom .thumbnail_wrap .text-wrap .title {
          font-size: 25px;
          font-weight: 900;
          font-style: normal;
          font-stretch: normal;
          line-height: 1;
          letter-spacing: -1.1px;
          color: #000033;
          height: 170px; }
        .banner.banner-product-bottom .thumbnail_wrap .text-wrap .description {
          text-align: left; }

  /* banner technology*/
  .banner.technology-banner .thumbnail_wrap {
    height: 970px;
    background-position: top;
    background-size: 100% 56%;
    box-shadow: none; }
    /*.banner.technology-banner .thumbnail_wrap:before {
      box-shadow: 0 20px 20px 0 rgba(197, 206, 216, 0.5);
      height: 56%;
      opacity: 0.8; }*/
    .banner.technology-banner .thumbnail_wrap .text-wrap {
      padding-top: 45px;
      margin-left: 25px; }
      .banner.technology-banner .thumbnail_wrap .text-wrap .title {
        max-width: 250px;
        height: 510px;
        position: relative; }
        .banner.technology-banner .thumbnail_wrap .text-wrap .title .circle-down {
          cursor: pointer;
          position: absolute;
          bottom: 100px; }
      .banner.technology-banner .thumbnail_wrap .text-wrap .description {
        font-size: 18px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -1.1px;
        color: #000033;
        font-family: Circular-Pro-Book;
        text-align: left;
        padding-right: 18px; }
        .banner.technology-banner .thumbnail_wrap .text-wrap .description strong {
          font-size: 25px;
          font-weight: 900;
          font-family: Circular-Pro-Black; }
        .banner.technology-banner .thumbnail_wrap .text-wrap .description span {
          color: #ff5400; }
      .banner.technology-banner .thumbnail_wrap .text-wrap .bnt-wrapper .btn-orange {
        margin-bottom: 15px;
        width: 310px;
        margin-left: 10px; }

  .zero-days.holistic-days {
    padding-bottom: 55px;
    padding-top: 85px;
    margin-top: 0; }
    .zero-days.holistic-days .wrapper-hap h1 {
      text-align: left; }
    .zero-days.holistic-days .wrapper-hup-desc p {
      text-align: left; }
    .zero-days.holistic-days .btn-wrap {
      margin-top: 35px; }
      .zero-days.holistic-days .btn-wrap .btn-orange {
        margin-bottom: 15px;
        margin-left: 0; }
      .zero-days.holistic-days .btn-wrap .btn-orange.first, .zero-days.holistic-days .btn-wrap .btn-orange.second {
        width: 320px; }

  /*  Technology advanced. */
  .zero-days.advanced-days {
    padding-top: 55px; }
    .zero-days.advanced-days .timeline {
      margin-top: 0;
      margin-bottom: 50px; }
    .zero-days.advanced-days .wrapper-hup-desc p {
      max-width: 273px; }
    .zero-days.advanced-days .wrapper-hup-desc h6 {
      max-width: 100%; }
    .zero-days.advanced-days .wrapper-hap {
      margin-bottom: 0; }
      .zero-days.advanced-days .wrapper-hap h1 {
        max-width: 226px; }

  .zero-days.advanced-days.advanced-visibility {
    background-color: #f1f1f1;
    box-shadow: 0px -9px 20px 0 rgba(197, 206, 216, 0.5);
    padding-bottom: 0px; }
    .zero-days.advanced-days.advanced-visibility .timeline {
      background-image: url(../img/HArdware@4x.png);
      width: 100%;
      min-height: 336px;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: unset;
      margin-bottom: 0; }
    .zero-days.advanced-days.advanced-visibility .wrapper-hap {
      max-width: 310px; }
    .zero-days.advanced-days.advanced-visibility .wrapper-hup-desc p {
      max-width: 100%; }

  /* software*/
  .zero-days.advanced-days.advanced-visibility.software {
    padding-bottom: 60px; }
    .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item {
      padding-bottom: 0;
      margin-bottom: 10px; }
      .zero-days.advanced-days.advanced-visibility.software .smart-viewer .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
        width: auto;
        height: 210px;
        box-shadow: inset -1px -2px 20px 0 rgba(255, 84, 0, 0.18);
        float: none;
        margin-left: 0; }
    .zero-days.advanced-days.advanced-visibility.software .btn-wrap .btn-orange {
      width: 324px;
      height: 48px;
      font-size: 17px; }

  /*table*/
  .table-block table tbody tr .width1 {
    width: 200px; }
  .table-block table tbody tr .width3 {
    width: 150px; }
  .table-block table tbody tr .width1 {
    width: 200px; }
  .table-block table tbody tr .width3 {
    width: 150px; }

  .zero-days.holistic-days.exploits.how-long {
    padding-top: 80px;
    padding-bottom: 89px;
    box-shadow: inset 0px 9px 10px 0 rgba(197, 206, 216, 0.5);
    height: auto; }
    .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc h6 {
      text-align: left; }
    .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .btn-wrap {
      margin-top: 0; }
      .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .btn-wrap .btn-orange {
        margin-top: 0;
        width: 324px; }
    .zero-days.holistic-days.exploits.how-long .wrapper-hup-desc .second {
      padding-top: 0; }
    .zero-days.holistic-days.exploits.how-long .wrapper-hap {
      margin-bottom: 40px; }
      .zero-days.holistic-days.exploits.how-long .wrapper-hap h1 {
        font-size: 52px; }

  .banner-slider {
    background-color: #f1f1f1; }
    .banner-slider .swiper-container {
      height: 430px;
      padding-top: 0; }
      .banner-slider .swiper-container .swiper-wrapper {
        margin-left: 0; }
        .banner-slider .swiper-container .swiper-wrapper .swiper-slide {
          background-color: #f4f4f4;
          box-shadow: none;
          margin-left: 0;
          width: 100%; }
          .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content {
            padding-left: 25px;
            padding-right: 25px; }
            .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .subtilte-slide {
              text-align: left;
              margin-bottom: 20px; }
            .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .title-slide {
              text-align: left;
              font-size: 52px;
              font-weight: 900;
              font-style: normal;
              font-stretch: normal;
              line-height: 0.88;
              letter-spacing: -2.3px; }
            .banner-slider .swiper-container .swiper-wrapper .swiper-slide .content .description-slide {
              text-align: left; }

	.banner-slider-with-action .swiper-container.swiper-container-vertical {
		height: 298px;
		float: none;
		width: 100%;
		padding-top: 0;
	}
	.banner-slider-with-action .svg-anim-wrapper {
		position: relative;
		float: none;
		width: auto;
		height: 320px;
	}
	.banner-slider-with-action .svg-anim-wrapper .svg-anim {
		height: 100%;
	}
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper {
      margin-left: 0; }
      .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide {
        width: 100%;
        box-shadow: none;
        margin-left: 0; }
	.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content {
		width: 100%;
		padding-top: 30px;
		padding-right: 30px;
        max-width: unset;
        text-align: left;
        padding-left: 0;
	}
    .banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .top-title,
	.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .title,
	.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .description-slide {
        padding-left: 30px;
	}
	.banner-slider-with-action .swiper-container.swiper-container-vertical .swiper-wrapper .swiper-slide .content .title {
		padding-bottom: 24px;
		font-size: 25px;
	}
  .mobile-img-slider {
    background-color: #f4f4f4;
    box-shadow: inset -1px 6px 10px 0 rgba(197, 206, 216, 0.5); }
    .mobile-img-slider .wrap-img {
      position: relative;
      height: 318px;
      padding-top: 31px; }
      .mobile-img-slider .wrap-img .banner-image {
        background-image: url(../img/layers-mobile.png);
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        width: 250px;
        height: 1000px; }
      .mobile-img-slider .wrap-img .scrollbar {
        width: 1px;
        height: 274px;
        left: inherit;
        right: 3px;
        background-color: #b2b2c0; }
        .mobile-img-slider .wrap-img .scrollbar .handle {
          width: 5px;
          background: #ff5400;
          margin-left: -2px; }

  .how-long .wrapper-hup-desc h6 {
    text-align: left; }
  .how-long .wrapper-hup-desc .btn-wrap .btn-orange {
    width: 324px;
    text-transform: uppercase; }

  /* We’ve got you covered.*/
  .banner.banner-product.technology {
    margin-top: 0;
    padding-top: 70px; }
    .banner.banner-product.technology .thumbnail_wrap {
      height: 667px; }
      .banner.banner-product.technology .thumbnail_wrap .text-wrap {
        padding-top: 90px; }
        .banner.banner-product.technology .thumbnail_wrap .text-wrap hr {
          width: 165px;
          height: 1px;
          background-color: #ffffff; }
        .banner.banner-product.technology .thumbnail_wrap .text-wrap .title {
          max-width: 398px; }
        .banner.banner-product.technology .thumbnail_wrap .text-wrap .description {
          max-width: 100%; }

  /*-------------------------------------------------------------------------------------------------------------------------------*/
  /* 27 -  Any threat level.  - product page */
  /*-------------------------------------------------------------------------------------------------------------------------------*/
  .smart-viewer.any-threat-level .wrap_smart_item {
    margin-bottom: 0; }
    .smart-viewer.any-threat-level .wrap_smart_item .item-smart-wrap .item-wrapper .item-smart {
      height: 570px; }

  .hap-block .timeline.image {
    margin-top: 60px;
    margin-bottom: 70px;
    background-size: contain;
    height: 753px;
    background-image: url(../img/KillChainMobile.png); }

  .zero-days .timeline.bg-img {
    background-size: cover;
    height: 2150px;
    margin-top: 60px;
    margin-bottom: 80px;
    background-image: url(../img/layers-mobile.png); }

  .yes-row {
    margin-right: -15px;
    margin-left: -15px; } }
@media (max-width: 374px) {
  .btn-light {
    width: 250px; }

  .banner-container .thumb_wrapper .text-wrap .btn-orange {
    width: 250px; } }


@media (max-width: 768px) {
	.col-sm-4 {
		width: 100%;
	}
	.smart-viewer .wrap_smart_item .item-smart-wrap .col-sm-4 {
		width: 33.33333%;
	}
	.hidden-xs {
		display: none !important;
	}
	.col-sm-push-4 {
		left: 0;
	}
	.col-sm-pull-4 {
		right: 0;
	}
	.company-col-sm-6 {
		width: auto !important;
	}
}
@media (max-width: 767px) {
	.swiper-container .swiper-wrapper .swiper-slide {
		display: block;
        float: left;
        width: 268px;
        height: 423px;
        margin-left: 15px;
        box-shadow: 2px 2px 9px 0 rgba(255, 84, 0, 0.5);
	}
}

/*# sourceMappingURL=style.css.map */

/*parallax*/
.parallax-under .section-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.parallax-over {
	z-index: 2;
	position: relative;
}
