/* Header */
.path {
  background-position: top left;
  background-image: url("/assets/external/img/path2.png");
  background-repeat: no-repeat;
  background-size: 370px;
}

@media (max-width: 1600px) {
  .path {
    background-position: top left -100px;
  }
}

@media (max-width: 1300px) {
  .path {
    background-image: none;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);
  height: 100px;
  padding-top: 15px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 960px;

}

.slider::before,
.slider::after {
  /*   background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}

.slider .slide {
  height: 100px;
  width: 250px;
  padding-left: 20px;
}

.nav-link.nav-small {
  font-size: .8rem;
}

@media (max-width: 1200px) {
  .slider {
    width: 500px;
  }
}

.trial-link {
  color: #00cc00;
  font-family: CircularStd, sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 8px 18px 6px 0;
  position: relative;
  text-align: center;

}

.trial-btn {
  max-width: 120px;
  align-items: center;
  appearance: none;
  background-color: #00cc00;
  background-image: linear-gradient(1deg, #02a002, #00cc00 99%);
  background-size: calc(100% + 20px) calc(100% + 20px);
  border-radius: 10px;
  border-width: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-flex;
  font-family: CircularStd, sans-serif;
  font-size: 1rem;
  height: auto;
  justify-content: center;
  line-height: 1.5;
  padding: 7px 18px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: background-color .2s, background-position .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.trial-btn.btn-large {
  padding: 12px 22px;
  font-size: 1.2rem;
  max-width: 200px;
}

.trial-btn:active,
.trial-btn:focus {
  outline: none;
}

.trial-btn:hover {
  color: white;
  background-position: -20px -20px;
}

.trial-btn:focus:not(:active) {
  box-shadow: rgba(40, 170, 255, 0.25) 0 0 0 .125em;
}

.logo-pic {
  float: left;
  max-width: 36px;
  margin-top: 36px;
}

.dropdown-menu-center {
  right: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 0) !important;
  -o-transform: translate(-50%, 0) !important;
  transform: translate(-50%, 0) !important;
  width: 900px;
}

.dropdown-menu[data-bs-popper] {
  top: 120%;
}

.menu-box {
  background-color: #fff;
  padding: 0 10px;
  margin: 10px;
}

.navbar {
  padding: 0;
  z-index: 100;
}

.navbar .nav-link {
  margin: 0 10px;
}


.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #eee;
}

.biz-menu-box {
  padding: 0 5px 5px;
  border: 1px solid #d3ecee;
  background-color: #f7fcfc;
  border-radius: 5px;
}

.rmm-menu-box {
  padding: 0 5px 5px;
  border: 1px solid #d3ecee;
  background-color: #fcfefc;
  border-radius: 5px;
}

.margin-pm,
.margin-rmm {
  margin: 10px 0 0 15px;
}

.margin-sd {
  margin: 10px 15px 0 0;
}

.margin-tt {
  margin: 5px 0 0 15px;
}

.margin-doc {
  margin: 5px 0 0 0;
}

a.hover-underline span:hover {
  text-decoration: underline;
}

p a.hover-underline span:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .dropdown-menu-center {
    right: auto !important;
    left: 440% !important;
    -webkit-transform: translate(-80%, 0) !important;
    -o-transform: translate(-80%, 0) !important;
    transform: translate(-80%, 0) !important;
    width: 900px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .dropdown-menu-center {
    right: auto !important;
    left: 530% !important;
    -webkit-transform: translate(-80%, 0) !important;
    -o-transform: translate(-80%, 0) !important;
    transform: translate(-80%, 0) !important;
    width: 900px;
  }

  .trial-btn.btn-large {
    padding: 7px 18px;
    font-size: 1rem;
    max-width: 120px;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-menu-center {
    right: auto !important;
    left: 0% !important;
    -webkit-transform: translate(0%, 0) !important;
    -o-transform: translate(0%, 0) !important;
    transform: translate(0%, 0) !important;
    width: 100%;
  }

  .trial-btn.btn-large {
    padding: 7px 18px;
    font-size: 1rem;
    max-width: 120px;
  }

  .img-menu {
    display: none;
  }

  .phone-padding {
    padding: 0 30px;
  }

  .margin-pm,
  .margin-sd,
  .margin-tt,
  .margin-doc,
  .margin-rmm {
    margin: 10px 0 0 0;
  }

}

a.success-story {
  color: black;
  background-color: #fff;
}

a.success-story:hover {
  background-color: #eee;
}

a.menu-link {
  color: black;
}

a.menu-link:hover {
  color: #00cc00;
}

/*index page */
.front-text {
  font-family: Verdana;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #572aaa;
  font-size: 2.3rem;
  line-height: 2rem;
}

.front-text2 {
  font-family: Verdana;
  margin-top: 0;
  margin-bottom: 2rem;
  color: #572aaa;
  font-size: 2.3rem;
  line-height: 2rem;
}

.front-para {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2rem;
  font-size: 1.4rem;
}

.front-para2 {
  color: #fff;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
}

.arrow-icon {
  position: relative;
  top: 13%;
  left: 0%;
  z-index: 2;
  display: block;
  width: 180px;
}

.email-icon {
  position: relative;
  top: 0%;
  left: 90%;
  z-index: 2;
  display: block;
  width: 75px;
}

.graph-icon {
  position: relative;
  top: 12%;
  left: 32%;
  z-index: 2;
  display: block;
  width: 75px;
}

.bg-purple {
  background-color: rgba(87, 42, 170, 0.2);
  border-radius: 0 0 3px 3px;
  padding: 10px 20px;
  margin: 4rem 0 3rem;
}

.img-banner {
  margin: -270px auto;
}

.margin-sm {
  margin: 7rem 0 7rem;
}

.box-margin {
  margin: 40px auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .arrow-icon {
    position: relative;
    top: 18%;
    left: 0%;
    z-index: 2;
    display: block;
    width: 180px;
  }

  .email-icon {
    position: relative;
    top: 0%;
    left: 85%;
    z-index: 2;
    display: block;
    width: 75px;
  }

  .graph-icon {
    position: relative;
    top: 8%;
    left: 32%;
    z-index: 2;
    display: block;
    width: 75px;
  }

  .img-banner {
    width: 500px;
    margin: -250px auto;
  }

}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .arrow-icon {
    display: none;
  }

  .email-icon {
    position: relative;
    top: 60%;
    left: 68%;
    z-index: 2;
    display: block;
    width: 75px;
  }

  .graph-icon {
    position: relative;
    top: 72%;
    left: 41%;
    z-index: 2;
    display: block;
    width: 75px;
  }

  .img-banner {
    width: 450px;
    margin: -170px auto;
  }

  .bg-purple {
    height: 320px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .arrow-icon {
    display: none;
  }

  .email-icon {
    display: none;
  }

  .graph-icon {
    position: relative;
    top: 75%;
    left: 38%;
    z-index: 2;
    display: block;
    width: 75px;
  }

  .img-banner {
    width: 450px;
    margin: -60px auto;
  }

  .display-none-md {
    display: none;
  }

  .margin-sm {
    margin: 2rem 0 2rem;
  }

  .box-margin {
    margin: 0 auto;
  }

  .bg-purple {
    height: 350px;
  }
}

@media only screen and (max-width: 768px) {
  .arrow-icon {
    display: none;
  }

  .email-icon {
    display: none;
  }

  .graph-icon {
    display: none;
  }

  .img-banner {
    display: none;
  }

  .display-none-md {
    display: none;
  }

  .margin-sm {
    margin: 2rem 0 2rem;
  }

  .box-margin {
    margin: 0 auto;
  }

  .bg-purple {
    height: 380px;
  }
}

.shadow-subtle {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.ai-box {
  /* Required properties */
  position: relative;
  background: white;
  /* Use  your own styles here */
  margin: 45px auto;
  width: 360px;
  height: 500px;
  padding: 0 20px;
}

.ai-box2 {
  position: relative;
  background: white;
  margin: 45px auto;
  width: 80%;
  border-radius: 5px;
  padding: 20px 20px;
}

.biz-box,
.tech-box {
  position: relative;
  background: white;
  margin: 45px auto;
  width: 300px;
  height: 450px;
  padding: 0 10px 0 15px;
}

.biz-box:before,
.ai-box:before,
.tech-box:before,
.ai-box2:before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translate3d(0px, 20px, 0) scale(0.95);
  filter: blur(20px);
  opacity: var(0.7);
  transition: opacity 0.3s;
  border-radius: inherit;
}

.biz-box:before {
  background: linear-gradient(-45deg, #80d0c7 0%, #0093e9 100%);
}

.ai-box:before,
.ai-box2:before {
  background: linear-gradient(120deg, #8ec5fc 0%, #e0c3fc 100%);
}

.tech-box:before {
  background: linear-gradient(-45deg, #9be15d 0%, #00e3ae 100%);
}

.biz-box::after,
.ai-box::after,
.tech-box::after,
.ai-box2::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
}

.p-text {
  font-size: 1.5rem;
  line-height: 2.4rem;
  margin-top: 1rem;
}

.p-small {
  line-height: 2rem;
  font-size: 1.3rem;
}

.biz-color {
  color: #3ca4b3;
}

.biz-a {
  color: #7eecfc
}

.biz-a:hover {
  color: #3ca4b3;
}

.tech-a {
  color: #01bb1c;
}

.data-p {
  background: -webkit-linear-gradient(0deg, #00cc00 0%, #48abe0 100%);
  -webkit-text-fill-color: transparent;
}

.data-a {
  color: #572aaa;
}

.data-a:hover {
  color: #39147e;
}

.tech-a:hover {
  color: green;
}

/* Circle Chart */
.circle-chart-container {
  margin: 15px auto;
  position: relative;
  max-width: 50px;
  width: 100%;
  float: right;
  animation: float 4s ease-in-out infinite;
  animation-delay: 7s;
  border-radius: 50%;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.6);
}

.circle-chart {
  overflow: visible;
}

.circle-chart-circle {
  animation: circle-chart-fill 4.5s reverse;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: center;
}


.circle-chart-percentage {
  -webkit-animation: fade-in-text 5s 0.1s forwards;
  -moz-animation: fade-in-text 5s 0.1s forwards;
  animation: fade-in-text 5s 0.1s forwards;
  animation-delay: 3s;
  font-size: .9rem;
  font-weight: 700;
  position: absolute;
}

.circle-chart-one-percentage {
  color: #000;
  left: 12px;
  top: 15px;
}

@keyframes circle-chart-fill {
  from {
    stroke: red;
  }

  to {
    stroke-dasharray: 0 100;
    stroke: green;
  }

}

@keyframes float {
  0% {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 15px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .55);
  background-color: #eee;
  border-radius: 3px;
}

.rating {
  height: 80px;
  width: 200px;
  position: relative;
  float: right;
}

.header-arrow {
  background-image: url('/assets/external/img/header-arrow.png');
  z-index: 1;
  background-repeat: no-repeat;
  height: 130px;
  background-position: right;
  padding-top: 15px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.header-arrow1 {
  position: absolute;
  top: 14px;
  right: 78px;
  z-index: 500;
}

.header-arrow .navbar {
  padding: 0 140px 0 40px;
  margin-top: 31px;
}

.text-time {
  font-size: 1.2rem;
  line-height: 2rem;
  text-indent: 25px;
}

.point-down {
  border-left: 4px solid #3ca4b3;
  margin-left: 210px;
  height: 40px;
  z-index: -100;
}

.point-down2 {
  border-left: 4px solid #888;
  margin-left: 210px;
  height: 40px;
  z-index: -100;
}

.m-neg {
  margin-top: -100px;
}

.m-neg2 {
  margin-top: -120px;
}

@media only screen and (max-width: 1400px) {
  .point-down {
    display: none;
  }

  .point-down2 {
    display: none;
  }

  .point-margin {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1274px) {
  .header-arrow {
    background-image: none;
  }

  .header-arrow1 {
    display: none;
  }

  .header-arrow .navbar {
    padding: 0 40px 0 40px;
  }

  .login-btn {
    position: relative;
    top: 0;
    right: 0;
    left: 10px;
  }

  .text-time {
    font-size: 1rem;
    line-height: 2rem;
    text-indent: 25px;
  }

  .hide-half,
  .point-down,
  .point-down2 {
    display: none;
  }

  .m-neg,
  .m-neg2 {
    margin-top: 10px;
  }
}

.banner-index-white {
  background-color: white;
  background-repeat: no-repeat;
  transform: skewY(-2deg);
  min-height: 80px;
  padding-top: 20px;

  z-index: -1500px;
}

.banner-index-white:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transform: skewY(-2deg);
}

.banner-index2 {
  background-color: black;

  min-height: 850px;
  padding-top: 60px;
  margin-top: -40px;
  z-index: -2000px;
}

.content-diagonal2 {
  max-width: 90em;
  margin: 0 auto;
  transform: skewY(4deg);
}

.banner-pm {
  background-image: url('/assets/external/img/microservices/project-ss2.png');
  background-position: 40% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.banner-crm {
  background-image: url('/assets/external/img/microservices/crm-ss.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.banner-task {
  background-image: url('/assets/external/img/microservices/ticket-ss.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.imron-bg {
  background-image: url('/assets/external/img/microservices/integrations.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 500px 550px;
  background-position: right;
  background-color: black;
  padding-bottom: 30px;
}

.banner-time {
  background-image: url('/assets/external/img/microservices/time-ss.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.banner-docs {
  background-image: url('/assets/external/img/microservices/docs-ss.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.data {
  background-image: url('/assets/external/img/big-data.png');
  background-position: bottom right;
  background-repeat: repeat-x;
  background-size: auto;
  margin-top: 0;
  min-height: 750px;
  padding-top: 0;
}

.front-data {
  margin-top: 0;
  min-height: 780px;
  padding-top: 0;
}

.logo-text {
  font-size: 1.6rem;
}

.front-btn {
  margin: 3rem auto 0;
  display: block;
}


.front-video {
  margin-top: 8rem;
}

@media only screen and (max-width: 1400px) {
  .front-text {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 2rem;
  }

  .front-text2 {
    margin-top: 0rem;
    margin-bottom: 0;
    font-size: 1.7rem;
    line-height: 2rem;
  }

  .front-para {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }

  .front-para2 {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }

  .front-btn {
    margin: 3rem auto 0;
  }

  .front-video {
    margin-top: 8rem;
  }


}

@media only screen and (max-width: 1200px) {
  .display-none-1200 {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .logo-text {
    display: none;
  }

  .front-text {
    font-size: 1.7rem;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 2rem;
  }

  .front-para {
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }

  .front-para2 {
    color: #fff;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.8rem;
    font-size: 1.3rem;
  }

  .front-btn {
    margin: 1rem auto 0;
  }

  .front-video {
    margin-top: 2rem;
  }


}

.banner-rmm {
  background-image: url('/assets/external/img/microservices/rmm-ss.png');
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.banner-siem {
  background-image: url('/assets/external/img/microservices/siem-ss.png');
  background-position: 50% -150%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 600px;
  padding-top: 0;
}

.banner-integrations {
  background-image: url('/assets/external/img/microservices/integrations.png');
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  min-height: 800px;
  padding-top: 0;
}

@media only screen and (max-width: 1100px) {
  .banner-integrations {
    background-image: none;
  }

  .banner-siem,
  .banner-rmm,
  .banner-time,
  .banner-docs,
  .banner-task,
  .banner-pm,
  .banner-crm {
    background-image: none;
    min-height: 400px;
  }
}

.m160 {
  margin-top: 40px;
}

.blue-banner {
  min-height: 300px;
  background-color: #3ca4b3;
  margin-bottom: 50px;
  padding: 50px;
}

@media only screen and (max-width: 800px) {
  #background-video {
    display: none;
  }

  .overlay {
    display: none;
  }

  .imron-bg {
    background-image: none;
  }
}



.diagonal-box-g .nav-pills .nav-link.active {
  background-color: #01bb1c;
  font-size: 1.2rem;
}

.diagonal-box-g .nav-pills .nav-link {
  background-color: #999;
  color: white;
  font-size: 1.2rem;
  padding: 10px 10px;
  min-width: 180px;
  margin: 0;
}


#footer a:hover {
  color: green;
}

header {
  position: relative;
  background-color: #888;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header .display-1 {
  font-size: calc(1.625rem + 4.5vw);

}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #555;
  opacity: 0.5;
  z-index: 1;
}

.btn-cool {
  background: #212529;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 1.6em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  border-radius: 4px;
}

.btn-cool:hover {
  background: #212529;
  color: #01BB1C;
}

.btn-cool:before,
.btn-cool:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #01BB1C;
  transition: 400ms ease all;
}

.btn-cool:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-cool:hover:before,
.btn-cool:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.btn-cool-sm {
  background: #212529;
  color: #fff;
  border: none;
  position: relative;
  height: 35px;
  font-size: 1em;
  padding: 0 1em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  border-radius: 4px;
}

.btn-cool-sm:hover {
  background: #212529;
  color: #01BB1C;
}

.btn-cool-sm:before,
.btn-cool-sm:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #01BB1C;
  transition: 400ms ease all;
}

.btn-cool-sm:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-cool-sm:hover:before,
.btn-cool-sm:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.btn-green-md {
  background: #7eecfc;
  color: #000;
  border: none;
  position: relative;
  height: 40px;
  font-size: 1.2em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  border-radius: 4px;
}

.btn-green-md:hover {
  background: #212529;
  color: #01BB1C;
}

.btn-green-md:before,
.btn-green-md:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #01BB1C;
  transition: 400ms ease all;
}

.btn-green-md:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-green-md:hover:before,
.btn-green-md:hover:after {
  width: 100%;
  transition: 800ms ease all;
}


.btn-cool-md {
  background: #212529;
  color: #fff;
  border: none;
  position: relative;
  height: 40px;
  font-size: 1.2em;
  padding: 0 2em;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  border-radius: 4px;
}

.btn-cool-md:hover {
  background: #212529;
  color: #8158cd;
}

.btn-cool-md:before,
.btn-cool-md:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #8158cd;
  transition: 400ms ease all;
}

.btn-cool-md:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

.btn-cool-md:hover:before,
.btn-cool-md:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.btn-cool-md.biz:before,
.btn-cool-md.biz:after,
.btn-cool-sm.biz:before,
.btn-cool-sm.biz:after {
  background: #3ca4b3;
}

.btn-cool-md.biz:hover,
.btn-cool-sm.biz:hover {
  background: #212529;
  color: #3ca4b3;
}

.btn-cool-md.tech:before,
.btn-cool-md.tech:after {
  background: #00cc00;
}

.btn-cool-md.tech:hover {
  background: #212529;
  color: #00cc00;
}

.nav-pills .nav-link.active {
  background-color: #17bbc7 !important;
  color: white;
  margin: 0 5px 0;

}

.nav-pills .nav-link {
  color: #999;
  border-radius: 20px;
}

.nav-pills.nav-plain .nav-link {
  color: #777;
  margin: 0;
  font-size: 1.4rem;

}

.nav-pills.nav-plain .nav-item {
  border-right: 2px solid #ddd;
  padding: 0 10px;
  margin: 0;
}

.nav-pills.nav-plain .nav-item:first-child {
  padding: 0 10px 0 0;
}

.nav-pills.nav-plain .nav-item:last-child {
  border-right: none;
}

.nav-pills.nav-plain .nav-link {
  padding: 0;
  border-radius: 0;
}

.nav-pills.nav-plain .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: black;
  font-size: 1.4rem;
  border-bottom: 3px solid green;

}

.shadow-back {
  box-shadow: 12px 12px 2px 1px rgba(72, 72, 72, .3);
}

.shadow-bottom {
  box-shadow: 0 5px 5px -5px #333;
}

.white-box {
  border: 2px solid #ccc;
  border-radius: 4px;
}

.shadow-all {
  border: 1px solid #dedade;
  box-shadow: 0 0 5px 2px rgba(145, 145, 145, .35);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

.shadow-red {

  box-shadow: 0 0 5px 2px rgba(127, 24, 24, .35);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

.shadow-data {

  box-shadow: 0 0 8px 2px rgba(77, 77, 77, .55);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

.shadow-blue {

  box-shadow: 0 0 8px 2px rgba(60, 164, 179, .55);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}

.shadow-green {

  box-shadow: 0 0 5px 2px rgba(28, 124, 25, .35);
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  border-collapse: collapse;
  border-spacing: 0;
}


select option {
  color: black;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.btn span {
  display: block;
  font-size: 12px;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  font-family: 'Open Sans', sans-serif;

}

.h1-title {
  font-size: 4.2rem;
  line-height: 4.5rem;
}

.h3-subtitle {
  font-size: 3rem;
  line-height: 3.5rem;
}

.p-main {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.p-sub {
  font-size: 1.2rem;
}

.fusion-box {
  margin: 4.5rem auto 15px;
}

@media (max-width: 991px) {
  .fusion-box {
    margin: 0 auto 15px;
  }
}

@media (max-width: 1400px) {
  .p-main {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }

  .p-sub {
    font-size: 1rem;
  }

  .h1-title {
    font-size: 3rem;
    line-height: 4rem;
  }

  .h3-subtitle {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}

h1 {
  font-size: 31.5px;
}

h2 {
  font-size: 40px;
  margin-top: 30px;
  font-family: 'Open Sans', sans-serif;
}

h3 {
  font-size: 24.5px;
  font-family: 'Open Sans', sans-serif;
}

h4 {
  font-size: 32px;
  color: #0d7d27;
  margin-bottom: 25px;
  line-height: 36px;
  font-family: 'Open Sans', sans-serif;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 21.7px;
}

h2 small {
  font-size: 14.700000000000001px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

body {
  font-size: 16px;
  line-height: 22px;
}

a {
  color: #00cc00;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #319d36;
  text-decoration: none;
}





/* --------------------------------------------------
 * Zones & Regions
 *-------------------------------------------------- */

#content {
  padding: 0 0 0 0;
}

#content-below {
  padding: 10px 0;
  border-top: 1px solid #cdcdcd;
  background: #e6e6e6;
}

#footer {
  background: black;
  min-height: 200px;
  padding: 20px 0 5px;

  color: #A2A2A2;
  color: rgba(255, 255, 255, 0.6);
  border-top: 2px solid #222;
}

#footer .form-control,
.form-control {
  margin: 10px 0;
}

#footer h3 {
  font-size: 1.2em;
  color: #CCCCCC;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
}

#footer a {
  color: #CCCCCC;
  color: rgba(255, 255, 255, 0.8);
}

#footer .block {
  margin-bottom: 2em;
}

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

#footer .contact-block p {
  margin-bottom: 0.2em;
}

#footer .contact-block i {
  padding-right: 0.5em;
}

#footer #toplink {
  margin-bottom: -25px;
  text-align: center;
}

#footer #toplink a:hover {
  text-decoration: none;
  color: #ffffff;
}

#footer #toplink i {
  color: #39962c;
}

