
:root {
    --blue-color: #06629E !important;
  }

.bg-blue{
    background: var(--blue-color) !important;
}

.text-blue{
    color: var(--blue-color) !important;
}

.border-blue{
    border-color: var(--blue-color) !important;
}

.h1{
    font-size: 3.5rem !important;
}

.page-height-half {
    padding: 60px 0px 0px 0px !important;
}

.text-justify{
    text-align: justify !important;
}

#MessageError{
    position: absolute !important;
    margin-top: 30px !important;
    z-index: 99999 !important;
    right: 10px !important;
    box-shadow: -3px 10px 10px 0px rgba(0,0,0,0.3) !important;
}


#topnav .navigation-menu > li > a{
    color: #000 !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

/* header section */

.login-btn {
    margin-left: 0px !important;
}

.login-btn .btn-custom{
    border-radius: 50px !important;
}

.equal-height {
    display: flex;
    flex-wrap: wrap;
}
.equal-height > div {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.box-size{
    flex-grow: 1;
}


.nav-list ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: -30px !important;
}

.resource-image-sec{
    border-radius: 10px;
    background: #f8f8f8c2;
    padding: 13px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}

.resource-image{
    width: 350px;
    height: 220px;
    object-fit: cover;
    border-radius: 3px;
    }


@media only screen and (min-device-width: 950px) and (max-device-width: 1200px) and (orientation:landscape) {
    .login-btn {
        margin-left: 80px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 990px) {
    .login-btn {
        margin-left: 0 !important;
    }

    .login-btn .btn-custom{
        border-radius: none !important;
        border: none !important;
    }
}
/* end header section */



.home-image-section{
    text-align: center !important;
    padding: 50px 0 20px 0 !important;
}

.text-italic {
    position: relative;
    color: #FFF !important;
    background: var(--blue-color) !important;
    padding: 0px 21px 0px 21px !important;
    margin-left: -5px !important;
}

.ul-text ul{
    list-style: none !important;
}

.ul-text ul li{
    font-family: "Poppins-500" !important;
    line-height: 30px !important;
    font-size: 1rem;

}

.staps img{
    width: 100% !important;
    height: 200px !important;
    object-fit: contain;
}


.table-of-contant .table>:not(caption)>*>* {
    background-color: #dff4fd !important;
}

.grid-container {
    display: grid !important;
    grid-template-columns: auto auto auto auto auto auto auto !important;
    grid-gap: 10px;
    padding: 10px;
  }

.login-image img{
    object-fit: cover !important;
    width: 800px !important;
    height: 700px !important;
    margin: 0px 0px 0px -100px !important;
}

  /* #change-name {
    opacity: 0;
    transition: opacity 0.5s;
} */
/* #change-name.fade-in {
    opacity: 1;
} */

.contact-text-material{
    margin-left: 25px !important;
}


.contact-brands{
    width: 90% !important;
}
.contact-brands img{
    width: 100% !important;
}
.contact-form input,.contact-form select,.contact-form .input{
    height: 45px !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    border: 1px solid #d3d3d3 !important;
}

.contact-form input::placeholder,.contact-form .input label{
    color: #343a34 !important;
}

.contact-form .input{
    border: 1px solid #d3d3d3 !important;
}

.contact-form .input label{
    margin-top: 10px !important;
}


.fixed-Simplifying{
    margin-left: 20%;
}

.step-part{
    transition: all .2s ease;
}

.step-part:hover{
    transition: all .2s ease;
    padding: 1.3rem !important;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 2px 20px 0px rgba(140, 108, 255, 0.664) !important;
}


  @media only screen and (min-device-width: 950px) and (max-device-width: 1200px) and (orientation:landscape) {
    .steps .step-part{
        display: block !important;
        justify-content: center !important;
        text-align: center !important;
        padding: 0px !important;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 990px) {
    .fixed-sol{
        text-align: center !important;
    }

    .fixed-Simplifying{
        /* text-align: center; */
        margin-left: 0 !important;
    }


    .steps .step-part{
        padding: 1.5rem !important;
        margin: 0.5rem 1rem !important;
        border-radius: 5px !important;
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2) !important;
    }


    #topnav .logo{
        padding: 0px;
    }

    .h1{
        font-size: 2.5rem !important;
    }

    .h2{
        font-size: 1rem !important;
    }


.grid-container {
    padding: 0px;
  }

  .intro-form{
      -webkit-box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
      -moz-box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
      box-shadow: 0px 6px 55px -20px rgba(0, 0, 0, 0.35) !important;
      margin: -30px 0px 30px 0px !important;
    }

    .contact-text-material{
        margin-left: 0px !important;
        justify-content: center !important;
        text-align: center !important;
    }

    .contact-form{
        margin: 0px !important;
    }

    .contact-brands{
        width: 100% !important;
    }

    .auth-form{
        width: 100% !important;
    }

}

.icons-about img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}


/* about page */
.about-section .about-story {
    background: #FFF !important;
    margin: 0;
    margin-left: -20px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 990px) {
    .about-bg-img {
        background-image: none;
        text-align: justify;
    }

    .about-bg-img .home-title{
        text-align: center;
    }
}


/* end about page */

/* mentorship page */
.mentorship-image{
    width: 100%;
    margin-left: 20px !important;
}
.layout-benner-1{
    padding-left: 0px;
    padding-right: 0px;
}
.mentorship-contant-top{
    padding: 100px 50px 0px ;
}
.mentorship-contant-top h2{
    line-height: 45px;
    margin-top: -10px;
}
.mentorship-contant-top p{
    line-height: 25px;
}
/* end mentorship page */


.brand-images div img{
    width: 100%;
    height: 50px;
    border: 1px solid #06629E;
    border-radius: 10px;
    padding: 5px;
    object-fit: contain;
    margin-bottom: 10px;
    box-shadow: 5px 5px 15px 0px rgba(0, 0,0, 0.2);

}

.divider{
    width: 100% !important;
    height: 1px !important;
}

.pages-content, .table, .blogs{
    font-family: "Poppins", sans-serif !important;
}

.custom-table tr th,.custom-table tr td {
    background: transparent;
}

.icon-success i{
    font-size: 5.5rem;
}

/*
.drop-shadow-lg-image {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.4));
} */
@media screen and (max-width: 592px) {
    .br-spaced-content{
    display: block;
    }

    .nav-list ul li{
        margin-left: -50px !important;
    }
    }

  /* Modal styles */
        .modal {
            display: none;
            position: fixed;
            top: 10%;
            overflow: auto;
            --bs-modal-width: 900px !important;
        }
        .modal-content{
            /* background-image: linear-gradient(to left top, #bdc6ff98, #b2a5ff73, #91e4ff11, #88efff25, #d9fffe13); */
        }
        .modal-content .intro-form{
            background: transparent;
            padding: 25px !important;
            }
        .modal img {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            /* right: 30%; */
            width: 50%;
            height: 100%;
        }

        .popup-close-btn {
            position: absolute;
            top: 20px;
            right: 20px;
        }
        @media screen and (max-width: 692px) {
            .modal img {
                position: relative !important;
                display: none !important;
            }
            .modal-content .intro-form{
                box-shadow: none !important;
                -webkit-box-shadow:none !important;
            }
        }
