body {
    font-family: 'Proxima Nova', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: 2px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-style: normal;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    color: #51357f;
    letter-spacing: 0
}

h2 {
    font-size: 60px;
    font-style: normal;
    line-height: 46px;
    font-weight: 600;
    color: #f9a221;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
    font-weight: 500
}

h4 {
    font-size: 24px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #1c1d3e
}

h5 {
    font-size: 20px;
    font-style: normal;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #1c1d3e
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    margin-bottom: 10px;
    color: #1c1d3e
}

ul {
    margin: 0;
    padding: 0
}

u {
    text-decoration-style: wavy
}

p {
    line-height: 1.7
}

img {
    max-width: 100%
}

.lead {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px
}

.o-hidden {
    overflow: hidden
}

.o-x-hidden {
    overflow-x: hidden
}

.img-center {
    display: inline-block !important;
    max-width: 100%
}

.pos-r {
    position: relative
}

.z-index-0 {
    z-index: 0;
    position: relative
}

.z-index-1 {
    z-index: 1;
    position: relative
}

h1 span {
    color: #2575fc
}

section {
    padding: 80px 0
}

.section-title {
    margin-bottom: 50px;
    position: relative
}

.section-title p {
    font-size: 16px
}

.align-item-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center
}

.align-item-middle>div {
    width: 100%
}

.font-w-3 {
    font-weight: 300
}

.font-w-4 {
    font-weight: 400
}

.font-w-5 {
    font-weight: 500
}

.font-w-6 {
    font-weight: 600
}

.font-w-7 {
    font-weight: 700
}

.font-w-8 {
    font-weight: 800
}

.font-w-9 {
    font-weight: 900
}

.line-h-2 {
    line-height: 1.6
}

.line-h-3 {
    line-height: 1.7
}

.line-h-4 {
    line-height: 1.8
}

.line-h-5 {
    line-height: 1.9
}

.letter-space-1 {
    letter-spacing: 5px
}

.letter-space-2 {
    letter-spacing: 10px
}

.letter-space-3 {
    letter-spacing: 15px
}

.text-theme {
    color: #faa121;
    font-weight: 700
}

.text-black {
    color: #1c1d3e !important
}

.text-grey {
    color: #999
}

.text-rgba {
    color: rgba(255, 255, 255, .8)
}

.white-bg {
    background-color: #fff !important
}

.dark-bg {
    background-color: #02060b
}

.grey-bg {
    background-color: #f3f5ff
}

.theme-bg {
    background-color: #2575fc
}

.transparent-bg {
    background-color: inherit !important
}

.grediant-bg {
    background-color: #005bea;
    background-color: linear-gradient(90deg, rgba(0, 91, 234, 1) 0, rgba(37, 117, 252, 1) 80%)
}

.fullscreen-banner {
    position: relative
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-item,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-stage-outer {
    height: 100%
}

.hero-bg {
    left: 0;
    position: absolute;
    top: 0
}

.fullscreen-banner .img-side {
    top: 50%;
    transform: translateY(-50%);
    left: -5%;
    height: auto
}

.video-btn {
    position: relative;
    display: inline-block
}

.video-btn .play-btn {
    font-size: 30px;
    background: #faa121;
    color: #fff;
    line-height: 55px;
    width: 70px;
    height: 70px;
    border: 10px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    position: relative;
    display: inline-block;
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, background, border-color;
    transition-property: color, background, border-color
}

.video-btn-pos {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto !important;
    z-index: 99
}

.dark-bg .video-btn .play-btn,
.theme-bg .video-btn .play-btn {
    background: #fff;
    border-color: #ddd;
    color: #faa121
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2
}

.html5-video video {
    width: 100%
}

.video-btn .spinner-eff {
    left: 50%;
    top: 50%
}

.bg-animation {
    position: absolute;
    top: -100px;
    left: 0
}

.wave-shape {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    top: 0
}

.wave-bg>use {
    animation: move-forever 20s linear infinite
}

.wave-bg>use:nth-child(1) {
    animation-delay: -2s
}

.wave-bg>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 10s
}

.wave-bg>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 8s
}

.wave-animation {
    display: block;
    width: 100%;
    height: 8em;
    max-height: 100vh;
    margin: 0;
    position: absolute;
    bottom: -40px
}

.work-process {
    position: relative
}

.step-num {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 12px 20px 0 rgba(117, 178, 240, .4);
    color: #005bea;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    right: 0;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px
}

.theme-bg .work-process h4,
.theme-bg .work-process p {
    color: #fff
}

.step-icon {
    background: #fff;
    width: 140px;
    height: 140px;
    position: relative;
    border: 3px solid #fafaff;
    border-radius: 50%;
    line-height: 140px;
    font-size: 40px;
    text-align: center;
    color: #1c1d3e
}

.step-icon span {
    position: relative
}

.step-icon span::after,
.step-icon span::before {
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    width: 40px;
    z-index: -1
}

.step-icon span::after {
    background: #cdf3f6;
    height: 25px;
    left: -10px;
    top: 5px;
    width: 25px
}

.step-icon span::before {
    background: #d4f8e6;
    bottom: 0;
    right: -10px
}