#footer .subfooter {

  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 0;
  padding-top: 1em;
}

#footer .subfooter li a:hover {
  color: green;
}

#footer .container {
  position: relative;
}

.social-media a {
  text-decoration: none;
  color: #eeeeee;
  color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  line-height: 28px;
  width: 28px;
  height: 28px;
  background: #464646;
  background: rgba(36, 36, 36, 0.8);
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
}

.social-media a i {
  font-size: 14px;
  color: #ffffff;
  padding: 0;
  line-height: 28px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-right: 0.2em;
  display: inline-block;
}

.social-media a:hover {
  text-decoration: none;
  background: #39962c;
}

.social-media a.last {
  padding-bottom: 0;
  border-bottom: 0;
}

/* --------------------------------------------------
 * Common styles
 *-------------------------------------------------- */
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }

  input {
    box-shadow: none;
  }

  #content-below,
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flexslider-wrapper .caption,
  .static-banner .caption {
    padding: 5%;
    text-align: center;
  }

  .flexslider-wrapper .flex-direction-nav,
  .static-banner .flex-direction-nav {
    display: none;
  }

  #footer .col {
    margin-bottom: 2em;
  }

  #footer .pull-right {
    float: none;
  }

  h1 small,
  h2 small,
  h3 small {
    display: block;
  }

}

