html {
    scroll-behavior: smooth
}

/*.logo {
    margin: 20px;
    padding: 10px 15px;
    background: 0 0;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 999;
}*/

.logo{
    width:222px;
    margin:0px;
    padding:10px 40px;
    background:0 0;
    position:absolute;
    top:-5px;
    left:-35px;
    z-index:999;

}

.body-fad {
    opacity: .5
}

.service-features-item .item-icon {
    margin: 0 auto;
    margin-bottom: 10px;
    border: none
}

    .service-features-item .item-icon:before {
        content: '';
        width: 50%;
        margin-left: -25%;
        top: -1px;
        left: 50%;
        background: 0 0;
        height: 5px
    }

.service-section-feature {
    background: #f7f0ea;
    padding: 85px 0
}

.service-section-feature-content {
    padding: 85px 0
}

.service-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    min-height: 500px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all .5s ease
}

.section-header {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
}

.dot-list-style {
    list-style-type: disc;
    padding: 20px
}

    .dot-list-style li {
        padding: 5px;
        font-family: lato,sans-serif;
        color: #666;
        font-size: 14px;
        line-height: 18px
    }

.work-section {
    padding-top: 30px;
    padding-bottom: 150px
}

    .work-section .col-sm-6 {
        padding: 0
    }

.image-zoom-hover {
    overflow: hidden;
    position: relative
}

.vidPopUp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.image-zoom-hover img {
    transition: transform .5s ease
}

    .image-zoom-hover img:hover {
        transform: scale(1.1)
    }

.section-contact {
    background-color: #142d8e;
    padding: 100px 0
}

.work-process-card {
    padding: 10px;
    margin: 20px 10px 10px
}

.arraw {
    padding-bottom: 25px
}

.number-icon {
    background-color: #142d8e;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    padding: 20px 30px;
    min-width: 80px;
    display: inline-block
}

.company-logo {
    padding: 50px 20px
}

.section-what-we-do-2 .what-we-do-image img {
    max-width: 100% !important;
    vertical-align: middle
}

.service-features {
    padding: 115px 0;
    background-color: #f8f8f8
}

.welcome-feature {
    min-width: 300px
}

.color-button {
    color: #ff5100;
    font-weight: 700;
    border-bottom: 3px solid #ff5100;
    padding-bottom: 2px
}

    .color-button:hover {
        color: #142d8e;
        border-bottom: 3px solid #142d8e
    }

.career-box {
    font-weight: 600;
    padding: 20px;
    font-size: 20px;
    border: 1px solid #d4d4d4;
    margin: 20px 20px 0;
    background: #fff;
    text-align: left;
    cursor: pointer
}

.career-box-details {
    padding: 20px;
    margin: 0 20px 20px;
    background-color: #fff;
    border-top: none
}

    .career-box-details ul {
        list-style-type: disc;
        padding-left: 25px
    }

    .career-box-details li {
        margin-bottom: .5em;
        font-family: lato,sans-serif;
        color: #666;
        font-size: 14px;
        line-height: 28px
    }

input[type=file] {
    display: none
}

.custom-file-upload {
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 20px;
    cursor: pointer;
    color: #fff
}

.open:hover {
    opacity: 1
}

.open span {
    display: block;
    float: left;
    clear: both;
    height: 2px;
    width: 40px;
    background-color: #ff5100;
    position: absolute;
    right: 3px;
    top: 3px;
    overflow: hidden;
    transition: all .4s ease
}