.dark-bg .step-icon {
    color: rgba(255, 255, 255, .9);
    background: 0 0
}

.dark-bg .step-desc h4 {
    color: #2575fc
}

.dark-bg .step-icon {
    border-color: rgba(255, 255, 255, .1)
}

.dark-bg .step-desc p {
    color: rgba(255, 255, 255, .7)
}

.step-num-box {
    position: relative;
    display: inline-block;
    margin-bottom: 20px
}

.work-process .box-loader {
    position: absolute;
    top: 30%;
    right: -15%;
    left: inherit
}

.work-process.style-2 {
    padding: 0;
    display: flex;
    align-items: center
}

.work-process.style-2:before {
    display: none
}

.work-process.style-2 .step-num-box {
    margin-bottom: 0;
    margin-right: 30px
}

.work-process.style-3 {
    padding: 70px 30px 0
}

.work-process.style-3 .step-num {
    background: 0 0;
    box-shadow: none;
    color: rgba(255, 255, 255, .1);
    font-size: 120px;
    height: auto;
    left: 50%;
    line-height: 120px;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: auto
}

#svg-container {
    position: absolute;
    width: 100%;
    left: 52%;
    z-index: -1;
    transform: translateX(-50%);
    width: 75%
}

#svgC {
    margin: 0 auto;
    width: 100%
}

.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: 0
}

.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center center
}

.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #fac14e;
    top: 0;
    animation: pulse 1.6s linear 0s infinite
}

.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #e36d16;
    top: 16.5%;
    animation: pulse-2 1.6s linear 0s infinite
}

.top-header-right {
    text-align: right
}

.top-header-right h5 {
    color: #fff;
    margin: 0
}

.top-header-right p {
    color: #faa11f;
    margin: 0
}

.top-header-right a:hover p {
    color: #fff
}

.enquiry-form {
    background: #fafafa;
    width: 80%;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 5px 5px 5px 0 rgba(50, 50, 50, .5)
}

.enquiry-form h4 {
    margin-bottom: 5px
}

.enquiry-form h4 span {
    font-weight: 700;
    color: #f9a221;
    font-size: 30px
}

.enquiry-form p {
    background: #51357f;
    color: #fff;
    padding: 4px 10px;
    margin-bottom: 30px
}

.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 8px 14px;
    border: 1px solid #ddd;
    background: #f3f3f3;
    font-size: 14px;
    margin-bottom: 20px;
    resize: none
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #51357f;
    box-shadow: 5px 5px 5px 0 rgba(50, 50, 50, .1)
}

.enquiry-form button {
    width: 100%;
    padding: 10px 16px;
    background: linear-gradient(90deg, #51357f 0, #2c2f74 80%);
    border-radius: 30px;
    border: none;
    color: #fff;
    letter-spacing: 1px;
    transition: all .5s ease 0s;
    box-shadow: 0 1px 1px 0 rgba(44, 49, 59, .15)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.enquiry-form button:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .5)
}

.our-exclusive {
    background: linear-gradient(to right, #6114c6, #614d90);
    padding: 10px 0;
    margin-bottom: 50px
}

.btn-side-batch {
    position: fixed;
    bottom: 10%;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.5s ease 0s;
}

.anim-join {
    animation: bounce 5s ease infinite alternate;
}

.form-pop-img img {
    display: block !important;
}

.modal {
    z-index: 9999;
    padding-left: 0 !important;
}

.modal-dialog {
    max-width: 800px;
}

.modal-content {
    background-image: url(../images/banner/patern-bgm-1.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    animation: slide 100s linear infinite;
    border: 0px solid transparent !important;
    -webkit-box-shadow: 0 0 15px 0 rgb(72 73 121 / 15%);
    -moz-box-shadow: 0 0 15px 0 rgba(72, 73, 121, .15);
    box-shadow: 0 0 15px 0 rgb(72 73 121 / 15%);
}

.close-tap span {
    background-color: #44337b;
    color: #fff;
    width: 35px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 30px !important;
    border-radius: 3px;
    text-align: center;
    border: transparent;
    padding: 5px 12px;
}

.close-tap span:hover {
    background-color: #000;
    color: #fff;
}

.close {
    opacity: 1 !important;
}

.marquee {
    margin: 0 auto;
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
}

.marquee h4 span {
    color: #f9a221;
    font-weight: 700
}

.marquee h4 {
    color: #fff;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 600;
}

.marquee a {
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-100%, 0)
    }
}


/* Google Section  */

.skilz-gd-back {
    background-color: #f5f5f5;
    padding: 60px 0;
}

.section-part {
    padding: 0 0 80px 0;
}

.partner_head {
    margin-top: 70px;
    padding: 25px 0;
}

.partner_head h2 {
    line-height: 1.5;
    letter-spacing: 3px;
    color: #222;
    font-size: 55px;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px #b6b6b6;
}

.partner_head span {
    line-height: 1.5;
    letter-spacing: 3px;
    color: #faa61a;
    font-size: 50px;
    text-transform: uppercase;
}

#about h4 {
    letter-spacing: 1px;
    font-size: 18px
}