@media (max-width: 480px) {
  .form-wrapper.form-narrow {
    min-width: 200px;
    max-width: 300px;
  }

  .form-wrapper.form-medium {
    min-width: 200px;
    max-width: 5300px;
  }
}

.red {
  color: red;
}

.dk_red {
  color: #a80404;
}

.bgred {
  color: white;
  background-color: #bd0707;
}

.green {
  color: green;
}

.highlight {
  background-color: #fafbbf;
}

.reg_form2 h2 {
  font-size: 1.3em;
  color: #237e14;
}

.form-login .reset-form {
  position: relative;
  clear: both;
  width: 100%;
  overflow: hidden;
}

.form-login .reset-form .col-left {
  float: left;
  width: 45%;
}

.form-login .reset-form .col-mid {
  float: none;
  padding: 10px;
  text-align: center;
}

.form-login .reset-form .col-right {
  float: right;
  width: 45%;
}

.textbox-1 {
  font-size: 16px;
  padding: 5px 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  list-style-image: url('/images/checkmark2.png');
}

.textbox-1 li {
  padding: 5px 0 0 0;
}

.slide_text {
  font-size: 25px;
  color: #167ea0;
  font-weight: bold;
  text-align: center;
  margin: 23px 0 -5px 0;
}

.slide_text2 {
  font-size: 25px;
  color: #167ea0;
  text-align: center;
  margin: -5px 0 22px 0;
}

