:root{
    --default-border-radius: 15px;
    --default-title: 20px;
    --default-section-title: 35px;
}



#index-contact-icon-container{
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;

}



/*************************************************************************/
/************************** INDEX-LEADING START **************************/

#index-leading-container{
    height: 100vh;
}

#index-leading-image-container{
    top: 50%;
    left: 50%;
}

#index-leading-image-cover{
    top: 50%;
    left: 50%;
    background-color: var(--site-tertiary-first-der);
}

#index-leading-paragraph-container{
    height: calc(100% - 70px) !important;
    width: 50% !important;
}

#index-leading-paragraph-title{
    font-size: 70px;
}

#index-leading-paragraph{
    font-size: 28px;
}

@media screen and (min-width: 1150px) and (max-width: 1500px){
    #index-leading-paragraph-title{
        font-size: 62px;
    }
}


@media screen and (min-width: 800px) and (max-width: 1149px){
    #index-leading-paragraph-title{
        font-size: 50px;
    }
    #index-leading-paragraph-container{
        width: 75% !important;
    }



}
@media screen and (min-width: 550px) and (max-width: 799px){
    #index-leading-paragraph-title{
        font-size: 50px;
    }
    #index-leading-paragraph-container{
        width: 75% !important;
    }



}

@media screen and (min-width: 350px) and (max-width: 549px){
    #index-leading-paragraph-title{
        font-size: 34px;
    }
    #index-leading-paragraph-title-container{
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    #index-leading-paragraph{
        width: 100% !important;
        height: 200px !important;
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;

    }
    #index-leading-paragraph-container{
        width: 100% !important;
    }
    .text-overflow-7-line{
        -webkit-line-clamp: 6 !important;
        line-height: 33px;
    }
}


@media screen and (min-width: 0px) and (max-width: 349px){
    #index-leading-paragraph-title{
        font-size: 34px;
        width: 100% !important;
    }
    #index-leading-paragraph-title-container{
        width: 100% !important;
        padding-left: 10px;
        padding-right: 10px;

    }
    .text-overflow-7-line{
        -webkit-line-clamp: 6 !important;
        line-height: 33px;
    }
    #index-leading-paragraph{
        width: 100% !important;
        font-size: 18px;
        height: 200px !important;
        padding-left: 10px;
        padding-right: 10px;

    }
    #index-leading-paragraph-container{
        width: 100% !important;
    }

}



@media screen and (min-height: 0) and (max-height: 670px){
    #index-leading-container{
        height: 750px;
    }
    #index-leading-paragraph-container{
        width: 85% !important;
    }
}



/************************** INDEX-LEADING END **************************/
/***********************************************************************/










/******************************************************************************/
/************************** INDEX-OUR-SERVICES START **************************/

#index-our-services-container{
    height: 800px !important;
}

#index-our-services-sticky{
    border-radius: var(--default-border-radius);
    height: 700px;
    top: 30%;
    left: 50% !important;
    transition: 500ms top;
}


#index-services-left{
    width: 25%;
    height: 30%;
}
#index-services-middle{
    width: 50%;
    height: 30%;
}
#index-services-right{
    width: 25%;
    height: 30%;
}
#index-services-container, #index-shortened-services-container{
    width: 100%;
    height: 70%;
}
#index-services-buttons-container{
    width: 100%;
    height: 10%;
}


#index-services-gear-left{
    transform: scaleY(-1) ;
    width: 70%;
    height: 70%;

}
#index-services-gear-right{
    transform: scaleY(-1) scaleX(-1);
    width: 70%;
    height: 70%;

}


#index-services-text{
    font-size: var(--default-section-title);
}
#index-services-icon img{
    width: 65%;
    height: 65%;
}


#index-services-button-left{
    width: 10%;
    height: 100%;
    font-size: 30px;
}
#index-services-button-right{
    width: 10%;
    height: 100%;
    font-size: 30px;
}
#index-services-main-container{
    width: 80%;
    height: 100%;
}


#index-right-button, #index-left-button{
    z-index: 100;
    top: 50%;
    /*background-color: var(--secondary-first-der);*/
    color: var(--primary);
    transition: 250ms color;
}

#index-right-button:hover, #index-left-button:hover{
    /*background-color: var(--secondary-second-der);*/
    color: var(--site-secondary);
}

