body::-webkit-scrollbar {
    width:6px;
    height: 6px;
}
body::-webkit-scrollbar-button {
    background:#fff;
    width: 0px;
    height: 0px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#fff;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #101dfa;
    height:0px;
}
body{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #142947;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
    font-weight: 600;
    color: #1f1f1f;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
h1 {
    font-size: 44px;
}
h2{
    font-size: 40px;
}
h3{
    font-size:32px;
}
h4{
    font-size:26px;
}
h5 {
    font-size: 22px;
}
h6 {
    font-size: 20px;
}
a {
    color: #142947;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
a:hover {
    color: #101dfa;
    text-decoration: none;
}

p,ul,li, input, select, textarea, span, i, header, footer, section, div{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
img{
    width: 100%;
}
.container{
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 1170px;
    width: 100%;
}
.main-btn {
    padding: 7px 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    color: #fff;
    border-radius: 22.5px;
    background-color: #101dfa;
    text-align: center;
    font-weight: 600;
    border: 1px solid #101dfa;
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
}
.main-btn:hover {
    background: #fff;
    color: #101dfa;
}
.mobile-item, .mobile-request-btn {
    display: none;
}


h2.main-heading>i {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    display: block;
    font-style: normal;
    opacity: 0;
    -webkit-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
}
h2.main-heading.aos-animate>i {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
}
p.main-paragraph {
    opacity: 0;
    -webkit-transition: 600ms ease-in-out;
    -o-transition: 600ms ease-in-out;
    transition: 600ms ease-in-out;
}
p.main-paragraph.aos-animate {
    opacity: 1;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
}
svg {
    width: 100%;
}
header {
    padding: 12px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: rgba(255,255,255,0.72);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.logo {
    width: 130px;
    line-height: 0;
}
.logo .logo-white,
body.active .logo .logo-black {
    display: none;
}
body.active  .logo .logo-white {
    display: block;
}
.navigation {
    width: calc(100% - 400px)
}
.navigation ul,
.login ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.navigation ul li {
    margin-right: 30px;
    position: relative;
}
.navigation ul li:last-child,
.login ul li:last-child {
    margin-right: 0px
}
.navigation ul li a,
.login ul li a {
    color: #292929;
}
.navigation ul li a:hover,
.login ul li a:hover,
.navigation ul li.active a {
    color: #101dfa;
}
.navigation ul li ul {
    position: absolute;
    top: 36px;
    background: #fff;
    width: 150px;
    left: -13px;
    display: none;
    box-shadow: 0 5px 11px 0 rgba(20, 25, 35, 0.12);
}
.navigation ul li:hover ul {
    display: block;
}
.navigation ul li ul:after {
    content: "";
    position: absolute;
    top: -21px;
    left: 0;
    right: 0;
    background: transparent;
    height: 24px;
}
.navigation ul li ul li {
    width: 100%;
    margin: 0;
    border-top: 1px solid #2525252e;
}
.navigation ul li ul li:first-child {
    border: 0;
}
.navigation ul li ul li a {
    display: block;
    padding: 13px;
}
.navigation ul li ul li a:hover {
    background: #101dfa;
    color: #fff;
}
.login ul li {
    margin-right: 20px
}
.login ul li.main-btn a {
    color: #fff;
}
.login ul li.main-btn a:hover {
    color: #101dfa;
}
section.banner-section {
    background-color: #f2f2f2;
    padding: 57px 0 50px;
}
.banner-inner {
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.banner-img {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.banner-image1 {
    position: absolute;
    top: 3%;
    left: 0;
    width: 10%;
    z-index: 2;
}
.banner-image1 img {
    opacity: 0;
    -webkit-animation: bannerImage 1s ease-in-out;
            animation: bannerImage 1s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.banner-image2 img, .banner-image3 img {
    opacity: 0;
    -webkit-animation: bannerImage 1s ease-in-out 1.2s;
            animation: bannerImage 1s ease-in-out 1.2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.banner-image4 img, .banner-image6 img {
    opacity: 0;
    -webkit-animation: bannerImage 1s ease-in-out 2.1s;
            animation: bannerImage 1s ease-in-out 2.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.banner-image5 img, .banner-image7 img {
    opacity: 0;
    -webkit-animation: bannerImage 1s ease-in-out 3.1s;
            animation: bannerImage 1s ease-in-out 3.1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerImage {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bannerImage {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.banner-image2 {
    position: absolute;
    top: 32%;
    left: 30%;
    width: 10%;
}
.banner-image3 {
    position: absolute;
    top: 64%;
    left: 13%;
    width: 10%;
}
.banner-image4 {
    position: absolute;
    top: 7%;
    left: 52%;
    width: 10%;
    z-index: 2;
}
.banner-image5 {
    position: absolute;
    top: 0%;
    right: 7%;
    width: 6%;
}
.banner-image6 {
    position: absolute;
    top: 55%;
    right: 26%;
    width: 8%;
}
.banner-image7 {
    position: absolute;
    top: 46%;
    right: 0;
    width: 8%;
}
.banner-line1 {
    position: absolute;
    top: 28%;
    left: 5%;
    width: 30%;
    -webkit-transform: rotate(-181deg);
        -ms-transform: rotate(-181deg);
            transform: rotate(-181deg);
}
.banner-line1 svg path {
    stroke-dasharray: 446px;
    -webkit-animation: bannerLine1 1.2s ease-in-out;
            animation: bannerLine1 1.2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine1 {
  0% {
    stroke-dashoffset: 446px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes bannerLine1 {
  0% {
    stroke-dashoffset: 446px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.banner-line2 {
    position: absolute;
    top: 23%;
    left: 4%;
    width: 13.5%;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}
.banner-line2 svg path {
    stroke-dasharray: 280px;
    -webkit-animation: bannerLine2 1.2s ease-in-out;
            animation: bannerLine2 1.2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine2 {
  0% {
    stroke-dashoffset: 280px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@keyframes bannerLine2 {
  0% {
    stroke-dashoffset: 280px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.banner-line3 {
    position: absolute;
    top: 31.5%;
    left: 35%;
    width: 22%;
    -webkit-transform: rotate(-1deg);
        -ms-transform: rotate(-1deg);
            transform: rotate(-1deg);
}
.banner-line3 svg path {
    stroke-dasharray: 300px;
    stroke-dashoffset: 0px;
    opacity: 0;
    -webkit-animation: bannerLine3 1.2s ease-in-out 1s;
            animation: bannerLine3 1.2s ease-in-out 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine3 {
  0% {
    stroke-dashoffset: 300px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 300px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes bannerLine3 {
  0% {
    stroke-dashoffset: 300px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 300px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
.banner-line4 {
    position: absolute;
    top: 16.2%;
    left: 35%;
    width: 20%;
}
.banner-line4 svg path {
    stroke-dasharray: 320px;
    stroke-dashoffset: 0px;
    opacity: 0;
    -webkit-animation: bannerLine4 1.2s ease-in-out 1s;
            animation: bannerLine4 1.2s ease-in-out 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine4 {
  0% {
    stroke-dashoffset: 320px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 320px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes bannerLine4 {
  0% {
    stroke-dashoffset: 320px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 320px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
.banner-line5 {
    position: absolute;
    top: 14%;
    right: 10%;
    width: 31%;
}
.banner-line5 svg path {
    stroke-dasharray: 560px;
    opacity: 0;
    -webkit-animation: bannerLine5 1.2s ease-in-out 2s;
            animation: bannerLine5 1.2s ease-in-out 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine5 {
  0% {
    stroke-dashoffset: 560px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 560px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes bannerLine5 {
  0% {
    stroke-dashoffset: 560px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 560px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
.banner-line6 {
    position: absolute;
    top: 38.5%;
    right: 4%;
    width: 26%;
    -webkit-transform: rotate(0.5deg);
        -ms-transform: rotate(0.5deg);
            transform: rotate(0.5deg);
}
.banner-line6 svg path {
    stroke-dasharray: 480px;
    opacity: 0;
    -webkit-animation: bannerLine6 1.2s ease-in-out 2s;
            animation: bannerLine6 1.2s ease-in-out 2s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes bannerLine6 {
  0% {
    stroke-dashoffset: 480px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 480px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes bannerLine6 {
  0% {
    stroke-dashoffset: 480px;
    opacity: 0;
  }
  1% {
    stroke-dashoffset: 480px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
span.dots-banner {
    border: 3px solid #3368fa;
    width: 8px;
    display: block;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 6px);
    z-index: 9;
    opacity: 0;
    -webkit-animation: bannerDots 200ms ease-in-out;
            animation: bannerDots 200ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
span.dots-banner:before {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background: #3368fa2e;
    border-radius: 50%;
    z-index: -1;
}
.banner-img-profile>div.active span.dots-banner:before {
    animation: dotsAnimation 3s ease-in-out;
    animation-fill-mode: forwards;
}
@keyframes dotsAnimation {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(2.2);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(2.2);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}
span.dots-banner:after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #3368fa2e;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}
.banner-image2 span.dots-banner, .banner-image3 span.dots-banner {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
}
.banner-image4 span.dots-banner, .banner-image6 span.dots-banner {
    -webkit-animation-delay: 2.1s;
            animation-delay: 2.1s;
}
.banner-image5 span.dots-banner, .banner-image7 span.dots-banner {
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
}
@-webkit-keyframes bannerDots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bannerDots {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.banner-image1 span.dots-banner,
.banner-image4 span.dots-banner,
.banner-image5 span.dots-banner {
    bottom: 0;
    top: auto;
}
.banner-content {
    margin-top: 0;
    max-width: 560px;
    margin: 0 auto;
    margin-top: -6%;
}
.banner-content h1 {
    color: #1f1f1f;
    font-weight: 600;
    text-transform: capitalize;
}
.banner-content h1 i {
    font-style: normal;
    opacity: 0;
}
.banner-content h1 b {
    position: relative;
    font-weight: 600;
    display: block;
}
.banner-content h1 span>span {
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0;
    width: 100%;
}
.banner-content h1 span>span.active {
    opacity: 0;
    -webkit-animation: animation 2s ease-in-out;
            animation: animation 2s ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@-webkit-keyframes animation {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes animation {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.banner-content p {
    color: #a0a0a0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    padding: 0 5%;
}
.banner-content .main-btn {
    margin-top: 18px;
}
.banner-content>.banner-video-link {
    font-style: normal;
    margin-top: 18px;
    color: #0271e2;
    font-weight: 600;
    cursor: pointer;
    height: 20px;
    display: inline-block;
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.banner-content>.banner-video-link:hover {
    font-size: 16px;
}
.banner-content>.banner-video-link img {
    width: 12px;
    position: relative;
    top: 2px;
}
 display: block;
}*/
.slick-next {
    display: none !important;
}
section.why-suitable-section {
    padding: 60px 0;
    position: relative;
}
.why-suitable-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.why-suitable-inner>div {
    width: 45%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.why-suitable-right h2 {
    position: relative;
    padding-top: 20px;
    margin-top: 23%;
}
.why-suitable-right h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    opacity: 0.3;
    background: #afafaf;
    height: 4px;
}
.why-suitable-right h2 img {
    display: block;
    width: 27px;
    margin-bottom: 10px;
    opacity: 0;
}
section.why-suitable-section .why-suitable-right h2.aos-animate img {
    opacity: 1;
    -webkit-transition: 500ms ease-in-out 0.3s;
    -o-transition: 500ms ease-in-out 0.3s;
    transition: 500ms ease-in-out 0.3s;
}
section.why-suitable-section .why-suitable-right h2.aos-animate:after {
    width: 20%;
    -webkit-transition: 500ms ease-in-out 0.3s;
    -o-transition: 500ms ease-in-out 0.3s;
    transition: 500ms ease-in-out 0.3s;
}
.why-suitable-right-inner {
    margin-top: 50px;
}
.why-suitable-right-inner>i {
    background: #101dfa;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.why-suitable-right-inner>i img {
    width: 50%;
}
.why-suitable-right-inner h6 {
    margin-top: 15px;
}
.why-suitable-right-inner p {
    margin-top: 7px;
    max-width: 80%;
    line-height: 1.5;
}
section.why-employee-section {
    background-color: #141619;
    color: #fff;
    padding: 90px 0 50px;
}
section.why-employee-section h2 {
    position: relative;
    padding-top: 20px;
    color: #fff;
}
section.why-employee-section h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    opacity: 0.3;
    background: rgba(175, 175, 175, 0.3);
    height: 4px;
}
section.why-employee-section h2 img {
    display: block;
    width: 27px;
    margin-bottom: 10px;
    opacity: 0;
}
section.why-employee-section h2.aos-animate img {
    opacity: 1;
    -webkit-transition: 500ms ease-in-out 0.3s;
    -o-transition: 500ms ease-in-out 0.3s;
    transition: 500ms ease-in-out 0.3s;
}
section.why-employee-section h2.aos-animate:after {
    width: 20%;
    -webkit-transition: 500ms ease-in-out 0.3s;
    -o-transition: 500ms ease-in-out 0.3s;
    transition: 500ms ease-in-out 0.3s;
}
.why-employee-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px 0 0;
}
.why-employee-card {
    width: 23%;
}
.why-employee-card h3 {
    font-size: 60px;
    color: #fff;
}
.why-employee-card h6 {
    margin-top: 20px;
    opacity: 0.87;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}
.why-employee-card p {
    opacity: 0.6;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.68;
    margin-top: 20px;
}
.why-employee-video {
    margin-top: 100px;
}
.why-employee-video-inner {
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    position: relative;
}
.why-employee-video-inner iframe {
    margin: 0 auto;
    display: block;
    border-radius: 10px;
        max-width: 90%;
}
.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
}
.why-employee-video-content {
    margin-top: 60px;
    padding: 0 10%;
}
.why-employee-video-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 20px;
    width: 66%;
}
section.stories-section {
    padding: 80px 0 0;
    text-align: center;
}
section.stories-section h2 {
    font-weight: 600;
}
section.stories-section h2>span {
    color: #0271e2;
}
section.stories-section p {
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.4;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}
section.stories-section p>span {
    display: block;
}
.stories-inner {
    border-radius: 16px;
    background-color: #f2f2f2;
    padding: 20px 0 40px;
    margin-top: 30px;
}
.stories-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 600px;
    margin: 80px auto 0;
}
.stories-img {
    border-radius: 15px;
    background-color: #141414;
    padding: 30px 20px;
    width: 178px;
    opacity: 0;
    -webkit-transform: translate(30px, 25px);
        -ms-transform: translate(30px, 25px);
            transform: translate(30px, 25px);
}
.stories-card.aos-animate .stories-img {
    -webkit-transform: translate(30px, -45px);
        -ms-transform: translate(30px, -45px);
            transform: translate(30px, -45px);
    opacity: 1;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}
.stories-img img {
    width: 70%;
}
.stories-content {
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px 0 rgba(86, 155, 247, 0.16);
            box-shadow: 0 0 10px 0 rgba(86, 155, 247, 0.16);
    background-color: #ffffff;
    text-align: left;
    width: calc(100% - 208px);
    position: relative;
    z-index: 1;
    padding: 25px 30px 25px 50px;
    opacity: 0;
    -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
            transform: translateY(25px);
}
.stories-card.aos-animate .stories-content {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}
.stories-content img {
    position: absolute;
    top: 24px;
    left: 20px;
    width: 20px;
}
section.stories-section .stories-content p {
    margin: 0;
    line-height: 1.6;
    color: #575757;
    opacity: 1;
}
section.stories-section .stories-content p i {
    font-style: normal;
    padding: 2px 5px;
    position: relative;
        display: inline-block;
}
section.stories-section .stories-content.aos-animate p i {
    color: #1f1f1f;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}
section.stories-section .stories-content p i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: rgba(2, 113, 226, 0.2);
}
section.stories-section .stories-content.aos-animate p i:after {
    width: 100%;
    -webkit-transition: 700ms ease-in-out;
    -o-transition: 700ms ease-in-out;
    transition: 700ms ease-in-out;
}

.stories-content>span {
    color: #4c4c4c;
    font-weight: 600;
    margin-top: 20px;
    display: block;
}
.stories-card:nth-child(even) .stories-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background-color: #ed7c35;
    -webkit-transform: translate(0px, 25px);
        -ms-transform: translate(0px, 25px);
            transform: translate(0px, 25px);
}
.stories-card.aos-animate:nth-child(even) .stories-img {
    -webkit-transform: translate(0px, -45px);
        -ms-transform: translate(0px, -45px);
            transform: translate(0px, -45px);
}
.stories-card:nth-child(even) .stories-content {
    -webkit-transform: translate(30px, 25px);
        -ms-transform: translate(30px, 25px);
            transform: translate(30px, 25px);
}
.stories-card.aos-animate:nth-child(even) .stories-content {
    -webkit-transform: translate(30px, 0px);
        -ms-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
}
.read-more {
    margin-top: 60px;
}
.read-more a {
    color: #1f1f1f;
    font-weight: 600;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
    height: 20px;
    display: block;
}
.read-more a:hover {
    font-size: 16px;
    color: #0271e2;
}
.read-more a img {
    width: 12px;
    position: relative;
    top: 2px;
}



section.start-section {
    padding: 80px 0;
    text-align: center;
}
section.start-section h2 {
    font-weight: 600;
}
section.start-section h2 span {
    color: #0271e2;
}
section.start-section p {
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.4;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}
section.start-section p>span {
    display: block;
}
.start-inner {
    border-radius: 10px;
    border: solid 2px rgba(2, 113, 226, 0.4);
    background-color: #ffffff;
    max-width: 370px;
    margin: 50px auto 0;
    padding: 40px 40px 50px;
    position: relative;
    overflow: hidden;
}
.start-inner:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background-color: rgba(2, 113, 226, 0.4);
}
section.start-section .start-inner p {
    color: #afafaf;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 280px;
    margin: 25px auto 0;
    opacity: 1;
}
.start-inner a {
    margin-top: 40px;
}


section.footer-top {
    background: #f5f5f5;
    padding: 0;
	display: none;
}
.footer-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-top-img {
    width: 30%;
}
.footer-top-img img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
.footer-top-content {
    width: 70%;
}
.footer-top-content h4 {
    color: #1f1f1f;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.4;
}
.footer-top-content a {
    display: inline-block;
    margin-top: 25px;
    color: #0271e2;
    height: 20px;
    display: block;
    -webkit-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
.footer-top-content a:hover {
    font-size: 16px;
}
.footer-top-content a img {
    margin-right: 5px;
    width: 12px;
}



footer {
    background-color: #141f2b;
    padding: 50px 0 0;
}
.footer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-left {
    width: 31%;
}
.footer-left>li {
    display: block;
}
.footer-left a {
    width: 170px;
    display: inline-block;
}
.footer-left p {
    line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.6;
    margin-top: 20px;
}
.footer-center {
    width: 22%;
}
.footer-center h6 {
	color: #fff;
    font-weight: 500;
    font-size: 18px;
	margin-bottom: 12px;
}
.footer-center p {
	line-height: 1.4;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
    opacity: 0.6;
    margin-top: 4px;
}
.footer-center a {
    color: #fff;
	opacity: 0.6;
    display: inline-block;
    font-size: 16px;
    line-height: 1.8;
}
.footer-center a i {
    margin-right: 10px;
}
.footer-center p i {
	margin-right: 5px;
}
.footer-right {
    width: 25%;
    text-align: right;
}
.footer-right h6 {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}
.footer-right a.main-btn {
    margin-top: 30px;
}
.copy-right {
    margin-top: 40px;
    border-top: 1px solid rgba(175, 175, 175, 0.3);
}
.copy-right li#custom_html-4 {
    display: block;
}
.copy-right-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 0;
}
.copy-right-inner p, .copy-right-inner a {
    color: #ffffff;
    opacity: 0.6;
}
.copy-right-inner a i {
	font-size: 20px;
}
.copy-right-inner a .fa-youtube-play {
    position: relative;
    top: 2px;
}
.copy-right-inner a:hover {
    opacity: 1;
}
.copy-right-inner ul {
    display: flex;
    flex-wrap: wrap;
}
.copy-right-inner ul li {
    list-style: none;
    margin-left: 10px;
}
.copy-right-inner ul li:first-child {
    margin-left: 0;
}

section.privacy-section {
    padding: 100px 0 60px;
}
section.privacy-section h4 {
    margin-bottom: 20px;
}
section.privacy-section h5 {
    margin-top: 30px;
    margin-bottom: 10px;
}
section.privacy-section h6 {
    margin: 20px 0 0;
}
section.privacy-section p {
    line-height: 1.5;
}
section.privacy-section p>span {
    display: block;
    margin-top: 7px;
}




/* Blog Start */
section.blog-section,
section.blog-detail{
    padding-top: 100px;
}
.blog-inner h3 {
    margin-bottom: 10px;
}
section.blog-section p {
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.5;
}
section.blog-list-section {
    position: relative;
    margin-top: 40px;
}
.blog-list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position:relative;
}
.blog-column{
    width: calc((100% - (100% - 48px)/3) - 24px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog{
    width: calc((100% - 24px)/2);
    position: relative;
    margin-bottom: 32px;
    overflow: hidden;
    padding-bottom: 14px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
            box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 4px 8px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: 300ms ease-in-out;
    -o-transition: 300ms ease-in-out;
    transition: 300ms ease-in-out;
}
.blog:hover {
    background: #f4f9ff;
    -webkit-box-shadow: 2px 4px 10px #8686862b;
            box-shadow: 2px 4px 10px #8686862b;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
}
.blog h6{
    line-height: 1.4;
}
.blog .img-container{
    position: relative;
    overflow: hidden;
    padding: 30.8% 0;
    border-radius: 4px;
	background-color: #1f1f1f;
}
.blog .img-container img{
    position: absolute;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-details{
    padding: 20px;
}
.blog-details p {
    margin-top: 8px;
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.5;
}
.blog .blog-details ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 5%;
    right: 5%;
}
.blog .blog-details ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.blog .blog-details ul li img{
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: black;
    display: inline-block;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog .blog-details ul li span{
    padding-left: 8px;
    color:#3b3b3f;
    font-size: 14px;
    font-weight: 500;
}
.blog .blog-details ul li i{
    color: #3f78f3;
}
.update-column{
    width: calc((100% - 128px)/3);
}
.update-column h5{
    border-bottom: 1px solid #0000001f;
    padding-bottom: 15px;
    margin-bottom: 24px;
}
.update-details p{
    color: #000000;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 16px;
}
.update-details a:hover p {
    color: #101dfa;
}
.update-details ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    color: rgba(31, 31, 31, 0.6);
    font-size: 12px;
    margin-bottom: 25px;
}
section.request-section {
    margin-top: 100px;
}
.request-demo-section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px 0 64px;
    padding: 48px 72px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 54px 0 rgba(66, 74, 91, 0.1);
            box-shadow: 0 4px 54px 0 rgba(66, 74, 91, 0.1);
    background-color: #101dfa;
}
.request-demo-section h3{
    width: 45%;
    color: #ffffff;
}
.request-demo-section .main-btn{
    color: #101dfa;
    background: #fff;
    border-color: #fff;
    padding: 10px 30px;
}
.request-demo-section .main-button:hover{
    background: transparent;
}
/* Blog End */

/* pagination */
.paginate {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
}
.paginate a.page-numbers, .paginate>span {
    font-size: 18px;
    width: 40px;
    display: block;
    border: 1px solid #101dfa;
    margin: 0 5px;
    padding: 7px 0;
    border-radius: 3px;
    transition: 300ms ease-in-out;
}
.paginate a.page-numbers:hover {
    color: #fff !important;
    background: #101dfa;
}
.paginate a.next.page-numbers,
.paginate a.prev.page-numbers{
    width: auto;
    border: 0;
    color: #101dfa !important;
    background: transparent;
}
.paginate span.page-numbers.current{
    color:#fff;
    background:#101dfa;
}


/*Blog Detail Page*/
.blog-detail .blog-breadcumb a{
    color: rgba(31, 31, 31, 0.6);
}    
.blog-details-banner{
    margin-top: 24px;
    position: relative;
    padding: 20% 0;
    border-radius: 8px;
    overflow: hidden;
	background-color: #1f1f1f;
}
.blog-details-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.blog-detail-inner {
    padding-left: 15%;
    padding-right: 15%;
    margin: 48px 0;
	display: flex;
    flex-wrap: wrap;
}
.blog-detail-inner .blog-fields {
	width: 70%;
	display: none;
}
.addtoany_share_save_container.addtoany_content.addtoany_content_top {
	width: 100%;
	margin: 26px auto 16px;
	text-align: left;
}
.blog-detail-inner h4,
.blog-detail-inner h5,
.blog-detail-inner h6 {
    margin-top: 30px;
}
.blog-detail-inner p {
    margin-top: 33px;
    line-height: 26px;
}
.blog-fields >span {
    margin-right: 2%;
}
.blog-detail-inner ul{
    margin-top: 33px;
}
.blog-detail-inner ul li {
    position: relative;
    list-style-type: none;
    line-height: 2;
}
.blog-detail-inner ul li i{
    font-size: 16px;
    margin-right: 10px;
}
.blog-detail-inner>img{
    margin-top: 33px;
}
.Related-heading {
    margin: 90px 0 30px;
    text-align: center;
}
.blog-column-alt{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.blog-column-alt .blog{
    width: calc((100% - 48px)/3);
    margin-left: 24px;
}
.blog:nth-child(3n + 1) {
    margin-left: 0px;
}
section.request-section.blog-details-request {
    margin-top: 0;
}


/* about */
section.solution-section {
    background: #fff;
    padding-bottom: 80px;
}
.distance-learning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 110px 0 80px;
}
.distance-learning-left {
    width: 58.35%;
}
.distance-learning-left>h2 {
    margin-bottom: 12px;
}
.distance-learning-left>p {
    margin-top: 25px;
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.5;
    font-size: 16px;
}
.distance-learning-left>p span {
    display: block;
    margin-top: 20px;
}
.distance-learning-right {
    width: 41.65%;
    text-align: center;
    position: relative;
}
.distance-learning-img {
    padding: 40%;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    margin-right: 0;
    z-index: 2;
}
.distance-learning-right img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.distance-learning-right .img-circle {
    position: absolute;
    right: -30px;
    padding: 40% 0;
    border-radius: 50%;
    background-image: -o-linear-gradient(330deg,#dde3fa,#b3c1f7);
    background-image: linear-gradient(120deg,#dde3fa,#b3c1f7);
    width: 80%;
    bottom: -20px;
}
.onsite-learning-section {
	display: none;
}
.onsite-learning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 33px;
}
.onsite-learning-left {
    width: 54%;
}
.onsite-learning-left img {
    border-radius: 8px;
}
.onsite-learning-right {
    width: 46%;
}
.onsite-content {
    width: 118.57%;
    padding: 36px 46px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 32px 0 rgba(0,0,0,.08);
    box-shadow: 0 4px 32px 0 rgba(0,0,0,.08);
    background-color: #fff;
    -webkit-transform: translateX(-26%);
    -ms-transform: translateX(-26%);
    transform: translateX(-26%);
}
.onsite-content p {
    color: rgba(31, 31, 31, 0.6);
    line-height: 1.5;
    font-size: 16px;
}
.process-section .onsite-learning-right {
    order: -1;
}
.process-section .onsite-learning-right .onsite-content {
    -webkit-transform: translateX(6%);
    -ms-transform: translateX(6%);
    transform: translateX(6%);
}


/* faq */
section.faq-banner .faq-banner-content {
    padding: 10% 0 4%;
    text-align: center;
}
.faq-banner-content h1 {
    font-weight: 700;
}
.faq-banner-content p {
    max-width: 48%;
    margin: 0 auto;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 10px;
}
.faq-banner-content .main-btn {
    margin-top: 20px;
}
.faq-tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.faq-tab ul li {
    border-radius: 30px;
    box-shadow: 0 23px 46px 0 rgba(20,25,35,.06);
    background-color: #fff;
    text-align: center;
    padding: 5%;
    border: 2px solid transparent;
    list-style: none;
    width: 30%;
    cursor: pointer;
}
.faq-tab ul li.tab-link.current {
    border-color: #101dfa;
    color: #101dfa;
}
.faq-tab ul li i {
    width: 70px;
    display: block;
    margin: 0 auto;
    background: #101dfa;
    height: 70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.faq-tab ul li i img {
    height: 40px;
    width: auto;
}
.faq-tab ul li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-top: 20px;
}
.faq-list .tab-content {
    display: none;
}
.faq-list .tab-content.current {
    display: block;
}
.faq-list {
    max-width: 80%;
    margin: 4% auto;
}
.accordion {
    border-top: 0;
    width: 100%;
    margin-top: 3%;
    overflow: hidden;
}
.accordion h3 {
    border-bottom: solid 1px #eaeaea;
    padding: 25px 40px 25px 0;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
    cursor: pointer;
	font-size: 22px;
}
.accordion h3 span {
    font-size: 22px;
}
.accordion h3:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 23px;
    border: 1px solid #000;
    font-weight: 400;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-size: 32px;
}
.accordion h3.active:after {
    content: "-";
    line-height: 22px;
    border-color: #101dfa;
}
.accordion h3.active {
    color: #101dfa;
}
.accordion-content {
    display: none;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #595959;
}
.accordion-content p {
	margin-top: 10px;
}


/* privacy */

.privacy-inner {
    padding: 5% 0%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.privacy-img {
    width: 100%;
}
.privacy-img img {
    width: 20%;
}
.privacy-content {
    width: 65%;
}
.privacy-content h2 {
    font-weight: 700;
}
.privacy-content p {
    margin-top: 20px;
    font-size: 16px;
    color: #a0a0a0;
    line-height: 1.5;
}
section.security-section {
    text-align: center;
    padding: 40px 0 80px;
}
section.security-section h2 {
    font-weight: 700;
	display: none;
}
.security-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.security-card {
    width: 20%;
    margin-top: 0%;
}
.security-card span {
	background: #101dfa;
    width: 20%;
    margin: auto;
    height: 45px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.security-card span img {
    width: 50%;
}
.security-card h5 {
    margin-top: 23px;
}
.security-card p {
    margin-top: 10px;
    color: #a0a0a0;
    line-height: 1.5;
}



/* e-book css */
section.ebook-section {
    padding-top: 120px;
}
.ebook-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ebook-left {
    width: 40%;
}
.ebook-right {
    width: 52%;
    margin-left: 8%;
}
.ebook-right h2 span {
    display: block;
}
.ebook-right>p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.5;
}

/* e-book-form css */
section.ebook-form-section {
    padding-top: 120px;
}
.ebook-form-section h3 {
    text-align: center;
}
.ebook-form-section p {
    text-align: center;
    margin-top: 12px;
}
.ebook-form-inner {
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.ebook-form-left {
    width: 50%;
    text-align: center;
}
.ebook-form-right {
    width: 42%;
    margin-left: 8%;
    background-color: #2e4056;
    color: #fff;
    padding: 20px 50px;
}
.ebook-form-right h6 {
    text-align: center;
    color: #fff;
}
.ebook-form-right .form-group, .form-group-checks {
    margin-top: 20px;
}
.ebook-form-right .form-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 6px;
}
.ebook-form-right .form-group input[type=text], input[type=email] {
    padding: 15px 5px;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
}
.ebook-form-right .form-group .main-btn {
    color: #101dfa;
    background: #fff;
    border-color: #fff;
    padding: 12px 30px;
}
/* e-book-form success css */
section.ebook-form-success {
    padding-top: 120px;
}
.form-success-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.success-left {
    width: 25%;
    text-align: center;
}
.success-center {
    width: 40%;
}
.success-center p {
    margin: 22px 0px;
}
.success-right {
    width: 25%;
    margin-left: 5%;
    background-color: #2e4056;
    color: #fff;
    padding: 20px 50px;
}
.success-right h6 {
    color: #fff;
    text-align: center;
}
.success-right input[type=text] {
    padding: 15px 5px;
    width: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 2px 3px #dddddd;
}
.success-right .form-group {
    margin-top: 10px;
}
.success-right .form-group .main-btn {
    color: #101dfa;
    background: #fff;
    border-color: #fff;
    padding: 12px 30px;
}

/*case studies css*/
.case-studies-banner {
    position: relative;
    padding: 8% 0 0;
}
.case-studies-banner-inner {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 20px #ccc;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    justify-content: space-between;
}
.case-studies-left {
    width: 45%;
    position: relative;
    background-color: #fff;
    color: #000;
    padding: 5% 10% 5% 6%;
}
.case-studies-right {
    width: 54%;
    position: relative;
    background: #101dfa;
    color: #fff;
    padding: 40px 20px;
}
.case-studies-left h4 {
    margin-top: 12px;
    font-size: 22px;
}
.case-studies-right .quote {
    width: 400px;
    max-width: 530px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgb(81 178 238 / 40%);
    background-color: #fff;
    padding: 15px 20px;
    margin: 0 auto;
    margin-top: 25px;
    margin-right: 0;
    color: #000;
}
.case-shape {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 162px solid transparent;
    border-right: 100px solid #101dfa;
    border-bottom: 162px solid transparent;
   left: -100px;
    top: 0;
}
.quote span {
    margin-top: 20px;
    display: inline-block;
}
.case-studies-right p {
    line-height: 1.6;
}
.case-studies-left img {
    width: 25%;
}

/* Social Share on posts */
a.a2a_dd.addtoany_share_save.addtoany_share {
    display: none;
}


/* Popup */
.gform_fields {
	display: flex !important;
	flex-wrap: wrap !important;
}
.medium {
    width: 100% !important;
}
.validation_error {
	display: none;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 6px !important;
}
body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}
.gform_confirmation_message {
	font-size: 20px;
    text-align: center;
    font-weight: 700;
}
.confirmation-check {
	width: 60px;
	height: 60px;
	display: block;
	border: 2px solid #101dfa;
	border-radius: 50%;
	margin: 38px auto -8px;
	position: relative;
	background: #101dfa;
}
.confirmation-check:after {
	content: "";
	position: absolute;
	left: 21px;
	top: 8px;
	width: 10px;
	height: 28px;
	border: solid #fff;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
	border-width: 0 6px 6px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* Search & Filter Pro */
.sf-field-search {
    text-align: center;
	padding: 10px 0 40px !important;
}
.faq-search-form .searchandfilter ul .sf-field-search input{
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 15px 2px;
    border-radius: 15px !important;
    outline: none;
    text-indent: 4%;
    width: 600px;
    box-shadow: 0 2px 6px 0 rgb(20 25 35 / 6%);
}
.sf-field-taxonomy-faqs_categories ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sf-field-taxonomy-faqs_categories ul li:first-child:after {
	display: none;
}
.sf-field-taxonomy-faqs_categories ul li:first-child .sf-label-radio {
	top: 0;
}
.sf-field-taxonomy-faqs_categories ul li {
    border-radius: 30px;
    box-shadow: 0 23px 46px 0 rgb(20 25 35 / 6%);
    background-color: #fff;
    text-align: center;
    border: 2px solid transparent;
    list-style: none;
    width: 22%;
    cursor: pointer;
    display: inline-block;
	position: relative;
}
.sf-field-taxonomy-faqs_categories ul li:after {
    height: 50px;
	width: 50px;
	background: url('http://localhost/suitable/wp-content/uploads/2021/04/general.png') no-repeat;
	background-size: 50px;
	border-radius: 50%;
	position: absolute;
	left: 40%;
	top: 15%;
	content: '';
}
.sf-field-taxonomy-faqs_categories ul li.sf-option-active {
	border-color: #101dfa;
    color: #101dfa;
}
.sf-field-taxonomy-faqs_categories ul li .sf-input-radio {
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
	left: 0;
	cursor: pointer;
}
.sf-field-taxonomy-faqs_categories ul li .sf-label-radio {
	padding: 50px 40px;
	font-size: 22px;
    font-weight: 700;
	position: relative;
	top: 15%;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 70px auto;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  position: relative;
  transition: all 5s ease-in-out;
}
.popup .close {
    position: absolute;
    top: 0px;
    right: 10px;
    transition: all 200ms;
    font-size: 40px;
    font-weight: 400;
    text-decoration: none;
    line-height: 30px;
}
.popup .close:hover {
    color: #101dfa;
}
.popup h4 {
    text-align: center;
    color: #101dfa;
}
.popup form {
    margin-top: 40px;
}
.popup form .gform_heading {
    display: none;
}
.popup form ul {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popup form ul li {
    width: 48% !important;
    margin-bottom: 15px;
	background: transparent !important;
	list-style: none;
	border: 0 !important;
	padding: 0 !important;
}
.popup form .form-group.form-submit {
    margin-bottom: 0;
    margin-top: 15px;
}
.popup form  input[type=submit] {
    border-radius: 22.5px;
    width: auto;
    padding: 11px 40px;
    cursor: pointer;
    border-color: #101dfa;
	background: #101dfa;
    color: #fff;
}
.popup form  label {
    width: 100%;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}
.popup form  input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
    outline: none;
}
.popup form textarea {
	box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ccc;
	outline: none;
}
.gform_fields .full_width_message {
	width: 100% !important;
}
/* Scout page css */
.recommend {
    padding: 12% 0 10%;
    position: relative;
    overflow: hidden;
}
.recommend-left {
    width: 60%;
}
.recommend-left h1 span {
    display: block;
}
.recommend-left h1 b {
    font-weight: 600;
    color: #569BF7;
}
.recommend-left p {
    margin: 30px 0;
    font-size: 20px;
}
.recommend-left p span{
    display: block
}
.recommend-left span {
    display: block;
    margin-top: 10px;
}

.recommend-right {
    position: absolute;
    top: 15%;
    right: -10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 40%;
}
.recommend-right-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #f1f1f1;
    padding: 10px 15px;
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
}
.recommend-right-grid:first-child {
    width: 51%;
}
.recommend-right-grid:nth-child(2) {
    margin-right: 10px;
}
.recommend-right-grid:nth-child(n+2) {
    margin-top: 10px;
}
.grid-left {
    width: 25%;
    line-height: 0;
}
.grid-left img {
    width: 50px;
}
.grid-right {
    width: 75%;
}
.grid-right ul li {
    list-style-type: none;
}
.grid-right ul li b{
    font-size: 18px;
}
.grid-bottom {
    padding: 10px 0px;
}
.grid-bottom p {
    font-size: 16px;
    margin: 5px 0;
}
.grid-bottom span {
    color: #EC6B6D;
}
.how-it-work {
    background-color: #141619;
    padding: 90px 0 140px;
}
.how-it-work-inner {
    display: flex;
    flex-wrap: wrap;
}
.how-it-work-left {
    width: 50%;
}
.how-it-work-right {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how-it-work-left h2, .how-it-work-left p, .how-it-work-left ul li {
    color: #fff;
}
.how-it-work-left h2 {
    position: relative;
    padding-top: 20px;
}
.how-it-work-left h2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    opacity: 0.3;
    background: rgba(175, 175, 175, 0.3);
    height: 4px;
}
.how-it-work-left p {
    margin: 20px 0;
}
.how-it-work-left ul {
    margin: 40px 0;
}
.how-it-work-left ul li {
    list-style-type: none;
    background-color: #4B4C4E;
    padding: 15px 25px;
    border-radius: 30px;
    width: 46%;
}
.how-it-work-left ul li span {
    background-color: #000000;
    padding: 4px 10px;
    border-radius: 6px;
    color: #707070;
    font-size: 16px;
    margin-right: 15px;
}
.how-it-work-left ul li:not(:first-child) {
    margin-top: 25px;
}
.vouched-grid {
    background-image: linear-gradient(#5b5b5b, #000);
    width: calc((100% - 10px) /2);
    border-radius: 6px;
    text-align: center;
    padding: 0px 10px;
    position: relative;
}
.badge {
    position: absolute;
    width: 20px;
    right: 12%;
}
.vouched-grid:nth-child(even) {
    transform: translateY(60px) !important;
}
.vouched-grid:nth-child(n+2) {
    margin-top: 10px;
}
.vouched-grid-top img {
    width: 60px;
}
.vouched-grid-top {
    padding: 20px 0;
}
.vouched-grid-bottom {
    padding: 60px 0;
}
.vouched-grid-top p {
    font-size: 20px;
    margin: 10px 0;
}
.vouched-grid-top p, .vouched-grid-top span {
    color: #fff;
}
.vouched-grid-bottom {
    border-top: 1px solid grey;
}
.vouched-grid-bottom img {
    width: 20px;
}
.vouched-grid-bottom span {
    display: block;
    color: #569BF7;
}

/* Job page css */
section.job-banner {
    margin-top: 50px;
}
.job-content {
    padding: 40px 0;
}
.job-content h2, .job-content p{
    text-align: center;
}
.job-content p{
    margin-top: 30px;
}
.job-content p span{
    display: block;
}
.job-content h2 span{
    color: #101dfa;
}
#gform_wrapper_3 {
    width: 35%;
    margin: 50px auto 0;
    border: solid 2px rgba(2, 113, 226, 0.4);
    padding: 0px 16px 100px;
    border-radius: 10px;
    position: relative;
}
#gform_wrapper_3:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 9px;
    background-color: rgba(2, 113, 226, 0.4);
}
#gform_wrapper_3 .gform_heading {
    display: none;
}
#gform_wrapper_3 ul li {
    list-style-type: none;
}
#gform_wrapper_3 .ginput_container_text input,  #gform_wrapper_3 .ginput_container_email input, .ginput_container_phone input{
    width: 100%;
    border-radius: 5px;
    padding: 8px 6px;
    border: 1px solid #ccc;
    outline: none;
}
#gform_wrapper_3 input[type=submit] {
    border-radius: 22.5px;
    width: auto;
    padding: 11px 40px;
    cursor: pointer;
    border-color: #101dfa;
    background: #101dfa;
    color: #fff;
}
#gform_wrapper_3 .gform_footer.top_label {
    text-align: center;
    margin-top: 10px;
}
#gform_wrapper_3 input {
    margin-top: 10px;
}
#gform_wrapper_3 .gfield {
    margin-top: 20px;
	width: 100%;
}
.gform_delete {
    width: auto;
}
.job_form_content {
    text-align: center;
    position: absolute;
    bottom: 50px;
	left: 2%;
}
#gform_confirmation_message_3 {
    margin-top: 25px;
}
.gfield_radio li input{
	margin-top: 0px !important;
}
#gform_wrapper_4 .gform_footer.top_label {
    padding: 0;
    margin: 0;
}