.short_text {
  font-size: 22px;
}

.slide-height {
  min-height: 315px;
  padding-top: 30px;
  background-color: white;
}

.slide-height img,
.slide-height p,
.slide-height h4 {
  padding: 10px 0 0 10px;
}

.slide-sizing {
  padding: 20px;
}

.users p {
  margin-left: 20px;
}

#r-menu {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(132, 193, 10, 0.7);
  border-color: rgba(132, 193, 10, 0.5) -moz-use-text-color rgba(132, 193, 10, 0.5) rgba(132, 193, 10, 0.5);
  border-image: none;
  border-radius: 2em 0.5em 0.5em 2em;
  border-style: solid none solid solid;
  border-width: medium;
  box-shadow: 0 1px 3px #000000;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: -2.5em 0 0;
  padding: 0.5em 0.5em 0.5em 2.5em;
  position: fixed;
  right: 0;
  text-align: left;
  top: 230px;
  width: 10em;
  z-index: 5;
}

@media(max-width:1400px) {
  .hide-me3 {
    display: none;
  }
}

@media(max-width:1100px) {
  .hide-me-pic {
    display: none;
  }
}

@media(max-width:980px) {
  .hide-me {
    display: none;
  }
}

@media(min-width:500px) {
  .hide-me2 {
    display: none;
  }
}

