﻿html {
    scroll-behavior: smooth
}

.container {
    max-width: 1250px
}

.navbar.bg-light {
    background-color: #fff !important;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 9
}

.hero-sec {
    background-color: #f9f9f9;
    padding: 0
}

.sap-hero-heading {
    font-size: 67px;
    font-weight: 900;
    line-height: normal;
    padding: 0 0 12px
}

.sap-lg-heading {
    font-size: 32px;
    font-weight: 900
}

.sap-md-heading {
    font-size: 27px;
    font-weight: 900
}

.sap-sm-heading {
    font-size: 21px;
    font-weight: 900
}

.sap-btn-dark a, .sap-btn-dark button {
    background-color: #F48020;
    padding: 8px 12px !important;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F48020;
    color: #fff !important;
    border-radius: 50px;
    min-width: 120px;
    min-height: 45px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    text-decoration: none !important
}

    .sap-btn-dark a:hover, .sap-btn-dark button:hover {
        background-color: #E1761F;
        border-color: #E1761F
    }

.sap-btn-dark.outline-btn a, .sap-btn-dark.outline-btn button {
    background-color: #fff;
    padding: 8px 12px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #F48020;
    color: #F48020 !important;
    border-radius: 50px;
    min-width: 120px;
    min-height: 45px;
    font-weight: 400;
    transition: all .3s ease-in-out;
    text-decoration: none !important
}

    .sap-btn-dark.outline-btn a:hover, .sap-btn-dark.outline-btn button:hover {
        background-color: #F48020;
        color: #fff !important
    }

body {
    font-family: 'Lato',sans-serif;
    color: #515151;
    letter-spacing: .5px;
    font-size: 14px;
}

.text-para, .text-para p {
    font-weight: 400;
    line-height: 26px;
    font-size: 14px
}

.sap-cali {
    font-family: 'Caveat',cursive;
    font-weight: 700;
    color: #f48020
}

.sap-heading-sub {
    font-size: 16px
}

.experts-name {
    font-size: 21px;
    font-weight: 900;
    padding: 0 0 8px;
    line-height: normal
}

.experts-des {
    font-size: 14px;
    color: #f48020;
    font-weight: 700;
    padding: 0 0 12px;
    line-height: normal
}

.fa-skype {
    color: #00AFF0
}

.fa-envelope {
    color: #D44638
}

.fa-linkedin-in {
    color: #0072B1
}

.hero-inner {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    height: calc(100vh - 100px)
}

.hero-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

    .hero-img .img-mask {
        position: absolute;
        max-width: 645px
    }

        .hero-img .img-mask img {
            height: 100%;
            width: 100%;
            object-fit: contain
        }

    .hero-img .hero-banner {
        max-width: 645px;
        height: 504px;
        padding: 1px
    }

        .hero-img .hero-banner img {
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: center
        }

.scroller-img {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0%)
}

.hero-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: calc(100% - 645px);
    padding-right: 10%
}

.navbar-brand {
    display: flex;
    align-items: center
}

.logo-punchline {
    font-size: 14px;
    padding: 0 0 0 15px
}

.navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important
}

.experts-head {
    display: flex;
    flex-wrap: wrap
}