.sub-menu {
    transition: all .8s cubic-bezier(.68,-.55,.265,1.55);
    height: 0;
    width: 0;
    right: 0;
    top: 0;
    position: absolute;
    background-color: rgba(20,45,142);
    z-index: 18;
    overflow: hidden
}

    .sub-menu li {
        display: block;
        clear: both;
        height: auto;
        transition: all .5s cubic-bezier(.68,-.55,.265,1.55)
    }

        .sub-menu li:first-child {
            margin-top: 40px
        }

        .sub-menu li:nth-child(1) {
            -webkit-transition-delay: .05s
        }

        .sub-menu li:nth-child(2) {
            -webkit-transition-delay: .1s
        }

        .sub-menu li:nth-child(3) {
            -webkit-transition-delay: .15s
        }

        .sub-menu li:nth-child(4) {
            -webkit-transition-delay: .2s
        }

        .sub-menu li:nth-child(5) {
            -webkit-transition-delay: .25s
        }

        .sub-menu li a {
            color: #fff;
            font-family: lato,Arial,Helvetica,sans-serif;
            font-size: 24px;
            width: 100%;
            display: block;
            float: left;
            line-height: 40px;
            font-weight: 600;
            text-decoration: none;
            padding-top: 15px;
            transition: all .2s
        }

            .sub-menu li a:hover, .sub-menu li a.active {
                color: #ff5100
            }

.oppenned .sub-menu {
    opacity: 1;
    height: 140vh;
    width: 145vw;
    padding-top: 100px;
    padding-right: 100px
}

.oppenned span:nth-child(2) {
    overflow: visible
}

.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
    z-index: 100;
    transform: rotate(45deg)
}

.oppenned span:nth-child(1) {
    transform: rotate(45deg) translateY(12px) translateX(12px)
}

.oppenned span:nth-child(2) {
    height: 120vh;
    width: 210vh;
    right: -160px;
    top: -160px;
    background-color: rgba(20,45,142,.8)
}

.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    border-top: 1px solid #fff;
    background: #142d8e;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1
}

    .cookiealert.show {
        opacity: 1;
        transform: translateY(0%);
        transition-delay: 1000ms
    }

    .cookiealert a {
        text-decoration: underline
    }

    .cookiealert .acceptcookies {
        margin-left: 10px;
        vertical-align: baseline
    }

.menu-Content, .homeBgImg {
    background-image: url(../img/menu-bgImg.jpg);
    background-color: #ccc;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 0
}

    .menu-Content div img {
        object-fit: cover
    }

.menu-Items {
    padding: 20px;
    width: 350px;
    cursor: default
}

    .menu-Items a img {
        width: 115px;
        margin-top: 30px;
        margin-left: 15px
    }

    .menu-Items ul {
        margin-left: 15px
    }

.menu-Socials {
    margin-top: 110px;
    margin-left: 20px
}

    .menu-Socials a {
        color: #fff;
        font-size: 20px;
        margin: 10px 20px 0 0
    }

        .menu-Socials a:hover {
            color: #ff5100;
            cursor: pointer
        }

.tabcontent {
    float: left;
    border: 1px solid #ccc;
    width: 100%;
    border-right: none;
    height: 100vh;
    display: none;
    background-color: #f2f2f2;
    z-index: 99;
    cursor: default !important
}

.service-container {
    width: 100%;
    overflow: hidden;
    padding-right: 40px
}

.serviceNsol {
    padding: 25px 0;
    width: 60%;
    float: right
}

.mb1 {
    margin-bottom: 1em
}

.menu-service-header {
    margin: 15px 0
}

    .menu-service-header h5 {
        font-weight: 700;
        text-transform: uppercase
    }

    .menu-service-header p {
        line-height: 20px;
        text-align: justify;
        padding-right: 50px
    }

.menu-work-process-card {
    padding: 10px 5px;
    margin: 5px
}

.menu-arraw {
    padding-bottom: 15px;
    display: flex;
    justify-content: start;
    align-items: center
}

    .menu-arraw h5 {
        margin-left: 10px;
        margin-top: 10px
    }

#menu-meeting {
    width: 30px
}

.menu-number-icon {
    background-color: #142d8e;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    padding: 7px 10px;
    min-width: 50px;
    text-align: center;
    display: inline-block
}

    .menu-number-icon i {
        font-size: 25px
    }

.menu-work-process-card p {
    line-height: 20px;
    text-align: justify;
    padding-right: 50px
}

#menu-Achivements {
    padding: 40px 0 0;
    background: #f2f2f2;
    color: #fff;
    margin-right: 40px
}

.menu-special-info {
    padding: 15px 55px
}

