@import url('https://fonts.googleapis.com/css?family=Lato|Playfair+Display&display=swap');

* {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

body {
    /*    font-family: 'Playfair Display', serif;*/
    font-family: 'Lato', sans-serif;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    /*    font-weight: 600;*/
}

a:not([href]):not([tabindex]) {
    color: #ff7619;
    text-decoration: none;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    color: #205092;
}

p {
    line-height: 22px;
    letter-spacing: 0.1px;
    font-size: 15px;
}

.space-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section {
    padding-bottom: 30px;
}

.header {
    height: 100vh;
    display: flex;
    padding: 0px 0 5px 0;
    flex-direction: column;
    justify-content: space-between;
}

.nav .menu-icon i {
    font-size: 25px;
    color: #ff7619;
    margin: 20px 30px;
    cursor: pointer;
    position: fixed;
    z-index: 100;
}

.nav .menu-icon i:hover {
    color: #003d8f !important;
}

.menu-close-icon {
    font-size: 25px;
    color: #fff;
    margin: 20px 30px;
    cursor: pointer;
    position: fixed;
    right: 0;
    z-index: 100;
}

.logo-box {
    text-align: center;
    width: 15%;
    margin: 0 auto;
    /*    margin-bottom: 10px;*/
}

.logo-boxheader {
    width: 35% !important;
}

.logo-box img,
.logo-boxheader img {
    width: 100%;
}

.num {
    height: 100px;
}

.count h3 {
    font-size: 4.6em !important;
}

.count p {
    font-size: 14px;
    /*    font-size: 1.1em;*/
}

.count-box {
    padding: 0;
}

.count {
    text-align: center;
}

.scroller {
    text-align: center;
}

.scroller img {
    animation: scroller 1s infinite ease;
    width: 70px;
}

@-webkit-keyframes scroller {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(0px);
    }
}

.head-desc {
    width: 70%;
}


.nav-outer {
    height: 100vh;
    /*    background: #ff7619;*/
    background: #fff;
    display: none;
    padding: 0px 0 20px 0;
    flex-direction: column;
    justify-content: space-between;
    /*    flex-direction: row;*/
    transition: display 0.5s ease;
    position: fixed;
    width: 100%;
    z-index: 101;
    margin: auto;
}

.nav-outer .logo-box {
    padding-bottom: 71px;
}

.nav-area {
    width: 100%;
    /*    margin: auto;*/
}

.nav-area li {
    list-style: none;
    text-align: center;
    width: 70px;
    transition: 0.4s ease;
    cursor: pointer;
}

.nav-area li a {
    color: #003d8f !important;
    font-weight: 600 !important;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.4s ease;
}

.fas:hover {
    color: #ff7619 !important;
}

.menu-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
}

.logo-menu {
    width: 100%;
    text-align: center;
    /*    margin: 52.5px 0 90px 0;*/
}

.logo-menu img {
    width: 35%;
}

.nav-area li:hover {
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 3-8 */
    transform: scale(1.2) !important;
    /*    color: #003d8f !important;*/
}


.about-sec {
    text-align: center;
    margin: 0 auto
}

.about-sec h3,
.count-outer h3 {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 18px;
}

.about-sec h3 {
    margin-bottom: 22px;
    font-size: 22px;
}

.count-outer h3 {
    font-weight: normal !important;
}

.what-card-box {
    margin-bottom: 60px;
}

.what-card {
    margin: 0 30px;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.5s ease;
    /*
    box-shadow:
        -6px 0 white,
        6px 0 white,
        0 7px 4px -3px rgba(0, 0, 0, 0.1);
*/

}

.what-card p {
    padding: 0 20px;
}

