.front,
.front-cont {
    height: 100%;
    width: 100%;
    position: relative
}

.bg,
.front-cont {
    overflow: hidden
}

.front {
    background-color: transparent;
    z-index: 9
}

.bg,
.gd-on-video {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%
}

.front-text {
    margin-top: auto;
    color: #fff;
    font-weight: 700
}

.front-text h1 {
    font-weight: 800;
    font-size: 3.2rem;
    text-shadow: 4px 2px 4px #464646;
}

.front-text h2 {
    font-weight: 700;
    font-size: 1.7rem;
    text-shadow: 2px 2px #747474;
}

.bg {
    background-color: #7891ca
}

.gd-on-video {
    background: -o-linear-gradient(301deg, #905ffb 0, rgba(9, 9, 121, 0) 50%, rgba(5, 96, 179, 0) 71%, #5176ca 100%);
    background: linear-gradient(149deg, #905ffb 0, rgba(9, 9, 121, 0) 45%, rgba(5, 96, 179, 0) 71%, #5176ca 100%)
}

.bg video {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: inherit
}

.bg img {
    width: 100%;
    height: auto;
    /* Keeps the aspect ratio */
    display: block;
    /* Removes unwanted gaps below image */
}

.services-list {
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: auto
}

.services-list ul {
    list-style: none;
    border: 1px solid #fff;
    border-right: none;
    display: inline-block;
    padding: 0
}

.services-list ul li {
    display: inline-block;
    padding: .2rem 1rem;
    border-right: 1px solid #fff
}

.services-list ul li a {
    color: #fff;
    text-decoration: none;
    text-shadow: 1px 1px #000
}

.bg3 {
    background: #3f35d7;
    border-color: #3f35d7;
    color: #fff;
}


@media screen and (min-width :992px) {
    .front {
        padding-top: 3rem;
        min-height: 100vh
    }
}

@media (max-width: 768px) {
    .bg img {
        height: 200px;
    }
}

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

    .front,
    .front-text {
        margin: auto
    }

    .front {
        min-height: 100vh;
        padding: 0 auto
    }

    .front-text h1 {
        font-weight: 800;
        font-size: 3rem;
        text-shadow: 4px 2px 4px #464646;
    }

    .front-text h2 {
        font-weight: 700;
        font-size: 2rem;
        text-shadow: 2px 2px #747474;
    }

    .services-list {
        display: none
    }
}

.shadowbox:hover {
    background-color: lavender;
}

.shadowbox {
    -webkit-box-shadow: rgb(0 0 0 / 10%) 6px 6px 6px 1px;
    box-shadow: rgb(0 0 0 / 10%) 6px 6px 6px 1px;
}


/* index page css */

.info {
    background-color: #dfdfdf;
    position: relative;
    overflow: hidden;
}

.infocont {
    font-size: 40px;
    color: black;
}

.black {
    color: #635e5e;
}

.whitebg {
    background-color: #f0f5f9;
}



.service1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    font-weight: 300;
    color: black;
}


@media(max-width:627){
    .text-black {
    text-align: center !important;
}
}






.servicehead {
    font-family: 'Nunito', sans-serif;
    font-size: 49px;
    font-weight: 300;
    color: black;
}

.wehead {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
}


.Roisec {
    background-color: #f0f5f9;
    position: relative;
    overflow: hidden;
}

.roihead {
    font-size: 40px;
    color: #000000d4;
}

.digitalhead {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-weight: 300;
}

.digital1 {
    background: aliceblue;
    border-radius: 20px;
}

.digital2 {
    background: lightpink;
    border-radius: 20px;
}

.digital3 {
    background: lavender;
    border-radius: 20px;
}

.digital4 {
    background: khaki;
    border-radius: 20px;
}

.testihead {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: black;
}




/* contact page  form head css */
.ct-head {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    font-weight: 300;
}

.side {
    margin: 0px 22.5px 0px 14.5px;
}