@font-face {
    font-family: titilliumBold;
    src: url(./font/TitilliumWeb-Black.ttf);
}
@font-face {
    font-family: titilliumRegular;
    src: url(./font/TitilliumWeb-Regular.ttf);
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
a{
    text-decoration: none !important;
    width: auto;
}
h1, h2, h3, h4, h5, h6{
    font-family: titilliumRegular;
}

hr{
    opacity: 1;
    color: #00884D;
    width: 110px;
    text-align: center;
    margin: 0 auto;
    padding: 1px;
}

.navbar{
    background-color: #fff !important;
}

.nav-item{
    font-size: 18px;
    font-weight: bold;
    color: #070062 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #070062 !important;
}

.secondSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #070062;
    color: #fff;
}

.secondSec h2{
    text-align: center;
}

.secondSec .row{
    align-items: center;
}

.secondSec img{
    border-radius: 5px;
}


.newBtn{
    height: auto;
    width: 220px;
    padding: 8px 10px;
    text-align: center;
    background-color: #00884D;
    color: #fff;
    border-radius: 5px;
    margin-top: 25px;
    cursor: pointer;
}


.clientSec{
    height: auto;
    width: 100%;
    padding: 70px 0;
    background-color: #070062;
    color: #fff;
}

.clientSec h2{
    text-align: center;
}

.clientSec hr{
    margin-bottom: 50px;
}
.clientSec img{
    margin: 0 auto;
}



.thirdSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #070062;
    color: #fff;
}

.thirdSec h2{
    text-align: center;
    font-family: titilliumRegular;
}

.thirdSec hr{
    margin-bottom: 30px;
    width: 90px;
}

.thirdSec .row{
    align-items: center;
}

.thirdSec img{
    border-radius: 5px;
}

.faqSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #070062;
}

.faqSec h2{
    text-align: center;
    color: #fff;
}

.faqSec hr{
    width: 250px;
}

.accordion {
    border: 1px solid rgba(153, 153, 153, 0.397) !important;
    border-radius: 5px !important;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background-color: transparent !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #e7f1ff00 !important;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button{
    background-color: transparent !important;
    /* border: 1px solid rgba(179, 179, 179, 0.486); */
    color: #fff !important;
    box-shadow: none !important;
    border-radius: 5px !important;
}

.contactSec{
    height: auto;
    width: 100%;
    padding: 50px 0;
    background-color: #070062;
    color: #fff;
}

.contactSec h3{
    text-align: center;
    padding-bottom: 15px;
}
.contactSec .newBtn{
    margin: 0 auto;
}

.footerSec{
    display: block;
    float: left;
    clear: both;
    height: 100%;
    width: 100%;
    padding: 15px 0;
    background-color: #06014d;
    color: #fff;
}
.footerSec .row{
    align-items: center;
}

.footerSec p{
    margin: 0;
}

.icons{
    float: right ;
}

ul{
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

li{
    padding-left: 10px;
    font-size: 30px;
}

form .newBtn{
    border: none;
}

form input{
    box-shadow: none !important;
}
.modal-header{
    border: none !important;
}

@media screen and (max-width:767px) {
    .icons {
        margin: 0 auto !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        float: unset;
    }

    .thirdSec img {
        border-radius: 5px;
        margin-top: 20px;
    }

    .secondSec img {
        border-radius: 5px;
        margin-top: 20px;
    }

    .logo{
        margin: 0 auto;
        text-align: center;
    }

    .clientSec img{
        width: 100px;
    }
    .newBtn{
        margin: 0 auto;
    }

    .footerSec p{
        text-align: center
    };

}