.menu-special-info-item {
    position: relative
}

    .menu-special-info-item .menu-item-icon {
        width: 80px;
        height: 80px;
        position: absolute;
        top: 50%;
        left: -7%;
        margin-top: -40px;
        background: #142d8e;
        line-height: 80px;
        color: #fff;
        text-align: center;
        font-size: 26px
    }

.menu-item-icon .icon {
    margin-top: 25px
}

.contact-container {
    width: 100%
}

.menu-contact-section {
    padding: 30px;
    margin-right: 40px;
    background-color: #f2f2f2
}

    .menu-contact-section .menu-sendDetailHead .heading-title {
        color: #333
    }

    .menu-contact-section .menu-sendDetailHead div.heading-text::before {
        color: #333 !important
    }

    .menu-contact-section form .form-control {
        background-color: grey;
        cursor: default
    }

.menu-special-info-item {
    padding: 15px 55px;
    margin-bottom: 25px;
    border: 1px solid #d4d4d4
}

.menu-splInfo-item-content {
    padding-right: 45px
}

.menu-special-info-item .menu-splInfo-item-content {
    position: relative
}

    .menu-special-info-item .menu-splInfo-item-content .menu-item-name {
        font-family: Lato,sans-serif;
        color: #333;
        font-size: 44px;
        font-weight: 300
    }

    .menu-special-info-item .menu-splInfo-item-content .menu-item-description {
        font-family: Lato,sans-serif;
        color: #666;
        font-size: 14px;
        font-style: italic;
        line-height: 28px
    }

.menu-about-content {
    margin-top: 50px;
    padding-right: 15%
}

    .menu-about-content p {
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 25px
    }

.menu-career-container {
    width: 100%
}

.menu-career-content {
    padding: 30px 0 85px
}

.menu-career-item-header {
    margin-top: 15px
}

.mb0 {
    margin-bottom: 0
}

.menu-career-item-header p {
    text-align: left;
    line-height: 25px
}

.menu-career-item-header h3 {
    font-size: 26px;
    font-weight: 500
}

.menu-career-box {
    margin-left: 0;
    font-size: 18px
}

.menu-service-header a {
    color: #333;
    text-decoration: none
}

    .menu-service-header a:hover {
        color: #ff5100
    }

.achievement-overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: .5s
}

.achievements-content {
    position: relative;
    top: 5%;
    width: 100%;
    text-align: center;
    background-color: #f2f2f2
}

.achievement-overlay .achievement-closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 100
}

#triangle-topright {
    width: 0;
    height: 100px;
    border-right: 180px solid rgba(58,71,122);
    border-top: 175px solid transparent;
    border-bottom: 175px solid transparent;
    position: fixed;
    top: -130px;
    right: -20px;
    z-index: 1;
    transition: all .5s ease
}

    #triangle-topright:hover .open span {
        opacity: 1;
        cursor: pointer;
        overflow: hidden;
        z-index: 9999
    }

.open {
    position: fixed;
    top: 40px;
    right: 45px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    transition: opacity .2s linear;
    z-index: 999
}

    .open span:nth-child(1) {
        margin-top: 10px;
        z-index: 99
    }

    .open span:nth-child(2) {
        margin-top: 20px;
        width: 30px
    }

    .open span:nth-child(3) {
        margin-top: 30px;
        width: 40px
    }

.oppenned span:nth-child(3) {
    transform: rotate(-45deg) translateY(-3px) translateX(3px)
}

.banner__video {
    width: 100%;
    position: relative
}

.banner__header {
    position: absolute;
    top: 200px;
    color: #fff;
    padding: 75px 0 0 60px;
    line-height: 50px;
    text-transform: uppercase
}

.banner__title span {
    display: block;
    line-height: 60px;
    font-weight: 700
}

.team-image {
    overflow: hidden;
    position: relative
}

    .team-image img {
        transition: transform .5s ease
    }

    .team-image:hover img {
        transform: scale(1.15)
    }

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden
}

.team-info {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    font-family: lato,Arial,Helvetica,sans-serif;
    line-height: 20px
}

.team-image:hover .image {
    opacity: .5
}

.team-image:hover .team-info {
    opacity: 1;
    background: rgba(20,45,142,.8);
    width: 100%;
    padding-top: 35%
}