@media(min-width:981px) {
  .cover-it {

    color: white;
  }
}

@media(max-width:980px) {
  .cover-it {
    width: 80%;
    text-align: center;
    color: white;
  }
}

@media(min-width:500px) {
  .trial {
    margin: 15px 0 20px 150px;
  }
}

@media(max-width:500px) {
  .trial {
    margin: 15px 0 0 50px;
  }
}

.front-header {
  background-color: #03ab1c;
  color: white;
  padding: 3px 6px 3px 5px;
  margin: 0px;
  border-radius: 7px 7px 0px 0px;
}



.front-box p {
  padding: 10px 15px 0 15px;
  font-size: 16px;
}

.mca-link {
  color: black;
}

.mca-link:hover {
  color: Black;
}

.style-box {
  margin: 5px 65px 5px 45px;
  padding: 15px;
  background-color: #444;
  border-radius: 5px;
  color: white;

}

.lock {
  background-image: url('/assets/external/img/lock.png');

  border-radius: 3px;
}

.page-index .container-pic {
  background-color: #f2f2f2;
  background-image: url('/assets/external/img/green-bg.png');
  background-position: 20% 50%;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  min-height: 690px;
}

.microservices .container-pic {
  background-color: #fff;

  background-position: 90% 100%;
  background-repeat: no-repeat;

  min-height: 590px;
}

.microservices .container-network {

  background-image: url('/assets/external/img/microservices/geometry-dm.png');
  background-position: 85% 100%;
  background-repeat: no-repeat;
  background-size: 500px 500px;

  min-height: 590px;
}

.container-graph {
  background-image: url('/assets/external/img/graph2.png');
  background-position: center;
  background-repeat: no-repeat;

  min-height: 350px;
}

.page-index .container-pic3 {

  background-color: black;
  min-height: 550px;
}

.page-index .container-pic2 {
  background-color: black;
  min-height: 550px;
}

.words2 {
  margin-top: 80px;
}

.pic-rmm {
  background-image: url('/assets/external/img/dm-rmm2.png');
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}

.pic-rmm a h5 {
  color: black;
  font-weight: bold;
}