.what-card:hover {
    /*
    box-shadow:
        -6px 0 white,
        6px 0 white,
        0 7px 4px -3px rgba(0, 0, 0, 0.13);
*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.what-card img {
    width: 100%;
    margin-bottom: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.what-card h3 {
    font-size: 18px;
    line-height: 26px;
}

.logos-box {
    width: 40% !important;
    margin: 30px auto 0 auto
}

.logos-box img {
    width: 100%;
    margin-top: 20px;
}

.min {
    font-weight: 600;
    font-size: 14px !important;
    margin-top: -12px;
}

a {
    color: #ff7619;
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

.what-card a,
.sep {
    font-weight: bold;
    margin: 0 5px;
}

.sep {
    color: #a9a9a9;
}

.contact {
    width: 35%;
    margin: 0 auto
}

.contact h3 {
    text-align: center
}

.form-group {
    margin: 18px 0;
}

.load {
    margin-top: 0 !important;
}

#cont-sub {
    color: #ff7619;
    border: #ff7619 solid thin;
    border-radius: 5px;
    padding: 8px 42px;
    font-size: 14px;
    transition: 500ms ease;
    margin-top: 15px;
    outline: 0;
}

#cont-sub:hover {
    background: #ff7619;
    color: #fff;
}

.con-bt {
    margin: 500px 0 !important;
    padding: 8px 18px !important;
}

input[type=text],
input[type=email],
option,
select {
    font-size: 12px !important;
    height: 40px !important;
    border-radius: 8px !important;
}

input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
    outline: none !important;
    border: 1px solid #d9d9d9 !important;
    box-shadow: 0 0 7px #d9d9d9 !important;
}

.form-group {
    margin: 15px 0;
}

option:hover {
    background: #ff7619 !important;
    border: #ff7619 !important;
}

textarea {
    font-size: 12px !important;
    height: 120px !important;
    border-radius: 8px !important;
}

.footer {
    background-color: #003d8f;
    padding: 30px;
    margin-top: 50px;
    font-size: 12px !important;
    text-align: center;
    color: #fff;
}

.footer p {
    line-height: 20px;
    margin: 15px;
    font-size: 12px;
}

#clients p {
    text-align: left !important;
    font-size: 13px;
}

.client-photo img {
    width: 80%;
    margin: 0 auto;
    /*    border-radius: 50%;*/
}

.client-photo {
    text-align: center;
}

#testimonial {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

#testimonial .col-4 {
    padding: 0 10px 0 20px;
}

#testimonial .col-8 {
    padding: 0 20px 0 10px;
}

.cardtest {
    /*    border: 1px rgba(0, 0, 0, 0.2) solid;*/
    /*
    box-shadow: 
        inset 0px 11px 8px -10px rgba(0, 0, 0, 0.5),
        inset 0px -11px 8px -10px rgba(0, 0, 0, 0.5) !important;
*/
    /*    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);*/
    border-radius: 8px;
    padding: 40px 10px;
    margin: 1px 15px;
    transition: 0.5s ease;
    height: 410px;
}

.cardtest:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.author {
    font-family: 'Playfair Display', serif;
    color: #003d8f;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 0 !important
}

.test-desc {
    width: 80%
}

.owl-prev,
.owl-next {
    background: rgba(255, 255, 255, 0) !important;
}

.owl-prev i,
.owl-next i {
    color: #ff7619;
    font-size: 20px;
}

#stories {
    margin-bottom: 40px;
}

#clients-gal {
    margin-bottom: 20px;
}

#clients-gal img {
    width: 100%;
}

::placeholder {
    /* Firefox, Chrome, Opera */
    font-size: 12px;
    color: rgba(128, 128, 128, 0.8) !important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 12px;
    color: rgba(128, 128, 128, 0.8) !important;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    font-size: 12px;
    color: rgba(128, 128, 128, 0.8) !important;
}

.owl-theme .owl-controls .owl-page.active span {
    background-color: #ff7619;
    background-color: #ff7619 !important;
    width: 7px !important;
    height: 7px !important;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #ff7619;
    background-color: #fff !important;
    width: 7px !important;
    height: 7px !important;
}

#case2 {
    display: none;
}

.modal-dialog {
    max-width: 100%;
    width: 75%;
    margin: 45px auto auto auto;
    border: none !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) !important;

}

.know-modal h3 {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 25px;
}

.know-modal row {
    padding: 0 4.6rem 2.6rem 4.6rem !important;
}

.know-modal p,
.know-modal li {
    font-size: 0.9em;
}

.know-modal img {
    width: 100%;
}

.know-desc,
.know-img {
    padding: 5px 0px;
    text-align: left;
    font-size: 15px;
}


