.col-1 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-1.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-1 {
      width: calc(((100% - 6em) / 12 * 1));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-1.no-padding {
        width: calc(0.5em + ((100% - 6em) / 12 * 1));
        padding-left: 0;
        padding-right: 0; } }

.col-2 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-2.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-2 {
      width: calc(0.5em + ((100% - 6em) / 12 * 2));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-2.no-padding {
        width: calc(1em + ((100% - 6em) / 12 * 2));
        padding-left: 0;
        padding-right: 0; } }

.col-3 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-3.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-3 {
      width: calc(1em + ((100% - 6em) / 12 * 3));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-3.no-padding {
        width: calc(1.5em + ((100% - 6em) / 12 * 3));
        padding-left: 0;
        padding-right: 0; } }

.col-4 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-4.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-4 {
      width: calc(1.5em + ((100% - 6em) / 12 * 4));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-4.no-padding {
        width: calc(2em + ((100% - 6em) / 12 * 4));
        padding-left: 0;
        padding-right: 0; } }

.col-5 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-5.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-5 {
      width: calc(2em + ((100% - 6em) / 12 * 5));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-5.no-padding {
        width: calc(2.5em + ((100% - 6em) / 12 * 5));
        padding-left: 0;
        padding-right: 0; } }

.col-6 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-6.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-6 {
      width: calc(2.5em + ((100% - 6em) / 12 * 6));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-6.no-padding {
        width: calc(3em + ((100% - 6em) / 12 * 6));
        padding-left: 0;
        padding-right: 0; } }

.col-7 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-7.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-7 {
      width: calc(3em + ((100% - 6em) / 12 * 7));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-7.no-padding {
        width: calc(3.5em + ((100% - 6em) / 12 * 7));
        padding-left: 0;
        padding-right: 0; } }

.col-8 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-8.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-8 {
      width: calc(3.5em + ((100% - 6em) / 12 * 8));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-8.no-padding {
        width: calc(4em + ((100% - 6em) / 12 * 8));
        padding-left: 0;
        padding-right: 0; } }

.col-9 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-9.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-9 {
      width: calc(4em + ((100% - 6em) / 12 * 9));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-9.no-padding {
        width: calc(4.5em + ((100% - 6em) / 12 * 9));
        padding-left: 0;
        padding-right: 0; } }

.col-10 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-10.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-10 {
      width: calc(4.5em + ((100% - 6em) / 12 * 10));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-10.no-padding {
        width: calc(5em + ((100% - 6em) / 12 * 10));
        padding-left: 0;
        padding-right: 0; } }

.col-11 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-11.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-11 {
      width: calc(5em + ((100% - 6em) / 12 * 11));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-11.no-padding {
        width: calc(5.5em + ((100% - 6em) / 12 * 11));
        padding-left: 0;
        padding-right: 0; } }

.col-12 {
  width: calc(5.5em + (100% - 6em));
  padding-left: 0.25em;
  padding-right: 0.25em; }
  .col-12.no-padding {
    width: calc(6em + (100% - 6em));
    padding-left: 0;
    padding-right: 0; }
  @media only screen and (min-width: 600px) {
    .col-12 {
      width: calc(5.5em + (100% - 6em));
      padding-left: 0.25em;
      padding-right: 0.25em; }
      .col-12.no-padding {
        width: calc(6em + (100% - 6em));
        padding-left: 0;
        padding-right: 0; } }

.m-none {
  margin: 0px; }

.m-auto {
  margin-left: auto;
  margin-right: auto; }

.m-xs {
  margin: 5px; }

.m-sm {
  margin: 10px; }

.m-md {
  margin: 15px; }

.m-lg {
  margin: 20px; }

.m-xl {
  margin: 25px; }

.m-xlg {
  margin: 30px; }

.m-big {
  margin: 50px; }

/* spacement top	*/
.mt-none {
  margin-top: 0px; }

.mt-xs {
  margin-top: 5px; }

.mt-sm {
  margin-top: 10px; }