.name {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    padding-top: 30px
}

.designation {
    font-size: 14px;
    letter-spacing: 1px
}

.team__detail {
    text-align: center;
    line-height: 25px
}

.mb-50 {
    margin-bottom: 80px
}

.b1 {
    border: 1px solid #e6e6e6
}

.social__icons {
    margin-top: 20px
}

    .social__icons ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .social__icons ul li {
            display: inline-block;
            margin: 0 4px
        }

            .social__icons ul li a {
                display: block;
                width: 30px;
                height: 30px;
                line-height: 28px;
                text-align: center;
                border: 1px solid #fff;
                border-radius: 50%;
                color: #fff
            }

                .social__icons ul li a:hover {
                    color: #142d8e;
                    background-color: #fff
                }

.service__card {
    margin-top: 10px;
    transition: all .8s ease;
    border-radius: 5px
}

.service__info {
    background-color: #fff;
    padding: 20px;
    transition: all .5s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.service__card-img {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.front, .back {
    overflow: hidden;
    backface-visibility: hidden;
    position: absolute;
    transition: transform .8s linear
}

.front {
    transform: rotateY(0deg)
}

.back {
    background-color: #fff;
    transform: rotateY(180deg)
}

.back__content {
    text-align: center;
    padding: 15px;
    border-radius: 5px
}

.service__card:hover > .front {
    transform: rotateY(-180deg)
}

.service__card:hover > .back {
    transform: rotateY(0deg)
}

.back__content > .dot-list-style {
    list-style-type: none
}

.jobdesc__link i {
    color: #ff5100
}

.jobdesc__link {
    position: absolute;
    right: 25px
}

.jobdescheader {
    text-align: center;
    margin-bottom: 50px
}

#h150 {
    padding: 120px 0 20px;
    height: 150px;
    position: relative
}

#meanDevBox, #reactDevBox {
    position: relative
}

.meanDevBox__link, .reactDevBox__link, .techLead__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    left: 0;
    z-index: 21
}

#service-section-bg {
    background-color: #f7f0ea
}

.service__card {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

    .service__card:hover > .service__card-info {
        bottom: 0
    }

.service__card-info {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: bottom .8s ease;
    padding: 20px
}

.fa-handshake-o {
    width: 40px
}

#marTopBot30px {
    margin: 30px 0 !important
}

.experties-card {
    background-color: #f6f7fb;
    border: 1px solid #f7f0ea;
    border-radius: 5px;
    padding: 50px 20px 20px
}

.social-icons {
    position: fixed;
    bottom: 20%;
    left: 0;
    min-width: 200px;
    display: flex;
    flex-direction: column;
    transition: right .25s ease-in-out;
    z-index: 10
}

    .social-icons a {
        text-decoration: none;
        text-transform: capitalize;
        padding: 15px;
        font-size: 22px;
        font-family: lato,sans-serif;
        background-color: #ff5100;
        color: #fff;
        text-align: left;
        transform: translate(-150px,0px);
        transition: all .15s ease-in-out
    }

        .social-icons a:hover {
            transform: translate(0px,0px)
        }

.mt20 {
    margin-top: 20px
}

#expertise {
    margin-bottom: 100px
}

.social__icons--mobile {
    display: none
}

.next-section-scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 13
}

    .next-section-scroll .scroll {
        height: 35px;
        width: 20px;
        border: 2px solid #fff;
        display: block;
        z-index: 900;
        border-radius: 14px;
        position: relative;
        margin: 0 auto;
        background: 0 0;
        transition: all .2s ease-in 0s
    }

        .next-section-scroll .scroll:hover {
            border-color: #fff;
            opacity: .5
        }

        .next-section-scroll .scroll::before {
            animation: 2s ease 0s normal none infinite running scroll_animation;
            background: #fff;
            border-radius: 4px;
            content: "";
            height: 4px;
            left: 7px;
            position: absolute;
            top: 8px;
            width: 2px;
            z-index: 900
        }

@keyframes scroll_animation {
    0% {
        height: 4px
    }

    35% {
        height: 6px
    }

    100% {
        height: 10px
    }
}

