MOON
Server: Apache
System: Linux ip-208-109-13-31.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els4.x86_64 #1 SMP Sat Aug 31 06:58:57 UTC 2024 x86_64
User: durgeshpandey215 (1013)
PHP: 8.1.29
Disabled: NONE
Upload Files
File: /home/durgeshpandey215/www/spirevisibility.skilladders.com/style.css
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

:root {
    --primary-color: #FF8343;
    --redpink-color: #fe3146;
    --black-color: #111;
    --white-color: #ffffff;
    --homebg-color: rgb(27, 27, 27);
}

#main {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

/* whatsapp Icon open*/

.whatsappIcon {
    position: fixed;
    bottom: 20px;
    z-index: 100;
    left: 20px;
    width: 60px;
}

.whatsappIcon a img {
    width: 100%;
}



.CallIcon {
    position: fixed;
    bottom: 20px;
    z-index: 100;
    right: 20px;
    width: 60px;
}

.CallIcon a img {
    width: 100%;
}

/* whatsapp icon close */




/* navigation open */
.nav {
    width: 100%;
    margin: 5px 0px;
    z-index: 3;
}

.navInner {
    width: 1300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 50px;
}

#navlogo {
    font-family: "Montserrat Alternates", sans-serif;
}

#navlogo img {
    width: 150px;
    height: 80px;
}

#navlist ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

#navlist ul li {
    margin: 0px 20px;
    font-weight: 600;
    font-family: "Inter", sans-serif;

}

#navlist ul li a {
    text-decoration: none;
    color: var(--black-color);
}

#navlist ul li a:hover {
    color: var(--primary-color);
}

.responsiveMenu {
    display: none;
}

/* navigation close */





/* home start */

#page1Outer{
    width: 100%;
    background-image: url('./images/homeBg/img1.jpg');
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit:cover;
    height: 600px;
    position: relative;
}

.homeOverlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.671);
}

#page1{
    width: 1300px;
    height: 100%;
    margin: auto;
}
.homeContent{
    width: 100%;
    height: 100%;
    color: var(--white-color);
    z-index: 2;
    position: relative;
    display: flex;    
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.homeContent h1{
    font-size: 40px;
    margin-bottom: 10px;
}
.homeContent button{
    padding: 20px 40px;
    border: none;
    margin: 20px 0px;
    border-radius: 25px;
    cursor: pointer;
    background-color: var(--white-color);
}
.homeContent button a{
    font-weight: 600;
    text-decoration: none;
    color: var(--black-color);
}


/* home stop */

/* page2 open */

#page2 {
    width: 1200px;
    margin: 50px auto;
}

.page2-text {
    display: flex;
}

.page2-heading {
    width: 30%;
}

.page2-para {
    width: 40%;
    display: flex;
    align-items: end;
}

.page2-heading p {
    color: var(--primary-color);
}

.page2-heading h1 {
    padding-top: 10px;
    line-height: 35px;
}

.page2-imgslider {
    width: 100%;
    height: 400px;
    margin-top: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
}

.page2-imgslider::-webkit-scrollbar {
    display: none;
}

.slider {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.imgslider-items {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: var(--white-color);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s linear;
}

.images:hover .imgslider-items {
    opacity: 1;
    visibility: visible;
}

.imgslider-items img {
    width: 40px;
    height: 40px;
    margin: 10px auto
}

.imgslider-items h3 {
    margin: 10px 0px;
}

.imgslider-items p {
    margin: 5px;
}

.imgslider-items button {
    padding: 7px 0px;
    width: 40%;
    border: none;
    margin: 10px auto;

}

.imgslider-items button a {
    text-decoration: none;
    color: var(--primary-color);
}

.slider .images {
    position: relative;
    min-width: 33%;
    height: 100%;
    margin: 0px 5px;
    box-sizing: border-box;
}

.images .bg-image-slider {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.sliderbtn {
    margin: 10px 5px;
    
}

.sliderbtn .start{
    cursor: pointer;
}
.sliderbtn .mid{
    cursor: pointer;
}
.sliderbtn .end{
    cursor: pointer;
}

/* page 2 close */

/* page 3 open */

#page3 {
    width: 1200px;
    margin: 70px auto;
    text-align: center;
}

#page3 .page3-p {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

#page3 h1 {
    font-size: 40px;
}

.page3-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    margin-top: 50px;
}

.page3-info{
    width: 25%;
}

