body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    font-family: Helvetica;
    background-size: cover;

}

.header,
.middle,
.footer {
    position: relative;
    width: 100%;
}

.fullContainer {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

@media(max-width:900px) {

    .content,
    .contentSmall,
    .contentSmaller {
        position: relative;
        margin: 0px auto;
        width: 90%;
    }

    .section {
        padding: 25px 0px;
    }
}

@media(min-width:900px) {
    .content {
        position: relative;
        margin: 0px auto;
        width: 80%;
    }

    .contentSmall {
        position: relative;
        margin: 0px auto;
        width: 65%
    }

    .contentSmaller {
        position: relative;
        margin: 0px auto;
        width: 45%
    }
    .section {
        padding: 50px 0px;
    }
}
@media(max-width:1550px) {
    .sections{
        padding-top:80px;
    }
}
@media(min-width:1550px) {
    .sections{
        padding-top:99px;
    }
}
@media(max-width:900px) {
    .sections{
        padding-top:0px;
    }
}

/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**Header**/

@media(max-width:1550px) {
    #headerDesktop {
        position: fixed;
        width: 100%;
        height: auto !important;
        padding: 0px 0px 20px 0px;
        background: rgba(255,255,255,0.98);
        z-index: 9999999;
        box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.4);
    }

    #headerDesktop .logo {
        float: left;
        width: 150px;
        height: 40px;
        background: url('../../static/images/logo.png') center no-repeat;
        background-size: cover;
    }

    #headerDesktop .nav {
        float: right;
        width: auto;
        margin-top: 30px;
    }
}

@media(min-width:1550px) {
    #headerDesktop {
        position: fixed;
        width: 100%;
        height: auto !important;
        padding: 5px 0px 20px 0px;
        background: rgba(255,255,255,0.98) !important;
        z-index: 9999999;
        box-shadow: 5px 10px 15px 5px rgba(0, 0, 0, 0.4);
    }

    #headerDesktop .logo {
        float: left;
        width: 200px;
        height: 53px;
        background: url('../../static/images/logo.png') center no-repeat;
        background-size: cover;
    }

    #headerDesktop .nav {
        float: right;
        width: auto;
        margin-top: 33px;
    }
}

#headerDesktop .nav a {
    width: auto !important;
    padding: 0px 15px;
}

#headerDesktop .nav a:hover {
    background: transparent !important;
}

#headerDesktop .nav button {
    margin-top: -5px;
    border-radius: 20px;
    padding: 5px 20px !important;
    border: 0px;
    outline: none;
    color: #FFF;
    background: #3D99BF;
    transition: box-shadow 0.3s ease-in-out;
}
#headerDesktop .nav button:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

#headerMobile {
    position: fixed;
    width: 100%;
    height: auto !important;
    padding: 10px 0px;
    background: rgba(255,255,255,0.98);
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

#headerMobile .logo {
    float: left;
    width: 150px;
    height: 40px;
    background: url('../../static/images/logo.png') center no-repeat;
    background-size: cover;
}

#headerMobile .burgerBtn {
    float: right;
    width: 30px;
    height: 19px;
    margin-top: 10px;
    background: url('../../static/images/burger.png') center no-repeat;
    background-size: cover;
}

#mobileMenu {
    position: fixed;
    top: 0px;
    right: -250px;
    /* right:0px; */
    width: 180px;
    height: 100%;
    padding-top: 60px;
    padding-right: 20px;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999999;
}

#mobileMenu .burgerBtn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 19px;
    margin-top: 10px;
    background: url('../../static/images/burger.png') center no-repeat;
    background-size: cover;
}

/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**Home**/

#home #section1 {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../../static/images/home.jpg') center bottom no-repeat;
    background-size: cover;
}

#home #section1 .blackCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#home #section2 {
    position: relative;
    width: 100%;
    height: 100%;
    background: #EEF3F5;
}

#home #section2 .card {
    min-height: 270px !important;
    padding: 25px;
    border: 1px solid whitesmoke;
    border-radius: 20px;
}

#home .parallax1{
    background-image: url('../../static/images/wall1.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


#home #section4 .card {
    min-height: 270px !important;
    padding: 15px;
    border: 1px solid whitesmoke;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

@media(max-width:900px) {
    #home #section4 .card {
        min-height: auto !important;
    }
    #home #section4 .card-image{
        float:left;
        width:80px;
    }
    #home #section4 .card-body{
        float:right;
        width:calc(100% - 100px);
    }
}

#home #section4 .card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

#home .parallax2{
    background-image: url('../../static/images/wall2.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#home #section5 .content-container {
    display: flex;
    align-items: center;
}

#home #section5 .content-image {
    width: 40%;
    padding-right: 20px;
}

#home #section5 .content-text {
    width: 60%;
    /* Adjust the width as needed */

}

#home #section5 .content-title {
    margin-top: 0;/
}