#content-align {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: 250px;
    margin-bottom: 0
}

#readMoreBtn {
    background-color: #142d8e;
    color: #fff
}

.service__card-info > h4 {
    margin: 20px 0 30px
}

.service__card-info > p {
    line-height: 22px;
    text-align: justify
}

.marTop-25 {
    margin-top: 25px
}

.portfolio-item p {
    padding: 0 267px !important
}

.videoSection {
    padding: 40px 0
}

.right-arrow {
    color: #ff5100;
    font-size: 13px;
    font-weight: lighter;
    margin-right: 5px
}

.textOverlay {
    position: absolute;
    background-color: rgba(0,0,0,.7);
    top: 50%;
    left: 50%;
    cursor: pointer;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    transition: all .2s;
    opacity: .9
}

    .textOverlay div {
        height: 70px;
        width: 70px;
        line-height: 70px;
        text-align: center;
        padding-left: 5px
    }

    .textOverlay a {
        color: #fff;
        font-size: 30px;
        text-decoration: none
    }

    .textOverlay:hover {
        opacity: 1
    }

.videoContainer video {
    width: 100%;
    height: auto
}

    .videoContainer video[poster] {
        object-fit: cover
    }

.LMSMenu {
    padding: 30px 0
}

.LMS-anchor {
    display: block;
    width: 100%;
    background-color: #142d8e;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    transition: .3s ease-out;
    border: 2px solid #142d8e;
    font-weight: 600;
    text-decoration: none;
    margin-bottom: 10px
}

    .LMS-anchor:hover {
        background-color: #fff;
        color: #142d8e;
        border: 2px solid #142d8e
    }

.LMS-Content p, .eLearning-content p {
    padding-right: 5%;
    text-align: justify
}