.mt-md {
  margin-top: 15px; }

.mt-lg {
  margin-top: 20px; }

.mt-xl {
  margin-top: 25px; }

.mt-xlg {
  margin-top: 30px; }

.mt-big {
  margin-top: 50px; }

/* spacement bottom	*/
.mb-none {
  margin-bottom: 0px; }

.mb-xs {
  margin-bottom: 5px; }

.mb-sm {
  margin-bottom: 10px; }

.mb-md {
  margin-bottom: 15px; }

.mb-lg {
  margin-bottom: 20px; }

.mb-xl {
  margin-bottom: 25px; }

.mb-xlg {
  margin-bottom: 30px; }

.mb-big {
  margin-bottom: 50px; }

/* spacement left	*/
.ml-none {
  margin-left: 0px; }

.ml-xs {
  margin-left: 5px; }

.ml-sm {
  margin-left: 10px; }

.ml-md {
  margin-left: 15px; }

.ml-lg {
  margin-left: 20px; }

.ml-xl {
  margin-left: 25px; }

.ml-xlg {
  margin-left: 30px; }

.ml-big {
  margin-left: 50px; }

/* spacement right	*/
.mr-none {
  margin-right: 0px; }

.mr-xs {
  margin-right: 5px; }

.mr-sm {
  margin-right: 10px; }

.mr-md {
  margin-right: 15px; }

.mr-lg {
  margin-right: 20px; }

.mr-xl {
  margin-right: 25px; }

.mr-xlg {
  margin-right: 30px; }

.mr-big {
  margin-right: 50px; }

/* Spacement Padding */
.p-none {
  padding: 0px; }

.p-xs {
  padding: 5px; }

.p-sm {
  padding: 10px; }

.p-md {
  padding: 15px; }

.p-lg {
  padding: 20px; }

.p-xl {
  padding: 25px; }

.p-xlg {
  padding: 30px; }

.p-big {
  padding: 50px; }

/* spacement top	*/
.pt-none {
  padding-top: 0px; }

.pt-xs {
  padding-top: 5px; }

.pt-sm {
  padding-top: 10px; }

.pt-md {
  padding-top: 15px; }

.pt-lg {
  padding-top: 20px; }

.pt-xl {
  padding-top: 25px; }

.pt-xlg {
  padding-top: 30px; }

.pt-big {
  padding-top: 50px; }

/* spacement bottom	*/
.pb-none {
  padding-bottom: 0px; }

.pb-xs {
  padding-bottom: 5px; }

.pb-sm {
  padding-bottom: 10px; }

.pb-md {
  padding-bottom: 15px; }

.pb-lg {
  padding-bottom: 20px; }

.pb-xl {
  padding-bottom: 25px; }

.pb-xlg {
  padding-bottom: 30px; }

.pb-big {
  padding-bottom: 50px; }

/* spacement left	*/
.pl-none {
  padding-left: 0px; }

.pl-xs {
  padding-left: 5px; }

.pl-sm {
  padding-left: 10px; }

.pl-md {
  padding-left: 15px; }

.pl-lg {
  padding-left: 20px; }

.pl-xl {
  padding-left: 25px; }

.pl-xlg {
  padding-left: 30px; }

.pl-big {
  padding-left: 50px; }

/* spacement right	*/
.pr-none {
  padding-right: 0px; }

.pr-xs {
  padding-right: 5px; }

.pr-sm {
  padding-right: 10px; }

.pr-md {
  padding-right: 15px; }

.pr-lg {
  padding-right: 20px; }

.pr-xl {
  padding-right: 25px; }

.pr-xlg {
  padding-right: 30px; }

.pr-big {
  padding-right: 50px; }

.row {
  display: flex;
  flex-wrap: wrap; }
  .row.reverse {
    flex-direction: column-reverse; }
    @media only screen and (min-width: 600px) {
      .row.reverse {
        flex-direction: row; } }

.light-text {
  font-weight: 100; }

.thin-text {
  font-weight: 300; }

.normal-text {
  font-weight: 400; }