.why-choose h4 {
    font-weight: 700;
    margin-bottom: 20px
}

.why-choose p {
    text-align: justify
}

.why-choose ul {
    padding-left: 25px;
    position: relative
}

.why-choose ul li {
    list-style: none;
    color: #000;
    font-size: 13px;
    padding-bottom: 10px
}

.why-choose ul li::before {
    content: '\f35a';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #51357f;
    position: absolute;
    left: 0
}

.why-choose-img {
    border-radius: 6px;
    box-shadow: 5px 5px 5px 0 rgba(50, 50, 50, .2)
}

.btn-hover-effect {
    display: flex;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1
}

.btn-hover-effect {
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 26px;
    transform: translateZ(0);
    text-decoration: none;
    overflow: hidden
}

.btn-hover-effect--effect-1:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1
}

.btn-hover-effect--effect-1:after {
    position: absolute;
    top: 1px;
    right: -40px;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40px;
    content: '\f105';
    font-family: FontAwesome;
    font-size: 25px;
    font-weight: 900;
    line-height: inherit;
    opacity: 0
}

.btn-hover-effect--effect-1:hover {
    padding-left: 16px !important;
    padding-right: 36px
}

.btn-hover-effect--effect-1:hover:before {
    transform: scale(1, 1);
    transform-origin: left top
}

.btn-hover-effect--effect-1:hover:after {
    right: 0;
    opacity: 1
}

.btn-hover-effect--effect-2:before {
    position: absolute;
    top: 0;
    left: 0;
    transition-property: transform;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255, 255, 255, .2);
    transform: scale(0, 1);
    transform-origin: right top;
    z-index: -1
}

.btn-hover-effect--effect-2:hover:before {
    transform: scale(1, 1);
    transform-origin: left top
}

.btn-hover-effect--effect-2:hover:after {
    right: 0;
    opacity: 1
}

.social span {
    font-weight: 700;
    opacity: .7
}

.social ul {
    margin: 0
}

.social li {
    width: 46px;
    height: 46px;
    padding: 13px 0;
    font-size: 20px;
    text-align: center;
    box-shadow: 0 3px 30px -10px rgba(0, 0, 0, .7);
    margin: 0 2px;
    color: #fff
}

.social li:nth-child(1) {
    background: linear-gradient(to left bottom, #005dc5, #00a1ff)
}

.social li:nth-child(2) {
    background: linear-gradient(to left bottom, #6442c6, #da2b86)
}

.social li:nth-child(3) {
    background: linear-gradient(to left bottom, #cf2227, #bd1016)
}

.social li:nth-child(4) {
    background: linear-gradient(to left bottom, #3384bc, #00a1ff)
}


/* ==== Whatsapp Chat ==== */

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    line-height: 45px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 9999;
}

.bounce {
    animation: bounce 15s infinite;
}

.floating-whats:hover {
    color: #fff;
    box-shadow: 2px 2px 3px rgb(163, 163, 163);
}

.floating-whats i {
    color: #fff;
}

.floating-whats i:hover {
    color: #fff;
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(10px);
    }

    60% {
        transform: translateY(10px);
    }
}

.callus-loading {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 75px;
    line-height: 45px;
    left: 20px;
    background-color: #44337b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    z-index: 9999;
}


/* Our Placements  */

.placed_in {
    display: block;
}

.placed_in_mob {
    display: none;
}


/* // end  */

.we_techno {
    margin-top: 40px;
}

.list-unstyled {
    list-style: none
}

.we_techno {
    display: block;
}

.we_techo-mob {
    display: none;
}

.technology-expert {
    background: linear-gradient(90deg, #2c2f74 0, #51357f 80%) !important;
    padding: 60px 0;
    color: #fff;
    position: relative
}

.technology-expert h2 {
    color: #fff
}

.tecnology-icons {
    background: #f2f2f2;
    padding: 20px;
    margin-top: 30px
}

.brd-rht {
    border-right: 1px solid #c4c4c4
}

.brd-bt {
    border-bottom: 1px solid #c4c4c4;
    margin: 0
}

.pad-10 {
    padding: 10px
}

.tecnology-icons img {
    transition: all 0.5s ease 0s;
    cursor: pointer
}

.tecnology-icons img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.zero {
    margin: 0
}

.ds-none {
    display: none
}

.spinner-eff {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 0;
    right: 40px
}

.spinner-eff .spinner-circle {
    border-radius: 100px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1);
    transform-origin: center center
}

.spinner-eff .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #393c87;
    top: 0;
    animation: pulse 1.6s linear 0s infinite
}

.spinner-eff .circle-2 {
    width: 66.6%;
    height: 66.6%;
    background-color: #2c2f74;
    top: 16.5%;
    animation: pulse-2 1.6s linear 0s infinite
}

.top-header {
    padding: 10px 0;
    background: #ededed
}

.top-header p {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 0;
    padding-top: 6px;
    color: #000
}

.top-header p a:hover {
    color: #614d90
}

.top-header p a {
    color: #000
}

.top-social ul li {
    display: inline-block;
    margin-left: 5px
}

.top-social ul li a {
    width: 30px;
    height: 30px;
    background: #614d90;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border: 1px solid #614d90;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.top-social ul li a:hover {
    background: transparent;
    color: #614d90;
    border-color: #614d90;
    transition: all 0.3s ease 0s;
}

.slider-section {
    padding: 20px;
    padding-bottom: 0px;
    background: url(../images/bg/bgm-1.png);
    animation: slide 100s linear infinite;
    margin-bottom: 20px;
}

.slider-section img {
    /* box-shadow: 0 1px 1px 0 rgba(44, 49, 59, .15); */
    border-radius: 30px;
    width: 80%;
}

.slider-section img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.slider-section img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.slider-section h2 {
    font-size: 42px;
    font-weight: 700
}

/* ////// */
.slider-section .output {
    min-height: 120px;
    margin-top: 0px
}

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #614d90;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite
}