.sap-header {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.accordion {
    background-color: #ddd;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    transition: .4s
}

    .accordion:hover, .accordion:focus, .accordion:active {
        background-color: #ccc
    }

    .accordion .expand-collapse {
        color: #777;
        font-weight: 700;
        font-size: 18px;
        float: right;
        margin-left: 5px
    }

.panel {
    padding: 0 18px;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out;
    margin: 0
}

.seo-service-card {
    height: 280px !important
}

.domain-name h5, .service-sol-header h5 {
    font-weight: 600;
    margin-bottom: 1em
}

    .service-sol-header h5 i {
        font-size: 15px;
        margin-right: 7px;
        vertical-align: middle
    }

.programming {
    border-right: 1px solid #ccc
}

.data-visual {
    border-left: 1px solid #ccc
}

.domain-info img {
    width: 130px
}

.ds-slideInfo h4 {
    font-weight: 600;
    padding: 10px 0 0
}

.domain-info div {
    margin-bottom: .5em
}

.ds-sliderWrapper {
    position: relative
}

    .ds-sliderWrapper .next {
        position: absolute;
        top: 50%;
        right: 30px;
        font-size: 2em;
        color: #006669;
        cursor: pointer
    }

    .ds-sliderWrapper .prev {
        position: absolute;
        top: 50%;
        left: 30px;
        font-size: 2em;
        color: #006669;
        cursor: pointer
    }

    .ds-sliderWrapper .ds-slider {
        padding: 10px 0;
        overflow: hidden
    }

        .ds-sliderWrapper .ds-slider .ds-slide {
            background-color: #fff;
            border-radius: 5px;
            display: inline-block;
            height: 365px;
            width: 300px;
            margin: 0 10px;
            box-shadow: 1rem 1rem 1rem -1rem #a0a0a033;
            overflow: hidden
        }

            .ds-sliderWrapper .ds-slider .ds-slide .ds-slideInfo {
                height: 165px;
                padding: 2px 12px;
                overflow: hidden
            }

                .ds-sliderWrapper .ds-slider .ds-slide .ds-slideInfo p {
                    line-height: 22px
                }

.ds-sliderImg {
    width: 100%;
    height: 200px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.slick-dots {
    display: none !important
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .logo {
        
        padding: 10px 20px
    }

    .open {
        top: 38px
    }

        .open span, .open span:nth-child(3) {
            width: 40px
        }

            .open span:nth-child(2) {
                width: 30px
            }

    .sub-menu li:first-child {
        margin-top: 65px
    }

    .sub-menu li a {
        font-size: 27px;
        line-height: 45px
    }

    .banner__header {
        top: 190px;
        padding: 60px 0 0 60px
    }

    .banner__title {
        font-size: 40px
    }

        .banner__title span {
            line-height: 52px
        }

    .section-what-we-do-2 .welcome-text p {
        line-height: 25px;
        margin-bottom: 15px
    }

    .section-what-we-do-2 .green-col {
        padding: 50px 15px 18px
    }

    .career-box {
        padding: 20px 10px;
        font-size: 20px;
        margin: 20px 10px 0
    }

    .portfolio-item p {
        padding: 0 105px !important
    }

    .work-process-card {
        padding: 3px;
        margin: 1px
    }

    .ds-sliderWrapper .next {
        right: 20px;
        font-size: 1.5em
    }

    .ds-sliderWrapper .prev {
        left: 20px;
        font-size: 1.5em
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .logo {
        
        padding: 10px 20px
    }

    .open {
        top: 35px
    }

        .open span, .open span:nth-child(3) {
            width: 38px
        }

            .open span:nth-child(2) {
                width: 28px
            }

    .sub-menu li a {
        font-size: 27px;
        line-height: 45px
    }

    .sub-menu li:first-child {
        margin-top: 50px
    }

    .menu-Items {
        width: 100%;
        text-align: left;
        margin-left: 27%
    }

    .banner__header {
        top: 170px;
        padding: 60px 0 0 60px
    }

    .banner__title {
        font-size: 35px
    }

        .banner__title span {
            line-height: 48px
        }

    .career-box {
        padding: 20px 10px;
        font-size: 20px;
        margin: 20px 10px 0
    }

    .custom-file-upload {
        padding: 14px 20px
    }

    .portfolio-item p {
        padding: 0 30px !important
    }

    .service-features-section {
        padding: 70px 0 60px
    }

    .portfolio-item {
        margin-bottom: 50px
    }

    .ds-sliderWrapper .next {
        right: 10px;
        font-size: 1.5em
    }

    .ds-sliderWrapper .prev {
        left: 10px;
        font-size: 1.5em
    }
}

@media only screen and (min-width:768px) {
    .banner__video {
        width: 100%;
        height: 100vh;
        object-fit: cover
    }
}

@media(max-width:768px) {
    .videoDescrp h3 {
        font-size: 29px
    }

    #video-header {
        font-size: 35px
    }

    .ED25 {
        font-size: 25px
    }
}

@media(max-width:767px) {
    .programming {
        border-right: 0;
        margin-bottom: 25px
    }

    .data-visual {
        border-left: 0;
        margin-top: 25px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .logo {
        
        margin: 15px;
        padding: 8px 20px;
        top: 15px;
        left: 10px
    }

    .open {
        top: 30px
    }

        .open span, .open span:nth-child(3) {
            width: 27px;
            margin-top: 26px
        }

            .open span:nth-child(2) {
                width: 20px;
                margin-top: 18px
            }

    .sub-menu li a {
        font-size: 23px;
        line-height: 45px
    }

    .oppenned li {
        margin-left: 20%
    }

    .menu-Items {
        width: 100%;
        text-align: left;
        margin-left: 5%
    }

        .menu-Items a img {
            width: 110px;
            margin-top: 30px;
            margin-left: 20%
        }

        .menu-Items ul {
            margin-left: 0
        }

    .menu-Socials {
        margin-left: 20%
    }

    .banner__header {
        top: 140px;
        padding: 15px 0 0 50px
    }

    .banner__title {
        font-size: 25px
    }

        .banner__title span {
            line-height: 30px
        }

    .oppenned span:nth-child(1) {
        transform: rotate(45deg) translateY(8px) translateX(9px)
    }

    .career-box {
        padding: 20px 10px;
        font-size: 20px;
        margin: 20px 10px 0
    }

    .jobdescheader {
        font-size: 30px
    }

    .team__detail {
        margin-bottom: 25px
    }

    .service__card {
        margin-bottom: 20px
    }

    #applyBtn {
        width: 100%;
        margin-top: 15px
    }

    .custom-file-upload {
        width: 100%;
        text-align: inherit
    }

    .portfolio-item p {
        padding: 0 30px !important
    }

    .next-section-scroll {
        display: none
    }

    .service-features-section {
        padding: 60px 0 50px
    }

    .portfolio-item {
        margin-bottom: 50px
    }

    .ds-sliderWrapper .next {
        right: 8px;
        font-size: 1.2em
    }

    .ds-sliderWrapper .prev {
        left: 8px;
        font-size: 1.2em
    }
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .logo {
        
        margin: 8px 0 8px 5px;
        padding: 5px 20px;
        left: 2px;
        top: 10px
    }

    .open {
        top: 15px;
        right: 25px
    }

        .open span, .open span:nth-child(3) {
            width: 30px;
            margin-top: 27px
        }

            .open span:nth-child(2) {
                width: 20px;
                margin-top: 18px
            }

    .sub-menu li a {
        font-size: 20px;
        line-height: 42px
    }

    .oppenned li {
        margin: 0
    }

    .banner__header {
        top: 85px;
        padding: 15px 0 0 30px
    }

    .banner__title {
        font-size: 18px
    }

        .banner__title span {
            line-height: 25px
        }

    .oppenned span:nth-child(1) {
        transform: rotate(45deg) translateY(9px) translateX(10px)
    }

    .menu-Items {
        width: 100%;
        text-align: left;
        margin-left: 10%
    }

        .menu-Items a img {
            width: 100px;
            margin-top: 30px
        }

    .career-box {
        padding: 20px 10px;
        margin: 20px 10px 0;
        font-size: 13px
    }

    .jobdescheader {
        font-size: 30px
    }

    .team-image:hover .team-info {
        padding-top: 42%
    }

    .service-features-section {
        padding: 50px 0
    }

    #expertise {
        margin-bottom: 50px
    }

    .service-features-item .item-heading h5 {
        font-size: 14px
    }

    #applyBtn {
        width: 100%;
        margin-top: 15px
    }

    .custom-file-upload {
        width: 100%;
        text-align: inherit
    }

    .team__detail {
        margin-bottom: 25px
    }

    .service__card {
        margin-bottom: 20px
    }

    #sendBtn {
        width: 100%
    }

    .portfolio-item p {
        padding: 0 5px !important
    }

    .social-icons {
        display: none
    }

    .social__icons--mobile {
        position: fixed;
        bottom: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: 10
    }

        .social__icons--mobile a {
            flex: 1;
            color: #fff;
            font-size: 18px;
            text-align: center;
            background-color: #ff5100;
            padding: 16px 0;
            border-right: 2px solid #fff;
            text-decoration: none
        }

    div.social__icons--mobile > a:last-child {
        border: none
    }

    .social__icons--mobile a i {
        margin-right: 10px
    }

    .footer {
        margin-bottom: 70px
    }

    .modal {
        text-align: center
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
        width: 80%
    }

    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%
    }

    .contact-details {
        text-align: center;
        font-family: lato,sans-serif !important
    }

    .ptr-icon {
        font-size: 25px
    }

    .mail-icon {
        font-size: 20px
    }

    .modal-btn {
        background-color: #ff5100
    }

    .ofc-addrText {
        font-family: lato,sans-serif !important
    }

    .ofc-header {
        text-transform: uppercase;
        margin: 8px 0;
        font-size: 18px
    }

    .ofc-address > .ofc-addrText > p {
        line-height: 20px
    }

    .modal-header .close {
        margin-top: -7px;
        font-size: 35px;
        font-weight: 600
    }

    .modal-footer {
        text-align: center
    }

    .next-section-scroll {
        display: none
    }

    .portfolio-item {
        margin-bottom: 50px
    }

    .ds-sliderWrapper .next {
        right: 5px;
        font-size: 1em
    }

    .ds-sliderWrapper .prev {
        left: 5px;
        font-size: 1em
    }
}