#index-bottom-pagination{
    left: 0;
    bottom: 0;
}
#index-bottom-pagination .index-pagination-dots{
    transition: 250ms color;
}

#index-bottom-pagination .index-pagination-dots:hover{
    color: var(--secondary-second-der);
}


.index-pagination-containers{
    width: 100%;
    height: 100%;
    transition: 1s left, 500ms opacity, 1s z-index;
}

.our-services-title{
    font-size: var(--default-title);
}
.our-services-text{
    height: 100px;
}


#index-position-container{
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 100 !important;
}



 .index-images-container, .index-position-dot{
    transition: 500ms left,500ms right, 500ms opacity, 1s z-index;
}

#index-shortened-services-container{
    display: none;
}

@media screen and (min-width: 650px) and (max-width: 900px){
    #index-services-text{
        font-size: 28px;
    }
    .our-services-title{
        font-size: 15px;
    }
}
@media screen and (min-width: 0px) and (max-width: 649px){
    #index-services-text{
        font-size: 20px;
    }
    .our-services-title{
        font-size: 12px;
    }
    .our-services-text{
        font-size: 15px;
    }
    .read-more-text-scroll{
        font-size: 12px !important;
    }

    .read-more-logo-scroll{
        font-size: 12px !important;
    }

    #index-our-services-sticky{
        width: 95%;
    }
    .our-services-sign{
        font-size: 16px !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 500px){
    #index-services-container{
        display: none !important;
    }
    #index-shortened-services-container{
        display: block;
    }
}


/************************** INDEX-OUR-SERVICES END **************************/
/****************************************************************************/




/*********************************************************************************/
/************************** INDEX-LATEST-PROJECTS START **************************/

#index-latestprojects-container{
    height: 850px !important;
}

#index-latest-image-container{
    display: none;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 25%;
    height: 550px;
    width: 650px;
    border-radius: var(--default-border-radius);
}

#index-latest-description-container{
    display: none;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 65%;
    height: 700px;
    width: 1000px;
    border-radius: var(--default-border-radius);

}
#index-latest-description-details{
    transform: translate(-50%, -50%) !important;
    top: 55%;
    left: 58%;
    height: 78%;
    width: 80%;
}



.project-title{
    width: 22%;
    font-size: 20px;
}
.project-description, .project-description-lengthy{
    width: 78%;
    height: 100% !important;
    font-size: 20px;
}
/*.project-description-lengthy{*/
/*    display: -webkit-box !important;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: normal;*/
/*    -webkit-line-clamp: 7;*/
/*    -webkit-box-orient: vertical;*/
/*}*/




@media screen and (min-width: 1800px) and (max-width: 2500px){
    #index-latestprojects-container{
        height: 850px !important;
    }

    #index-latest-image-container{
        top: 48%;
        left: 30%;
        height: 550px;
        width: 650px;
    }

    #index-latest-description-container{
        top: 48%;
        left: 65%;
        height: 80%;
        width: 55%;

    }
}

@media screen and (min-width: 1350px) and (max-width: 1800px){
    #index-latestprojects-container{
        height: 700px !important;
    }
    #index-latest-description-details{
        width: 82%;
    }
    .project-title{
        width: 25%;
    }
    .project-description, .project-description-lengthy{
        width: 75%;
    }

    #index-latest-image-container{
        left: 25%;
        height: 475px;
        width: 550px;
    }

    #index-latest-description-container{
        left: 65%;
        height: 600px;
        width: 850px;
    }
}

#latest-project-description.text-overflow-7-line-latest{
    -webkit-line-clamp: 12;
}



@media screen and (min-width: 1150px) and (max-width: 1350px){
    #index-latestprojects-container{
        height: 700px !important;
    }
    #index-latest-description-details{
        height: 78%;
        width: 78%;
    }
    .project-title{
        width: 25%;
        font-size: 17px;
    }
    .project-description, .project-description-lengthy{
        width: 75%;
        font-size: 17px;
    }
    #index-latest-image-container{
        left: 25%;
        height: 440px;
        width: 500px;
    }

    #index-latest-description-container{
        left: 65%;
        height: 580px;
        width: 750px;
    }
}