h1.cursor::after {
    height: 24px;
    width: 13px
}

h2.cursor::after {
    height: 13px;
    width: 6px
}

@keyframes blink {
    0% {
        opacity: 1
    }

    49% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1365px 0
    }
}


/* ////// */
.slider-section.output {
    min-height: 120px;
    margin-top: 0px
}

.cursor::after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    background-color: #614d90;
    animation-name: blink;
    animation-duration: 0.5s;
    animation-iteration-count: infinite
}

h1.cursor::after {
    height: 24px;
    width: 13px
}

h2.cursor::after {
    height: 13px;
    width: 6px
}

@keyframes blink {
    0% {
        opacity: 1
    }

    49% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes slide {
    from {
        background-position: 0 0
    }

    to {
        background-position: -1365px 0
    }
}

/* /////// */

.course-search form {
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.course-search form input {
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    margin-bottom: 15px
}

.course-search form button {
    border: none;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    background: #009036;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 1px 0 rgba(44, 49, 59, .15);
    margin-bottom: 15px
}

.course-search form .button2 {
    background: #614d90
}

.course-search form button:hover {
    background: #f9a221
}

.logo-w {
    display: none
}

.fixed-header .logo-w {
    display: block
}

.fixed-header .logo-n {
    display: none
}

.fixed-header .navbar-nav .nav-link {
    color: #fff;
}

.slider-section .spinner-eff {
    top: 20%;
    right: 21%
}

#about {
    background: url(../images/bg/02.png) no-repeat;
    background-size: cover
}

.skill-video {
    width: 100%;
    height: 500px
}

.about-us h4 {
    font-family: 'proxima_nova_altbold'
}

.about-us img {
    width: 30px;
    margin-right: 8px
}

.about-us p {
    text-align: justify;
    text-indent: 30px
}

.about-us li {
    width: calc(100%/2);
    float: left
}

.about-us li strong {
    color: #f9a221
}

.image-column {
    position: absolute;
    left: 0;
    top: 33%;
    margin-top: 20px;
}

.top-gd .image-column {
    position: absolute;
    left: 0;
    top: 44%;
    margin-top: 20px;
}

.image-column.right {
    left: inherit;
    right: 0
}

.img-box {
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 5px 20px #898989;
}

.img-box img {
    width: 100%;
}

.box-loader {
    border-radius: 100%;
    margin: 0 auto;
    position: absolute;
    top: 5px;
    left: 15px;
}

.box-loader span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #f9a221;
    margin: 0 5px;
    opacity: 0
}

.box-loader span:nth-child(1) {
    animation: opacitychange 1s ease-in-out infinite
}

.box-loader span:nth-child(2) {
    animation: opacitychange 1s ease-in-out 0.33s infinite
}

.box-loader span:nth-child(3) {
    animation: opacitychange 1s ease-in-out 0.66s infinite
}

.service h3 {
    font-family: proxima_nova_altblack;
    font-size: 30px;
    letter-spacing: inherit;
    text-shadow: 2px 2px rgba(0, 0, 0, .3)
}

.service h3 span {
    position: relative;
    top: 20px;
    display: inline-block;
    animation: bounce 5s ease infinite alternate;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc, 0 5px 0 #ccc, 0 6px 0 transparent, 0 7px 0 transparent, 0 8px 0 transparent, 0 9px 0 transparent, 0 10px 10px rgba(0, 0, 0, .4)
}

.technology-expert .section-title {
    margin-bottom: 0
}

.technology-expert .title-effect .bar {
    background: #679cac
}

.place {
    font-size: 18px;
    font-weight: 500;
}

.video-carousel {
    height: 400px;
    border: 8px solid #fff
}

.video-testi-carousel {
    padding: 20px;
    -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, .08);
    -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, .08);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, .08)
}

.video-testi-carousel.owl-carousel .owl-nav {
    position: absolute;
    bottom: 20px
}

.video-testi-carousel.owl-carousel .owl-nav button.owl-next,
.video-testi-carousel.owl-carousel .owl-nav button.owl-prev {
    padding: 10px 20px !important
}

.certification {
    background: #ededed
}

.client-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 10px 10px;
    width: calc(100% / 4);
    float: left
}

.client-logos {
    display: inline-flex;
    width: 100%;
}

.client-logos .clients-sub {
    margin: 10px;
    cursor: pointer;
}