.experts-inner-double {
    width: 100%;
    flex-basis: 100%;
    max-width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.experts-social a {
    padding: 0 4px;
    font-size: 16px
}

.dev-sec {
    background-color: #f2f2f2;
    padding: 40px 0 0
}

.dev-sec-inner {
    display: flex;
    align-items: center
}

.dev-sec-con {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.experts-sec {
    background-image: url(../Images/experts-back.png);
    background-position: center;
    background-size: cover
}

section {
    padding: 80px 0
}

.glance-list-inner {
    display: flex;
    align-items: center;
    padding: 60px 0;
    border-bottom: 1px solid rgb(81 81 81 / 20%)
}

    .glance-list-inner:nth-child(even) {
        flex-direction: row-reverse
    }

        .glance-list-inner:nth-child(even) .glance-con {
            align-items: flex-end;
            /* text-align: right; */
            padding: 0 30px 0 0
        }

    .glance-list-inner .glance-con {
        display: flex;
        flex-direction: column;
        padding: 0 0 0 30px
    }

.glance-inner .sap-lg-heading {
    text-align: center
}

.glance-inner .sap-heading-sub {
    text-align: center
}

.navbar-light .navbar-nav .nav-link {
    margin: 0 0 0 20px
}

.navbar-light .navbar-nav .sap-btn-dark i {
    margin: 0 6px 0 0
}

.hero-con .text-para {
    padding: 0 0 24px
}

.glance-con .sap-md-heading {
    padding: 0 0 12px
}

.glance-con .text-para {
    padding: 0 0 24px
}

.glance-sec {
    padding-bottom: 0
}

.experts-inner .sap-md-heading {
    padding: 0 0 30px;
    text-align: center
}

.experts-img {
    margin: 0 0 18px;
    height: 180px;
    width: 180px;
    min-width: 180px;
    overflow: hidden;
    border-radius: 50%
}

.experts-social {
    line-height: normal
}

.experts-img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.sap-md-heading .sap-cali {
    font-size: 30px
}

.sap-lg-heading .sap-cali {
    font-size: 35px
}

.dev-sec-inner .dev-img {
    margin: 0 30px 0 0
}

.dev-sec-con .text-para {
    padding: 0 0 18px
}

.testimonials .carousel {
    margin: 0 auto;
    padding: 0 40px
}

.testimonials .carousel-item {
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px
}

.testimonials .carousel .item .img-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50px;
    overflow: hidden
}

.testimonials .carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.testimonials .carousel .testimonial {
    padding: 23px 20px 15px;
    line-height: 30px;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px
}

.testimonials .carousel .overview b {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 15px;
    display: block
}

.testimonials .carousel .carousel-control {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
    background: none
}

.testimonials .carousel-control i {
    font-size: 68px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgba(0,0,0,0.8);
    text-shadow: 0 3px 3px #e6e6e6,0 0 0 #000
}

.testimonials .carousel .carousel-indicators {
    bottom: -40px
}

.testimonials .carousel-indicators li, .testimonials .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%
}

.testimonials .carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0,0,0,0.2)
}

    .testimonials .carousel-indicators li.active {
        background: #555;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2)
    }

.testimonials .carousel .carousel-control svg path {
    fill: #515151
}

.testimonials .carousel .carousel-control svg {
    height: 36px;
    width: auto
}

.testi-inner .sap-lg-heading {
    text-align: center;
    padding: 0 0 30px
}

.testi-inner {
    position: relative
}

.testi-art-bot {
    position: absolute;
    bottom: 80px;
    right: 0
}

.testi-art-top {
    position: absolute;
    top: -30px;
    left: 0
}

.foot-con-sec {
    padding: 0 0 30px;
    margin-top: 45px
}

.foot-con-top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px
}

.foot-con-top-left {
    width: 100%;
    flex-basis: 100%;
    max-width: 40%;
    background-color: #1F427C;
    color: #fff;
    padding: 20px;
    border-radius: 20px;
    position: relative
}

.foot-con-top-right {
    width: 100%;
    flex-basis: 100%;
    max-width: 60%;
    padding: 0 0 0 20px;
    margin: -48px 0 0
}

.foot-con-top-left .col-md-6 .col-md-12 {
    padding: 0
}

.foot-con-top-left .col-md-6 {
    padding: 0 7px
}

.foot-con-top-left form.row {
    padding: 0 8px
}

.foot-con-top-left .sap-lg-heading:after {
    content: "";
    width: calc(100% - 335px);
    height: 2px;
    background-color: #fff;
    display: block;
    margin-left: auto
}

.foot-con-top-left .sap-lg-heading {
    display: flex;
    align-items: center;
    padding: 0 0 20px
}

.foot-con-top-left .form-control {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    min-height: 45px;
    color: #fff
}

.foot-con-top-left textarea.form-control {
    border-radius: 20px;
    height: 106px
}

.foot-con-top-left .form-control::placeholder {
    color: #fff
}

.form-social-links {
    position: absolute;
    top: -45px;
    right: 20px;
    background-color: #f48020;
    color: #fff;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 170px;
    display: flex;
    align-items: center;
    padding: 0 13px;
    min-height: 45px
}

    .form-social-links a, .form-social-links a i {
        color: #fff !important
    }

    .form-social-links .sap-sm-heading {
        padding: 0 10px 0 0
    }

    .form-social-links a {
        padding: 0 0 0 12px
    }