.page3-info img {
    width: 50px;
    height: 50px;
}

.page3-info h3 {
    font-size: 23px;
    margin: 10px 0px;
}

/* page 3 close */




/* our partner open */


.OurPartnerOuter{
    width: 100%;
    margin: 100px 0px;
}
.ourPartnerInner{
    width: 1300px;
    margin: auto;
    text-align: center;
}
.ourPartnerInner h1{
    font-size: 35px;
}

.OurPartnerContainer{
    display: flex;
    width: 100%;
    margin-top: 50px;
    overflow-x: scroll; 
    scroll-behavior: smooth;
}
.OurPartnerContainer::-webkit-scrollbar{
    display: none;
}

.OurPartnerContainer img{
    width: 150px;
    height: 50px;
    object-fit: cover;
    flex: 0 0 auto;
    margin: 10px 50px;
}


.ourpartnerslider-arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    font-size: 25px;
}

.ourpartnerLeft,.ourpartnerRight{
    cursor: pointer;
}


/* enquire now btn open */

.enquireNowBtn button{
    padding: 10px 20px;
    margin-top: 50px;
    background-color: var(--black-color);
    border-radius: 10px;
    cursor: pointer;
}
.enquireNowBtn button a{
    text-decoration: none;
    color: var(--white-color);
}
/* enquire now btn close */

/* our partner close */







/* page 4 open */

#page4 {
    width: 1200px;
    margin: 70px auto;
    text-align: center;
}

#page4 .page4-p {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

#page4 h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.page4-project-inner {
    display: flex;
}

.page4-images {
    width: 70%;
    height: 450px;
    background-color: #fe3146;
    margin: 0px 20px;
}

.page4-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.page4-info {
    width: 30%;
    text-align: left;
    background-color: #f6f7f7;
}

.page4-projects {
    padding: 20px;
    margin: 5px 0px;
    cursor: pointer;
    /* background-color: #fe3146;
    color: white; */
}

.page4-projects h2 {
    font-size: 19px;
    font-weight: 550;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.page4-projects p {
    font-size: 14px;
    font-weight: 500;
}

/* page 4 close */

/* page 5 open */

#page5 {
    width: 1200px;
    margin: 70px auto;
    text-align: center;
    padding: 50px 0px;
    background-color: #fafbfb;

}

#page5 .page5-p {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

.page5-outer-h1 {
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}


.page5-inner {
    display: flex;
    width: 100%;
}

.page5-content {
    padding: 20px;
    width: 25%;
    margin: 10px 20px;
    background-color: var(--white-color);
    transition: all 0.2s linear;
    cursor: pointer;
}

.page5-content:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.page5-content h1 {
    font-size: 45px;
    font-weight: 500;
}

.page5-content img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px
}


.counter {
    font-size: 50px;
    font-weight: bold;
    transition: all 1s ease-out;
}


/* page5 close */

/* page6 open */

#page6 {
    width: 1200px;
    margin: 70px auto;
    text-align: center;
    padding: 50px 0px;
    background-color: #fafbfb;
}

#page6 .page6-p {
    font-size: 20px;
    margin-bottom: 5px;
    color: var(--primary-color);
    font-weight: 700;
}

#page6 h1 {
    font-size: 40px;
    margin: 0px 0px 30px 0px;
}

.client-feedbacks {
    text-align: left;
    width: 50%;
    margin: auto;

}

.client-feedbacks .feedback-text {
    margin-bottom: 10px;
    font-weight: 500;
}

.about-feedback {
    display: flex;
    align-items: center;
}

.about-feedback h3 {
    color: var(--primary-color);
    margin: 0px 5px;
    font-size: 16px;
}

.about-feedback p {
    color: gray;
}

/* page6 close */


/* page7 open */

#page7 {
    width: 100%;
    padding: 50px;
    background-color: var(--primary-color);
    margin: 30px auto;
}

.page7-inner {
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: auto;
}

#page7 img {
    width: 100px;
    height: 100px;
}

/* page7 close */



/* contact open */



.contactOuter {
    width: 100%;
    margin: 80px 0px;
}

.contactInner {
    width: 1300px;
    margin: auto;
}

.c-form-heading {
    margin: 40px 0px;
}

.c-form-heading h2 {
    text-align: center;
    width: 50%;
    margin: auto;
    font-size: 30px;
}