@media screen and (min-width: 1060px) and (max-width: 1150px){
    #index-latestprojects-container{
        height: 650px;
    }
    #index-latest-description-details{
        height: 80%;
        width: 72%;
    }

    .project-title{
        width: 30%;
        font-size: 17px;
    }
    .project-description, .project-description-lengthy{
        width: 70%;
        font-size: 17px;
    }
    #index-latest-image-container{
        left: 25%;
        height: 410px;
        width: 480px;
    }

    #index-latest-description-container{
        left: 65%;
        height: 540px;
        width: 700px;
    }
}

@media screen and (min-width: 810px) and (max-width: 1060px){
    #index-latestprojects-container{
        height: 650px !important;
    }
    #index-latest-description-details{
        height: 90% !important;
        width: 72%;
    }
    /*.project-name{*/

    /*}*/
    /*.lengthy-description-container{*/
    /*    height: 60%;*/
    /*}*/
    /*.project-starting-date{*/
    /*    height: 10%;*/
    /*}*/
    .project-title{
        width: 34%;
        font-size: 17px;
    }
    .project-description, .project-description-lengthy{
        width: 66%;
        font-size: 17px;
    }
    .lengthy-description-container{
        height: 55% !important;
    }

    #index-latest-image-container{
        left: 23%;
        height: 310px;
        width: 360px;
    }

    #index-latest-description-container{
        left: 65%;
        height: 550px;
        width: 600px ;
    }
}

@media screen and (min-width: 700px) and (max-width: 810px){
    #index-latestprojects-container{
        height: 650px !important;
    }

    #index-latest-description-details{
        left: 50%;
        height: 80%;
        width: 100% ;
    }
    .project-title{
        width: 34%;
        font-size: 17px;
    }
    .project-description, .project-description-lengthy{
        width: 66%;
        font-size: 17px;
    }
    #index-latest-image-container{
        top: 10%;
        left: 50%;
        height: 150px;
        width: 150px;
    }

    #index-latest-description-container{
        top: 55% ;
        left: 50% ;
        height: 550px;
        width: 550px;
        justify-content: center !important;
        align-items: end !important;
    }

}

@media screen and (min-width: 500px) and (max-width: 700px){
    #index-latestprojects-container{
        height: 700px !important;
    }
    #index-latest-description-details{
        left: 50%;
        height: 90%;
        width: 100%;

    }
    .project-title{
        width: 34%;
        font-size: 17px;
    }
    .project-description, .project-description-lengthy{
        width: 66%;
        font-size: 17px;
    }
    #index-latest-image-container{
        top: 10% ;
        left: 50% ;
        height: 150px;
        width: 150px;
    }

    #index-latest-description-container{
        top: 55% ;
        left: 50% ;
        height: 550px;
        width: 95%;
        justify-content: center !important;
        align-items: end !important;
    }

}

@media screen and (min-width: 0px) and (max-width: 500px){


    #index-latestprojects-container{
        height: 750px !important;
    }
    #index-latest-description-details{
        left: 50%;
        height: 90%;
        width: 100%;

    }
    .project-title{
        /*width: 30%;*/
        font-size: 13px;
    }
    #latest-project-description.text-overflow-7-line-latest{
        -webkit-line-clamp: 12;
    }
    .project-description, .project-description-lengthy{
        /*width: 70%;*/
        font-size: 15px;
    }
    #index-latest-image-container{
        top: 10%;
        left: 50%;
        height: 170px;
        width: 170px;
    }

    #index-latest-description-container{
        top: 55%;
        left: 50%;
        height: 550px;
        /*width: 325px;*/
        width: 95%;
        justify-content: center !important;
        align-items: end !important;
    }

}



/************************** INDEX-LATEST-PROJECTS END **************************/
/*******************************************************************************/





/*********************************************************************************/
/************************** INDEX-OUR-VALUES START *******************************/



#index-ourvalues-container{
    min-height: auto !important;
}

.ourvalues-lines{
    height: 6px;
}
.ourvalues-text{
    font-size: var(--default-section-title);
}
.ourvalues-line-logo{
    width: 125px;
    height: 125px;
}
.index-ourvalues-main-container{
    min-height: 300px !important;
    display: grid;
    grid-template-columns: repeat(auto-fit, 23%);
    justify-content: center;
    align-items: center;

}