.foot-con-top-right .sap-lg-heading:after {
    content: "";
    width: calc(100% - 206px);
    height: 2px;
    background-color: #1f427c;
    display: block;
    margin-left: auto
}

.foot-con-top-right .sap-lg-heading {
    display: flex;
    align-items: center;
    color: #1f427c
}

.foot-con-top-right-inner {
    background-color: #F9F9F9;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    min-height: 336px
}

.foot-top-right-left .sap-sm-heading i {
    color: #515151
}

.foot-top-right-left .text-para a {
    color: rgb(81 81 81 / 50%);
    text-decoration: none !important;
    display: block;
    transition: all .3s ease-in-out
}

    .foot-top-right-left .text-para a:hover {
        color: #f48020
    }

.foot-top-right-left {
    padding: 0 30px 0 0
}

    .foot-top-right-left .text-para {
        padding: 0 0 45px
    }

        .foot-top-right-left .text-para:last-child {
            padding: 0
        }

.testimonials .testi-inner {
    border-bottom: 1px solid rgb(81 81 81 / 20%);
    padding-bottom: 80px
}

.foot-top-right-left .sap-sm-heading {
    padding: 0 0 8px;
    line-height: normal
}

.foot-con-bot .sap-lg-heading, .foot-con-bot .sap-sm-heading {
    color: #1f427c;
    display: flex;
    align-items: center;
    line-height: normal
}

.foot-con-bot-inner-sub {
    text-transform: uppercase;
    font-weight: 900;
    color: rgb(81 81 81 / 50%)
}

.foot-con-bot .sap-sm-heading svg {
    margin: 0 6px 0 0
}

.foot-con-bot-inner-double a {
    text-decoration: none !important;
    color: #515151
}

.foot-con-bot-inner-head {
    display: flex;
    justify-content: space-between
}

.copyright {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    border-top: 1px solid rgb(81 81 81 / 20%);
    margin: 30px 0 0
}

.foot-con-bot {
    padding: 40px 0 0;
    border-top: 1px solid rgb(81 81 81 / 20%)
}

    .foot-con-bot .sap-lg-heading:after {
        content: "";
        width: calc(100% - 266px);
        height: 2px;
        background-color: #1f427c;
        display: block;
        margin-left: auto
    }

    .foot-con-bot .sap-lg-heading {
        padding: 0 0 20px
    }

    .foot-con-bot .sap-sm-heading {
        padding: 0 0 12px
    }

.foot-top-right-right svg {
    width: 100%;
}

.foot-con-bot-inner-double a {
    width: 100%;
    display: block;
    transition: all .3s ease-in-out;
}

    .foot-con-bot-inner-double a:hover {
        color: #f48020;
    }

.glance-list-inner .glance-con ul {
    margin: 8px 0 0;
}

.wwd-pop-head .modal-dialog {
    max-width: 980px;
}

    .wwd-pop-head .modal-dialog b {
        color: #f48020;
    }

.wwd-pop-head {
    padding: 0 !important;
    background-color: rgb(0 0 0 / 30%);
}

    .wwd-pop-head .modal-body ol {
        padding-left: 1rem;
    }

        .wwd-pop-head .modal-body ol ul {
            padding-left: 1.5rem;
        }