.words {

  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 72%, rgba(0, 0, 0, 0.7) 84%, rgba(0, 0, 0, 0.61) 86%, rgba(229, 229, 229, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 72%, rgba(0, 0, 0, 0.7) 84%, rgba(0, 0, 0, 0.61) 86%, rgba(229, 229, 229, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 72%, rgba(0, 0, 0, 0.7) 84%, rgba(0, 0, 0, 0.61) 86%, rgba(229, 229, 229, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00e5e5e5', GradientType=1);
  /* IE6-9 */
  min-height: 550px;
  padding-top: 35px;
}

.gray-h {
  background-color: #eee;
  width: 250px;
  height: 45px;
  margin: 10px;
  text-align: center;

}

.container-front6 {
  background-color: black;
  margin: 0;
  min-height: 500px;
}

.container-front5 {
  background-image: url('/assets/external/img/green-bg.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  min-height: 500px;
  padding-top: 40px;
}


.big-font {
  font-size: 2rem;
  font-weight: bold;
}


#content .front-p {
  font-size: 1.1rem;
  text-align: left;
  text-indent: 10px;
  padding: 10px 20px 20px 20px;
  color: #555;
}

.container-pic h2 {

  color: white;
  line-height: 4rem;
  font-size: 3.5rem;
  text-transform: uppercase;
  margin: 0;
  font-weight: bold;
  padding: 70px 5px 60px;
  text-align: center;
}

.container-box {
  padding: 40px;
  color: black;
  font-size: 1.8rem;
  line-height: 3rem;
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 250px;

}

/* list banners*/
.green-square {
  font-size: 2.4rem;
  padding: 10px;
  background-color: #222;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 1px 0 0 0;
  text-align: center;

}

.green-square:after {
  content: '';
  position: absolute;
  top: 18%;
  right: -15%;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: solid 20px #222;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}

.green-square-word {
  font-size: 1.6rem;
  padding: 10px;
  background-color: #5eb244;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 2px;
  text-align: center;

}

.green-square-word:after {
  content: '';
  position: absolute;
  top: 18%;
  right: -5%;
  z-index: 100;
  width: 0;
  height: 0;
  border-left: solid 20px #5eb244;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}



.margin15 {
  margin-top: 15px;
}

.margin25 {
  margin-top: 25px;
}

.green-square2 {
  font-size: 2.4rem;
  padding: 10px;
  background-color: #222;
  color: white;
  height: 60px;
  width: 60px;
  border-radius: 0 1px 0 0;
  text-align: center;
}

.green-square2:after {
  content: '';
  position: absolute;
  top: 18%;
  left: -15%;
  z-index: 100;
  width: 0;
  height: 0;
  border-right: solid 20px #222;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
}

.gray-bar {
  font-size: 1.4rem;
  background-color: rgba(49, 49, 49, 0.8);

  color: white;
  padding-left: 20px;

}

.gray-bar2 {
  font-size: 1.4rem;
  background-color: rgba(49, 49, 49, 0.8);

  color: white;
  padding-left: 20px;

}

.gray-bar-big {
  font-size: 1.4rem;
  line-height: 1.9rem;
  background-color: rgba(49, 49, 49, 0.8);
  margin: 0 0 5px;
  color: white;
  padding: 10px 5px 10px 20px;
  border-radius: 0 3px 3px 0;
}

.gray-triangle {
  color: white;
  position: relative;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 2px 0 0;
  background-color: rgba(49, 49, 49, 0.8);
  display: inline-block;
  padding: 10px;
  border-radius: 2px 1px 1px 2px;

}

.gray-triangle:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(49, 49, 49, 0.8);
  border-width: 27px;
  margin-top: -27px;
}

@media(max-width: 800px) {
  .gray-triangle {

    font-size: 1rem;
  }
}

.gray-triangle-d {
  color: white;
  position: relative;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 2px 0 0;
  background-color: rgba(49, 49, 49, 0.9);
  display: inline-block;
  padding: 10px;
  border-radius: 2px 1px 1px 2px;

}

.gray-triangle-d:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: rgba(49, 49, 49, 0.9);
  border-width: 27px;
  margin-top: -27px;
}

.arrow-box {
  color: white;
  position: relative;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 2px 0 0;
  background-color: rgba(49, 49, 49, 0.8);
  display: inline-block;
  padding: 5px;
  border-radius: 2px 1px 1px 2px;
}

.arrow-box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #5eb244;
  border-width: 30px;
  margin-left: -30px;
}

.white-triangle {
  font-size: 2.5rem;
  background-color: #fff;
  color: black;
  border-radius: 2px;
  padding-left: 30px;
}

.white-triangle:after {
  content: '';
  position: absolute;
  top: 18%;
  left: -5%;
  z-index: 100;
  width: 0;
  height: 0;
  border-right: solid 75px #fff;
  border-top: solid 80px transparent;
  border-bottom: solid 80px transparent;
}

@media(max-width: 1200px) {
  .white-triangle:after {
    content: '';
    position: absolute;
    top: 10%;
    left: -5%;
    z-index: 100;
    width: 0;
    height: 0;
    border-right: solid 100px transparent;
    border-top: solid 100px transparent;
    border-bottom: solid 100px transparent;
  }
}

.circle {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  font-size: 1.8rem;
  text-align: center;
  padding: 17px 10px 10px;
  color: white;
  margin-bottom: 15px;
}

.circle2 {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 0 0 0;
  color: white;
  margin-bottom: 15px;
}

.green-bg {
  color: white;
  line-height: 2.2rem;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 2px 0 0;
  background-color: #5eb244;
  display: inline-block;
  padding: 5px;
  border-radius: 2px;
}


@media(max-width: 980px) {
  .container-pic h2 {
    line-height: 2.2rem;
    font-size: 2rem;
  }

  .container-pic h3 {
    line-height: 1.2rem;
    font-size: 1rem;
  }

  .words {
    background: black;
    text-align: center;
    padding-top: 10px;
  }

}

@media(max-width: 1230px) {
  .container-pic {
    margin: 0;
    width: 100%;
    min-height: 100px;
    background-color: black;
  }

}


@media(max-width: 800px) {
  .container-front {
    width: 100%;
    min-height: 200px;
    background-image: none;
    background-color: black;
  }

  .container-front2 {
    width: 100%;
    background-image: none;

    min-height: 200px;
    background-color: black;
  }

}


.green-bg {
  background: none repeat scroll 0 0 rgba(64, 179, 55, 0.8);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.green-t {
  color: #2b7836;
  font-size: 22px;
  margin-left: 20px;
}

.green-b {
  color: #43954e;
  font-size: 22px;
}

.center {
  text-align: center;
}

.bg-black {
  background: black;
  margin: 0 0 0 0;
  color: white;
  padding: 25px 0;
}

.green-light {
  color: #69B26D;
}

.green-dark {
  color: #2B7836;
}

.gray {
  color: #444;
}

.black-stripe {
  background-color: #000;
  padding: 20px 0 40px;
  margin-top: 40px;
}

.gw-stripe {
  background: rgb(0, 0, 0);
  background: linear-gradient(56deg, rgba(0, 0, 0, 1) 60%, rgba(17, 17, 17, 1) 60%, rgba(17, 17, 17, 1) 83%, rgba(0, 0, 0, 1) 83%);
  padding: 20px 0 10px;
  margin: 10px 0;
}

.p-size {
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #444;
  text-align: left;
}

.gg-stripe {
  background: rgb(220, 221, 220);
  /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(220, 221, 220, 1) 0%, rgba(220, 221, 220, 1) 51%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 77%, rgba(220, 221, 220, 1) 77%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, rgba(220, 221, 220, 1) 0%, rgba(220, 221, 220, 1) 51%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 77%, rgba(220, 221, 220, 1) 77%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, rgba(220, 221, 220, 1) 0%, rgba(220, 221, 220, 1) 51%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 77%, rgba(220, 221, 220, 1) 77%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdddc', endColorstr='#dcdddc', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  padding: 20px 0 10px;
  margin: 10px 0;
}

#content .gg-stripe p {
  font-size: 1.8rem;
  line-height: 2rem;
}

.stripe {
  margin: 15px auto 10px;
  display: block;
  border-top: none;
  max-width: 800px;
  text-align: center;
}

.middle-stripe {
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 10%, rgba(81, 81, 81, 1) 10%, rgba(81, 81, 81, 1) 90%, rgba(255, 255, 255, 1) 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 10%, rgba(81, 81, 81, 1) 10%, rgba(81, 81, 81, 1) 90%, rgba(255, 255, 255, 1) 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 1) 10%, rgba(81, 81, 81, 1) 10%, rgba(81, 81, 81, 1) 90%, rgba(255, 255, 255, 1) 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  padding: 20px 0 20px;
  margin: 10px 0;
  color: white;
}

.green-stripe {
  background: #515151;
  padding: 20px 0 20px;
  margin: 10px 0;
  color: white;
}

#content .green-stripe h5 {
  text-align: center;
  font-size: 20px;
  margin: 10px 0;
  line-height: 25px;

}