.client-logos .clients-sub img {
    overflow: hidden;
    border-radius: 5px;
}

.client-logos .clients-sub img:hover {
    transform: scale(1.05);
}

.supported-logo {
    background: #fff;
    border: 1px solid #ebebeb;
    margin-right: -1px;
    margin-top: -1px;
    padding: 20px;
    width: calc(100% / 5);
    float: left
}

.certification .section-title {
    margin-bottom: 40px
}

.certification .section-title h2 {
    line-height: 46px
}

.affiliation .section-title {
    margin-bottom: 40px
}

.affiliation .section-title h2 {
    line-height: 46px
}


/* ====== Testimonial Style  ===== */

.testimonials {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.testimonials .title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 0;
    max-width: 600px;
    margin: 0 auto;
}

.testimonials .title h5 {
    color: #353535;
    line-height: 1.2em;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: -3px;
}

.testimonials .title h2 {
    color: #333333;
    line-height: 1.2em;
    font-weight: 900;
    font-size: 41px;
    letter-spacing: -1px;
    margin: 0;
}

.testimonials .title img {
    margin-top: -10px;
}

.testimonials .title p {
    margin: 0 0 10px;
    margin-bottom: 0;
    color: #5a3733;
}

.testimonials .testi .item {
    background: #fff;
    padding: 30px 30px;
    border-radius: 10% 0 10% 0;
    margin: 8px;
    margin-bottom: 70px;
    cursor: pointer;
    border-top: 2px solid #faa121;
    border-bottom: 2px solid #faa121;
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 20%);
    transition: all 0.5s ease 0s;
}

.testimonials .testi .item:hover {
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 30%);
    transition: all 0.5s ease 0s;
}

.testimonials .testi .item .profile img {
    border-radius: 100%;
    object-fit: cover;
    margin: 0 auto;
    border: 1px solid #d5d5d5;
    padding: 3px;
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 10%);
}

.testimonials .testi .item .profile .information {
    margin-bottom: 15px;
}

.testimonials .testi .item .profile .information h5 {
    font-size: 24px;
    color: #3f3279;
    font-weight: 900;
    margin-top: 10px;
}

.testimonials .testi .item .profile .information p {
    margin: 5px 0px 0;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
}

.testimonials .testi .item .profile .information span {
    color: #343434;
    font-size: 14px;
}

.testimonials .testi .item .icon-quote p {
    font-size: 15px;
    margin: 0;
    display: block;
    color: #424242;
    text-align: justify;
}

.testimonials .testi .item .icon-quote {
    min-height: 190px;
}

.testimonials .testi .item .icon {
    text-align: left;
    margin-bottom: 10px;
}

.testimonials .testi .item .icon i {
    font-size: 25px;
    color: #3a3a3a;
}

.test-video {
    background-color: #f5f5f5;
}

.test-video .our-testimonials-head {
    text-align: center;
    margin: 8px;
    box-shadow: 0 6px 22px 0 rgb(195 195 195 / 10%);
    background-color: rgb(255, 255, 255);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.test-video .our-testimonials-head:hover {
    box-shadow: 0 6px 22px 0 rgba(158, 158, 158, 0.15);
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.test-video .our-testimonials-head h3 {
    font-size: 22px;
    color: rgb(63, 50, 121);
    letter-spacing: 0.3px;
    padding: 10px 0px 15px;
}

.owl-item-awre {
    padding-top: 10px;
    padding-bottom: 20px;
}

.why_skilz {
    display: block !important;
    background: #fff;
}

.why_skilz__mobile {
    display: none !important;
}

.testimonail__desk {
    display: block !important;
}

.testimonail__mobile {
    display: none !important;
}


/* ==== Popup for Get List ==== */

.btn-popup {
    position: fixed;
    bottom: 30px;
    right: 0;
    float: right;
    z-index: 999 !important;
    cursor: pointer;
    border: transparent !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none !important;
}

.modal-dialog {
    max-width: 100%;
    height: 100%;
    margin: 0 auto !important;
}

.modal {
    padding-right: 0 !important;
    z-index: 999999;
}

.model-back {
    margin: 5rem 10rem !important;
    padding: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 22px 0 rgba(70 70 70 0.2);
    box-shadow: 0 0px 22px 0 rgb(70 70 70 / 0.2);
}

.model-border {
    border-radius: 0 !important;
}

.popup-btn {
    position: absolute !important;
    top: 20px !important;
    z-index: 9999 !important;
    right: 20px !important;
    display: block;
}

.popup-btn span {
    background-color: #4e397b !important;
    color: #fff !important;
    border: 1px solid #4e397b !important;
    width: 40px !important;
    height: 40px !important;
    text-align: center;
    border-radius: 50% !important;
    line-height: 35px;
    font-weight: 600;
    cursor: pointer;
    padding: 2px 3px;
    font-size: 35px;
    display: block;
}

.popup-btn span:hover {
    background-color: #fff !important;
    color: #4e397b !important;
    border: 1px solid #4e397b !important;

}

.form-datas {
    padding: 25px 30px 25px 0;

}

.form-datas h3 {
    margin-bottom: 20px;
    font-size: 25px;
}

.form_search form input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 15px
}

.form_search form input:focus {
    border: 1px solid #614d90;
}

.form_search form label {
    font-weight: 600;
    font-size: 14px;
    color: rgb(87, 87, 87);
    margin-bottom: 5px;
}

.form_search form button {
    border: none;
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 1px 0 rgba(44, 49, 59, .15);

}

.form_search form .button2 {
    background: #614d90
}

.form_search form button:hover {
    background: #f9a221
}

.submit-btn .icon-book {
    margin-right: 5px;
}

.submit-btn {
    text-align: center;
    margin-top: 15px;
}

/* Arrow Top  */

.top-arrow a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite; */
}