.index-ourvalues-cards{
    height: 150px;
    border-radius: var(--default-border-radius) !important;
}
.index-ourvalues-title{
    font-size: 23px;
}
.index-ourvalues-paragraph{
    font-size: 20px;
}

.our-values-lines{
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}



@media screen and (min-width: 1300px) and (max-width: 1500px){
    .ourvalues-text{
        font-size: 28px;
    }
    .index-ourvalues-title{
        font-size: 20px;
    }
    .index-ourvalues-main-container{
        grid-template-columns: repeat(auto-fit, 25%);
    }
}

@media screen and (min-width: 1000px) and (max-width: 1299px){
    .ourvalues-text{
        font-size: 25px;
    }
    .index-ourvalues-title{
        font-size: 20px;
    }
    .index-ourvalues-main-container{

        grid-template-columns: repeat(auto-fit, 40%);
    }
}
@media screen and (min-width: 650px) and (max-width: 999px){
    .ourvalues-lines{
        width: 25% !important
    }
    .ourvalues-text{
        font-size: 21px;
    }
    .ourvalues-line-logo{
        width: 125px;
        height: 125px;
    }
    .ourvalues-text-logo-container{
        width: 35% !important
    }
    .index-ourvalues-title{
        font-size: 20px;
    }
    .index-ourvalues-main-container{

        grid-template-columns: repeat(auto-fit, 42%);
    }
}
@media screen and (min-width: 550px) and (max-width: 649px){
    .ourvalues-lines{
        width: 25% !important
    }
    .ourvalues-text{
        font-size: 18px;
    }
    .ourvalues-line-logo{
        width: 100px !important;
        height: 100px !important;
    }
    .ourvalues-line-logo{
        width: 125px;
        height: 125px;
    }
    .ourvalues-text-logo-container{
        width: 35% !important
    }
    .index-ourvalues-title{
        font-size: 20px;
    }
    .index-ourvalues-main-container{
        grid-template-columns: repeat(auto-fit, 80%);
    }
    .index-ourvalues-cards{
        height: 150px;
        border-radius: var(--default-border-radius) !important;
    }
}
@media screen and (min-width: 0px) and (max-width: 549px){
    .ourvalues-lines{
        width: 22% !important
    }
    .ourvalues-text{
        font-size: 14px;
    }
    .ourvalues-line-logo{
        width: 85px !important;
        height: 85px !important;
    }
    .ourvalues-line-logo{
        width: 125px;
        height: 125px;
    }
    .ourvalues-text-logo-container{
        width: 38% !important
    }
    .index-ourvalues-title{
        font-size: 18px;
    }
    .index-ourvalues-main-container{
        grid-template-columns: repeat(auto-fit, 95%);
    }
    .index-ourvalues-cards{
        height: 150px;
        border-radius: var(--default-border-radius) !important;
    }
}
/************************** INDEX-OUR-VALUES END *******************************/
/*******************************************************************************/




/*************************************************************************************/
/************************** INDEX-VISION-MISSION START *******************************/


#index-vision-mission-container{
    height: 775px !important
}

.index-vision-mission-main{
    border-radius: var(--default-border-radius);
    height: 700px;
    width: 1200px;
}
.index-vision-container{

}
.index-mission-container{

}

.index-ourvalues-image{
    top: 102%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: scaleY(-1) translate(-50%, -50%);
}

#index-vision-title{
    font-size: 45px;
}

#index-vision-paragraph{
    font-size: 25px;
}

#index-mission-title{
    font-size: 45px;
}

#index-mission-paragraph{
    font-size: 25px;
}

@media screen and (min-width: 550px) and (max-width: 1000px){
    #index-vision-mission-container{
        height: 900px !important
    }


    .index-vision-mission-main {
        /*height: 775px !important;*/
        width: 800px !important;

    }


    #index-vision-title{
        font-size: 35px;
    }

    #index-vision-paragraph{
        font-size: 20px;
    }

    #index-mission-title{
        font-size: 35px;
    }

    #index-mission-paragraph{
        font-size: 20px;
    }
    #mission-half{
        width: 70% !important;
    }

    #vision-half{
        width: 70% !important;
    }
}