.know-img img {
    border-radius: 10px;
}

.load:focus {
    outline: 0 !important;
    box-shadow: 0 0 7px #ff7619 !important;
}

.more {
    display: none;
    transition: display 1s ease !important;
}

.knowMore {
    color: #ff7619 !important;
    cursor: pointer;
}

.knowMore:hover {
    color: #003d8f !important;
}

/*To remove button from IE11, thank you Matt */
/*
select::-ms-expand {
    display: none;
}
select{
    position: relative !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    z-index: 0 !important;
}
select:after {
    content: '>';
    color: #ff7619 !important;
    font: 22px !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 11px;
    top: 39px;
    z-index: 1 !important;
    pointer-events: none;
}
*/


.level-nav {
    margin-bottom: 30px;
    width: 75%;
    display: flex;
    justify-content: center;
    align-items: center
}

.level-nav li {
    list-style: none;
    display: inline-block;
    padding: 0.6% 0;
    width: 20%;
    border: 1px #ff7619 solid !important;
    text-align: center !important;
    cursor: pointer;
}

.level-nav li:not(.edgeleft) {
    border-left: 0 !important;
}

.level-nav li a {
    font-weight: 400 !important;
    font-size: 14px !important;
    transition: 0.5s ease;
    color: #ff7619;
}

.edgeleft {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.edgeright {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.level-nav li:hover {
    background: #ff7619;
    color: #fff;
}

.level-nav li:hover a {
    color: #fff !important;
}

.activeStep {
    background: #ff7619;
}

.activeStep a {
    color: #fff !important;
}

.non-act {
    display: none;
}

.gap-head {
    padding: 40px 0;
}

.what-card a {
    font-size: 11px;
}

.steps-cont {
    margin-top: 60px;
}

.level-p p {
    padding-right: 150px;
}

.close {
    color: #ff7619;
}

.close:hover {
    color: #003d8f !important;
}

.client-box {
    padding: 12px;
    transition: transform 500ms ease;
}

.client-box:hover {
    transform: scale(1.1);
}

video {
    margin-top: 20px;
}

.kk {
    display: inline;
    font-size: 45px
}

.plus {
    display: inline;
    font-size: 30px;
    color: #003d8f;
    font-weight: 600;
}

.modal-container {
    padding: 0 4.6rem 2.6rem 4.6rem;
}

@media only screen and (max-width:960px) {
    .header {
        padding: 0px 0 70px 0;
    }

    .logo-box {
        width: 60%;
    }

    .logo-boxheader {
        width: 90% !important;
    }

    .logo-menu img {
        width: 100%
    }

    .num {
        height: 75px;
    }

    .about-sec {
        width: 100%;
    }

    .what-card {
        margin: 0;
    }

    #testimonial {
        width: 100%;
    }

    .cardtest {
        margin: 0;
    }

    .count h3 {
        font-size: 1.9em !important;
    }

    .kk {
        font-size: 1.9em;
    }

    .count p {
        font-size: 0.8em;
        line-height: 15px;
    }

    .num {
        height: 60px;
    }

    .modal-dialog {
        width: 90%;
        margin: 45px auto;
    }

    .modal-body {
        padding: 0
    }

    .know-desc,
    .know-img {
        padding: 5px 15px;
    }

    .contact {
        width: 90% !important;
    }

    .level-p p {
        padding: 0;
    }

    .level-nav li a {
        font-size: 10px !important;
    }

    .nav .menu-icon i {
        position: absolute
    }

    .client-box {
        padding: 2px;
    }

    .level-nav {
        width: 100%;
    }

    .know-modal row {
        padding: 1rem;
    }

    .menu-area {
        padding: 5px;
        display: flex;
        flex-direction: column;
    }

    .nav-area li {
        width: 100%;
        margin-bottom: 15px;
    }

    .nav-area li a {
        font-size: 0.9rem;
        line-height: 0.5px !important;
    }

    .nav-outer .logo-box {
        padding-bottom: 20px;
    }

    .client-box {
        padding: 2px;
    }

    #clients-gal img {
        width: 75% !important;
    }

    .col-2 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .modal-container {
        padding: 0 1rem 2.6rem 1rem;
    }
}