.green-stripe a {
  color: white;
}

.green-line {
  border: .5px solid #51a433;
}

.green-stripe a:hover {
  color: #51a433;
}

.service-btn {
  background-color: #222;
  color: white;
  padding: 20px 20px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.service-btn:hover {
  background-color: black;
  color: #eee;
}

.service-btn2:hover {
  background-color: black;
  color: #eee;
}

.service-btn2 {
  background-color: #222;
  color: white;
  padding: 20px 20px;
  border: none;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  margin: 120px auto 0;
  display: block;
}

#content .green-stripe p {
  font-size: 1.8rem;
  line-height: 2rem;
}

.grey-bg {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.gray-diagonal a {
  color: #02CF21;
}

.gray-diagonal a:hover {
  color: #2B7836;
}

.d-front {
  overflow: hidden;
  padding: 0 15px;
}

.inset-shadow {
  -webkit-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  background-color: white;
  padding: 10px;
}

.gray-diagonal {
  color: white;
  background: rgb(91, 91, 91);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(91, 91, 91, 1) 0%, rgba(91, 91, 91, 1) 50%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(91, 91, 91, 1) 0%, rgba(91, 91, 91, 1) 50%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(91, 91, 91, 1) 0%, rgba(91, 91, 91, 1) 50%, rgba(81, 81, 81, 1) 51%, rgba(81, 81, 81, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#333333', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
}

.blue-diagonal {
  background: rgb(46, 86, 160);
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(46, 86, 160, 1) 0%, rgba(46, 86, 160, 1) 50%, rgba(37, 72, 146, 1) 51%, rgba(37, 72, 146, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(46, 86, 160, 1) 0%, rgba(46, 86, 160, 1) 50%, rgba(37, 72, 146, 1) 51%, rgba(37, 72, 146, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(46, 86, 160, 1) 0%, rgba(46, 86, 160, 1) 50%, rgba(37, 72, 146, 1) 51%, rgba(37, 72, 146, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e56a0', endColorstr='#254892', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 5px -6px rgba(0, 0, 0, 0.75);
}

@font-face {
  font-family: case;
  src: url('TravelingTypewriter.ttf') format('truetype');
}

.case-font {
  font-family: case;
  color: black;
  font-size: 24px;
  background-color: #D3C690;
  border-radius: 5px 5px 0 0;
  float: left;
  margin: 0;
  padding: 15px 10px;
}

.case-folder {
  clear: both;
  background-color: #D3C690;
  padding: 15px 20px 10px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 5px 5px -5px #333
}

.case-file {
  background-color: white;
  padding: 10px;
}

.case-file p {
  text-indent: 20px;
}

.title-small {
  font-size: 34px;
  color: #444;
}

.solution {
  color: green;
  text-align: center;
}

.btn-green {
  color: white;
  background-color: #01bb1c;
  font-size: 20px;
  margin: 10px auto 0;
  display: inline-block;
  max-width: 250px;
  height: 50px;
  line-height: 40px;
  border: none;
  padding: 5px 10px;
}

.btn-green:hover {
  background-color: #376b27;
  color: white;
}

.panel-heading {
  background-color: #eee;
  border-radius: 5px;
}

.panel-heading h4 {
  padding: 10px;
  font-size: 20px;
}

.polygon {
  float: left;
  shape-outside: polygon(0 0, 0 300px, 200px 300px);
  clip-path: polygon(0 0, 0 300px, 200px 300px);
  height: 300px;
  width: 300px;
  background: linear-gradient(to top right, #86F7CC, #67D7F5);
}

.integrate-box {
  background-color: white;
  border-radius: 5px;
  padding: 10px 0;
  margin: 10px 0;
  border: 1px solid #ccc;

}

.integrate-box img {
  margin: 0 auto;
  display: block;
}

a.front-link {
  background-color: #01bb1c;
}

a.front-link:hover {
  background-color: #222;
}



.diagonal-box {
  background-color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  transform: skewY(2deg);
  margin-top: -205px;
  min-height: 700px;
  padding-top: 20px;

}

.diagonal-box:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #01470b, #01bb1c);
  transform: skewY(2deg);
}

.diagonal-box-s {
  background-color: #01bb1c;
  position: relative;
  transform: skewY(2deg);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.diagonal-box-s:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: #01bb1c;
  transform: skewY(2deg);
}

.diagonal-box-g {
  background-color: #7eecfc;
  position: relative;
  transform: skewY(2deg);
  margin-top: 35px;
  min-height: 320px;
  padding-top: 20px;
  box-shadow: 0 -6px 4px -4px rgba(145, 145, 145, .35);

}

.diagonal-box-g:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #aaa, #eee);
  transform: skewY(2deg);
}

.b-suite a {
  color: #3ca4b3;
}

.t-suite a {
  color: #037f11;
}

.diagonal-box-green {
  background-image: linear-gradient(180deg, #037f11, #fff);
  position: relative;
  transform: skewY(2deg);
  margin-top: 35px;
  min-height: 320px;
  padding-top: 20px;
  box-shadow: 0 -6px 4px -4px rgba(145, 145, 145, .35);

}

.diagonal-box-green:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #037f11, #eee);
  transform: skewY(2deg);
}

.diagonal-box-biz {
  background-image: linear-gradient(180deg, #3ca4b3, #fff);
  position: relative;
  transform: skewY(2deg);
  margin-top: 35px;
  min-height: 320px;
  padding-top: 20px;
  box-shadow: 0 -6px 4px -4px rgba(145, 145, 145, .35);

}

.diagonal-box-biz:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #3ca4b3, #eee);
  transform: skewY(2deg);
}

.diagonal-box-gp {
  background-image: url('/assets/external/img/microservices/integrated-dm.png'), linear-gradient(45deg, #aaa, #eee);
  background-position: center center;
  background-repeat: no-repeat;

  position: relative;
  transform: skewY(2deg);
  margin-top: 35px;
  min-height: 700px;
  padding-top: 20px;

}

.diagonal-box-gp:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #aaa, #eee);
  transform: skewY(2deg);
}

.content-diagonal {
  max-width: 90em;
  margin: 0 auto;
  transform: skewY(-2deg);
}

.content-diagonal h1 {
  font-size: 3rem;
  line-height: 3.3rem;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 0;
  color: black;
  margin: 120px 0 0;
}

.content-diagonal h2 {
  font-size: 3.3rem;
  line-height: 3.8rem;
  font-weight: bold;
  color: black;
  font-family: 'Helvetica';
}

.microservices .content-diagonal h1 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: left;
  padding: 8px 0 0;
  color: black;
  margin: 100px 0 15px;
}

.microservices .dots-pic {
  background-color: #fff;
  background-image: url('/assets/external/img/microservices/dots-b.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;

  min-height: 690px;
}

.active-li {
  background-color: black;
  color: white;
}

.hover-green {
  box-shadow: 5px 5px #888888;
}

/* ================ The Timeline ================ */

.timeline {
  position: relative;
  width: 1060px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(60, 164, 179);
  border-radius: 4px;

  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 500px;
  float: left;
  text-align: left;
}

.direction-r {
  position: relative;
  width: 500px;
  float: right;
}


.time-wrapper {
  display: inline;

  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250, 80, 80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248, 248, 248);
}

.desc {
  margin: 1em 0.75em 0 0;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 1em;

  position: relative;
  background: white;
  border-radius: 3px;

}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

.timeline-arrow:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 40%;
  width: 0;
  height: 0;
  border-right: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.timeline-arrow2:before {
  content: "";
  position: absolute;
  right: -20px;
  top: 40%;
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {

  .timeline {
    width: 100%;
    padding: 4em 0 1em 0;
  }

  .timeline li {
    padding: 2em 0;
  }

  .direction-l,
  .direction-r {
    float: none;
    width: 100%;

    text-align: center;
  }

  .timeline-arrow:before {
    border-right: 0 solid transparent;
    display: none;
  }

  .timeline-arrow2:before {
    border-right: 0 solid transparent;
    display: none;
  }

  .time-wrapper {
    display: block;
    position: relative;
    margin: 4px 0 0 0;
    z-index: 14;
  }

  .direction-l .time-wrapper {
    float: none;
  }

  .direction-r .time-wrapper {
    float: none;
  }

  .desc {
    position: relative;
    margin: 1em 0 0 0;
    padding: 1em;

    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

    z-index: 15;
  }

  .direction-l .desc,
  .direction-r .desc {
    position: relative;
    margin: 1em 1em 0 1em;
    padding: 1em;

    z-index: 15;
  }

}


.ticket {
  position: relative;
  border: 2px solid white;
  background: white;
  text-align: center;
  display: inline-block;
  padding: 1em 2em;
  height: 220px;
  border-radius: 2px;
  max-width: 500px;
}

.ticket:before,
.ticket:after {
  height: 90px;
  width: 45px;
  content: '';
  position: absolute;
  top: 38%;
  background-color: #7eecfc;
  height: 3em;
  width: 1.5em;
  border: 2px solid #7eecfc;
}

.ticket:before {
  left: -2px;
  border-radius: 0 2em 2em 0;
  border-left-color: #7eecfc;
}

.ticket:after {
  right: -2px;
  border-radius: 2em 0 0 2em;
  border-right-color: #7eecfc;
}

.hdform {
  display: none;
}