.c-form-container {
    margin: 60px 0px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.c-form-container form {
    width: 45%;
}

.c-form-container form input {
    width: 45%;
    padding: 10px 10px;
    background-color: #F8F8F8;
    border: 0.5px solid #c7c7c7;
    margin: 5px 0px;
    outline: none;
    border-radius: 5px;
}

.c-form-container form select {
    width: 45%;
    padding: 10px 10px;
    background-color: #F8F8F8;
    border: 0.5px solid #c7c7c7;
    margin: 5px 0px;
    border-radius: 5px;
    outline: none;
}


.c-form-container form textarea {
    width: 90%;
    height: 200px;
    outline: none;
    background-color: #F8F8F8;
    border: 0.5px solid #c7c7c7;
    border-radius: 5px;
    resize: none;
    padding: 10px;
    margin: 5px 0px;
}

.c-form-container form button {
    padding: 15px 0px;
    width: 90%;
    border: none;
    background-color: green;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin: 20px 0px;

}
.c-form-container form button a{
    text-decoration: none;
    color: var(--white-color);
    font-size: 17px;
}

.c-form-container form p {
    font-size: 8px;
}

.c-form-map {
    width: 45%;
    height: 300px;
}

.c-form-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* contact close */



/* footer open */

.footer {
    background: #0d1117;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 55px 50px;
    color: #fff !important;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
    display: inline-block;
    vertical-align: top;
}

/* Footer left */

.footer .footer-left {
    width: 40%;
}


.footer h3 {
    color: #ffffff;
    font: normal 36px 'Open Sans', cursive;
    margin: 0;
}

.footer h3 span {
    color: var(--primary-color);
}

/* Footer links */

.footer .footer-links {
    color: #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}

.footer .footer-links a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}

.footer .footer-name {
    color: var(--primary-color);
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}


.u-logo{
    padding: 10px 20px;
    background-color: var(--white-color);
    border-radius: 10px;
}

.footer .logo {
    width: 180px;
    margin-bottom: 15px;
}



/* Footer Center */

.footer .footer-center {
    width: 35%;
}

.footer .footer-center i {
    background-color: #33383b;
    color: #ffffff;
    font-size: 25px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 10px 15px;
    vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
    font-size: 17px;
    line-height: 38px;
}

.footer .footer-center p {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    vertical-align: middle;
    margin: 0;
}

.footer .footer-center p span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
}

.footer .footer-center p a {
    color: var(--orange-color);
    text-decoration: none;
    ;
}

.footer .footer-links a:before {
    content: "|";
    font-weight: 300;
    font-size: 20px;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
}

.footer .footer-links .link-1:before {
    content: none;
}

/* Footer Right */

.footer .footer-right {
    width: 20%;
}

.footer .footer-about {
    line-height: 20px;
    color: #92999f;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
}

.footer .footer-about span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .footer-socials {
    margin-top: 25px;
}

.footer .footer-socials a {
    display: inline-block;
    font-size: 35px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    margin-bottom: 5px;
}



@media only screen and (max-width: 420px) {
    #page2 {
        width: 100%;
        text-align: center;
    }

    .page2-text {
        flex-wrap: wrap;
    }

    .page2-heading {
        width: 100% !important;
        margin-bottom: 20px;
        text-align: center;
    }

    .page2-heading h1 {
        width: 100%;
    }

    .page2-para {
        width: 100%;
        align-items: center;
    }

    .slider .images {
        min-width: 90%;
    }
}