#skilz-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px;
    z-index: 99999;
    border: 2px solid transparent;
    border-image: linear-gradient(to right, #f9a221, #f3b860);
    border-image-slice: 1;
    background-color: #e9e9e9;
    display: block;
    text-decoration: none;
    border-radius: 5%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#skilz-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#skilz-to-top:hover i {
    color: #fff;
    top: 5px;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-30px);
    }

    60% {
        -webkit-transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-30px);
    }

    60% {
        -moz-transform: translateY(-15px);
    }
}

@-o-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -o-transform: translateY(0);
    }

    40% {
        -o-transform: translateY(-30px);
    }

    60% {
        -o-transform: translateY(-15px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

/* Convocation Section  */

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #a088d7;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    display: block;
    width: 80px;
    height: 80px;
    background: #614d90;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: #4b308a;
    transition: all 200ms;

}


.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* Convocation Section End */


.we_off {
    padding: 25px 0;
}

.weofferyou h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5vh;
    left: 8px;
    position: relative;
}

.weofferyou ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weofferyou ul li {
    display: inline-block;
    font-size: 1rem;
}

.weofferyou ul li img {
    width: 50px;
    margin-right: 6px;
}

.anim-title {
    position: relative;
}

.title-effect2 {
    width: 65px;
    height: 65px;
    top: -18px;
    position: absolute;
    left: 0;
    opacity: .2;
    animation: rotation 12.8s steps(1) 0s infinite;
}

.text-center .title-effect2 {
    left: 50%;
    margin-left: -25px
}

.text-center .section-title h6 {
    padding: 15px 0
}

.title-effect2 .bar {
    background: #51357f
}

.title-effect2 .bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    animation: bar-top 3.2s linear 0s infinite
}

.title-effect2 .bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    animation: bar-right 3.2s linear 0s infinite
}

.title-effect2 .bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    animation: bar-bottom 3.2s linear 0s infinite
}

.title-effect2 .bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    animation: bar-left 3.2s linear 0s infinite
}

.theme-bg .title-effect2 .bar,
.theme-bg .title-effect2 .ellipse {
    background: #fff
}

.theme-bg .title-effect2 i {
    color: #2575fc
}

/* /////// UI-UX Landing new-//////// */

.what_is_uiux {
    display: block !important;
    padding: 50px 0;
    background-color: #f5f5f5;
}

.what_is_uiux p {
    text-align: justify;
    text-indent: 30px;
}

.time_line__ {
    background: #F8FAFE;
}

.text_main {
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    letter-spacing: inherit;
    color: #000;
}

.what_is_uiux table,
td {
    border: 4px solid #F5F5F5;
    padding: 15px;
    background-color: #fff;
}

.what_is_uiux table th {
    background: #614d90;
    font-size: 20px;
    color: #fff;
    padding: 15px;
    border: 4px solid #f5f5f5;
}

.what_is_uiux table th td {
    text-indent: 30px;
}

.para_size {
    padding: 40px;
    background: #fff;
    border-radius: 15px;
}

.table_size {
    margin-top: 50px;
    padding: 30px 40px;
}

.table_size table {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    margin-top: 30px;
}