@media screen and (min-width: 0px) and (max-width: 549px) {
    #index-vision-mission-container{
        height: 900px !important
    }

    .index-vision-mission-main {
        height: 800px !important;
        width: 350px !important;
    }

    #index-vision-title{
        font-size: 30px;
    }

    #index-vision-paragraph{
        font-size: 16px;
    }

    #index-mission-title{
        font-size: 30px;
    }

    #index-mission-paragraph{
        font-size: 16px;
    }
    #mission-half{
        width: 85% !important;
    }

    #vision-half{
        width: 85% !important;
    }
}

/************************** INDEX-VISION-MISSION END *******************************/
/***********************************************************************************/




/*********************************************************************************/
/************************** INDEX-ABOUT-US START *********************************/


#index-about-us-container{
    height: 1000px !important;

}

.about-us{
    top: 50px;
}

#index-aboutus-paragraph-container{
    transform: translate(-50%, -50%);
    top: 55%;
    left: 60%;
    height: 650px;
    width: 900px;
    border-radius: var(--default-border-radius);
}
#index-aboutus-image-container{
    transform: translate(-50%, -50%);
    top: 55%;
    left: 28%;
    height: 475px;
    width: 550px;
    border-radius: var(--default-border-radius);
}

#index-aboutus-paragraph-main{
    transform: translate(-50%, -50%);
    top: 50%;
    left: 55%;
    height: 80%;
    width: 72%;
}
#index-aboutus-paragraph {
    border-bottom: 3px solid var(--site-secondary);
}
#index-aboutus-paragraph div{
    font-size: 20px;
    display: -webkit-box !important;
    overflow: hidden;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;

}
#index-aboutus-paragraph div p:not(:first-child){
    display: none;
}


.index-aboutus-image{
    top: 102%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translate(-50%, -50%);
    /*z-index: -100 !important;*/
}


@media screen and (min-width:  1650px) and (max-width: 1850px){
    #index-about-us-container{
        height: 950px !important;

    }
    #index-aboutus-paragraph-main{
        top: 50%;
        left: 58%;
        height: 80%;
        width: 70%;
    }

    #index-aboutus-paragraph-container{
        height: 625px;
        width: 850px;
    }
    #index-aboutus-image-container{
        height: 450px;
        width: 525px;
    }



}

@media screen and (min-width:  1400px) and (max-width: 1649px){
    #index-about-us-container{
        height: 900px !important;
    }

    #index-aboutus-paragraph-main{
        top: 50%;
        left: 59%;
        height: 80%;
        width: 72%;
    }
    #index-aboutus-paragraph-container{
        height: 600px;
        width: 850px;
    }
    #index-aboutus-image-container{
        left: 25%;
        height: 400px;
        width: 475px;
    }



}

@media screen and (min-width:  1100px) and (max-width: 1399px){
    #index-about-us-container{
        height: 900px !important;
    }

    #index-aboutus-paragraph-main{
        top: 50%;
        left: 59%;
        height: 80%;
        width: 69%;
    }
    #index-aboutus-paragraph-container{
        height: 550px;
        width: 750px;
    }

    #index-aboutus-image-container{
        left: 23%;
        height: 400px;
        width: 450px;
    }


}

@media screen and (min-width:  950px) and (max-width: 1099px){
    #index-about-us-container{
        height: 750px !important;
    }

    #index-aboutus-paragraph-main{
        top: 50%;
        left: 59%;
        height: 80%;
        width: 69%;
    }
    #index-aboutus-paragraph-main div{
        -webkit-line-clamp: 7;
    }
    #index-aboutus-paragraph-container{
        height: 450px;
        width: 650px;
    }

    #index-aboutus-image-container{
        left: 23%;
        height: 325px;
        width: 375px;
    }


}

@media screen and (min-width:  650px) and (max-width: 949px){
    #index-about-us-container{
        height: 750px !important;
    }
    #index-aboutus-paragraph-main div{
        -webkit-line-clamp: 9;
    }
    #index-aboutus-paragraph-main{
        height: 90%;
        width: 85%;

    }

    #index-aboutus-paragraph-container{
        top: 60%;
        left: 55%;
        height: 450px;
        width: 600px;
    }
    #index-aboutus-image-container{
        top: 30%;
        left: 15%;
        height: 150px;
        width: 150px;
    }



}