@media(max-width:991px) {
    .glance-list-inner {
        flex-direction: column
    }

        .glance-list-inner:nth-child(even) {
            flex-direction: column
        }

            .glance-list-inner:nth-child(even) .glance-con {
                align-items: flex-start;
                text-align: left
            }

        .glance-list-inner .glance-con {
            padding: 30px 0 0 !important
        }

        .glance-list-inner .glance-img svg {
            width: 100%;
            height: auto
        }

    .hero-inner {
        flex-direction: column-reverse;
        height: auto
    }

    .hero-con {
        max-width: 100%;
        padding: 30px 0 0
    }

    .experts-inner-double {
        max-width: 100%;
        padding: 0 0 30px
    }

    .dev-sec-inner {
        flex-direction: column
    }

        .dev-sec-inner .dev-img svg {
            width: 100%;
            max-width: 290px
        }

    .foot-con-top-left {
        max-width: 100%
    }

    .foot-con-top-right {
        max-width: 100%;
        margin: 30px 0 0;
        padding: 0
    }

    .foot-con-top-right-inner {
        flex-direction: column;
        align-items: flex-start
    }

        .foot-con-top-right-inner .foot-top-right-right svg {
            width: 100%
        }

    .foot-con-bot-inner-head {
        flex-direction: column
    }

    .foot-con-bot-inner-double {
        padding: 0 0 30px
    }

        .foot-con-bot-inner-double:last-child {
            padding: 0
        }

    .copyright {
        flex-direction: column
    }

    .navbar-brand img {
        height: 40px
    }

    .logo-punchline {
        font-size: 10px
    }

    .navbar-light .navbar-toggler {
        padding: 0;
        border: 0;
        outline: 0;
        color: #1f427c
    }

    .hero-img .hero-banner {
        max-width: 100%;
        height: 100%;
    }

    .sap-hero-heading {
        font-size: 42px
    }

    .scroller-img {
        display: none
    }

    .experts-inner-double:last-child {
        padding: 0
    }

    .dev-sec-inner .dev-img {
        margin: 0 auto
    }

    .dev-sec {
        padding: 40px 0
    }

    .testi-art-top svg, .testi-art-bot svg {
        opacity: .3
    }

    .copyright span {
        padding: 0 0 12px
    }

        .copyright span:last-child {
            padding: 0
        }

    .hero-sec {
        padding: 40px 0
    }
}





@media(max-width:767px) {
    .testimonials .col-center {
        padding: 0
    }

    .testimonials .carousel .testimonial {
        padding: 0
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 10px 0 0
    }

    .sap-btn-dark a {
        width: auto !important;
        min-width: auto !important;
        max-width: 240px;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .experts-inner-double {
        max-width: 50%;
    }
}


@media(max-width:499px) {
    .hero-img {
        max-width: 260px;
    }

        .hero-img .hero-banner {
            height: 200px;
        }

    .experts-inner-double {
        max-width: 100%;
    }
}

@media(min-width:500px) and (max-width:767px) {
    .hero-img {
        max-width: 500px;
    }

        .hero-img .hero-banner {
            height: 380px;
        }
}

@media(min-width:768px) and (max-width:991px) {
    .hero-img {
        max-width: 360px;
    }

        .hero-img .hero-banner {
            height: 265px;
        }

    .hero-inner {
        flex-direction: row;
    }

    .hero-con {
        max-width: calc(100% - 350px);
        padding-right: 5%;
    }

    .navbar-light .navbar-nav .nav-item.sap-btn-dark a, .navbar-light .navbar-nav .nav-item.sap-btn-dark button {
        font-size: 12px;
        padding: 8px 10px !important;
    }

    .navbar-brand img {
        height: 50px;
    }

    .experts-inner-double {
        max-width: 33.3%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .sap-hero-heading {
        font-size: 45px;
    }
}



.slogun {
    background: url(../images/building.jpg);
    min-height: 88px;
}

.span3 {
    width: 75%;
    float: left;
}
.slogun {
    background: url(../images/building.jpg);
    min-height: 88px;
}

.slogun_inner p {
    font-size: 32px;
    font-weight: normal;
    padding: 22px 0 22px 40px;
}

.span4.number > span {
    transition: all 500ms ease 0s;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #D8D8D8;
    background-repeat: no-repeat;
    background-position: 6px center;
    float: right;
    font-size: 27px;
    font-weight: lighter;
    margin: 18px 0;
    padding: 4px 5px 4px 0;
    text-align: right;
    width: 255px;
    cursor: pointer;
    position: relative;
}

    .span4.number > span:before {
        background-image: url(../images/phone.png);
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        height: 28px;
        left: 0;
        position: absolute;
        text-align: right;
        top: 11px;
        width: 35px;
        transition: all 500ms ease 0s;
    }

    .span4.number > span:hover:before {
        transform: rotate(360deg);
        transition: all 500ms ease 0s;
    }

    .span4.number > span:hover {
        background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    }