* {
    font-family: poppins;
}
html {
    scroll-behavior: smooth;
}
main {
    overflow: hidden;
}
.body {
    position: relative;
    min-height: 100%;
    top: 0px;
}
ul .nav-link {
    position: relative;
    color: #000;
    text-decoration: none;
}
.nav-link {
    width: max-content;
}
ul .nav-link:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0px;
    background-color: #189AF6;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
ul .nav-link:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.collapsing {
    background-color: white;
}
.mobile-nav-bg {
    background-color: white;
}

/* Navbar toggle icon */
.navbar-toggler:focus {
    outline: none;
}
#bar1, #bar2, #bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}
.change #bar1 {
    -webkit-transform: rotate(-45deg) translate(-10px, 5px);
    transform: rotate(-45deg) translate(-10px, 5px);
} 
.change #bar2 {
    opacity: 0;
} 
.change #bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -3px);
    transform: rotate(45deg) translate(-8px, -3px);
}

.skaas-logo-size {
    height: 67px;
    object-fit: contain;
}
#color-logo {
    display: none;
}
.navbar-nav .nav-link  {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #ffffff;
}
.navbar.sticky-nav {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
}

.background-image {
    background-image: url('/assets/images/banner-background.png');
    background-position: top right;
    background-repeat: no-repeat; 
    background-size: cover;
}
.landing-img {
    width: 700px;
    height: 740px;
    object-fit: contain;
}
.hero-title {
    margin-top: 2%!important;
}
.layout-margin {
    padding-left:7.2%; 
    padding-right:8.5%;
}
.skaas-theme-heading {
    margin-top: 3em;
    width: 459px;
    height: 3.5em;
    font-family: Poppins;
    font-size: 2.4em;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.34;
    letter-spacing: normal;
    text-align: left;
    color: #222d39;
}
.skaas-theme-sub-heading {
    width: 398px;
    height: 49px;
    font-family: Poppins;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
}
.btn-know-more {
    width: 165px;
    height: 54px;
    border-radius: 27px;
    background-color: #189AF6;
    font-size: 18px;   
}
.btn-position {
    margin-top: 20%;
}
.skaas-footer {
    font-weight: normal;
    line-height: 29px;
}
.social-icons > a > img {
    width: 22px;
}
.footer-bg-img {
    background-image: url('/assets/images/footer-bg-img.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.footer-bg-img > .layout-margin {
    padding-right: 0px!important;
}
a:hover {
    color: none !important;
    text-decoration: none !important;
}
.footer-right {
    justify-content: center;
    align-items: center;
    display: flex;
}
.contact-form {
    border-radius: 25px;
    background-color: #F4F8F8;
}
img {
    pointer-events: none;
}
.loading-btn {
    display: none;
}
.success-header {
    background-color: #74C540; 
    height: 140px;
}
.success-header ~ .modal-body > button {
    width: 80px; 
    background-color: #74C540; 
    border: none
}
.error-header {
    background-color: #E2747E; 
    height: 140px;
}
.error-header ~ .modal-body > button {
    width: 80px; 
    background-color: #E2747E; 
    border: none
}
.feature-img {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.font-weight-500 {
    font-weight: 500 !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.cursor-pointer {
    cursor: pointer;
}
.client-card {
    background-color: #EAEAEA;
    padding: 100px 0px;
}
.title-border {
    width: 180px;
    border-radius: 25px;
    border: 4px solid #8729BF;
}
.service-card {
    padding: 100px 0px;
}
.service-card .sub-title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.skaas-way-card {
    background-color: #EAEAEA;
    padding: 80px 20px 80px;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.analytics-card {
    padding: 60px 0 50px;
    background-color: #7E2BBB;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.about-us-card {
    padding: 100px 0 0;
}
.flow-line1 {
    border: 2px dotted #A226C9;
    height: 44px;
    width: 219px;
    margin-top: -10px;
    border-top: none;
    border-left: none;
    border-bottom-right-radius: 35px;
}
.flow-line1 i {
    margin-top: auto;
    margin-bottom: -11px;
    color: #A226C9;
    font-size: 22px;
}
.flow-line2 {
    position: absolute;
    top: 117px;
    height: 170px;
    width: 28%;
    border: 2px dotted #A226C9;
    border-right: none;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    left: 19%;
}
.flow-line2 .fa-angle-down {
    margin-top: 78px;
    color: #A226C9;
    margin-left: -9px;
    font-size: 22px;
}
.flow-line2 .fa-angle-right {
    color: #A226C9;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: -11px;
    font-size: 22px;
    margin-right: 0px;
}
.flow-line3 {
    border: 2px dotted #A226C9;
    height: 170px;
    border-left: none;
    margin-left: 43%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    top: 285.5px;
    position: absolute;
    width: 49%;
}
.flow-line3 .angle-right {
    color: #A226C9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: -18px;
    font-size: 22px;
}
.flow-line3 .angle-down {
    color: #A226C9;
    margin-right: -9px;
    margin-bottom: auto;
    margin-top: auto;
    font-size: 22px;
}
.flow-line3 .angle-left {
    position: absolute;
    color: #A226C9;
    top: 150px;
    font-size: 22px;
    right: 411px;
}
.flow-line4 {
    border: 2px dotted #A226C9;
    height: 38px;
    width: 209px;
    border-right: none;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 35px !important;
    margin-left: 0%;
    position: absolute;
    top: 454px;
    margin-right: 16px;
    border-bottom: none;
}
.flow-line4 .angle-left {
    color: #A226C9;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: -18px;
    font-size: 22px;
}
.flow-line4 .angle-down {
    color: #A226C9;
    position: absolute;
    left: -8px;
    font-size: 22px;
    top: 21px !important;
}
.flow-line4 .angle-right {
    color: #A226C9;
    position: absolute;
    margin-left: auto;
    bottom: -15px;
    left: 203px;
    font-size: 22px;
}
.flow-line5 {
    border: 2px dotted #A226C9;
    height: 50px;
    width: 175px;
    position: absolute;
    top: 608px;
    border-left: none;
    border-bottom: none;
    border-top-right-radius: 35px;
}
.flow-line5 .angle-down {
    color: #A226C9;
    margin-left: auto;
    margin-top: auto;
    margin-right: -9px;
    margin-bottom: -13px;
    font-size: 22px;
}
.flow-line1 .circle,
.flow-line4 .circle,
.flow-line2 .circle,
.flow-line3 .circle {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    position: absolute;
    margin-left: 214px;
    margin-top: 0px;
    background:#189af6;
    border-radius:50%;
    height:10px;
    width:10px;
    display:inline-table;
}
.flow-line1 .circle:after,
.flow-line4 .circle:after,
.flow-line2 .circle:after,
.flow-line3 .circle:after
 {
    content: "";
    border-radius: 50%;
    height: 20px;
    width: 20px;
    position: absolute;
    animation: flowCircle 1s ease-out;
    animation-iteration-count: infinite;
    opacity: 0;
    box-shadow: 0 0 2px 2px #189af6;
    animation-delay: 1.1s;
    margin: -5px 0 0 -5px;
}
@keyframes flowCircle {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity:1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}
.flow-line4 .circle {
    margin-left: 20px !important;
    margin-top: -5px !important;
}
.flow-line2 .circle {
    margin-left: 8px !important;
}
.flow-line3 .circle1 {
    margin-top: -6px;
}
.flow-line3 .circle2 {
    right: 0px;
    margin-top: 150px;
}
.flow-line1 .loader {
    width: 119px;
    position: absolute;
    border-bottom: 8px solid #189af6;
    border-radius: 25px;
    margin-left: 45px;
    margin-top: 38px;
    z-index: 9;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.flow-line2 .loader {
    width: 119px;
    position: absolute;
    border-bottom: 8px solid #189af6;
    border-radius: 25px;
    margin-left: 140px;
    margin-top: 163px;
    z-index: 9;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.flow-line3 .loader {
    width: 119px;
    position: absolute;
    border-bottom: 8px solid #189af6;
    border-radius: 25px;
    /* margin-left: 500px; */
    margin-left: 70%;
    margin-top: -6px;
    z-index: 9;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.flow-line4 .loader {
    width: 119px;
    position: absolute;
    border-bottom: 8px solid #189af6;
    border-radius: 25px;
    margin-left: 140px;
    margin-top: -6px;
    z-index: 9;
    box-shadow: 0 1px 6px rgb(32 33 36 / 28%);
}
.font-size-15 {
    font-size: 15px;
}
.font-size-14 {
    font-size: 14px;
}
.font-size-13 {
    font-size: 13px;
}  
.straight-line {
    border-left: 2px dotted #A226C9;
    height: 79px;
}
.straight-line .fa-angle-down {
    position: absolute;
    top: 70px;
    justify-content: center;
    align-items: center;
    display: flex;
    left: 48.6%;
    font-size: 22px;
    color: #A226C9;
}
.client-column {
    height: 150px;
}
.vision-title {
    font-weight: 600;
    font-size: 28px;
    color: #444444;
    min-height: 40px;
}
.client-card img {
    width: 200px;
}
.client-card .ge-logo,
.client-card .cloud-knetics-logo,
.client-card .rightrev-logo {
    width: 170px;
}
.presidio-logo {
    width: 150px !important;
}
.recruitment-block {
    padding-bottom: 80px;
}
.recruitment-block ul,
.assessment-block ul,
.about-us-card ul {
    list-style-type: none;
}
.recruitment-block ul li img,
.assessment-block ul li img {
    height: 25px;
}
.assessment-block .title-border {
    margin: 10px 0 50px auto;
}
.skaas-way-card .title-border {
    width: 135px
}
.desktop-skaas-way img,
.mobile-skaas-way img {
    width: 55px;
}
.analytics-card .title-border {
    border-color: #ffffff;
}
.analytics-card .row .border-right {
    border-right: 1px solid #fff;
}
.analytics-card .row .col-md-4 img {
    width: 40px;
}
.about-us-card ul li span {
    line-height: 29px;
}
.about-us-card ul li img {
    width: 25px;
}
.profile-card {
    height: 180px;
    width: 175px;
}
.profile-card > img {
    height: 62%; 
    object-fit: cover; 
    border-radius: 50%;
    filter: grayscale(1);
}

/* Browser scrollbar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ccc; 
    border-radius: 40px;
} 
::-webkit-scrollbar-thumb {
    background: #bfbbbb !important; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #999 !important; 
}

/* horizontal timeline */
.border-line {
    border-left: 2px solid #189af6;
    height: 14px;
    margin-left: 80px;
    border-left-style: dotted;
}

.horizontal-timeline {
    display: flex;
}

.horizontal-timeline .timeline-step,
.horizontal-timeline .timeline-step2 {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 1rem
}

.horizontal-timeline .timeline-content {
    width: 10rem;
    text-align: center;
}

.horizontal-timeline .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #189af6;
}

.horizontal-timeline .timeline-content .inner-circle:before {
    content: "";
    background-color: #189af6;
    display: inline-block;
    height: 2rem;
    width: 2rem;
    min-width: 2rem;
    border-radius: 6.25rem;
    opacity: .5
}

.timeline-step .timeline-content .inner-circle:after,
.timeline-step2 .timeline-content .inner-circle:after {
    content: "";
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    animation: flowCircle1 1.5s infinite linear;
    opacity: 0;
    box-shadow: 0 0 7px 2px #189af6;
}

.timeline-step:nth-child(1) .timeline-content .inner-circle:after {
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

.timeline-step:nth-child(2) .timeline-content .inner-circle:after {
    animation-delay: 800ms;
    -webkit-animation-delay: 800ms;
}

.timeline-step:nth-child(3) .timeline-content .inner-circle:after {
    animation-delay: 1400ms;
    -webkit-animation-delay: 1400ms;
}

.timeline-step:nth-child(4) .timeline-content .inner-circle:after {
    animation-delay: 2000ms;
    -webkit-animation-delay: 2000ms;
}

.timeline-step2:nth-child(3) .timeline-content .inner-circle:after {
    animation-delay: 2600ms;
    -webkit-animation-delay: 2600ms;
}

.timeline-step2:nth-child(2) .timeline-content .inner-circle:after {
    animation-delay: 3200ms;
    -webkit-animation-delay: 3200ms;
}

.timeline-step2:nth-child(1) .timeline-content .inner-circle:after {
    animation-delay: 3800ms;
    -webkit-animation-delay: 3800ms;
}

@keyframes flowCircle1 {
    0% {
        transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity:1.0;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.horizontal-timeline .timeline-step:not(:last-child):after,
.horizontal-timeline .timeline-step2:not(:last-child):after {
    content: "";
    display: block;
    border-top: .25rem dotted #189af6;
    width: 3.46rem;
    position: absolute;
    left: 7.5rem;
    top: .3125rem;
}

.horizontal-timeline .timeline-step:not(:first-child):before,
.horizontal-timeline .timeline-step2:not(:first-child):before {
    content: "";
    display: block;
    border-top: .25rem dotted #189af6;
    width: 3.8125rem;
    position: absolute;
    right: 7.5rem;
    top: .3125rem;
}

.timeline-curve {
    border: .25rem dotted #189af6;
    height: 200px;
    border-left: none;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
    position: absolute;
    width: 93px;
    top: 70px;
    margin-left: 715px;
}

@media screen and (min-width: 992px) {
    .desktop-timeline {
        display: block;
    }
    .mobile-timeline {
        display: none;
    }
}

/* vertical timeline */
@media screen and (max-width: 991px) {
    .mobile-timeline {
        display: block;
    }
    .desktop-timeline {
        display: none;
    }
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
  }
  
.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #189af6;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}
  
.vertical-timeline {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.vertical-timeline.left {
    left: 0;
}

.vertical-timeline.right {
    left: 50%;
}
  
.vertical-timeline::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #189af6;
    border-radius: 16px;
    z-index: 1;
}
  
.vertical-timeline.right::after {
    left: -8px;
}

.vertical-timeline::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #189af6;
    z-index: 1;
}
  
.vertical-timeline.right::before {
    left: 8px;
}

.vertical-timeline .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #189af6;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}
  
.vertical-timeline.left .date {
    right: -75px;
}

.vertical-timeline.right .date {
    left: -75px;
}

.vertical-timeline.left .content {
    margin-right: 170px;
}

.vertical-timeline .content {
    padding: 30px 90px 30px 30px;
    position: relative;
    border-radius: 12px 12px 1px 40px;
    background-color: #e9ecef;
}

.vertical-timeline.right .content {
    margin-left: 50px;
}

.vertical-timeline .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.timeline-card {
    background-color: #e9ecef;
    padding: 2px;
    border-radius: 12px 12px 1px 25px;
    box-shadow: 0 0px 4px rgb(32 33 36 / 28%);
}