.bold-text {
  font-weight: 700; }

.italic-text {
  font-style: italic; }

.full-width {
  width: 100%; }

.full-height {
  height: 100%; }

.btn {
  text-decoration: none;
  padding: 8px 20px;
  background: #f44336;
  color: #fff;
  display: inline-block; }
  .btn:focus, .btn:hover {
    text-decoration: none;
    background: #e53935; }
  .btn.btn-outline {
    background: white;
    color: #f44336;
    border: 2px solid #f44336; }
    .btn.btn-outline.btn-blue {
      border-color: #2196f3;
      color: #2196f3; }
  .btn.btn-blue {
    background: #2196f3; }
    .btn.btn-blue:focus, .btn.btn-blue:hover {
      background: #1e88e5; }
  .btn.btn-cyan {
    background: #00bcd4; }
    .btn.btn-cyan:focus, .btn.btn-cyan:hover {
      background: #00acc1; }
  .btn.btn-red {
    background: #f44336; }
    .btn.btn-red:focus, .btn.btn-red:hover {
      background: #e53935; }
  .btn.btn-green {
    background: #4caf50; }
    .btn.btn-green:focus, .btn.btn-green:hover {
      background: #43a047; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.lowercase {
  text-transform: lowercase; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.block-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

img.img-responsive {
  max-width: 100%; }

.home-section {
  background: rgba(255, 205, 210, 0.15); }
  .home-section.blue {
    background: rgba(187, 222, 251, 0.15); }
  .home-section .first {
    padding: 35px 15px;
    min-height: 300px; }
    @media only screen and (min-width: 600px) {
      .home-section .first {
        padding: 120px 110px; } }
  .home-section .second {
    background-position: left center;
    background-size: cover;
    display: none; }
    @media only screen and (min-width: 600px) {
      .home-section .second {
        display: block; } }

.rotate-img {
  background-image: url("https://www.manageengine.com/products/applications_manager/style/sass/../../images/me_apm_icons.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  align-self: center;
  height: 350px;
  width: 350px;
  top: 0;
  display: flex;
  animation: 15s rotate360 infinite linear; }

@keyframes rotate360 {
  to {
    transform: rotate(360deg); } }

.RotateLogo {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .RotateLogo img {
    max-width: 250px; }

.rotation-slide {
  display: flex;
  align-items: center;
  height: 100%; }
  .rotation-slide .col-5,
  .rotation-slide .col-7 {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center; }
  .rotation-slide .RotateLogo,
  .rotation-slide .rotate-img {
    display: none; }
  @media only screen and (min-width: 600px) {
    .rotation-slide .RotateLogo,
    .rotation-slide .rotate-img {
      display: flex; } }

small.small {
  font-size: 60%; }

.full-slider .swiper-button-next,
.full-slider .swiper-button-prev {
  filter: grayscale(1);
  visibility: hidden; }
  @media only screen and (min-width: 600px) {
    .full-slider .swiper-button-next,
    .full-slider .swiper-button-prev {
      visibility: visible; } }

.slider {
  margin-bottom: 40px; }
  .slider .swiper-container.three-slider {
    width: 90%;
    height: 560px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center; }
    .slider .swiper-container.three-slider .swiper-wrapper {
      height: 500px; }
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    filter: grayscale(1);
    background-size: 25px 25px;
    background-color: white;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    align-self: center;
    align-content: center;
    display: flex; }
  .slider .swiper-slide {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60%;
    border-radius: 3px; }
    .slider .swiper-slide .btn-flat {
      padding: 8px 20px; }
    .slider .swiper-slide p {
      font-size: 15px; line-height: 28px; }
    .slider .swiper-slide.swiper-slide-active {
      box-shadow: 0 0 9px rgba(0, 0, 0, 0.22); }
    .slider .swiper-slide .slider-content {
      padding: 60px 40px;
      width: 100%; }
      .slider .swiper-slide .slider-content h3 {
        margin-top: 5px;
        margin-bottom: 5px; }
    .slider .swiper-slide.first {
      background: white;
      background: radial-gradient(ellipse at center, white 0, #fbfbfb 47%, #f9f9f9 100%); }
    .slider .swiper-slide.second {
      background: url("https://www.manageengine.com/products/applications_manager/style/sass/../../images/me_apm_training.jpg");
      background-position: top right;
      background-size: cover;
      background-color: #eee; }
      @media only screen and (min-width: 600px) {
        .slider .swiper-slide.second {
          background-position: top left; } }
    .slider .swiper-slide.third {
      background-color: #000;
      background-image: none;
      background-position: top right;
      background-size: cover; }
      .slider .swiper-slide.third .right a {
        position: absolute;
        bottom: 30px;
        right: 10px;
        margin-right: 30px;
        display: inline-block; }
      .slider .swiper-slide.third .right h3 {
        position: absolute;
        top: 25px;
        margin-right: 30px; }
      @media only screen and (min-width: 600px) {
        .slider .swiper-slide.third {
          background-image: url("https://www.manageengine.com/products/applications_manager/style/sass/../../images/me_apm_target.jpg");
          background-position: top left; } }
    .slider .swiper-slide.swiper-slide-next, .slider .swiper-slide.swiper-slide-prev {
      transform: scale(1); }
      .slider .swiper-slide.swiper-slide-next .slider-content, .slider .swiper-slide.swiper-slide-prev .slider-content {
        opacity: 0.3; }
  .slider .swiper-slide .slider-content .tag {
    background: #4caf50;
    color: white;
    padding: 0 14px;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    position: absolute;
    margin-bottom: 10px;
    margin-top: 25px;
    display: inline-block;
    top: 0;
    padding: 2px 21px;
    right: 0; }

@media (max-width: 720px) {
  .slider .swiper-button-next,
  .slider .swiper-button-prev {
    transform: scale(0.7); }
  .slider .swiper-button-prev {
    left: 0; }
  .slider .swiper-button-next {
    right: 0; }
  .slider .swiper-slide {
    width: 100%; }
    .slider .swiper-slide.swiper-slide-active {
      box-shadow: 0 0 0 transparent; } }

.btn-block {
  padding: 10px 25px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase; }

.tag-highlight {
  background: #4caf50;
  color: #fff;
  padding: 8px;
  display: inline-block; }

.strip {
  background: #f44336;
  color: #fff; }
  .strip h1 {
    color: #fff; }
  .strip .container > * {
    display: inline-block; }
  .strip:hover,
  .strip a,
  .strip a:hover {
    text-decoration: none; }
  .strip.cyan-bg {
    background-color: #00bcd4; }
  .strip .dark-strip {
    background: rgba(0, 0, 0, 0.1); }

.white-text {
  color: #fff; }

.screenshot-img {
  border: 2px solid rgba(238, 238, 238, 0.5); }

.section-block {
  padding: 85px 0; }

.thin-hr {
  opacity: 0.25; }

.vertical-center {
  align-items: center; }

.border-img {
  border: 2px solid #eee; }

.list-style > *:nth-child(odd) {
  background-color: #f6f6f6; }

.list-style > * img {
  box-shadow: 0 0 0 transparent;
  margin-top: 20px; }
  @media only screen and (min-width: 600px) {
    .list-style > * img {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      margin-top: 0; } }

.no-shadow {
  box-shadow: 0 0 0 transparent !important; }

.card {
  background-color: #fff;
  overflow: hidden;
  min-height: 390px; }
  .card.big {
    min-height: 450px; }
  .card .card-img {
    padding: 10px 10px; }
  .card .card-content {
    border-top: 1px solid #eee;
    padding: 20px 15px; }
  .card img {
    background-color: #000;
    transition: all 0.3s ease;
    max-width: 100%;
    display: block; }

.animation-element {
  opacity: 0; }
  .animation-element.slide-left {
    opacity: 0;
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear; }
  .animation-element.in-view {
    opacity: 1; }

.strip2 {
  background-color: #f5f5f5; }
