* {
    margin: 0px;
    padding: 0px;
}

.mbb {
    font-weight: 700;
}

.mb {
    font-weight: 500;
}

.msb {
    font-weight: 600;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    padding: 0;
    margin: 0;
}

    ul li a {
        text-decoration: none;
    }

p {
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0px;
}


/*--------------------New-CSS------------------------*/

#services, #services .card {
    background-color: #ffffff !important;
}

    #services .card:hover {
        box-shadow: 0px 0px 0px 0px #9e9e9e !important;
    }

section#about {
    background: #f6f6f6;
}

#services, section#contact, section#about {
    padding: 7rem 0 !important;
}

    section#services .container, section#about .container, #contact .container {
        padding-top: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

section#services p {
    line-height: 1.5em !important;
}

section#services .card {
    margin: 1.5em 0 0 !important;
    height: auto !important;
}

    section#services .card p {
        padding: 0.4em 0 0 !important;
    }

p {
    letter-spacing: 0 !important;
    line-height: 1.5em !important;
    color: #000 !important;
}

.about-bottom h2.section-title.mb-2.h1.text-center {
    text-align: left !important;
}

.copyright p, .copyright p a, .footer-grids p, .footer-grids p a {
    color: #777 !important;
}

.text-muted {
    color: #000000 !important;
}

h1, h2, h3 {
    color: #000;
}



/*--------------------privacy-Terms-CSS------------------------*/


p, h1, h2, h3 {
    line-height: 1.5 !important;
    color: #000 !important;
}


p {
    letter-spacing: 0 !important;
}
/*--------------------privacy-Terms-CSS------------------------*/


@media only screen and (max-width: 991px) {

    section#services .card {
        margin: 1em 0 0 !important;
    }

    section#about h2 {
        text-align: left !important;
    }

    img.img.img-fluid.w-100 {
        margin: 1em 0;
    }

    .toggle {
        background-color: #ffffff00 !important;
        padding: 7px 15px !important;
    }

    ul.menu.ml-auto.mt-1 {
        position: absolute;
        left: 0;
        top: 94%;
        box-shadow: 0 12px 20px #0000002b;
        margin: 0;
        padding-top: 0 !important;
        height: 100% !important;
        min-height: auto;
        height: 191px !important;
        font-size: 17px;
    }

    .toggle:hover {
        color: #fff !important;
    }

    nav ul li {
        padding: 10px 16px !important;
    }

    #services, section#contact, section#about {
        padding: 6rem 0 !important;
    }

    .fixed-header {
        padding: 0.7rem 0 !important;
    }

    .imgHeaderLogo {
        width: 250px;
    }

    .fixed-header .toggle {
        padding: 11px !important;
    }
}

@media only screen and (max-width: 767px) {

    #services, section#contact, section#about {
        padding: 5.4rem 0 5rem !important;
    }

    section#services p {
        font-size: 1.1em;
        padding: 0 0 1em;
    }

    section#services .card {
        margin: 0em 0 0 !important;
    }

    .contact_border.p-4 {
        padding: 0 !important;
    }

    section#about p {
        line-height: 1.5em;
        letter-spacing: 0;
    }

    section#contact p.text-center.text-muted.h5 {
        font-size: 1.1em;
        line-height: 1.5em;
    }

    section#services .card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    section#services p {
        text-align: justify;
    }

    section#about p {
        text-align: justify;
    }

    .imgHeaderLogo {
        width: 225px;
    }
}


@media only screen and (max-width: 414px) {

    #services, section#contact, section#about {
        padding: 5rem 0 4rem !important;
    }



    header#top .col-md-12 {
        padding: 0;
    }

    header#top a {
        font-size: 0.9em !important;
    }

    section#services .card {
        padding: 0 !important;
    }

    section#services .card {
        margin: 1.7em 0 0 !important;
    }

    section#services p {
        padding: 0 0 0em;
    }
}
/*--------------------New-CSS------------------------*/


.fixed-header {
    background: #1f1f1f !important;
}


/*--------------------banner-CSS------------------------*/

.banner {
    background-image: url("http://testgovbuilt.azurewebsites.net/media/New_Marketing_Images/Banner_images/banner-img.jpg"); /* The image used */
    height: 92vh; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: #390e43;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-content.text-center {
    padding: 3em 0 0;
}

section.banner p {
    color: #390e43 !important;
}

h1.banner-heading.mr {
    color: #390e43;
}

.banner-heading {
    font-size: 66px;
    letter-spacing: 0.01em;
}

.banner-sub-heading {
    font-size: 27px;
    padding: 0.62em 0px;
    line-height: 31px;
}

p.banner-sub-content {
    font-size: 22px;
}