.table_size table {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    margin-top: 30px;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.table_clr {
    color: #2c2f74;
    font-weight: 600;
    font-size: inherit;
}

/* ////// */

.technology-expert_01 {
    background: linear-gradient(90deg, #2c2f74 0, #51357f 80%) !important;
    padding: 60px 0;
    color: #fff;
    position: relative;
    padding: 60px 100px;
}


.technology-expert_01 h2 {
    color: #fff
}

.technology-expert_01 .section-title {
    margin-bottom: 0
}

.technology-expert_01 .title-effect .bar {
    background: #679cac
}

.tech_bg {
    background: linear-gradient(90deg, #2c2f74 0, #51357f 80%) !important;
    padding: 60px 0;
    color: #fff;
    position: relative;
    /* padding: 60px 100px; */
}

.digi_faq {
    background: #fff !important;
}

.tech_bg h2 {
    color: #fff
}

.tech_bg .section-title {
    margin-bottom: 0
}

.tech_bg .title-effect .bar {
    background: #679cac
}

details[open] summary~* {
    animation: open 0.3s ease-in-out;
}

@keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details summary::-webkit-details-marker {
    display: none;
}

details summary {
    width: 100%;
    padding: 0.5rem 1rem;
    border-top: 1px solid black;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    list-style: none;
    background: #ffffffc5;
    color: #2c2f74;
    font-weight: normal;
}

details summary:after {
    content: "+";
    color: black;
    position: absolute;
    font-size: 1.75rem;
    line-height: 0;
    margin-top: 0.75rem;
    right: 30px;
    font-weight: 200;
    transform-origin: center;
    transition: 0.2s linear;
}

details[open] summary:after {
    transform: rotate(45deg);
    font-size: 2rem;
    transition: 0.2s linear;
}

details summary {
    outline: 0;
}

details p {
    font-size: 14px;
    text-indent: 30px;
    margin: 0 0 1rem;
    padding: 1rem;
    /* background:linear-gradient(90deg, #fff 0, #51357f 80%); */
    /* background: linear-gradient(rgba(255, 255, 255, 1) 0%, rgba(251, 251, 251, 0.1) 100%), linear-gradient(90deg, #2c2f74,#51357f); */
    background: #ffffffc5;
    color: #000;
    border-top: 1px solid #f5f5f5;
}


/* TIME LINE STYLES */

.timeline {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    position: relative;
}

.timeline__event {
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 6px;
    align-self: center;
    width: 50vw;
}

.timeline__event:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0 6px 6px 0;
}

.timeline__event:nth-child(2n+1) .timeline__event__content {
    border-radius: 6px 0 0 6px;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 145%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    left: 50%;
    right: auto;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
    animation: fillLeft 2s forwards 4s ease-in-out;
}

.timeline__event:nth-child(2n+1) .timeline__event__icon.frst:after {
    content: unset;
    background: transparent;
}


.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    background: #fff;
    width: calc(40vw - 84px);
    border-radius: 0 6px 6px 0;
}

.timeline__event__date {
    color: #f6a4ec;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    background: #9251ac;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    padding: 0 20px;
    border-radius: 6px 0 0 6px;
}

.timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9251ac;
    padding: 20px;
    align-self: center;
    margin: 0 20px;
    background: #f6a4ec;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    padding: 40px;
    height: 40px;
    position: relative;
}

.timeline__event__icon i {
    font-size: 32px;
}

.timeline__event__icon:before {
    content: "";
    width: 2px;
    height: 145%;
    background: #f6a4ec;
    position: absolute;
    top: 0%;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    -webkit-animation: fillTop 2s forwards 4s ease-in-out;
    animation: fillTop 2s forwards 4s ease-in-out;
}

.timeline__event__icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #f6a4ec;
    position: absolute;
    left: 0%;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
    -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
    animation: fillLeftOdd 2s forwards 4s ease-in-out;
}

.timeline__event__description {
    flex-basis: 100%;
}

.timeline__event--type2:after {
    background: #555ac0;
}

.timeline__event--type2 .timeline__event__date {
    color: #87bbfe;
    background: #555ac0;
}

.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__icon {
    background: #87bbfe;
    color: #555ac0;
}

.timeline__event--type2 .timeline__event__icon:before,
.timeline__event--type2 .timeline__event__icon:after {
    background: #87bbfe;
}

.timeline__event--type2 .timeline__event__title {
    color: #555ac0;
}

.timeline__event--type3:after {
    background: #24b47e;
}

.timeline__event--type3 .timeline__event__date {
    color: #aff1b6;
    background-color: #24b47e;
}

.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before,
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
    background: #aff1b6;
}

.timeline__event--type3 .timeline__event__icon {
    background: #aff1b6;
    color: #24b47e;
}

.timeline__event--type3 .timeline__event__icon:before,
.timeline__event--type3 .timeline__event__icon:after {
    background: #aff1b6;
}

.timeline__event--type3 .timeline__event__title {
    color: #24b47e;
}

.timeline__event:last-child .timeline__event__icon:before {
    content: none;
}

@media (max-width: 786px) {
    .timeline__event {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event__content {
        width: 100%;
    }

    .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        width: 100%;
        margin: 0;
        box-shadow: none;
    }

    .timeline__event__icon:before,
    .timeline__event__icon:after {
        display: none;
    }

    .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) {
        flex-direction: column;
        align-self: center;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__date {
        border-radius: 0;
        padding: 20px;
    }

    .timeline__event:nth-child(2n+1) .timeline__event__icon {
        border-radius: 6px 6px 0 0;
        margin: 0;
    }
}

@-webkit-keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@keyframes fillLeft {
    100% {
        right: 100%;
    }
}

@-webkit-keyframes fillTop {
    100% {
        top: 100%;
    }
}

@keyframes fillTop {
    100% {
        top: 100%;
    }
}

@-webkit-keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

@keyframes fillLeftOdd {
    100% {
        left: 100%;
    }
}

/*  */
.img_pro01 {
    position: absolute;
    background: #e2e2e2;
    border-radius: 50%;
}


.text_paragraph p {
    margin: 5px 0;
    font-size: 13px;
    letter-spacing: 0;
}

.text_heading {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 700;
}

/* END TIME LINE STYLES */

/* tools */

/* .tech_bg{
    background: url(../../../assets/landing/images/bg/bgm-1.png);
} */
.tools_used {
    margin: 10px;
    padding: 20px;
    /* border-radius: 10px; */
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    text-align: center;
    margin-top: 50px;
}