@media screen and (min-width:  450px) and (max-width: 649px){
    #index-about-us-container{
        height: 800px !important;
    }
    #index-aboutus-paragraph-main div{
        -webkit-line-clamp: 7;
    }
    #index-aboutus-paragraph-main{
        top: 55%;
        left: 50%;
        height: 80%;
        width: 80%;
        justify-content: center;
        align-items: flex-end;
    }
    #index-aboutus-paragraph-container{
        top: 60%;
        left: 50%;
        height: 450px;
        width: 450px;
        justify-content: center !important;
        align-items: flex-end !important;
    }
    #index-aboutus-image-container{
        top: 30%;
        left: 50%;
        height: 130px;
        width: 150px;

    }



}

@media screen and (min-width:  0px) and (max-width: 449px){
    #index-about-us-container{
        height: 900px !important;
    }
    #index-aboutus-paragraph-main div{
        -webkit-line-clamp: 7;
        /*margin-top: 15px;*/
    }
    #index-aboutus-paragraph-main{
        top: 55%;
        left: 50%;
        height: 80%;
        width: 80%;
        justify-content: center;
        align-items: flex-end;
    }
    #index-aboutus-paragraph-container{
        top: 60%;
        left: 50%;
        height: 450px;
        width: 350px;
        justify-content: center !important;
        align-items: flex-end !important;
    }
    #index-aboutus-image-container{
        top: 30%;
        left: 50%;
        height: 150px;
        width: 150px;

    }
    #index-aboutus-paragraph div{
        padding-top: 14px !important;
        font-size: 14px !important;
    }


}






/************************** INDEX-ABOUT-US END *******************************/
/*******************************************************************************/




/*********************************************************************************/
/************************** INDEX-CONTACT-US START *********************************/


#index-contactus-container{
    height: 900px !important
}

#index-contactus-main{
    border-radius: var(--default-border-radius);
}




#index-contactus-form{
    border-radius: var(--default-border-radius);
}

.index-form-input{
    background-color: var(--site-tertiary-second-der);
    color: var(--site-primary);
    resize: none;
    border-radius: 10px;
}
.index-form-input::placeholder{
    color: var(--site-primary)
}

.index-form-input:focus{
    background-color: var(--site-tertiary-second-der);
    color: var(--site-primary)
}
.index-form-input:focus::placeholder{
    color: var(--site-primary)
}

.form-button{
    background-color: var(--site-tertiary-second-der);
    color: var(--site-primary);
    border-radius: 10px;
}
.form-button:hover,.form-button:focus{
    background-color: var(--site-tertiary-second-der);
    color: var(--site-primary);
}


@media screen and (min-width:  1400px) and (max-width: 1650px){
    #index-contactus-form{
        width: 80%;
    }
}

@media screen and (min-width:  1100px) and (max-width: 1399px){
    #index-contactus-main{
        width: 90%;
    }
    #index-contactus-form{
        width: 75%;
    }
}

@media screen and (min-width:  900px) and (max-width: 1099px){
    #index-contactus-main{
        width: 90%;
    }
    #index-contactus-form{
        width: 90%;
    }
}

@media screen and (min-width:  0px) and (max-width: 899px){
    #index-contactus-container{
        height: 1600px !important
    }

    #index-contactus-main{
        justify-content: flex-start;
        align-items: start;
        flex-direction: column !important;
        flex-wrap: wrap;
    }
    #index-contactus-main #index-contactus-details{
        width: 100%;
        height: 50% !important;
    }

    #index-contactus-main #index-contactus-form-container{
        width: 100%;
        height: 50% !important;
    }
    #index-contactus-form{
        height: 95%;
    }
    #index-contactus-main{
        width: 90%;
    }
    #index-contactus-form{
        width: 90%;
    }

}

@media screen and (min-width:  0px) and (max-width: 649px){
    #index-contactus-details{
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

    .contact-us-description{
        font-size: 14px;
    }

    .contact-text{
        font-size: 22px !important;
    }
    .contact-info{
        font-size: 14px ;
    }
}



/************************** INDEX-CONTACT-US END *******************************/
/*******************************************************************************/