.read-more-btn {
    margin-top: 40px;
    background: #7a2288;
    color: #fff !important;
    font-size: 25px;
    color: #470506;
    border-radius: 50px;
    border: 2px solid #7a2288;
    display: inline-block;
    width: 300px;
    height: 72px;
    line-height: 62px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

    .read-more-btn:hover {
        background: none;
        color: #7a2288 !important;
    }

a.read-more-btn i {
    font-size: 17px;
    padding-left: 6px;
}

/*--------------------banner-CSS------------------------*/

/*--------------------tag-name-CSS------------------------*/

section.tag-name-section {
    background: #f9f9f9;
    padding: 1.75em 0px;
}

.tag-name {
    font-size: 22px;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

/*--------------------tag-name-CSS------------------------*/


/*--------------------banner-arrow-CSS------------------------*/

.arrow-container {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
}

.arrow-1 {
    width: 100px;
    height: 100px;
    background: #924da0;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
}

.arrow-2 {
    width: 60px;
    height: 60px;
    background: #924da0;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: table;
    cursor: pointer;
}



    .arrow-2 i.fa {
        font-size: 30px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #fff;
    }

/* Custom Animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*--------------------banner-arrow-CSS------------------------*/

@media only screen and (max-width: 1680px) {

    .banner-heading {
        font-size: 61px;
    }

    .banner-sub-heading {
        font-size: 25px;
    }
}

@media only screen and (max-width: 1366px) {

    .banner-heading {
        font-size: 50px;
    }

    .banner-sub-heading {
        font-size: 21px;
        padding: 0.75em 0px;
    }

    p.banner-sub-content {
        font-size: 19px;
    }

    .read-more-btn {
        width: 280px;
        height: 65px;
        line-height: 58px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 1200px) {


    .banner-heading {
        font-size: 44px;
    }

    .banner-sub-heading {
        font-size: 18px;
    }

    p.banner-sub-content {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1024px) {


    .banner-heading {
        font-size: 39px;
    }

    .banner-sub-heading {
        font-size: 18px;
        padding: 0.5em 0px;
    }
}

@media only screen and (max-width: 991px) {

    .banner-content.text-center {
        padding: 0em 0 0;
    }

    .read-more-btn {
        width: 230px;
        height: 54px;
        line-height: 47px;
        font-size: 17px;
        margin-top: 22px;
    }

    a.read-more-btn i {
        font-size: 14px;
    }

    .tag-name {
        font-size: 18px;
    }

    section.tag-name-section {
        padding: 1.2em 0px;
    }

    .banner {
        height: 600px;
    }
}

@media only screen and (max-width: 767px) {


    .banner-sub-heading {
        font-size: 17px;
        line-height: 23px;
    }

    .tag-name {
        font-size: 18px;
        text-align: center;
        padding: 5px 0px;
    }

    section.tag-name-section {
        padding: 1em 0px;
    }

    .banner {
        height: 400px;
    }

    p.banner-sub-content {
        font-size: 15px;
    }

    a.read-more-btn i {
        font-size: 13px;
    }

    .arrow-2 i.fa {
        font-size: 25px;
    }

    .arrow-2 {
        width: 52px;
        height: 52px;
        top: 23px;
        left: 23.5px;
    }

    .arrow-container {
        width: 90px;
        height: 90px;
        bottom: 6px;
    }

    .read-more-btn {
        width: 200px;
        height: 50px;
        line-height: 44px;
        font-size: 16px;
        margin-top: 20px;
    }

    section.tag-name-section h1 {
        letter-spacing: 0 !important;
    }
}

@media only screen and (max-width: 480px) {

    .banner {
        height: 570px !important;
    }
}

@media only screen and (max-width: 414px) {

    .banner-heading {
        font-size: 40px;
    }

    .banner {
        height: 600px !important;
    }
}

/*--------------------banner-CSS------------------------*/



/*--------------------partner-section-CSS------------------------*/

.partner-section {
    padding: 7rem 0px 7rem;
}

.partner-heading {
    font-size: 36px;
}

.flex-box {
    flex-wrap: wrap;
    padding-top: 40px;
}

    .flex-box div {
        width: 25%;
        margin: 24px 0px;
    }

        .flex-box div img {
            width: 175px;
        }

.partner-img-1 {
    width: 145px !important;
}
/*--------------------partner-section-CSS------------------------*/

@media only screen and (max-width: 991px) {

    .flex-box div img {
        width: 130px;
    }

    .partner-img-1 {
        width: 100px !important;
    }


    .partner-section {
        padding: 6rem 0px;
    }

    .flex-box {
        padding-top: 30px;
    }
}



@media only screen and (max-width: 767px) {

    .flex-box {
        padding-top: 10px;
    }

    .partner-section {
        padding: 5rem 0px;
    }

    .flex-box div img {
        width: 110px;
    }

    .partner-img-1 {
        width: 90px !important;
    }
}

@media only screen and (max-width: 575px) {

    .flex-box div {
        width: 50%;
    }

        .flex-box div img {
            width: 140px;
        }

    .partner-img-1 {
        width: 100px !important;
    }

    .flex-box {
        padding-top: 30px;
    }

    .partner-img-7 {
        width: 170px !important;
    }


    .flex-box div {
        margin: 18px 0px;
    }
}

@media only screen and (max-width: 414px) {
    .partner-section {
        padding: 4rem 0px;
    }
}

@media only screen and (max-width: 360px) {

    .flex-box div img {
        width: 120px;
    }

    .partner-img-1 {
        width: 90px !important;
    }
}
/*--------------------partner-section-CSS------------------------*/



/*--------------------client-section-CSS------------------------*/
.carousel-multi-item.v-2.product-carousel .carousel-inner .carousel-item.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.carousel-multi-item.v-2.product-carousel .carousel-item-right.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next {
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
}

.carousel-multi-item.v-2.product-carousel .carousel-item-left.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

.carousel-multi-item.v-2.product-carousel .carousel-item-right,
.carousel-multi-item.v-2.product-carousel .carousel-item-left {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.client-section ol.carousel-indicators {
    position: absolute;
    bottom: -40%;
    display: inline-flex !important;
    left: 0 !important;
}

.carousel-multi-item .carousel-indicators li {
    height: 0.8rem;
    width: 0.8rem;
    background-color: #d6d6d6;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.carousel-multi-item .carousel-indicators .active {
    background-color: #7a2288;
}

.carousel-multi-item .carousel-indicators {
    margin-bottom: -1rem;
}

.carousel-item {
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    background: #fff;
}

    .carousel-item .active {
        background: #fff !important;
    }

.card.client-card1 {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

.card img {
    display: block;
    margin: auto;
}

.carousel-item .card {
    width: 85%;
    margin: auto;
}


.btn-next {
    position: absolute;
    right: -8%;
}

.btn-prev {
    position: absolute;
    left: -8%;
}

.carousel-multi-item .controls-top .btn-floating {
    background: #eaeaea;
    color: #212529;
}

.carousel-multi-item .controls-top .btn-floating {
    background: #eaeaea;
    color: #212529;
    padding: 7px 12px;
    font-size: 18px;
    top: 33%;
}

.card {
    height: 125px;
    padding: 0px 0.4em;
    border: 0;
}

.client-heading {
    padding-bottom: 50px;
}

section.client-section {
    padding: 7rem 0px 10rem;
}

.client-heading {
    font-size: 36px;
}

@media only screen and (max-width: 1366px) {
    .btn-next {
        right: -5%;
    }

    .btn-prev {
        left: -5%;
    }
}

@media only screen and (max-width: 1200px) {
    .btn-next {
        right: -2%;
    }

    .btn-prev {
        left: -2%;
    }
}

@media only screen and (max-width: 991px) {
    .btn-next {
        right: -5%;
    }

    .btn-prev {
        left: -5%;
    }

    .card {
        padding: 0px 1em;
    }

    section.client-section {
        padding: 6rem 0px 9rem;
    }

    .carousel-item .card {
        width: 77%;
    }
}

@media only screen and (max-width: 767px) {
    .card {
        padding: 0px 1.2em;
    }

    section.client-section {
        padding: 5rem 0px 7rem;
    }

    ol.carousel-indicators {
        bottom: -15% !important;
    }

    .carousel-multi-item .carousel-indicators li {
        height: 0.8rem;
        width: 0.8rem;
        margin-right: 4px;
        margin-left: 4px;
    }


    .client-heading {
        padding-bottom: 20px;
    }

    .carousel-item .card img {
        height: auto !important;
    }

    .carousel-item .card {
        width: 93%;
    }
}

@media only screen and (max-width: 575px) {
    .controls-top {
        display: none;
    }

    .card {
        padding: 0px 2.5em;
    }

    ol.carousel-indicators {
        bottom: -20% !important;
    }
}

@media only screen and (max-width: 414px) {
    .card {
        padding: 0px 1.5em;
    }

    section.client-section {
        padding: 4rem 0px 6rem;
    }
}

@media only screen and (max-width: 375px) {
    .card {
        padding: 0px 0.9em;
    }

    ol.carousel-indicators {
        bottom: -15% !important;
    }
}

/*--------------------client-section-CSS------------------------*/