#home #section5 .content-description {
    margin-bottom: 0;
}


#home .parallax3{
    background-image: url('../../static/images/wall3.jpg');
    height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-button-prev,
.swiper-button-next {
    color: #999A9C;
    background: transparent;
}


/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**getInTouch**/

@media(max-width:900px) {

    #getInTouch #section1 {
        position: relative;
        width: 100%;
        height: 800px;
        /* background-color: #343434; */
        background: #343434 url('../../static/images/get-in-touch.jpg') -120px no-repeat;
    }

    #getInTouch #section1 #form {
        position: absolute;
        top: 0px;
        left: 10%;
        width: 80% !important;
        padding: 60px 40px 40px 40px;
        background: #fafafa;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 999;
    }

    #getInTouch #section1 #contactInfo {
        position: absolute;
        top: 500px;
        left: 10%;
    }
}

@media(min-width:900px) {
    #getInTouch #section1 {
        position: relative;
        width: 100%;
        height: 800px;
        background: #343434 url('../../static/images/get-in-touch.jpg') center  no-repeat;
        background-size: contain;
    }
    #getInTouch #section1 #contactInfo {
        padding-top: 80px;
    }

    #getInTouch #section1 #form {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 400px;
        height: 650px;
        padding: 80px 40px 0px 40px;
        background: #fafafa;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        z-index: 999;
    }
}

#getInTouch #section1 #form input[type="text"] {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #999A9C;
    padding-bottom: 5px;
    outline:none !important;
    background: transparent;
}

#getInTouch #section1 #form textarea {
    width: 100%;
    height: 100px;
    border: 0px;
    border-bottom: 1px solid #999A9C;
    padding-bottom: 5px;
    background: transparent;
    outline:none !important;
    resize: none;
}

#getInTouch #section1 #form input[type="button"] {
    width: 150px;
    padding: 10px 25px;
    border-radius: 20px;
    color: #FFF;
    background: #cecdd0;
}
#getInTouch #section1 #form input[type="button"]:hover {
    background: #3D99BF;
}


/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**website**/

#website #section1 {
    width: 100%;
    height: 700px;
    background: url('../../static/images/website/top-image.png') center bottom no-repeat;
    background-size: cover;
}

@media(max-width:900px) {
    #website #section1 {
        height: 800px;
    }
}

#website #section1 .blackCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#website #section1 .device {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 275px);
    width: 550px;
    height: 302px;
    background: url('../../static/images/website/device.png') center bottom no-repeat;
    background-size: contain;
    z-index: 999;
}

@media(max-width:900px) {

    #website #section2 .fleft,
    #website #section2 .fright {
        width: 100%;
    }

    #website #section2 .textLeft,
    #website #section2 .textRight {
        width: 100%;
        text-align: left;
        padding: 0px 30px 20px 30px;
    }

    #website #section2 .imageLeft,
    #website #section2 .imageRight {
        width: 100%;
        padding: 20px 100px;
        text-align: center;
    }
}

@media(min-width:900px) {
    #website #section2 .fleft {
        float: left;
        width: 50%;
    }

    #website #section2 .fright {
        float: right;
        width: 50%;
    }

    #website #section2 .textLeft {
        float: left;
        width: calc(100% - 180px);
        text-align: left;
    }

    #website #section2 .imageRight {
        float: right;
        width: 150px;
    }

    #website #section2 .textRight {
        float: right;
        width: calc(100% - 180px);
        text-align: left;
    }

    #website #section2 .imageLeft {
        float: left;
        width: 150px;
    }
}

#website #section3 .box {
    position: relative;
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    background: #5ba9c8 url('../../static/images/website/pc.png') right bottom no-repeat;
    background-size: contain;
}

#website #section4 .box {
    position: relative;
    padding: 50px;
    border-radius: 30px;
}

#website #section4 .box .extraBox {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

@media(min-width:900px) {
    #website #section4 .box {
        min-height: 400px;
    }

    #website #section4 .box .extraBox {
        position: absolute;
        top: 350px;
        left: 20%;
        width: 60%;
        min-height: 190px;
        padding: 30px;
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease-in-out;
    }
}


/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**mobile**/

#mobile #section1 {
    width: 100%;
    height: 700px;
    background: url('../../static/images/mobile/top-image.png') center bottom no-repeat;
    background-size: cover;
}

@media(max-width:900px) {
    #mobile #section1 {
        height: 800px;
    }
}

#mobile #section1 .blackCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#mobile #section1 .device {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 300px);
    width: 600px;
    height: 360px;
    background: url('../../static/images/mobile/device.png') center bottom no-repeat;
    background-size: contain;
    z-index: 999;
}


@media(max-width:900px) {

    #mobile #section2 .fleft,
    #mobile #section2 .fright {
        width: 100%;
    }

    #mobile #section2 .textLeft,
    #mobile #section2 .textRight {
        width: 100%;
        text-align: left;
        padding: 0px 30px 20px 30px;
    }

    #mobile #section2 .imageLeft,
    #mobile #section2 .imageRight {
        width: 100%;
        padding: 20px 100px;
        text-align: center;
    }
}

