@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,600;1,300;1,600&display=swap");
@font-face {
  font-family: "Helvetica";
  src: url("../fonts/Helvetica.eot");
  src: url("../fonts/Helvetica.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica.woff2") format("woff2"), url("../fonts/Helvetica.woff") format("woff"), url("../fonts/Helvetica.ttf") format("truetype"), url("../fonts/Helvetica.otf") format("opentype"), url("../fonts/Helvetica.svg#Helvetica") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0); }
  100% {
    transform: translate3d(-100%, 0, 0); } }
html {
  scroll-behavior: smooth; }

body {
  font-family: "Poppins", sans-serif; }

.site-container {
  overflow-x: hidden;
  position: relative;
  width: 100%; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 1em; }

a {
  color: #FF0000; }
  a:focus, a:hover {
    color: #FF0000;
    text-decoration: none;
    outline: none; }

.theme-links {
  color: #123960;
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  transition: color ease-in 0.15s; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .theme-links {
      font-size: 20px; } }

/* Heading Styles */
/* Heading Styles */
/* Heading Styles */
/* Heading Styles */
/* Heading Styles */
h2.heading-style {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  background-color: #123960;
  background-image: linear-gradient(to right, #123960, #0224b3);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding-bottom: .2em; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    h2.heading-style {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    h2.heading-style {
      font-size: 32px; } }
  h2.heading-style span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #4A4A4A;
    background-color: #4A4A4A;
    background-image: none;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    position: relative; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      h2.heading-style span {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      h2.heading-style span {
        font-size: 20px; } }
  h2.heading-style.homepage-heading {
    font-size: 66px;
    line-height: 1.1; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      h2.heading-style.homepage-heading {
        font-size: 50px; } }
    @media only screen and (max-width: 767px) {
      h2.heading-style.homepage-heading {
        font-size: 38px; } }
    h2.heading-style.homepage-heading span {
      font-size: 36px;
      font-weight: 400; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        h2.heading-style.homepage-heading span {
          font-size: 30px; } }
      @media only screen and (max-width: 767px) {
        h2.heading-style.homepage-heading span {
          font-size: 28px; } }
  h2.heading-style.heading-industry span {
    color: #FF6700;
    background-color: #FF6700;
    background-image: none;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    position: relative; }

@media screen and (min-width: 991px) {
  h2.heading-style.heading-industry-large,
  h2.heading-style.heading-style-large {
    font-size: 54px; } }
.about-block h3 {
  color: #123960;
  font-size: 42px;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: #123960;
  background-image: linear-gradient(to right, #123960, #0224b3);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding-bottom: .2em; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .about-block h3 {
      font-size: 40px; } }
  @media only screen and (max-width: 767px) {
    .about-block h3 {
      font-size: 28px; } }
.about-block h4 {
  color: #123960;
  font-weight: 600; }
.about-block p {
  color: #747474;
  font-size: 21px;
  font-weight: 300; }

.innerpage-banner {
  /*padding-top: 11rem;*/ }
  .innerpage-banner img {
    position: relative;
    z-index: 90; }
  .innerpage-banner h6 {
    color: #FF0000;
    text-transform: uppercase;
    margin-bottom: 1em;
    font-weight: 400; }
  .innerpage-banner h1 {
    color: #123960;
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .innerpage-banner h1 {
        font-size: 50px; } }
    @media only screen and (max-width: 767px) {
      .innerpage-banner h1 {
        font-size: 36px; } }
  .innerpage-banner h4 {
    color: #4A4A4A;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 40px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .innerpage-banner h4 {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .innerpage-banner h4 {
        font-size: 18px;
        margin-bottom: 30px; } }
  .innerpage-banner.no-banner h1,
  .innerpage-banner.no-banner h4 {
    color: #FFFFFF; }

section.banner-no-bg {
  padding-top: 11rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    section.banner-no-bg:not(.sidebar-banner):not(.support-banner) .innerbanner-content {
      background: rgba(255, 255, 255, 0.6);
      padding: 20px; } }

section.banner-small-headline .innerbanner-content h1 {
  font-size: 48px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    section.banner-small-headline .innerbanner-content h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    section.banner-small-headline .innerbanner-content h1 {
      font-size: 36px; } }

section.industry-banner,
section.sidebar-banner {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(18, 57, 96, 0.5);
  background-blend-mode: multiply; }
  section.industry-banner h1,
  section.sidebar-banner h1 {
    color: #FFFFFF; }
  section.industry-banner h4,
  section.sidebar-banner h4 {
    color: #FFFFFF; }
  section.industry-banner ul.banner-btn-listing li:last-child .theme-btn,
  section.sidebar-banner ul.banner-btn-listing li:last-child .theme-btn {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: transparent; }

section.company-banner {
  padding-top: 11rem;
  padding-bottom: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(18, 57, 96, 0.5);
  background-blend-mode: multiply; }
  section.company-banner h1 {
    color: #FFFFFF; }
  section.company-banner h4 {
    color: #FF6700; }

/* Buttons */
/* Buttons */
/* Buttons */
/* Buttons */
/* Buttons */
.theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #FF0000; }
  .theme-btn:not(.nav-link):before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .theme-btn:hover, .theme-btn:focus, .theme-btn:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #FFFFFF; }
    .theme-btn:hover:before, .theme-btn:focus:before, .theme-btn:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }
  .theme-btn.theme-btn-lg {
    text-align: center;
    padding: 14px 20px; }
    @media only screen and (min-width: 768px) {
      .theme-btn.theme-btn-lg {
        min-width: 250px; } }

/* Inline QA Cafe class button */
/* Inline QA Cafe class button */
/* Inline QA Cafe class button */
.qacafe-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid #FF0000; }
  .qacafe-btn:not(.nav-link):before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .qacafe-btn:hover, .qacafe-btn:focus, .qacafe-btn:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #FFFFFF; }
    .qacafe-btn:hover:before, .qacafe-btn:focus:before, .qacafe-btn:active:before {
      opacity: 1;
      -webkit-transform: translateY(5px);
      transform: translateY(5px); }

/* Banner Buttons */
/* Banner Buttons */
/* Banner Buttons */
.theme-btn .play-icon {
  width: 20px;
  margin-right: 10px; }

ul.banner-btn-listing {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul.banner-btn-listing li {
    display: inline-block; }
    ul.banner-btn-listing li .theme-btn {
      min-width: 250px;
      text-align: center;
      padding: 14px 20px;
      border: 1px solid #FF0000; }
    ul.banner-btn-listing li + li {
      margin-left: 1rem; }
      @media only screen and (max-width: 767px) {
        ul.banner-btn-listing li + li {
          margin-left: initial; } }
    ul.banner-btn-listing li:first-child {
      margin-bottom: 1rem; }
    ul.banner-btn-listing li:last-child .theme-btn {
      background: #FFFFFF;
      color: #4A4A4A; }

.theme-btn.video-btn {
  background: #FFFFFF;
  color: #4A4A4A; }

@media only screen and (max-width: 1199px) {
  body.home.page-classname-Homepage ul.banner-btn-listing li + li {
    margin-left: initial; } }

/* SERVICE ICONS */
/* SERVICE ICONS */
/* SERVICE ICONS */
/* SERVICE ICONS */
/* SERVICE ICONS */
.service-icon-list h4 {
  color: #4A4A4A;
  font-weight: 400; }

.service-block img.icon {
  width: 80px; }
.service-block p {
  color: #747474;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300; }
  .service-block p strong {
    font-weight: 600; }

em.code {
  background-color: #f0f2f5;
  color: #FF0000;
  font-size: .875em;
  font-weight: normal;
  font-style: normal;
  padding: 0.25em 0.5em 0.25em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* ABSOLUTE PLAY ICON & VIDEO EMBED MODAL */
.absolute-play-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%; }

.video-img-modal {
  max-width: 80%; }
  @media only screen and (max-width: 767px) {
    .video-img-modal {
      max-width: 100%; } }

/* NEWS TICKER */
.news-ticker {
  background: #FFFFFF;
  padding: 1.75rem 2rem;
  box-shadow: 0 0 8px #bfbfbf;
  font-size: 15px;
  line-height: 1.25; }
  @media only screen and (max-width: 767px) {
    .news-ticker {
      padding: 1rem 1.5rem; } }
  .news-ticker h5 {
    color: #FF0000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.25;
    margin: 0;
    letter-spacing: 2px; }
    @media only screen and (max-width: 767px) {
      .news-ticker h5 {
        margin-bottom: .5em; } }
  .news-ticker .ticker-item {
    color: #a3a3a3;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .15s ease; }
    .news-ticker .ticker-item a {
      color: #a3a3a3;
      letter-spacing: .125em; }
      .news-ticker .ticker-item a:hover {
        color: #123960; }

/* BLOG LISTING*/
.blog-listing {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .blog-listing {
      margin-bottom: 40px; } }
  .blog-listing .blog-tag {
    background: #4A4A4A;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px; }
  .blog-listing h3 {
    color: #FF0000;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: .5em;
    font-weight: 500; }
  .blog-listing small {
    font-weight: 500;
    color: #6f6f6f; }
  .blog-listing p {
    color: #747474;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 2em; }
  .blog-listing .theme-btn {
    padding: 5px 30px;
    font-size: 14px; }

/* CTA CHAT BLOCK */
.bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .bottom-chat-block {
      margin-top: 5rem;
      padding-bottom: 3rem;
      text-align: center; } }
  .bottom-chat-block h3 {
    color: #123960;
    font-size: 36px;
    font-weight: 600; }
  .bottom-chat-block p {
    color: #4A4A4A;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300; }
  .bottom-chat-block a.theme-btn {
    font-size: 12px;
    padding: 8px 20px; }

/* TAG LISTING */
/* TAG LISTING */
/* TAG LISTING */
/* TAG LISTING */
/* TAG LISTING */
.service-tags p {
  color: #565050;
  font-size: 21px;
  line-height: 1.5;
  margin-top: 20px; }

.service-tags {
  margin-top: 5rem;
  margin-bottom: 5rem; }

.tags-table {
  margin-top: 5%;
  padding: 0 9%; }
  @media only screen and (max-width: 767px) {
    .tags-table {
      padding: 0; } }

.tag-listing {
  margin-bottom: 30px; }

.tag-listing a {
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  color: #FFFFFF;
  padding: 15px 20px;
  border-radius: 25px;
  display: block;
  text-align: center;
  margin: 0 30px;
  text-transform: uppercase;
  font-size: 17px; }
  @media only screen and (max-width: 767px) {
    .tag-listing a {
      width: 100%;
      margin: 0 auto; } }

.view-all-tags a {
  color: #58585a;
  font-size: 20px; }

@media only screen and (max-width: 767px) {
  .tags-table {
    background: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .module-10 .theme-links {
    font-size: 20px; } }
/* TABS */
/* TABS */
/* TABS */
/* TABS */
/* TABS */
.tab-sec .tabs-heading {
  margin-top: 70px; }
  .tab-sec .tabs-heading .nav-tabs {
    border-bottom: 1px solid #b1b2b4; }
  .tab-sec .tabs-heading .nav.nav-tabs li {
    margin: 0;
    padding: 0 1rem; }
    @media only screen and (max-width: 767px) {
      .tab-sec .tabs-heading .nav.nav-tabs li {
        width: 100%; } }
    .tab-sec .tabs-heading .nav.nav-tabs li a {
      background: #b1b2b4;
      border: 1px solid #b1b2b4;
      padding: 1.25rem 3rem;
      border-radius: 4px 4px 0 0;
      text-transform: uppercase;
      color: #FFFFFF;
      font-size: 1rem;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .tab-sec .tabs-heading .nav.nav-tabs li a {
          padding: 1rem 2rem; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .tab-sec .tabs-heading .nav.nav-tabs li a {
          padding: 1rem; } }
      .tab-sec .tabs-heading .nav.nav-tabs li a.active {
        background: transparent;
        color: #7b7c7d;
        border-bottom: 1px solid #FFFFFF;
        position: relative;
        bottom: 0; }
        @media only screen and (max-width: 767px) {
          .tab-sec .tabs-heading .nav.nav-tabs li a.active {
            border-bottom: 1px solid #b1b2b4;
            bottom: -1px;
            bottom: 0px; } }
.tab-sec .software-screen h5 {
  color: #4A4A4A;
  margin-top: 15px;
  font-weight: 600; }
.tab-sec .software-screen p {
  color: #4A4A4A;
  margin-bottom: 30px; }
.tab-sec .software-screen .software-icons {
  width: 80px; }

/* CONNECTION LOGOS */
/* CONNECTION LOGOS */
/* CONNECTION LOGOS */
/* CONNECTION LOGOS */
/* CONNECTION LOGOS */
.connections {
  margin-top: 3rem;
  margin-bottom: 10rem; }
  .connections h4 {
    color: #494949;
    font-size: 27px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px; }

.client-logo {
  display: block; }

.client-logo-control:hover .client-logo {
  display: none; }

.client-logo-hover {
  display: none; }

.client-logo-control:hover .client-logo-hover {
  display: block; }

.customer-quote {
  margin-bottom: 2rem; }
  .customer-quote::before, .customer-quote::after {
    font-family: Georgia, serif;
    font-size: 12rem;
    line-height: 1;
    color: #edeeee;
    position: absolute;
    z-index: -5; }
    @media screen and (max-width: 991px) {
      .customer-quote::before, .customer-quote::after {
        opacity: .5; } }
  .customer-quote::before {
    content: "“";
    left: -12rem;
    left: -12vw;
    top: -2rem; }
    @media screen and (max-width: 991px) {
      .customer-quote::before {
        left: 0; } }
  .customer-quote::after {
    content: "„";
    right: -12rem;
    right: -12vw;
    bottom: 2rem; }
    @media screen and (max-width: 991px) {
      .customer-quote::after {
        right: 0; } }
  .customer-quote .blockquote {
    margin-bottom: .5rem; }
    .customer-quote .blockquote p:last-child {
      margin-bottom: 0; }
  .customer-quote .blockquote-footer {
    font-size: 1.25rem;
    font-weight: 600;
    color: #FF0000; }

/* FORMS */
/* FORMS */
/* FORMS */
/* FORMS */
/* FORMS */
.form-control {
  background: #FFFFFF;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px #f1f1f1;
  box-shadow: 0 0 10px 1px #ebebeb;
  height: auto;
  padding: 13px 20px;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 300;
  letter-spacing: 2px; }

.custom-select {
  background-image: url("data:image/svg+xml,%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' class='svg-inline--fa fa-caret-down fa-w-10 fa-2x'%3E%3Cpath fill='%2314375f' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z' class=''%3E%3C/path%3E%3C/svg%3E");
  background-size: .625rem;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-color: #FFFFFF;
  border-radius: 0;
  border: none;
  box-shadow: 0 0 10px #f1f1f1;
  padding: 10px 20px;
  height: 47px;
  font-size: 14px;
  color: #4A4A4A;
  font-weight: 300;
  letter-spacing: 2px; }

form .right-title {
  font-size: .875rem;
  margin-top: .25rem;
  color: #4A4A4A; }
form .error.message {
  font-size: .875rem;
  margin-top: .25rem;
  color: #FF0000;
  display: inline-block; }
form legend {
  color: #123960;
  font-size: 20px;
  font-weight: 600; }
form .userformsgroup {
  margin: initial;
  padding: initial;
  border: none; }
  form .userformsgroup legend {
    display: none; }

form.userform input.action,
form.saas_form input.action {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  border: none;
  display: block;
  margin-left: auto; }

.quote-form {
  margin-bottom: 10rem; }
  .quote-form label {
    display: inline-block;
    color: #123960;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: .75em; }
    .quote-form label.custom-control-label {
      margin-left: 0; }
  .quote-form button.theme-btn {
    border: none;
    padding: 4px 40px;
    float: right;
    margin-top: 15px;
    cursor: pointer; }
  .quote-form ::-webkit-input-placeholder {
    color: #bbbaba; }
  .quote-form ::-moz-placeholder {
    color: #bbbaba; }
  .quote-form :-ms-input-placeholder {
    color: #bbbaba; }
  .quote-form :-moz-placeholder {
    color: #bbbaba; }
  .quote-form h3 {
    font-size: 20px;
    font-weight: 600;
    color: #123960; }
  .quote-form.landing-form {
    background: #FF0000;
    background: linear-gradient(180deg, #FF0000 65%, #FF6700 90%);
    padding: 2.5rem 3rem 6.25rem; }
    @media only screen and (max-width: 767px) {
      .quote-form.landing-form {
        padding: 2rem 2rem 4rem; } }
    .quote-form.landing-form label {
      color: #FFFFFF; }
    .quote-form.landing-form h2,
    .quote-form.landing-form h3,
    .quote-form.landing-form h4,
    .quote-form.landing-form h5,
    .quote-form.landing-form h6,
    .quote-form.landing-form p {
      color: #FFFFFF; }
    .quote-form.landing-form p {
      line-height: 1.5; }
    .quote-form.landing-form form.userform input.action,
    .quote-form.landing-form form.saas_form input.action {
      background: #123960;
      transition: background-color .15s ease; }
      .quote-form.landing-form form.userform input.action:hover,
      .quote-form.landing-form form.saas_form input.action:hover {
        background-color: #0a2035; }
      .quote-form.landing-form form.userform input.action + a,
      .quote-form.landing-form form.saas_form input.action + a {
        color: #123960;
        margin-top: .75rem;
        transition: color .15s ease; }
        .quote-form.landing-form form.userform input.action + a:hover,
        .quote-form.landing-form form.saas_form input.action + a:hover {
          color: #0a2035; }
    .quote-form.landing-form .form-control,
    .quote-form.landing-form .custom-select {
      box-shadow: 0 0 10px -4px #123960; }
    .quote-form.landing-form .error.message {
      color: #212121; }
    .quote-form.landing-form span a {
      color: #123960; }
      .quote-form.landing-form span a:hover {
        color: #0a2035; }

/* SUPPORT PAGES */
/* SUPPORT PAGES */
/* SUPPORT PAGES */
/* SUPPORT PAGES */
/* SUPPORT PAGES */
.support-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(18, 57, 96, 0.5);
  background-blend-mode: multiply; }
  .support-banner .innerbanner-content h6 {
    color: #FF6700;
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 0; }
  .support-banner .innerbanner-content h1 {
    color: #FFFFFF; }

.current-release .current-release-title {
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  border-color: transparent !important;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5; }
.current-release .current-release {
  background: #87898c;
  background: linear-gradient(90deg, #87898c 35%, #9fa1a4 100%);
  border-color: transparent !important;
  border-width: 1px;
  border-style: solid;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5; }
  .current-release .current-release:hover {
    background: #87898c; }
.current-release .btn-light {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border-color: transparent; }
  .current-release .btn-light:hover, .current-release .btn-light:active, .current-release .btn-light:focus {
    color: #4A4A4A;
    background-color: #FFFFFF;
    border-color: transparent;
    box-shadow: none; }
  .current-release .btn-light.dropdown-toggle::after {
    color: #FF0000; }
.current-release .btn-light:not(:disabled):not(.disabled).active,
.current-release .btn-light:not(:disabled):not(.disabled):active,
.current-release .show > .btn-light.dropdown-toggle {
  color: #4A4A4A;
  background-color: #FFFFFF;
  border-color: transparent;
  box-shadow: none; }

.support-content {
  padding-bottom: 200px; }
  .support-content .content-title {
    background: #4A4A4A;
    display: inline-block;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 12px;
    padding: 4px 8px;
    margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 1px; }

.sidebarpage.sidebarsupport .nav-link {
  padding: .75rem 0;
  font-weight: 300;
  color: #4A4A4A; }
  .sidebarpage.sidebarsupport .nav-link.active {
    font-weight: 600; }

.dropdown-release-notes {
  max-height: 260px;
  overflow-y: auto; }

.dropdown-release-notes .dropdown-item {
  font-size: .75rem;
  font-weight: 300;
  color: #4A4A4A; }
  .dropdown-release-notes .dropdown-item:active {
    background: #123960;
    color: #FFFFFF; }

.support-feature h5 {
  text-transform: uppercase;
  color: #4A4A4A;
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px; }
.support-feature h3 {
  color: #4A4A4A;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px; }
.support-feature p {
  color: #747474;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300; }

/* SECURITY LOGIN */
/* SECURITY LOGIN */
/* SECURITY LOGIN */
/* SECURITY LOGIN */
/* SECURITY LOGIN */
#SoloPage {
  padding-top: 11rem;
  padding-bottom: 11rem;
  min-height: 1200px; }
  @media only screen and (max-width: 767px) {
    #SoloPage {
      min-height: 600px; } }

.innerpage-banner + #SoloPage {
  padding-top: 4rem; }

#SoloPage .btn-toolbar {
  display: block; }

.elementtabscontent + .elementfeaturedresources {
  margin-top: 120px; }

.dnadesign__elemental__models__elementcontent + .elementtabscontent {
  margin-top: -80px; }

.custom-training-accordion p,
.custom-training-accordion li {
  font-family: "Open Sans", sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 300; }
.custom-training-accordion .btn-link {
  color: #FF0000;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
  text-decoration: none;
  padding: 0; }
  .custom-training-accordion .btn-link:focus {
    box-shadow: none; }
  .custom-training-accordion .btn-link .svg-inline--fa {
    transition: transform .15s ease; }
  .custom-training-accordion .btn-link:not(.collapsed) .svg-inline--fa {
    transform: rotate(180deg); }
.custom-training-accordion .card {
  border: none; }
.custom-training-accordion .card-header {
  background-color: transparent;
  border: none;
  padding: .75rem 0; }
.custom-training-accordion .card-body {
  padding-top: 0; }
  .custom-training-accordion .card-body .theme-btn {
    margin-bottom: .5rem; }

.checkmark-icon {
  width: 25px; }

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99; }

.nav__shape-left {
  position: absolute;
  background-image: url(../images/nav-top-left.svg);
  width: 1958px;
  height: 898px;
  top: -180px;
  right: 55%;
  background-repeat: no-repeat;
  pointer-events: none; }
  @media screen and (max-width: 1199px) {
    .nav__shape-left {
      right: 50%; } }
  @media screen and (max-width: 991px) {
    .nav__shape-left {
      right: 37%; } }
  @media screen and (max-width: 767px) {
    .nav__shape-left {
      right: 20%; } }
  @media screen and (max-width: 565px) {
    .nav__shape-left {
      right: 0;
      left: -1460px; } }

.nav__shape-right {
  position: absolute;
  background-image: url(../images/nav-top-right.svg);
  width: 1400px;
  height: 1373px;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -100; }

.nav__logo {
  width: 100%;
  max-width: 140px; }
  @media only screen and (min-width: 1024px) {
    .nav__logo {
      max-width: 186px; } }

#qanavigation {
  padding-top: 40px; }
  #qanavigation .nav-item {
    position: relative; }
  #qanavigation .nav-link {
    font-size: 14px;
    font-weight: 400;
    color: #646464; }
  #qanavigation .dropdown-item {
    font-size: 14px;
    color: #646464; }
  #qanavigation .dropdown-item:hover {
    color: #123960; }
  #qanavigation .dropdown-item:active {
    background-color: #f8f9fa; }
  #qanavigation .dropdown-item.menu-title {
    font-size: 14px;
    font-weight: 500;
    color: #0224b3; }
  #qanavigation .theme-btn {
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    background: #FF0000;
    background: linear-gradient(90deg, red 35%, #ff6700 100%);
    color: #FFFFFF;
    padding: 3px 14px;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none; }
  @media only screen and (max-width: 991px) {
    #qanavigation .navbar-nav.navbar-nav-container {
      background-color: #FFFFFF;
      padding: .5rem 1rem 1rem; } }

@media only screen and (min-width: 992px) {
  .dropdown-large {
    min-width: 500px; }

  .navbar .nav-item .dropdown-menu {
    display: none; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; }

  #qanavigation .nav-link {
    padding-right: 1rem;
    padding-left: 1rem; }
  #qanavigation .navbar-nav {
    padding-left: 68px;
    padding-top: 10px; }
  #qanavigation .dropdown-item.menu-title {
    font-size: 16px; }
  #qanavigation .top-right-menu {
    position: absolute;
    right: 0;
    top: -25px;
    padding-top: 0; }
    #qanavigation .top-right-menu .nav-link {
      font-size: 12px; }
    #qanavigation .top-right-menu .theme-btn {
      z-index: 2; } }
@media screen and (min-width: 992px) {
  body.page-classname-HomePage #qanavigation .nav-link,
  body.page-classname-CloudShark #qanavigation .nav-link,
  body.page-classname-IndustrySpecifc #qanavigation .nav-link,
  body.page-classname-WorkForUs #qanavigation .nav-link,
  body.page-classname-ContactPage #qanavigation .nav-link,
  body.page-classname-LandingPage #qanavigation .nav-link,
  body.page-classname-SalesforceLandingPage #qanavigation .nav-link,
  body.page-classname-ResourcePage.with-banner #qanavigation .nav-link,
  body.page-classname-SidebarPage.with-banner #qanavigation .nav-link,
  body.page-classname-SidebarPageHolderPage.with-banner #qanavigation .nav-link,
  body.page-classname-CDRouterSupportPage #qanavigation .nav-link,
  body.page-classname-CloudSharkSupportPage #qanavigation .nav-link,
  body.page-classname-CloudSharkSupportPageChildPage #qanavigation .nav-link,
  body.page-classname-CustomerLogos #qanavigation .nav-link,
  body.page-classname-SupportHolder #qanavigation .nav-link,
  body.page-classname-LandingResourcePage #qanavigation .nav-link,
  body.page-classname-ElementPage.white-nav-text #qanavigation .nav-link {
    color: #FFFFFF; } }
body.page-classname-HomePage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CloudShark #qanavigation.navbar-light .navbar-toggler,
body.page-classname-IndustrySpecifc #qanavigation.navbar-light .navbar-toggler,
body.page-classname-WorkForUs #qanavigation.navbar-light .navbar-toggler,
body.page-classname-ContactPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-LandingPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-SalesforceLandingPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-ResourcePage.with-banner #qanavigation.navbar-light .navbar-toggler,
body.page-classname-SidebarPage.with-banner #qanavigation.navbar-light .navbar-toggler,
body.page-classname-SidebarPageHolderPage.with-banner #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CDRouterSupportPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CloudSharkSupportPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CloudSharkSupportPageChildPage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CustomerLogos #qanavigation.navbar-light .navbar-toggler,
body.page-classname-SupportHolder #qanavigation.navbar-light .navbar-toggler,
body.page-classname-LandingResourcePage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-ElementPage.white-nav-text #qanavigation.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.75); }
body.page-classname-HomePage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-CloudShark #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-IndustrySpecifc #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-WorkForUs #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-ContactPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-LandingPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-SalesforceLandingPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-ResourcePage.with-banner #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-SidebarPage.with-banner #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-SidebarPageHolderPage.with-banner #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-CDRouterSupportPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-CloudSharkSupportPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-CloudSharkSupportPageChildPage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-CustomerLogos #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-SupportHolder #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-LandingResourcePage #qanavigation.navbar-light .navbar-toggler-icon,
body.page-classname-ElementPage.white-nav-text #qanavigation.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, .75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

body.page-classname-HomePage #qanavigation.navbar-light .navbar-toggler,
body.page-classname-CloudShark #qanavigation.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.75);
  background-color: #123960; }

body.page-classname-HomePage .nav__shape-right,
body.page-classname-HomePage .nav__shape-left,
body.page-classname-CloudShark .nav__shape-right,
body.page-classname-CloudShark .nav__shape-left {
  display: none; }

body.page-classname-CustomerLogos .nav__shape-right,
body.page-classname-CustomerLogos .c-footer__shape-2 {
  display: none; }

@media screen and (min-width: 992px) {
  body.page-classname-Page.with-banner #qanavigation .nav-link {
    color: #FFFFFF; } }

/* Resets */
.c-footer input,
.c-footer button {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.c-footer input,
.c-footer button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none; }

.c-footer input::-moz-focus-inner,
.c-footer button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.c-footer {
  /*background-color: #f6f6f6;*/
  /*background-color: #123960;*/ }

.c-footer__container {
  padding: 40px 20px;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.c-footer__shape {
  position: absolute;
  bottom: 0;
  left: -1460px;
  width: 1930px;
  height: 2220px;
  /*background-color: #133255;*/
  background-image: url(../images/footer-bottom-left.svg);
  background-repeat: no-repeat;
  pointer-events: none; }

.c-footer__shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1930px;
  height: 1909px;
  /*background-color: slategray;*/
  background-image: url(../images/footer-bottom-right.svg);
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -100; }

.c-footer__logo {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px; }

.c-footer__left-content {
  position: relative;
  margin-bottom: 20px; }

.c-footer__left-content p {
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding: 0; }

.c-footer__left-content p + p {
  margin-top: 10px; }

.c-footer__right-content {
  position: relative;
  flex: 1; }

.c-footer__nav-list {
  margin: 40px 0; }

.c-footer__nav-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  column-count: 2;
  column-gap: 30px; }

.c-footer__nav-list ul li a {
  color: #8b8b8b;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 14px;
  text-decoration: none; }

.c-footer__nav-list ul li a:hover, .c-footer__nav-list ul li a:focus {
  color: #fd0000; }

.c-footer__right-content h3 {
  text-transform: uppercase;
  font-size: 15px;
  color: #8b8b8b;
  margin-bottom: 14px; }

.c-footer__right-content > div:last-child {
  flex: 1; }

.c-footer__form-group {
  display: flex;
  align-items: stretch; }

.c-footer__form-group input {
  background-color: #cecece;
  color: #fff;
  margin-right: 4px;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 24px;
  text-align: right;
  flex: 1; }

.c-footer__form-group input::placeholder {
  color: #fff; }

.c-footer__form-group button {
  background: #FF0000;
  background: linear-gradient(90deg, red 35%, #ff6700 100%);
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 15px;
  padding: 8px 28px;
  cursor: pointer; }

.c-footer__social-list {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start; }
  .c-footer__social-list a {
    color: #989898;
    border: 1px solid #989898;
    border-radius: 50%;
    padding: .5em .375em;
    transition: all .15s ease; }
    .c-footer__social-list a:hover {
      color: #FF0000;
      border-color: #FF0000; }

.c-footer__social-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.c-footer__social-list li {
  display: inline-block; }

.c-footer__social-list li + li {
  margin-left: 5px; }

.c-footer__social-list img {
  width: 34px; }

@media only screen and (min-width: 768px) {
  .c-footer__right-content {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .c-footer__logo {
    margin-bottom: 12px; }

  .c-footer__nav-list {
    margin: 0; }

  .c-footer__right-content > div:last-child {
    margin-left: 40px; }

  .c-footer__right-content h3 {
    text-align: right; }

  .c-footer__left-content p {
    padding: 0 30px 0 78px; }

  .c-footer__social-list {
    justify-content: flex-end; } }
@media only screen and (min-width: 940px) {
  .c-footer__container {
    padding: 70px 20px; }

  .c-footer__left-content {
    margin-bottom: 0; }

  .c-footer__left-content {
    margin-bottom: 0; }

  .c-footer__left-content p {
    font-size: 10px; }

  .c-footer__left-content {
    width: 33.33%;
    padding-right: 40px; }

  .c-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  .c-footer__social-list {
    justify-content: flex-start; } }
@media only screen and (min-width: 1024px) {
  .c-footer__left-content p {
    padding: 0 50px 0 78px; } }
@media only screen and (max-width: 991px) {
  .c-footer {
    background-color: #123960; }

  .c-footer__shape,
  .c-footer__shape-2 {
    display: none; } }
/*Slick CSS*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*Animated CSS*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%,100%,20%,53%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
@keyframes flash {
  0%,100%,50% {
    opacity: 1; }
  25%,75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%,100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,30%,50%,70%,90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,40%,60%,80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%,100%,20%,40%,60%,80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%,100%,60%,75%,90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

.homepage-banner {
  position: absolute;
  background-image: url(../images/homepage-top.svg);
  background-repeat: no-repeat;
  width: 2170px;
  height: 1626px;
  top: 0;
  left: -400px;
  pointer-events: none;
  z-index: -100; }
  @media only screen and (min-width: 1600px) {
    .homepage-banner {
      left: -120px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .homepage-banner {
      left: -620px;
      top: -200px; } }
  @media only screen and (max-width: 767px) {
    .homepage-banner {
      left: initial;
      top: 0;
      right: 0; } }

.module-1 .first-banner-section {
  padding-top: 9rem; }

.module-1 .banner-content {
  color: #FFFFFF; }
  .module-1 .banner-content h1 {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.02em; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .module-1 .banner-content h1 {
        font-size: 3rem; } }
    @media only screen and (max-width: 767px) {
      .module-1 .banner-content h1 {
        color: #14375f;
        font-size: 50px;
        line-height: 55px;
        margin-top: 20px; } }
  .module-1 .banner-content h4 {
    font-size: 36px;
    line-height: 1.4;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .module-1 .banner-content h4 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .module-1 .banner-content h4 {
        color: #747474;
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 20px; } }

.module-1 .about-block {
  margin-top: 13rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-1 .about-block {
      margin-top: 7rem; } }
  @media only screen and (max-width: 767px) {
    .module-1 .about-block {
      margin-top: 7rem; } }
  .module-1 .about-block h3 {
    font-size: 46px;
    line-height: 1; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .module-1 .about-block h3 {
        font-size: 40px; } }
    @media only screen and (max-width: 767px) {
      .module-1 .about-block h3 {
        font-size: 38px;
        margin-top: 30px; } }
  .module-1 .about-block p {
    color: #747474;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px; }

.module-2 .services-section {
  position: relative;
  margin-top: 10rem;
  margin-bottom: 7rem; }
  @media only screen and (max-width: 767px) {
    .module-2 .services-section {
      position: relative;
      margin-top: 6rem;
      margin-bottom: 1rem; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-2 .services-section {
      margin-top: 12rem;
      margin-bottom: 4rem; } }

.module-2 .right-service-img {
  position: absolute;
  background: url(../images/checkmark-bg-right.png) no-repeat;
  background-size: 90%;
  background-position: top right;
  width: 904px;
  height: 1271px;
  top: -44.5rem;
  right: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-2 .right-service-img {
      top: -34rem;
      background-size: 75%; } }
  @media only screen and (max-width: 767px) {
    .module-2 .right-service-img {
      top: -10rem;
      background-size: 40%; } }

@media only screen and (max-width: 767px) {
  .module-2 .home-service {
    text-align: center;
    margin-bottom: 40px; } }
.module-2 .home-service h5 {
  text-transform: uppercase;
  color: #4f4f4f;
  font-weight: 300;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 15px; }
.module-2 .home-service h3 {
  color: #474747;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-2 .home-service h3 {
      font-size: 24px; } }
.module-2 .home-service p {
  color: #747474;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300; }

.module-3 .connections .right-service-img {
  background-image: url(../images/triangle-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 580px;
  height: 1140px;
  z-index: -1;
  position: absolute;
  background-position: right top;
  right: 0;
  top: 0; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-3 .connections .right-service-img {
      top: 11rem;
      background-size: 65%; } }
  @media only screen and (max-width: 767px) {
    .module-3 .connections .right-service-img {
      display: none; } }

.module-3 .connections h3 {
  font-size: 90px;
  font-weight: 600;
  background-color: #FF0000;
  background-image: linear-gradient(to right, #FF0000, #FF6700);
  background-size: 100%;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }
  @media screen and (max-width: 1199px) and (min-width: 1025px) {
    .module-3 .connections h3 {
      font-size: 80px; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-3 .connections h3 {
      font-size: 60px; } }
  @media only screen and (max-width: 767px) {
    .module-3 .connections h3 {
      font-size: 40px; } }

.module-3 .connections p {
  color: #747474;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 30px; }

.module-3 .connections .client-logo {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .module-3 .connections .client-logo {
      margin: auto;
      display: block;
      margin-bottom: 20px; } }

.module-3 .connections {
  padding-top: 40px; }

.featured-blog h3 {
  font-size: 32px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .featured-blog h3 {
      font-size: 28px;
      line-height: 36px; } }

.featured-blog p {
  color: #747474;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .featured-blog p {
      font-size: 18px;
      line-height: 1.5; } }

.featured-blog .theme-btn {
  font-size: 20px;
  padding: 8px 30px; }

.blogs.homepage-blogs {
  margin-bottom: 10rem; }

.module-5 .services-section {
  position: relative;
  margin-top: 7rem;
  margin-bottom: 7rem; }
  @media only screen and (max-width: 767px) {
    .module-5 .services-section {
      position: relative;
      margin-top: 3rem;
      margin-bottom: 1rem; } }

.module-5 .left-service-img {
  position: absolute;
  background: url(../images/checkmark-bg-left.png) no-repeat;
  background-size: 90%;
  background-position: left top;
  height: 1271px;
  width: 902px;
  top: -42rem;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-5 .left-service-img {
      top: -20rem;
      background-size: 75%; } }
  @media only screen and (max-width: 767px) {
    .module-5 .left-service-img {
      top: -10rem;
      background-size: 55%; } }

.service-video-section h3 {
  color: #4A4A4A;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .service-video-section h3 {
      font-size: 32px; } }

.service-video-section h5 {
  color: #4A4A4A;
  margin-bottom: 40px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .service-video-section h5 {
      font-size: 21px; } }

.module-8 .left-service-img {
  position: absolute;
  background: url(../images/leftservicebg.png) no-repeat;
  background-size: 100%;
  background-position: left center;
  height: 1200px;
  width: 65%;
  max-width: 900px;
  top: -20rem;
  left: 0;
  z-index: -1; }

.module-8 .services-section {
  position: relative;
  margin-top: 7rem;
  margin-bottom: 7rem; }

@media only screen and (max-width: 767px) {
  .module-8 .services-section {
    position: relative;
    margin-top: 5rem;
    margin-bottom: 4rem; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-8 .left-service-img {
    width: 45%; } }
.module-9 .inner-content-style p {
  color: #565050;
  font-size: 21px; }

.sidebar-intro-section h3 {
  font-size: 21px;
  color: #4A4A4A; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .sidebar-intro-section h3 {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .sidebar-intro-section h3 {
      font-size: 18px; } }
.sidebar-intro-section ul:not(.banner-btn-listing),
.sidebar-intro-section ol {
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  color: #747474; }
.sidebar-intro-section ul.banner-btn-listing li .theme-btn {
  min-width: 230px; }
@media only screen and (max-width: 1199px) {
  .sidebar-intro-section ul.banner-btn-listing li + li {
    margin-left: initial; } }

.module-11 h3.left-tab-heading {
  color: #123960;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px; }

.module-11 .sidebarpage {
  padding-top: 10px; }
  .module-11 .sidebarpage::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    height: calc(100% + 4rem);
    border-right: 3px solid transparent;
    border-image: linear-gradient(to bottom, #bababa, rgba(0, 0, 0, 0)) 1 100%; }
    @media only screen and (max-width: 767px) {
      .module-11 .sidebarpage::after {
        display: none; } }

.module-11 .sidebar-nav .navbar-brand {
  color: #123960;
  font-size: 20px;
  font-weight: 600; }

.module-11 .sidebarpage .nav-link {
  padding: .75rem 0;
  font-weight: 300;
  color: #4A4A4A; }
  .module-11 .sidebarpage .nav-link.active {
    font-weight: 600; }

.module-11 .left-tabs .tab-content p {
  color: #747474;
  font-size: 18px;
  line-height: 1.75; }
.module-11 .left-tabs .tab-content h3 {
  color: #123960;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -0.02em;
  font-weight: 600; }
.module-11 .left-tabs .banner-btn-listing li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px; }
  .module-11 .left-tabs .banner-btn-listing li .theme-btn {
    min-width: 170px;
    padding: 9px 15px;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .module-11 .left-tabs .banner-btn-listing li .theme-btn {
        margin-bottom: 15px; } }
.module-11 .left-tabs .media-block img {
  width: 80px; }
.module-11 .left-tabs .media-block h4 {
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 600; }
.module-11 .left-tabs .media-block p {
  line-height: 1.5; }

.cloudshark-banner {
  position: absolute;
  background-image: url(../images/cloudshark-top.svg);
  background-repeat: no-repeat;
  width: 2170px;
  height: 1626px;
  top: 0;
  left: -400px;
  pointer-events: none;
  z-index: -100; }

@media only screen and (min-width: 768px) {
  .banner-cloudshark .innerbanner-content h1,
  .banner-cloudshark .innerbanner-content h4 {
    color: #FFFFFF; } }
@media only screen and (max-width: 767px) {
  .cloudshark-banner {
    left: initial;
    top: 0;
    right: 0; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .cloudshark-banner {
    left: -620px;
    /*top: -200px;*/
    top: 0; } }
@media only screen and (min-width: 1600px) {
  .cloudshark-banner {
    left: 0; } }
.module-14 .services-section {
  position: relative;
  margin-top: 15rem;
  margin-bottom: 7rem; }

.module-14 .left-service-img {
  position: absolute;
  background-image: url(../images/shadow-img.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right center;
  height: 1320px;
  width: 910px;
  top: -32rem;
  right: 0;
  z-index: -1;
  left: auto; }

@media only screen and (max-width: 767px) {
  .module-14 .services-section {
    position: relative;
    margin-top: 6rem;
    margin-bottom: 1rem; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-14 .services-section {
    margin-top: 11rem; } }
.module-17 .services-section {
  position: relative;
  margin-top: 23rem;
  margin-bottom: 7rem; }

.module-17 .services-section {
  position: relative;
  margin-top: 23rem;
  margin-bottom: 7rem; }

.module-17 .left-service-img {
  position: absolute;
  background-image: url(../images/left-shadow.png);
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: left center;
  height: 1321px;
  width: 1170px;
  top: 20rem;
  left: 0;
  z-index: -1; }

.module-17 .services-section {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem; }

@media only screen and (max-width: 767px) {
  .module-17 .services-section {
    position: relative;
    margin-top: 3rem;
    margin-bottom: 1rem; }

  .module-17 .third-page-service .left-service-img {
    display: none; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-17 .services-section {
    margin-top: 2rem; } }
.module-18 .inner-content-style p {
  color: #565050;
  font-size: 21px; }

.module-19 .inner-content-style p {
  font-size: 21px; }

.module-19 .our-partners h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  color: #002573; }

.module-19 .our-partners p {
  font-size: 22px; }

.module-19 .our-partners img {
  width: 90px; }

.module-19 .our-partners .theme-btn {
  padding: 4px 25px; }

.module-20 a,
.module-20 a:focus {
  outline: none !important; }

.module-20 a {
  color: #eeffff; }

.module-20 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-20 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.module-20 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-20 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-20 .theme-btn:hover,
.module-20 .theme-btn:focus,
.module-20 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-20 .theme-btn:hover:before,
.module-20 .theme-btn:focus:before,
.module-20 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-20 .featured-blog h3 {
  color: #fd0000;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 46px;
  font-weight: 600; }

.module-20 .featured-blog p {
  color: #747474;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px; }

.module-20 .featured-blog .theme-btn {
  font-size: 20px;
  padding: 8px 30px; }

.module-20 .innerbanner-content {
  text-align: right;
  margin-bottom: 10rem; }

.module-20 .innerbanner-content h6 {
  color: #fe0a00;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400; }

.module-20 .innerbanner-content h1 {
  color: #14375f;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: -1px; }

.module-20 .innerbanner-content h4 {
  color: #474747;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 40px; }

.module-20 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-20 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-20 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-20 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-20 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-20 .bottom-section {
  position: relative; }

.module-20 .inner-bottom-bg-img {
  background: url(../images/innerbottombg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  right: 0;
  top: -10rem;
  position: absolute;
  z-index: -1;
  background-position: unset; }

.module-20 .featured-blog h3 {
  color: #fd0000;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 46px;
  font-weight: 600; }

.module-20 .featured-blog p {
  color: #747474;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px; }

.module-20 .featured-blog .theme-btn {
  font-size: 20px;
  padding: 8px 30px; }

.module-20 .blogs ul.banner-btn-listing li .theme-btn {
  min-width: 300px; }

.module-20 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-20 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-20 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-20 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-20 .innerpage-banner {
  position: relative; }

.module-20 .innerbanner-content {
  text-align: left;
  margin-bottom: 8rem; }

.module-20 .innerbanner-content h6 {
  color: #fe0a00;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400; }

.module-20 .seventh-banner .innerbanner-content h1 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: -1px; }

.module-20 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-20 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-20 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-20 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-20 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-20 .bottom-section {
  position: relative; }

.module-20 .inner-bottom-bg-img {
  background: url(../images/4th-bottom.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 60%;
  z-index: -1;
  position: absolute;
  top: 90%; }

.module-20 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-20 .left-tabs .bottom-chat-block {
  margin-top: 6rem;
  padding-bottom: 5rem; }

.module-20 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-20 .left-tabs .bottom-chat-block h3 {
  margin-bottom: 15px; }

.module-20 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-20 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-20 .left-tab-heading {
  color: #14375f;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px; }

.module-20 .left-tabs .nav.nav-tabs {
  border: none;
  position: relative; }

.module-20 .left-tabs .nav.nav-tabs:after {
  background: url(../images/after-img.png) no-repeat;
  position: absolute;
  background-size: 100% 100%;
  width: 4px;
  content: "";
  height: 100%;
  top: -10%;
  right: 20px;
  display: none; }

.module-20 .left-tabs .nav.nav-tabs li {
  display: block;
  width: 100%; }

.module-20 .left-tabs .nav.nav-tabs a {
  color: #666;
  line-height: 55px; }

.module-20 .left-tabs .nav.nav-tabs a.active {
  color: #424040;
  font-weight: 600; }

.module-20 .left-tabs .tab-content p {
  color: #565454;
  line-height: 32px;
  margin-right: 50px;
  font-size: 20px; }

.module-20 .left-tabs .banner-btn-listing {
  margin: 3rem 0 6rem; }

.module-20 .left-tabs .banner-btn-listing li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px; }

.module-20 .left-tabs .banner-btn-listing li .theme-btn {
  min-width: 170px;
  text-align: center;
  padding: 9px 15px;
  border: 1px solid #fe0a00;
  font-size: 14px; }

.module-20 .media-block {
  margin-bottom: 65px; }

.module-20 .media-block img {
  float: left;
  margin-right: 8%;
  width: 80px; }

.module-20 .media-block h4 {
  display: initial;
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0; }

.module-20 .left-tabs .media-block p {
  display: flex;
  line-height: inherit;
  font-weight: 300;
  font-size: 15px;
  color: #272727;
  margin-top: 3px; }

.module-20 .innerbanner-content {
  padding-left: 30px; }

.module-20 .left-tabs .tab-content h2 {
  color: #14375f;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px; }

.module-20 .left-tabs {
  margin-top: 3rem; }

.module-20 .seventabs {
  margin-top: 7rem; }

.module-20 .right-corner-img {
  background: url(../images/right-corner-img.png) no-repeat;
  background-size: 100% 100%;
  width: 103%;
  height: 70%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0; }

.module-20 .bottom-chat-block .featured-blog h3 {
  color: #0b355f;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 0; }

.module-20 .bottom-chat-block .featured-blog p {
  color: #565454;
  line-height: 32px;
  margin-right: 50px;
  font-size: 20px;
  margin-bottom: 4rem; }

.module-20 .bottom-chat-block .featured-blog .banner-btn-listing li .theme-btn {
  font-size: 15px;
  min-width: 280px; }

.module-20 .bottom-chat-block .featured-blog {
  margin-bottom: 10rem; }

@media only screen and (max-width: 767px) {
  .module-20 .bottom-section {
    background: none; }

  .module-20 .innerpage-banner {
    background-size: cover !important;
    background-position: 20% 0% !important; }

  .module-20 .innerbanner-content {
    text-align: left;
    margin-bottom: 1rem; }

  .module-20 .innerbanner-content h1 {
    font-size: 25px; }

  .module-20 .innerbanner-content h4 {
    font-size: 23px;
    margin-bottom: 30px; }

  .module-20 ul.banner-btn-listing li .theme-btn {
    margin-bottom: 15px; }

  .module-20 .inner-bottom-bg-img {
    display: none; }

  .module-20 .blogs ul.banner-btn-listing {
    margin-top: 40px; }

  .module-20 .bottom-chat-block {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    text-align: center; }

  .module-20 .bottom-chat-block h3 {
    margin-top: 20px; }

  .module-20 .tab-content.row {
    margin: 0 !important; }

  .module-20 .innerpage-banner {
    background-size: cover;
    background-position: 26% 0; }

  .module-20 .innerbanner-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; }

  .module-20 .innerbanner-content {
    background: none;
    padding: 10px; }

  .module-20 .left-tabs .nav.nav-tabs:after {
    display: none; }

  .module-20 .left-tabs .nav.nav-tabs {
    position: relative;
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
    padding-bottom: 20px; }

  .module-20 .left-tabs .tab-content p {
    margin-right: 0; }

  .module-20 .left-tabs .banner-btn-listing {
    text-align: center; }

  .module-20 .seventh-banner .innerbanner-content h1 {
    font-size: 42px !important;
    margin-bottom: 0px; }

  .module-20 .bottom-chat-block .featured-blog p {
    margin-right: 0 !important;
    margin-top: 20px; }

  .module-20 .bottom-chat-block .featured-blog {
    margin-bottom: 1rem !important; }

  .module-20 .left-tabs .bottom-chat-block {
    margin-top: 0rem;
    padding: 0 15px 2rem 15px; }

  .module-20 .right-corner-img {
    display: none; }

  .module-20 .seventh-banner {
    background-size: cover !important; }

  .module-20 .left-tab-heading,
  .module-20 .left-tabs .nav.nav-tabs li {
    text-align: center; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-20 .featured-blog h3 {
    font-size: 28px;
    line-height: 36px; }

  .module-20 .featured-blog p {
    font-size: 18px;
    line-height: 30px; }

  .module-20 .innerpage-banner {
    background-size: 140% 115% !important;
    background-position: 46% 0% !important; }

  .module-20 .innerbanner-content h1 {
    font-size: 50px !important; }

  .module-20 .left-tabs .nav.nav-tabs:after {
    right: 0; }

  .module-20 .innerpage-banner {
    background-size: 110% 57% !important;
    background-position: 80% 0% !important; }

  .module-20 .seventh-banner {
    background-size: 100% 100% !important;
    padding-bottom: 3rem !important;
    padding-top: 8rem !important; }

  .module-20 .seventh-banner .innerbanner-content h1 {
    font-size: 44px !important; }

  .module-20 .right-corner-img {
    height: 56%;
    width: 101%; }

  .module-20 .innerbanner-content {
    padding-left: 70px !important;
    margin-bottom: 0 !important; }

  .module-20 .bottom-chat-block .featured-blog .banner-btn-listing li .theme-btn {
    min-width: 230px !important; }

  .module-20 .innerbanner-content {
    margin-bottom: 4rem !important; } }
@media only screen and (width: 768px) {
  .module-20 .innerpage-banner {
    background-size: 100% !important;
    background-position: unset !important; }

  .module-20 .innerbanner-content h1 {
    font-size: 34px !important; }

  .module-20 .innerbanner-content h4 {
    font-size: 26px; }

  .module-20 ul.banner-btn-listing li .theme-btn {
    min-width: 210px;
    font-size: 12px; }

  .module-20 .inner-bottom-bg-img {
    height: 100%;
    top: 50px !important; }

  .module-20 .innerpage-banner {
    background-size: 100% !important;
    padding-top: 7rem !important; }

  .module-20 .innerpage-banner {
    padding-top: 0 !important; }

  .module-20 .seventh-banner .innerbanner-content h1 {
    font-size: 34px !important; }

  .module-20 .seventh-banner {
    background-size: cover !important;
    padding-bottom: 6rem !important;
    padding-top: 8rem !important; }

  .module-20 .left-tabs .tab-content h2 {
    font-size: 32px; }

  .module-20 .inner-bottom-bg-img {
    top: 90% !important; }

  .module-20 ul.banner-btn-listing li {
    margin-bottom: 20px; }

  .module-20 .bottom-chat-block .featured-blog h3 {
    font-size: 30px;
    margin-bottom: 20px; }

  .module-20 .right-corner-img {
    height: 35%;
    width: 101%; } }
@media only screen and (min-width: 1200px) {
  .module-20 .blogs {
    padding-top: 10rem; }

  .module-20 .featured-blog img {
    padding-right: 20px;
    position: relative;
    top: -20px; }

  .module-20 .left-tabs .nav.nav-tabs:after {
    height: 1100px; }

  .module-20 .fourth-page-bottom .blogs {
    padding-top: 0; } }
@media only screen and (width: 1280px) {
  .module-20 .innerpage-banner {
    padding-top: 0 !important; }

  .module-20 .innerpage-banner {
    padding-top: 11rem !important; }

  .module-20 .innerpage-banner {
    padding-top: 0 !important; }

  .module-20 .right-corner-img {
    width: 101%; } }
@media only screen and (min-width: 1600px) {
  .module-20 .container {
    max-width: 1420px !important; }

  .module-20 .featured-blog img {
    padding-right: 0;
    position: relative;
    top: 0;
    right: -10%; }

  .module-20 .innerpage-banner {
    background-size: cover !important;
    padding-top: 9rem !important; }

  .module-20 .inner-bottom-bg-img {
    height: 130%;
    top: -23rem; }

  .module-20 .innerpage-banner {
    background-position: 35% 0% !important;
    background-size: 125% 95% !important;
    padding-top: 13rem !important; }

  .module-20 .seventh-banner {
    background-size: 100% 100% !important; }

  .module-20 .innerbanner-content {
    padding-left: 120px; }

  .module-20 .right-corner-img {
    height: 76% !important; }

  .module-20 .left-tabs .tab-content h2 {
    margin-top: 4rem; }

  .module-20 .bottom-chat-block .featured-blog img {
    width: 80% !important; }

  .module-20 ul.banner-btn-listing li .theme-btn img {
    display: inherit; }

  .module-20 .innerpage-banner {
    padding-top: 0 !important; }

  .module-20 .inner-bottom-bg-img {
    top: 97%; }

  .module-20 .right-corner-img {
    width: 100%; } }
@media only screen and (min-width: 1900px) {
  .module-20 .innerpage-banner {
    background-size: 130% 130%; }

  .module-20 .innerpage-banner {
    background-position: 0% 0%; }

  .module-20 .seventh-banner {
    padding-top: 15rem;
    padding-bottom: 5rem; }

  .module-20 .right-corner-img {
    height: 94%; } }
.module-21 a,
.module-21 a:focus {
  outline: none !important; }

.module-21 a {
  color: #eeffff; }

.module-21 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-21 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.module-21 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-21 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-21 .theme-btn:hover,
.module-21 .theme-btn:focus,
.module-21 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-21 .theme-btn:hover:before,
.module-21 .theme-btn:focus:before,
.module-21 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-21 .featured-blog h3 {
  color: #fd0000;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 46px;
  font-weight: 600; }

.module-21 .featured-blog p {
  color: #747474;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px; }

.module-21 .featured-blog .theme-btn {
  font-size: 20px;
  padding: 8px 30px; }

.module-21 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-21 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-21 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-21 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-21 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-21 .bottom-section {
  position: relative; }

.module-21 .featured-blog h3 {
  color: #fd0000;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 46px;
  font-weight: 600; }

.module-21 .featured-blog p {
  color: #747474;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 30px; }

.module-21 .featured-blog .theme-btn {
  font-size: 20px;
  padding: 8px 30px; }

.module-21 .blogs ul.banner-btn-listing li .theme-btn {
  min-width: 300px; }

.module-21 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-21 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-21 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-21 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-21 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-21 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-21 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-21 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-21 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-21 .bottom-section {
  position: relative; }

.module-21 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-21 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-21 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-21 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-21 .bottom-chat-block .featured-blog h3 {
  color: #0b355f;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -1px;
  margin-bottom: 0; }

.module-21 .bottom-chat-block .featured-blog p {
  color: #565454;
  line-height: 32px;
  margin-right: 50px;
  font-size: 20px;
  margin-bottom: 4rem; }

.module-21 .bottom-chat-block .featured-blog .banner-btn-listing li .theme-btn {
  font-size: 15px;
  min-width: 280px; }

.module-21 .bottom-chat-block .featured-blog {
  margin-bottom: 10rem; }

@media only screen and (max-width: 767px) {
  .module-21 .bottom-section {
    background: none; }

  .module-21 ul.banner-btn-listing li .theme-btn {
    margin-bottom: 15px; }

  .module-21 .blogs ul.banner-btn-listing {
    margin-top: 40px; }

  .module-21 .bottom-chat-block {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    text-align: center; }

  .module-21 .bottom-chat-block h3 {
    margin-top: 20px; }

  .module-21 .bottom-chat-block .featured-blog p {
    margin-right: 0 !important;
    margin-top: 20px; }

  .module-21 .bottom-chat-block .featured-blog {
    margin-bottom: 1rem !important; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-21 .featured-blog h3 {
    font-size: 28px;
    line-height: 36px; }

  .module-21 .featured-blog p {
    font-size: 18px;
    line-height: 30px; }

  .module-21 .bottom-chat-block .featured-blog .banner-btn-listing li .theme-btn {
    min-width: 230px !important; } }
@media only screen and (width: 768px) {
  .module-21 ul.banner-btn-listing li .theme-btn {
    min-width: 210px;
    font-size: 12px; }

  .module-21 ul.banner-btn-listing li {
    margin-bottom: 20px; }

  .module-21 .bottom-chat-block .featured-blog h3 {
    font-size: 30px;
    margin-bottom: 20px; } }
@media only screen and (min-width: 1200px) {
  .module-21 .blogs {
    padding-top: 10rem; }

  .module-21 .featured-blog img {
    padding-right: 20px;
    position: relative;
    top: -20px; }

  .module-21 .fourth-page-bottom .blogs {
    padding-top: 0; } }
@media only screen and (min-width: 1600px) {
  .module-21 .container {
    max-width: 1420px !important; }

  .module-21 .featured-blog img {
    padding-right: 0;
    position: relative;
    top: 0;
    right: -10%; }

  .module-21 .bottom-chat-block .featured-blog img {
    width: 80% !important; }

  .module-21 ul.banner-btn-listing li .theme-btn img {
    display: inherit; } }
.module-22 a,
.module-22 a:focus {
  outline: none !important; }

.module-22 a {
  color: #eeffff; }

.module-22 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-22 ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.module-22 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-22 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-22 .theme-btn:hover,
.module-22 .theme-btn:focus,
.module-22 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-22 .theme-btn:hover:before,
.module-22 .theme-btn:focus:before,
.module-22 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-22 .innerbanner-content {
  text-align: right;
  margin-bottom: 10rem; }

.module-22 .innerbanner-content h6 {
  color: #fe0a00;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400; }

.module-22 .innerbanner-content h1 {
  color: #14375f;
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: -1px; }

.module-22 .innerbanner-content h4 {
  color: #474747;
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 40px; }

.module-22 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-22 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-22 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-22 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-22 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-22 .inner-bottom-bg-img {
  background: url(../images/innerbottombg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  right: 0;
  top: -10rem;
  position: absolute;
  z-index: -1;
  background-position: unset; }

.module-22 .innerpage-banner {
  position: relative; }

.module-22 .innerbanner-content {
  text-align: left;
  margin-bottom: 10rem; }

.module-22 .innerbanner-content h6 {
  color: #fe0a00;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400; }

.module-22 .seventh-banner .innerbanner-content h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: -1px; }

.module-22 .seventh-banner .innerbanner-content h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 35px; }

.module-22 ul.banner-btn-listing li {
  display: inline-block;
  margin-left: 10px; }

.module-22 ul.banner-btn-listing li .theme-btn {
  min-width: 250px;
  text-align: center;
  padding: 14px 20px;
  border: 1px solid #fe0a00; }

.module-22 ul.banner-btn-listing li .theme-btn img {
  width: 20px;
  margin-right: 10px; }

.module-22 ul.banner-btn-listing li:last-child .theme-btn {
  background: transparent;
  color: #666; }

.module-22 ul.banner-btn-listing li:last-child .theme-btn:hover {
  color: #666 !important; }

.module-22 .inner-bottom-bg-img {
  background: url(../images/4th-bottom.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 55%;
  right: 0;
  z-index: -1;
  position: absolute;
  top: 75%; }

.module-22 .left-tab-heading {
  color: #14375f;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 22px;
  line-height: 30px; }

.module-22 .left-tabs .nav.nav-tabs {
  border: none;
  position: relative; }

.module-22 .left-tabs .nav.nav-tabs:after {
  background: url(../images/after-img.png) no-repeat;
  position: absolute;
  background-size: 100% 100%;
  width: 4px;
  content: "";
  height: 100%;
  top: -10%;
  right: 20px;
  display: none; }

.module-22 .left-tabs .nav.nav-tabs li {
  display: block;
  width: 100%; }

.module-22 .left-tabs .nav.nav-tabs a {
  color: #666;
  line-height: 55px; }

.module-22 .left-tabs .nav.nav-tabs a.active {
  color: #424040;
  font-weight: 600; }

.module-22 .left-tabs .tab-content p {
  color: #565454;
  line-height: 32px;
  margin-right: 50px;
  font-size: 20px;
  margin-bottom: 25px; }

.module-22 .left-tabs .banner-btn-listing {
  margin: 3rem 0 6rem; }

.module-22 .left-tabs .banner-btn-listing li {
  display: inline-block;
  margin-left: 0;
  margin-right: 20px; }

.module-22 .left-tabs .banner-btn-listing li .theme-btn {
  min-width: 170px;
  text-align: center;
  padding: 9px 15px;
  border: 1px solid #fe0a00;
  font-size: 14px; }

.module-22 .innerbanner-content {
  padding-left: 30px; }

.module-22 .left-tabs .tab-content h2 {
  color: #14375f;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px; }

.module-22 .left-tabs {
  margin-top: 6rem; }

.module-22 .right-corner-img {
  background: url(../images/right-corner-img.png) no-repeat;
  background-size: 100% 100%;
  width: 107.5%;
  height: 61%;
  z-index: -1;
  position: absolute;
  right: 0;
  top: 0; }

.module-22 .eightpage-content h3 {
  color: #14375f;
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 30px; }

.module-22 .eightpage-content p,
.module-22 .eight-content-listing p {
  color: #565454;
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 25px;
  display: flex; }

.module-22 .eightpage-content .banner-btn-listing {
  margin-top: 40px; }

.module-22 .eightpage-content ul.banner-btn-listing li {
  margin-left: 0;
  margin-right: 10px; }

.module-22 .eightpage-content .banner-btn-listing li .theme-btn {
  min-width: 250px;
  font-size: 14px; }

.module-22 .eight-content-listing img {
  float: left;
  width: 60px;
  position: relative;
  top: 8px;
  margin-right: 30px; }

.module-22 .eight-content-listing {
  margin-bottom: 40px; }

@media only screen and (max-width: 767px) {
  .module-22 .innerpage-banner {
    background-size: cover !important;
    background-position: 20% 0% !important; }

  .module-22 .innerbanner-content {
    text-align: left;
    margin-bottom: 1rem; }

  .module-22 .innerbanner-content h1 {
    font-size: 25px; }

  .module-22 .innerbanner-content h4 {
    font-size: 23px;
    margin-bottom: 30px; }

  .module-22 ul.banner-btn-listing li .theme-btn {
    margin-bottom: 15px; }

  .module-22 .inner-bottom-bg-img {
    display: none; }

  .module-22 .tab-content.row {
    margin: 0 !important; }

  .module-22 .innerpage-banner {
    background-size: cover;
    background-position: 26% 0; }

  .module-22 .innerbanner-content {
    background: rgba(255, 255, 255, 0.7);
    padding: 10px; }

  .module-22 .innerbanner-content {
    background: none;
    padding: 10px; }

  .module-22 .left-tabs .nav.nav-tabs:after {
    display: none; }

  .module-22 .left-tabs .nav.nav-tabs {
    position: relative;
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
    padding-bottom: 20px; }

  .module-22 .left-tabs .tab-content p {
    margin-right: 0; }

  .module-22 .left-tabs .banner-btn-listing {
    text-align: center; }

  .module-22 .seventh-banner .innerbanner-content h1 {
    font-size: 42px !important;
    margin-bottom: 0px; }

  .module-22 .right-corner-img {
    display: none; }

  .module-22 .seventh-banner {
    background-size: cover !important; }

  .module-22 .left-tab-heading,
  .module-22 .left-tabs .nav.nav-tabs li {
    text-align: center; }

  .module-22 .seventh-banner .innerbanner-content h1 {
    font-size: 34px !important;
    margin-bottom: 20px; }

  .module-22 .seventh-banner .innerbanner-content h4 {
    font-size: 20px !important; }

  .module-22 .eightpage-content h3 {
    font-size: 30px !important; }

  .module-22 .eight-content-listing {
    margin-bottom: 0;
    margin-top: 40px; }

  .module-22 .eightpage-content a.theme-btn {
    margin-bottom: 40px !important; }

  .module-22 .seventh-banner {
    background-position: 0 !important; }

  .module-22 .eightpage-content .banner-btn-listing li .theme-btn {
    margin-bottom: 15px !important; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-22 .innerpage-banner {
    background-size: 140% 115% !important;
    background-position: 46% 0% !important; }

  .module-22 .innerbanner-content h1 {
    font-size: 50px !important; }

  .module-22 .left-tabs .nav.nav-tabs:after {
    right: 0; }

  .module-22 .innerpage-banner {
    background-size: 110% 57% !important;
    background-position: 80% 0% !important; }

  .module-22 .seventh-banner {
    background-size: 100% 100% !important;
    padding-bottom: 3rem !important;
    padding-top: 8rem !important; }

  .module-22 .seventh-banner {
    background-size: 125% 100% !important; }

  .module-22 .seventh-banner .innerbanner-content h1 {
    font-size: 44px !important; }

  .module-22 .right-corner-img {
    height: 56%;
    width: 101%; }

  .module-22 .innerbanner-content {
    padding-left: 70px !important;
    margin-bottom: 0 !important; }

  .module-22 .seventh-banner .innerbanner-content h1 {
    font-size: 40px !important; }

  .module-22 .eightpage-content .banner-btn-listing li .theme-btn {
    min-width: 180px !important; }

  .module-22 .right-corner-img {
    height: 45%; }

  .module-22 .innerbanner-content {
    margin-bottom: 4rem !important; }

  .module-22 .seventh-banner {
    background-size: cover !important;
    background-position: 37% !important; }

  .module-22 .right-corner-img {
    height: 48%;
    width: 110%; }

  .module-22 .inner-bottom-bg-img {
    background-size: cover !important; } }
@media only screen and (width: 768px) {
  .module-22 .innerpage-banner {
    background-size: 100% !important;
    background-position: unset !important; }

  .module-22 .innerbanner-content h1 {
    font-size: 34px !important; }

  .module-22 .innerbanner-content h4 {
    font-size: 26px; }

  .module-22 ul.banner-btn-listing li .theme-btn {
    min-width: 210px;
    font-size: 12px; }

  .module-22 .inner-bottom-bg-img {
    height: 100%;
    top: 50px !important; }

  .module-22 .innerpage-banner {
    background-size: 100% !important;
    padding-top: 7rem !important; }

  .module-22 .innerpage-banner {
    padding-top: 0 !important; }

  .module-22 .seventh-banner .innerbanner-content h1 {
    font-size: 34px !important; }

  .module-22 .seventh-banner {
    background-size: cover !important;
    padding-bottom: 6rem !important;
    padding-top: 8rem !important; }

  .module-22 .right-corner-img {
    height: 35%;
    width: 101%; }

  .module-22 .seventh-banner .innerbanner-content h4 {
    font-size: 20px; }

  .module-22 .right-corner-img {
    height: 35%;
    width: 125%; }

  .module-22 .eightpage-content ul.banner-btn-listing li {
    margin-bottom: 20px; }

  .module-22 .inner-bottom-bg-img {
    background-size: cover;
    top: 75% !important; }

  .module-22 .seventh-banner {
    background-position: 20% !important; } }
@media only screen and (min-width: 1200px) {
  .module-22 .left-tabs .nav.nav-tabs:after {
    height: 1100px; }

  .module-22 .eightpage-content p {
    margin-right: 80px; } }
@media only screen and (width: 1280px) {
  .module-22 .innerpage-banner {
    padding-top: 0 !important; }

  .module-22 .innerpage-banner {
    padding-top: 11rem !important; }

  .module-22 .innerpage-banner {
    padding-top: 0 !important; }

  .module-22 .right-corner-img {
    width: 108.5%;
    height: 59%; } }
@media only screen and (min-width: 1600px) {
  .module-22 .container {
    max-width: 1420px !important; }

  .module-22 .innerpage-banner {
    background-size: cover !important;
    padding-top: 9rem !important; }

  .module-22 .inner-bottom-bg-img {
    height: 130%;
    top: -23rem; }

  .module-22 .innerpage-banner {
    background-position: 35% 0% !important;
    background-size: 125% 95% !important;
    padding-top: 13rem !important; }

  .module-22 .seventh-banner {
    background-size: 100% 100% !important; }

  .module-22 .seventh-banner {
    background-size: cover !important; }

  .module-22 .innerbanner-content {
    padding-left: 120px; }

  .module-22 .right-corner-img {
    height: 76% !important; }

  .module-22 .right-corner-img {
    height: 82% !important; }

  .module-22 .left-tabs .tab-content h2 {
    margin-top: 4rem; }

  .module-22 .right-corner-img {
    height: 76% !important;
    width: 100%; }

  .module-22 ul.banner-btn-listing li .theme-btn img {
    display: inherit; }

  .module-22 .innerpage-banner {
    padding-top: 0 !important; } }
@media only screen and (min-width: 1900px) {
  .module-22 .innerpage-banner {
    background-size: 130% 130%; }

  .module-22 .innerpage-banner {
    background-position: 0% 0%; }

  .module-22 .seventh-banner {
    padding-top: 15rem;
    padding-bottom: 5rem; }

  .module-22 .right-corner-img {
    height: 94%; }

  .module-22 .inner-bottom-bg-img {
    height: 50%; }

  .module-22 .right-corner-img {
    height: 89%; } }
.module-23 a,
.module-23 a:focus {
  outline: none !important; }

.module-23 a {
  color: #eeffff; }

.module-23 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-23 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-23 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-23 .theme-btn:hover,
.module-23 .theme-btn:focus,
.module-23 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-23 .theme-btn:hover:before,
.module-23 .theme-btn:focus:before,
.module-23 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-23 .bottom-section {
  position: relative; }

.module-23 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-23 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-23 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-23 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-23 .bottom-section {
  position: relative; }

.module-23 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-23 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-23 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-23 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-23 .bottom-chat-block p {
  color: #717171;
  line-height: 32px;
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 500; }

.module-23 .bottom-chat-block {
  margin-top: 5rem;
  padding-bottom: 7rem; }

@media only screen and (max-width: 767px) {
  .module-23 .bottom-section {
    background: none; }

  .module-23 .bottom-chat-block {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    text-align: center; }

  .module-23 .bottom-chat-block h3 {
    margin-top: 20px; }

  .module-23 .bottom-chat-block {
    margin-top: 3rem;
    padding-bottom: 2rem; } }
@media only screen and (min-width: 1200px) {
  .module-23 .blogs {
    padding-top: 10rem; }

  .module-23 .fourth-page-bottom .blogs {
    padding-top: 0; } }
@media only screen and (min-width: 1600px) {
  .module-23 .container {
    max-width: 1420px !important; } }
.module-25 .left-service-img {
  position: absolute;
  background: url(../images/cloudshark-bg-left.png) no-repeat;
  background-size: 75%;
  background-position: left center;
  height: 1321px;
  width: 1170px;
  top: -16rem;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-25 .left-service-img {
      top: -30rem;
      background-size: 60%; } }
  @media only screen and (max-width: 767px) {
    .module-25 .left-service-img {
      top: -24rem;
      background-size: 40%; } }

.module-25 .media.middle-media p {
  color: #565454;
  font-size: 20px; }

.module-25 .media.middle-media img {
  width: 70px;
  margin-right: 20px;
  padding-top: 6px; }

@media only screen and (max-width: 767px) {
  .module-25 .eightpage-content h3 {
    font-size: 30px !important; }

  .module-25 .media.middle-media h3 {
    font-size: 32px !important; }

  .module-25 .media.middle-media .theme-btn {
    padding: 15px 20px !important; }

  .module-25 .eightpage-content a.theme-btn {
    margin-bottom: 40px !important; } }
.module-28 .left-service-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: left top;
  height: 1321px;
  width: 1170px;
  top: -16.5rem;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .module-28 .left-service-img {
      top: -16rem;
      background-size: 70%; } }
  @media only screen and (max-width: 767px) {
    .module-28 .left-service-img {
      top: -8rem;
      background-size: 45%; } }

.team-listing h3 {
  font-size: 21px;
  color: #4A4A4A;
  font-weight: 600;
  margin-bottom: 0px;
  text-transform: uppercase; }
.team-listing img {
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.15s ease;
  box-shadow: 0 2px 20px -5px rgba(0, 0, 0, 0.2);
  margin-bottom: 1.25rem;
  max-width: 80%;
  transition: filter .15s ease; }
  .team-listing img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%); }
.team-listing ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.team-listing ul.team-media li {
  display: inline-block;
  margin: 0 4px; }
.team-listing ul.team-media li a {
  color: #747474;
  border: 1px solid #747474;
  border-radius: 50%;
  padding: 3px 8px;
  padding: .5em;
  padding: .5em .375em;
  transition: all .15s ease; }
  .team-listing ul.team-media li a:hover {
    color: #123960;
    border-color: #123960; }
.team-listing h4 {
  color: #123960;
  font-weight: 600;
  font-size: 22px; }
.team-listing .left-service-img {
  position: absolute;
  background: url(../images/checkmark-bg-left.png) no-repeat;
  background-size: 100%;
  background-position: left top;
  height: 1271px;
  width: 902px;
  top: -8rem;
  left: 0;
  z-index: -1; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .team-listing .left-service-img {
      top: 0rem;
      background-size: 75%; } }
  @media only screen and (max-width: 767px) {
    .team-listing .left-service-img {
      top: 0rem;
      background-size: 40%; } }

.our-community h4 {
  color: #123960;
  font-weight: 600;
  font-size: 22px; }
.our-community p {
  color: #747474; }

.our-community .right-service-img {
  background-image: url(../images/triangle-right-blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 580px;
  height: 1140px;
  z-index: -1;
  position: absolute;
  background-position: right top;
  right: 0;
  top: -4rem; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .our-community .right-service-img {
      top: -2rem;
      background-size: 65%; } }
  @media only screen and (max-width: 767px) {
    .our-community .right-service-img {
      display: none; } }

.job-postings {
  position: relative;
  padding: 80px 0 200px; }
  .job-postings .card {
    border: none;
    background: transparent; }
  .job-postings .card-header {
    background-color: transparent;
    border-bottom: 0;
    border-top: 1px solid #b1afaf; }
    .job-postings .card-header:first-child {
      border-radius: 0; }
    .job-postings .card-header h4 {
      color: #123960;
      font-size: 1.25rem;
      font-weight: 600; }
    .job-postings .card-header h5 {
      color: #123960;
      font-size: 18px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .job-postings .card-header h5 {
          font-size: 16px; } }
    .job-postings .card-header h6 {
      color: #FF0000;
      text-align: center;
      font-size: 14px;
      font-weight: 400; }
      @media only screen and (max-width: 767px) {
        .job-postings .card-header h6 {
          text-align: left; } }
      .job-postings .card-header h6 svg {
        transform: rotate(0deg);
        position: relative;
        left: 10px; }
    .job-postings .card-header a:not(.collapsed) h6 svg {
      transform: rotate(-90deg);
      position: relative;
      left: 10px; }
  .job-postings .card-body p {
    line-height: 1.75;
    font-weight: 300;
    color: #4A4A4A; }
  .job-postings .card-body ul li, .job-postings .card-body ol li {
    font-weight: 300;
    color: #4A4A4A; }

.social-block {
  margin-bottom: 10rem; }
  @media only screen and (max-width: 767px) {
    .social-block {
      margin-bottom: 3rem; } }
  .social-block h3 {
    color: #123960;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 1.2; }
    @media screen and (max-width: 1024px) and (min-width: 768px) {
      .social-block h3 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .social-block h3 {
        font-size: 32px; } }
  .social-block p {
    color: #4A4A4A;
    font-size: 18px;
    line-height: 2; }
  .social-block h4 {
    color: #123960;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline;
    text-transform: uppercase; }
  .social-block h6 {
    color: #747474;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 2.5em; }
  .social-block ul.social-icons {
    padding-left: 0; }
    .social-block ul.social-icons li {
      display: inline-block;
      margin-right: 1.25rem; }
      .social-block ul.social-icons li a {
        color: #123960; }

.key-features {
  margin-bottom: 2.25rem; }

@media only screen and (max-width: 767px) {
  .quote-form {
    margin-bottom: 5rem;
    margin-top: 3rem; } }
@media only screen and (max-width: 767px) {
  .featured-resource-carousel {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px; } }
.featured-resource-carousel h1 {
  font-size: 42px; }
  @media only screen and (max-width: 767px) {
    .featured-resource-carousel h1 {
      font-size: 24px; } }
.featured-resource-carousel h4 {
  font-size: 16px; }
.featured-resource-carousel ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.featured-resource-carousel ul.slick-dots {
  padding: 0;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 40px; }
.featured-resource-carousel ul.slick-dots li {
  display: inline-block;
  margin: 0 5px; }
.featured-resource-carousel ul.slick-dots li button {
  border-radius: 50%;
  border: 1px solid #FF0000;
  text-indent: -99999px;
  background: #FFFFFF;
  padding: 0;
  width: 17px;
  height: 17px; }
.featured-resource-carousel ul.slick-dots li.slick-active button {
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #FF0000;
  background: linear-gradient(90deg, #FF0000 35%, #FF6700 100%); }

.resource-search-bar button:focus, .resource-search-bar button:active {
  outline: none !important;
  box-shadow: none !important; }
.resource-search-bar .form-control {
  letter-spacing: 0.125em;
  border: none;
  box-shadow: none; }
  .resource-search-bar .form-control:focus, .resource-search-bar .form-control:active {
    border: none;
    box-shadow: none; }
  .resource-search-bar .form-control::-webkit-input-placeholder {
    color: #bbbaba; }
  .resource-search-bar .form-control::-moz-placeholder {
    color: #bbbaba; }
  .resource-search-bar .form-control:-ms-input-placeholder {
    color: #bbbaba; }
  .resource-search-bar .form-control:-moz-placeholder {
    color: #bbbaba; }
.resource-search-bar .input-group {
  box-shadow: 0 0 10px 1px #ebebeb; }
.resource-search-bar .btn-outline-secondary {
  border: none !important;
  background-color: #FFFFFF !important; }

.module-39 .checkbox-sec {
  padding-bottom: 200px; }

.module-39 .container-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 23px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #14375f;
  font-weight: 600; }
  .module-39 .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc; }
  .module-39 .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .module-39 .container-checkbox input:checked ~ .checkmark {
      background-color: #FF0000;
      border-color: #FF0000; }
      .module-39 .container-checkbox input:checked ~ .checkmark:after {
        display: block; }
  .module-39 .container-checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid #888; }
    .module-39 .container-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
      left: 8px;
      top: 3px;
      width: 8px;
      height: 14px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.module-39 .fifteen .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  padding: 0;
  position: relative;
  left: 6px;
  top: -2px; }

.module-39 .card-header {
  background-color: transparent;
  border: none;
  padding: 0; }

.module-39 .card-header svg {
  color: #FF0000;
  position: relative;
  top: -2px;
  left: 6px;
  transform: rotate(90deg); }

.module-39 .card-header .collapsed svg {
  transform: rotate(0deg); }

.module-39 .card-header h4 {
  color: #123960;
  font-weight: 600;
  display: inline;
  padding-left: 20px; }

.module-39 .card {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 25px; }

.module-39 .card-body {
  padding: 15px 30px 0; }
  .module-39 .card-body .container-checkbox {
    margin-bottom: 15px;
    font-size: 17px;
    color: #8a8989;
    font-weight: 300; }
    .module-39 .card-body .container-checkbox .checkmark {
      top: 0; }
  .module-39 .card-body a.container-checkbox {
    padding-left: 0; }

.module-39 .sidebar-filters {
  padding-top: 10px; }
  .module-39 .sidebar-filters::after {
    position: absolute;
    top: 0;
    right: 15px;
    content: "";
    height: calc(100% + 4rem);
    border-right: 3px solid transparent;
    border-image: linear-gradient(to bottom, #bababa, rgba(0, 0, 0, 0)) 1 100%; }
    @media only screen and (max-width: 767px) {
      .module-39 .sidebar-filters::after {
        display: none; } }
  .module-39 .sidebar-filters .sidebar-nav .navbar-brand {
    color: #123960;
    font-size: 20px;
    font-weight: 600; }

@media only screen and (max-width: 767px) {
  .module-39 .container-checkbox,
  .module-39 .card-header h4 {
    font-size: 20px; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .module-39 .about-block {
    position: relative;
    top: 6rem; }

  .module-39 .container-checkbox,
  .module-39 .card-header h4 {
    font-size: 20px; } }
.module-40 a,
.module-40 a:focus {
  outline: none !important; }

.module-40 a {
  color: #eeffff; }

.module-40 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-40 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-40 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-40 .theme-btn:hover,
.module-40 .theme-btn:focus,
.module-40 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-40 .theme-btn:hover:before,
.module-40 .theme-btn:focus:before,
.module-40 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-40 .bottom-section {
  position: relative; }

.module-40 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-40 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-40 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-40 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-40 ::-webkit-input-placeholder {
  color: #bbbaba; }

.module-40 ::-moz-placeholder {
  color: #bbbaba; }

.module-40 :-ms-input-placeholder {
  color: #bbbaba; }

.module-40 :-moz-placeholder {
  color: #bbbaba; }

.module-40 .bottom-section {
  position: relative; }

.module-40 .bottom-chat-block {
  margin-top: 15rem;
  padding-bottom: 0; }

.module-40 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-40 .bottom-chat-block p {
  color: #585858;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
  margin-right: 60px;
  margin-bottom: 25px; }

.module-40 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

@media only screen and (max-width: 767px) {
  .module-40 .bottom-section {
    background: none; }

  .module-40 .bottom-chat-block {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    text-align: center; }

  .module-40 .bottom-chat-block h3 {
    margin-top: 20px; }

  .module-40 .bottom-chat-block p {
    margin-right: 0; }

  .module-40 .theme-btn {
    padding: 10px 20px; } }
@media only screen and (min-width: 1200px) {
  .module-40 .blogs {
    padding-top: 10rem; }

  .module-40 .blogs.third-page-blog {
    padding-top: 5rem; }

  .module-40 .blogs.third-page-blog {
    padding-top: 2rem;
    padding-bottom: 7rem; } }
@media only screen and (min-width: 1600px) {
  .module-40 .container {
    max-width: 1420px !important; }

  .module-40 .blogs.third-page-blog {
    padding-bottom: 13rem; } }
.resource-banner {
  padding-top: 11rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .resource-banner.with-banner-img {
    background-color: rgba(18, 57, 96, 0.5);
    background-blend-mode: multiply; }
  .resource-banner .innerbanner-content {
    margin-bottom: 6rem; }
    .resource-banner .innerbanner-content h1 {
      color: #FFFFFF;
      font-size: 50px;
      font-weight: 600;
      letter-spacing: -.02em; }
      @media only screen and (max-width: 767px) {
        .resource-banner .innerbanner-content h1 {
          font-size: 40px; } }
    .resource-banner .innerbanner-content h6 {
      color: #FF6700;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: 300;
      font-size: 24px; }
    .resource-banner .innerbanner-content p {
      color: #FFFFFF;
      font-size: 18px;
      margin-bottom: 0;
      font-weight: 400; }
    @media only screen and (max-width: 767px) {
      .resource-banner .innerbanner-content.no-banner {
        background-color: rgba(255, 255, 255, 0.6);
        padding: 20px; } }
    .resource-banner .innerbanner-content.no-banner h1 {
      background-color: #123960;
      background-image: linear-gradient(to right, #123960, #0224b3);
      background-size: 100%;
      background-clip: text;
      -webkit-background-clip: text;
      -moz-background-clip: text;
      text-fill-color: transparent;
      -webkit-text-fill-color: transparent;
      -moz-text-fill-color: transparent;
      padding-bottom: .25em; }
    .resource-banner .innerbanner-content.no-banner p {
      color: #8f8d8d; }

.module-41 .resource-content {
  padding-top: 70px; }
  @media only screen and (max-width: 767px) {
    .module-41 .resource-content .resource-author {
      margin-bottom: 40px; } }
  .module-41 .resource-content .resource-author h5 {
    color: #4A4A4A;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px; }
  .module-41 .resource-content .resource-author h6 {
    color: #4A4A4A;
    font-style: italic; }

.resource-content .resource-post {
  margin-bottom: 200px; }

/** Resource Post Styles **/
#resource-post p {
  color: #4A4A4A;
  font-weight: 300;
  line-height: 1.875;
  margin-bottom: initial; }
  #resource-post p strong {
    font-weight: 600; }
  #resource-post p:not(:last-child) {
    margin-bottom: 1rem; }
#resource-post ul,
#resource-post ol {
  font-family: "Open Sans", sans-serif;
  color: #4A4A4A;
  font-weight: 300;
  line-height: 1.875;
  padding-left: 1em;
  margin-left: 1em;
  margin-bottom: 1rem; }
  #resource-post ul strong,
  #resource-post ol strong {
    font-weight: 700; }
#resource-post img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }
#resource-post pre {
  background-color: #f0f2f5;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  color: #4A4A4A; }
#resource-post blockquote {
  padding: 1.25em 1.5em;
  background-color: #f0f2f5;
  border-left: 5px solid #b4b8cb; }
  #resource-post blockquote p {
    color: #4A4A4A; }
#resource-post a:not(.btn, .theme-btn) {
  color: #0224b3;
  font-weight: 600;
  transition: color .25s ease-in-out; }
  #resource-post a:not(.btn, .theme-btn):hover {
    color: #FF0000; }
#resource-post p + h2,
#resource-post p + h3,
#resource-post h2 + h3,
#resource-post ul + h2,
#resource-post ul + h3,
#resource-post ol + h2,
#resource-post ol + h3 {
  margin-top: 1.5em; }
#resource-post h2 {
  color: #123960;
  font-size: 2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.0125em; }
#resource-post h3 {
  color: #123960;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.0125em; }
#resource-post h4 {
  color: #123960;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.0125em; }
#resource-post h5 {
  color: #123960;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -.0125em; }
#resource-post h6 {
  color: #123960;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -.0125em; }
#resource-post .embed {
  position: relative;
  display: block;
  width: 100% !important;
  padding: 0;
  margin-bottom: 1rem;
  aspect-ratio: 16 / 9;
  /*&::before {
      display: block;
      content: "";
      padding-top: 56.25%;
  }*/ }
  #resource-post .embed iframe {
    width: 100%;
    height: 100%;
    border: 0; }
#resource-post .caption {
  font-weight: 600;
  font-size: .875rem;
  line-height: 1.5; }
#resource-post em.code {
  background-color: #f0f2f5;
  color: #FF0000;
  font-size: .875em;
  font-weight: normal;
  font-style: normal;
  padding: 0.25em 0.5em 0.25em;
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

.module-42 a,
.module-42 a:focus {
  outline: none !important; }

.module-42 a {
  color: #eeffff; }

.module-42 a:hover {
  text-decoration: none;
  color: #fd0000 !important; }

.module-42 .theme-btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  background: #fe0a00;
  background: linear-gradient(90deg, #fe0a00 35%, #ff5c00 100%);
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase; }

.module-42 .theme-btn:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 70%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity; }

.module-42 .theme-btn:hover,
.module-42 .theme-btn:focus,
.module-42 .theme-btn:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  color: #eeffff !important; }

.module-42 .theme-btn:hover:before,
.module-42 .theme-btn:focus:before,
.module-42 .theme-btn:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px); }

.module-42 .bottom-section {
  position: relative; }

.module-42 .bottom-chat-block {
  margin-top: 10rem;
  padding-bottom: 5rem; }

.module-42 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-42 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-42 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

.module-42 .bottom-section {
  position: relative; }

.module-42 .bottom-chat-block {
  margin-top: 15rem;
  padding-bottom: 7rem; }

.module-42 .bottom-chat-block h3 {
  color: #0b355f;
  font-size: 36px;
  font-weight: 600; }

.module-42 .bottom-chat-block p {
  color: #585858;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px; }

.module-42 .bottom-chat-block a.theme-btn {
  font-size: 12px;
  padding: 8px 20px; }

@media only screen and (max-width: 767px) {
  .module-42 .bottom-section {
    background: none; }

  .module-42 .bottom-chat-block {
    margin-top: 3rem !important;
    padding-bottom: 2rem !important;
    text-align: center; }

  .module-42 .bottom-chat-block h3 {
    margin-top: 20px; } }
@media only screen and (min-width: 1200px) {
  .module-42 .blogs {
    padding-top: 10rem; }

  .module-42 .fourth-page-bottom .blogs {
    padding-top: 0; } }
@media only screen and (min-width: 1600px) {
  .module-42 .container {
    max-width: 1420px !important; } }

/*# sourceMappingURL=qacafe-styles.css.map */