@media only screen and (max-width: 600px) {
    body {
        /* background-color: rgb(0, 0, 0); */
        width: 100%;
        height: 100vh;
    }

    /* home start */
    #page1 {
        width: 100%;
        flex-wrap: wrap;
        text-align: center;
        padding-top: 50px;
    }


    #home-text h1 {
        font-size: 30px;
    }

    #home-img {
        min-height: 400px;
        display: flex;
        width: 100%;
        padding: 50px;
    }

    #home-img img {
        width: 100%;
    }

    #home-text button {
        padding: 15px 30px;
    }

    /* home stop */


    #page2 {
        width: 100%;
        text-align: center;
    }

    .page2-text {
        flex-wrap: wrap;
    }

    .page2-heading {
        width: 100%;
    }

    .page2-para {
        width: 100%;
        align-items: center;
    }

    .slider .images {
        min-width: 90%;
    }

    /* page 3 open */

    #page3 {
        width: 100%;

    }

    #page3 .page3-p {
        font-size: 15px;

    }

    #page3 h1 {
        font-size: 30px;
    }

    .page3-content {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-top: 50px;
    }

    .page3-info {
        margin: 20px;
        width: 100%;
    }

    /* page 3 close */

    /* page 4 open */

    #page4 {
        width: 100%;
        margin: 70px auto;
        text-align: center;
    }

    #page4 .page4-p {
        font-size: 15px;

    }

    #page4 h1 {
        font-size: 30px;
    }

    .page4-project-inner {

        flex-wrap: wrap;
    }

    .page4-images {
        width: 100%;
    }


    .page4-info {
        width: 100%;

    }

    /* page 4 close */

    /* page 5 open */

    #page5 {
        width: 100%;


    }

    #page5 .page5-p {
        font-size: 15px;

    }

    .page5-outer-h1 {
        font-size: 30px;
    }


    .page5-inner {
        flex-wrap: wrap;
    }

    .page5-content {
        width: 100%;
    }

    /* page5 close */
    /* page6 open */

    #page6 {
        width: 100%;

    }

    #page6 .page6-p {
        font-size: 15px;

    }

    #page6 h1 {
        font-size: 30px;
    }

    .client-feedbacks {
        text-align: center;
        width: 90%;
    }

    /* page6 close */
    /* page7 open */

    #page7 {
        width: 100%;
        padding: 50px;
        background-color: var(--primary-color);
        margin: 30px auto;
    }

    .page7-inner {
        width: 100%;
        flex-wrap: wrap;

    }

    /* page7 close */




    /* contact open  */
    .contactOuter {
        width: 100%;
        margin: 50px 0px;
    }

    .contactInner {
        width: 100%;
        margin: auto;
    }



    .c-form-heading {
        margin: 40px 0px;
    }

    .c-form-heading h2 {
        font-size: 20px;
        width: 90%;
    }

    .c-form-container {
        flex-wrap: wrap;

    }

    .c-form-container form {
        width: 100%;
        margin: 0px 10px;
    }

    .c-form-container form input {
        width: 49%;
    }

    .c-form-container form textarea {
        width: 99%;
    }

    .c-form-container form select {
        width: 49%;
    }

    .c-form-container form button {
        width: 100%;
    }


    .c-form-map {
        width: 100%;
        height: 300px;
    }

    .c-form-map iframe {
        width: 100%;
        height: 100%;
    }

    /* contact close  */

    /* our partner open */



    /* our partner close */

}

@media (max-width: 850px) {
    #page1 {
        width: 100%;

    }

    .footer {
        font: bold 14px sans-serif;
    }

    .footer .footer-left,
    .footer .footer-center,
    .footer .footer-right {
        display: block;
        width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }

    .footer .footer-center i {
        margin-left: 0;
    }


 


    .contactInner {
        width: 100%;
        margin: auto;
    }

}

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

    /* navigation open */

    .navInner {
        width: 100%;
        position: relative;
        padding: 10px 20px;
    }

    #navlist {
        position: absolute;
        top: 0;
        margin: 0;
        left: -100%;
        width: 70%;
        height: 100vh;
        z-index: 100;
        background-color: var(--white-color);
        transition: all 0.4s linear;
    }

    #navlist ul {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 50%;
    }

    #navlist ul li {
        margin: 10px 20px;
    }

    #navlogo h1 {
        font-size: 25px;
    }


    .responsiveMenu {
        display: block;
        font-size: 35px
    }

    #menuclose {
        display: none;
        right: 0px;
    }

    /* navigation close */



    .ourPartnerInner{
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .ourPartnerInner h1{
        font-size: 35px;
    }
    
  
    
    #page2 {
        width: 100%;

    }



    .page2-heading {
        width: 50%;
    }

    .page2-para {
        margin-left: 20px;
    }


    .page2-imgslider {
        height: 300px;
    }



    /* page 3 open */

    #page3 {
        width: 100%;

    }

    .page3-info {
        width: 40%;
    }

    /* page 3 close */

    /* page 4 open */

    #page4 {
        width: 100%;
        margin: 70px auto;
        text-align: center;
    }


    /* page 4 close */


    #page5 {
        width: 100%;
    }

    /* page5 close */


    /* page6 open */

    #page6 {
        width: 100%;
    }

    /* page6 close */

    #page1 {
        width: 100%;

    }
    
    .contactInner {
        width: 100%;
        margin: auto;
    }

}