@media(min-width:900px) {
    #mobile #section2 .fleft {
        float: left;
        width: 50%;
    }

    #mobile #section2 .fright {
        float: right;
        width: 50%;
    }

    #mobile #section2 .textLeft {
        float: left;
        width: calc(100% - 180px);
        text-align: left;
    }

    #mobile #section2 .imageRight {
        float: right;
        width: 150px;
    }

    #mobile #section2 .textRight {
        float: right;
        width: calc(100% - 180px);
        text-align: left;
    }

    #mobile #section2 .imageLeft {
        float: left;
        width: 150px;
    }
}


#mobile #section3 .box {
    position: relative;
    padding: 50px;
    border-radius: 30px;
}

#mobile #section3 .box .extraBox {
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 30px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

@media(min-width:900px) {
    #mobile #section3 .box {
        min-height: 400px;
    }

    #mobile #section3 .box .extraBox {
        position: absolute;
        top: 330px;
        left: 20%;
        width: 60%;
        min-height: 190px;
        padding: 30px;
        border-radius: 15px;
        background: #FFF;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: box-shadow 0.3s ease-in-out;
    }
}

#mobile #section4 .box {
    position: relative;
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    background: #d1d9de url('../../static/images/mobile/mobile.png') right bottom no-repeat;
    background-size: contain;
}

#mobile #section5 .box {
    position: relative;
    width: 100%;
    padding: 60px 30px;
    border-radius: 20px;
    color: #2B2B2B;
    background: #FFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out;
}

#mobile #section5 .box:hover {
    color: #FFF;
    background: #3D99BF;
}

@media(min-width:900px) {
    #mobile #section5 .box {
        min-height: 350px;
    }
}

#mobile #section5 .box .icon {
    position: relative;
    width: 100%;
    margin-top: 20px;
}

@media(min-width:900px) {
    #mobile #section5 .box .icon {
        position: absolute;
        bottom: 50px;
        left: 0px;
        width: 100%;
    }
}

#mobile #section6 .box {
    position: relative;
    width: 100% !important;
    padding: 10px 0px;
    margin: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #FFF;
}

#mobile #section7 .box {
    position: relative;
    width: 100% !important;
    padding: 80px 50px;
    margin: 5px;
    border-radius: 10px;
    background: #d8ebf2;
}

@media(max-width:900px) {
    #mobile #section7 .box {
        padding: 40px 30px;
    }
}


/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**uiux**/

#uiux #section1 {
    width: 100%;
    height: 700px;
    /* display: flex; 
    justify-content: center; 
    align-items: center;  */
    background: url('../../static/images/uiux/top-image.png') center bottom no-repeat;
    background-size: cover;
}

#uiux #section1 .blackCover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#uiux #section1 .device {
    position: absolute;
    bottom: 0px;
    left: calc(50% - 275px);
    width: 550px;
    height: 330px;
    background: url('../../static/images/uiux/device.png') center bottom no-repeat;
    background-size: contain;
    z-index: 999;
}

@media(max-width:900px) {
    #uiux #section3 .textImage {
        padding: 30px 0px;
    }

    #uiux #section3 .textImage .fleft,
    #uiux #section3 .textImage .fright {
        width: 100%;
    }

    #uiux #section3 .textImage .fleft.text,
    #uiux #section3 .textImage .fright.text {
        padding-top: 0px;
        padding-bottom: 30px;
    }
}

@media(min-width:900px) {
    #uiux #section3 .textImage {
        padding: 30px 0px;
    }

    #uiux #section3 .textImage .fleft {
        float: left;
        width: 50%;
    }

    #uiux #section3 .textImage .fright {
        float: right;
        width: 50%;
    }

    #uiux #section3 .textImage .fleft.text {
        padding-top: 50px;
        padding-right: 50px;
    }

    #uiux #section3 .textImage .fright.text {
        padding-top: 50px;
        padding-left: 50px;
    }
}


/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/************************************************************************************************************************************/
/**Footer**/

#footer {
    position: relative;
    padding-top: 30px ! important;
}


/* ADDED BY BILAL */
.menu {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.menu-image {
    position: relative;
}

.serviceTab {
    margin-top: 30px;
}

.serviceTab .title {
    color: #2B2B2B;
    border-bottom: 2px solid #EEF3F5;
    width: 100%;
    font-size: 2.4rem;
}

.serviceTab .description {
    color: #2B2B2B;
    font-size: 1.6rem;
}



.menu li {
    margin-bottom: 5px;
}

.menu li .tab-content {
    display: none;
    padding-left: 20px;
}

.menu li.active .tab-content {
    display: block;
}

.menu li img {
    max-width: 100%;
    display: none;
}