.tech_center {
    display: flex;
    justify-content: center;
}

.tech_center img {
    width: 66px;
    height: 66px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.tech_center img:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}


.line_1 {
    border-right: 1px solid #808080;
}

.line_1 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_2 {
    border-right: 1px solid #808080;
}

.line_2 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_3 {
    border-right: 1px solid #808080;
}

.line_3 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_4 {
    border-right: 1px solid #808080;
}

.line_4 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_5 {
    border-right: 1px solid #808080;
}

.line_5 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_6 .tech_center {
    border-bottom: 1px solid #808080;
}

.line_7 {
    border-right: 1px solid #808080;
}

.line_8 {
    border-right: 1px solid #808080;
}

.line_9 {
    border-right: 1px solid #808080;
}

.line_10 {
    border-right: 1px solid #808080;
}

.line_11 {
    border-right: 1px solid #808080;
}

/* ////// */

.building {
    padding-top: 20px;
    padding-bottom: 40px;
}

.style-1 {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    /* border: 2px solid #51357f; */
    align-items: flex-start;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.style-1:hover {
    box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease 0s;
}

.featured-icon01 {
    display: inline-block !important;
    position: relative;
    border-radius: 100px;
    box-shadow: 0px 3px 7px 2px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    background-color: #fff;
}

.featured-desc p {
    text-align: center;
}

/* //// */
.typed {
    color: #F9A222;
    font-size: 45px;
    font-weight: 600;
}

.typed-cursor {
    color: #51357f;
    font-size: 45px;
    font-weight: 600;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* /////////////// */


.timeline-main {
    width: 100%;
    padding: 25px;
}

.timeline-main .timeline-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.timeline-main .timeline-wrap::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 10px);
    background-color: #f3b860;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap::before {
        left: 95%;
    }
}

.timeline-main .timeline-wrap .timeline-card {
    width: 50%;
    margin-right: auto;
    position: relative;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card {
        width: 95%;
    }
}

.timeline-main .timeline-wrap .timeline-card::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #fff;
    background: #00283a;
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
    height: 100%;
    margin-right: 35px;
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
    padding: 15px;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap {
        padding: 20px;
    }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::before {
    content: "";
    position: absolute;
    left: 30px;
    top: -8px;
    height: 8px;
    width: calc(100% - 60px);
    background-color: #7d7d7d;
    border-radius: 5px 5px 0 0;
    opacity: 0.3;
    box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.07);
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -8px;
    width: 20px;
    height: 20px;
    background-color: #51357f;
    border-radius: 5px;
    transform: rotate(45deg);
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-head {
        font-size: 18px;
        line-height: 28px;
    }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #bdbdbd;
    margin-bottom: 0;
    font-style: italic;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .card-head-wrap .timeline-card-subhead {
        font-size: 14px;
        line-height: 24px;
    }
}

.timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    margin: 10px 0 0;
}

@media (max-width: 767px) {
    .timeline-main .timeline-wrap .timeline-card .timeline-card-wrap .timeline-card-text {
        font-size: 12px;
        line-height: 22px;
    }
}

@media (min-width: 768px) {
    .timeline-main .timeline-wrap .timeline-card:nth-child(even) {
        margin-left: auto;
        margin-right: 0;
    }

    .timeline-main .timeline-wrap .timeline-card:nth-child(even)::after {
        right: unset;
        left: -10px;
    }

    .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap {
        margin-right: 0;
        margin-left: 35px;
    }

    .timeline-main .timeline-wrap .timeline-card:nth-child(even) .timeline-card-wrap::after {
        right: unset;
        border-left: none;
        left: -8px;
        border-right: 10px solid #51357f;
    }
}

.time_line__ {
    background: #F8FAFE;
}

.skilz-tesnt h2 {
    font-size: 30px;
    color: #51357f;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-weight: 600;
}

.section-title h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.ext-links {
    color: #1e74ff !important;
}

.ext-links:hover {
    color: #053f9c !important;
}

/* ///////////// */
.img-main-dm {
    top: 35%;
}

.dmbadge_mob {
    display: none !important;
}

.badge_dm {
    margin-top: 30px;
}

.badge_dm img {
    width: 50%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

.badge_dm img {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-10px);
    }
}

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

    100% {
        transform: translateX(-10px);
    }
}

.ext-link {
    color: #005dc5 !important;
    transition: 0s;
    transition: all 0.3s !important;
}

.ext-link:hover {
    color: #e36d16 !important;
    transition: 0s;
    transition: all 0.3s !important;
}

.link_all {
    color: #51357f;
    font-weight: 600;
}

.para_size img {
    width: 100%;
}

.experts_bg {
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;

}

.img_exp {
    position: relative;
    width: 65%;
}

.ten_years_exp {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
}

.ten_years_exp img {
    width: 70%;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.exp_para {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    text-align: justify;
    box-shadow: 0px 4px 7px 2px rgba(0, 0, 0, 0.03);
}

/* partners */

.partner_mob {
    display: none;
}

.learn_from{
    width: 100% !important;
    height: auto;
}