/* _content/Traincrest.Web/Views/About/AboutDetail.cshtml.rz.scp.css */
 
.bannrBgVendor[b-y34848z0wv] {
    min-height: 25rem;
    height: auto !important;
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0px 4rem;
    margin-bottom: 13rem;
}

.contact[b-y34848z0wv] {
    background-image: /* url(assets/images/contact-us-bg.jpg)*/ linear-gradient(130deg, #ffab60 0%, #069edb 40%, #ffab60 100%);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: multiply;
    width: auto;
}

.contact-up[b-y34848z0wv] {
    padding-top: 3rem;
    text-align: center;
    color: white;
}

    .contact-up h2[b-y34848z0wv] {
        font-size: 2.5rem;
        font-weight: 600;
        text-shadow: 1px 2px 2px black;
    }

    .contact-up h2[b-y34848z0wv], h3[b-y34848z0wv] {
        letter-spacing: 1px;
        margin-bottom: 2rem;
    }

    .contact-up div p[b-y34848z0wv] {
        font-size: 1.15rem;
        letter-spacing: 0.5px;
        padding: 0rem 6rem;
        color: black;
    }

.contact-bottom[b-y34848z0wv] {
    width: 100%;
    min-height: 75%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: translate(0px, 100px);
}

    .contact-bottom h2[b-y34848z0wv] {
        font-size: 25px;
    }

.card[b-y34848z0wv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20rem;
    flex-grow: 1;
    min-height: 15rem;
    max-height: 30rem;
    margin: 2rem 1.5rem;
    padding: 10px;
    box-shadow: 2px 10px 10px hsl(0deg 0% 0% / 0.38);
    color: #ffab60;
    border-bottom: 10px solid #ffab60;
    border-radius: 1rem;
    padding: 2rem;
}

.card-up[b-y34848z0wv] {
    margin-bottom: 1rem;
}

    .card-up h2[b-y34848z0wv] {
        font-size: 2.25rem;
    }

.card:nth-of-type(odd)[b-y34848z0wv] {
    color: #069edb;
    border-bottom: 10px solid #069edb;
}



.card-bottom[b-y34848z0wv] {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-bottom p[b-y34848z0wv] {
        text-align: center;
        color: black;
    }


/*  leadership section*/
.about-us-leadership[b-y34848z0wv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 4rem;
}

.leadership[b-y34848z0wv] {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.about-us-leadership h2[b-y34848z0wv] {
    font-size: 2.25rem;
    margin-bottom: 3rem;
}

.card-1[b-y34848z0wv] {
    background-color: whitesmoke;
    width: 35rem;
    max-width: 45rem;
    min-height: 12rem;
    max-height: 50rem;
    margin: 1rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;

    border-radius: 1rem;
    box-shadow: 2px 10px 10px hsl(0deg 0% 0% / 0.38)
}


    .card-1 .top[b-y34848z0wv] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0rem 5rem;
    }

        .card-1 .top .img[b-y34848z0wv] {
            height: auto;
            margin: 1rem;
            border-radius: 50%;
            border: 5px solid #069edb;
            padding: 3px;
        }

            .card-1 .top .img img[b-y34848z0wv] {
                border-radius: 50%;
                width: 8rem;
                height: 8rem;
            }

        .card-1 .top .name[b-y34848z0wv] {
            display: flex;
            flex-direction: column;
            height: 100%;
            justify-content: space-between;
        }

            .card-1 .top .name .title[b-y34848z0wv] {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

                .card-1 .top .name .title p[b-y34848z0wv] {
                    font-size: 1.25rem;
                    font-style: oblique;
                }

                .card-1 .top .name .title i[b-y34848z0wv] {
                    font-size: 2rem;
                    color: #069edb;
                }

    .card-1 .bot[b-y34848z0wv] {
        display: flex;
        flex-direction: column;
        justify-content: start;
        width: 100%;
        margin: 0px;
    }

        .card-1 .bot button[b-y34848z0wv] {
            border-bottom-left-radius: 1rem;
            border-bottom-right-radius: 1rem;
            background-color: #069edb;
            color: white;
            font-size: 1.15rem;
            font-weight: 500;
            letter-spacing: 0.5px;
            border: 2px solid #069edb;
            height: 2.5rem;
        }


        .card-1 .bot .collapse[b-y34848z0wv] {
            border-radius: unset !important;
        }

        .card-1 .bot div[b-y34848z0wv] {
            padding: 0.5rem;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }

/*   vision section css*/
.vision-sec[b-y34848z0wv] {
    width: 100%;
    padding: 2rem 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.vision-content[b-y34848z0wv] {
    width: 100%;
    height: 100%;
}

    .vision-content .vis-card[b-y34848z0wv] {
        margin: 1rem 1rem 3rem 1rem;
        padding: 2rem 3rem;
        border: 2px solid whitesmoke;
        border-radius: 0rem 2rem 0rem 2rem;
        background-color: whitesmoke;
        box-shadow: 2px 10px 10px hsl(0deg 0% 0% / 0.38);
        text-align: center;
        border-bottom: 10px solid #ffab60;
    }

        .vision-content .vis-card h2[b-y34848z0wv] {
            margin-bottom: 2rem;
            font-size: 2.25rem;
        }

.vis-card-btn[b-y34848z0wv] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}

    .vis-card-btn button[b-y34848z0wv] {
        border: 2px solid #ffab60;
        border-radius: 1rem;
        background-color: #ffab60;
        padding: 1rem 3rem;
        font-size: 1.5rem;
    }

        .vis-card-btn button a[b-y34848z0wv] {
            text-decoration: none;
            color: black;
        }

 
/*meadia query*/

@media screen and (max-width: 1100px) {
    .card-bottom[b-y34848z0wv] {
        font-size: 1rem;
    }

    .contact-bottom h2[b-y34848z0wv] {
        font-size: 20px;
    }
}

@media screen and (max-width:950px) {
    .contact-bottom[b-y34848z0wv] {
        flex-direction: column !important;
    }

    .card[b-y34848z0wv] {
        width: 90%;
    }

    .card-bottom[b-y34848z0wv] {
        font-size: 1.15rem;
    }

    .contact-bottom h2[b-y34848z0wv] {
        font-size: 25px;
    }

    .contact-up[b-y34848z0wv] {
        min-height: 20%;
        padding-top: 3rem;
    }
}

@media screen and (max-width:700px) {
    .card-1 .top[b-y34848z0wv] {
        padding: 0rem 1rem !important;
    }

    .contact-up div p[b-y34848z0wv] {
        padding: 0rem 2rem;
    }
}

@media screen and (max-width:600px) {
    .contact[b-y34848z0wv] {
        background-position-y: 20%;
    }

    .bannrBgVendor[b-y34848z0wv] {
        padding: 0px;
    }

    .about-us-leadership[b-y34848z0wv] {
        padding: 0rem !important;
    }
    .card-1 .top[b-y34848z0wv] {
        padding: 0rem 2rem !important;
    }

    .vision-sec[b-y34848z0wv] {
        padding: 2rem 0rem !important;
    }

    .vision-content .vis-card[b-y34848z0wv] {
        padding: 2rem 0.5rem !important;
    }

    .contact-bottom[b-y34848z0wv] {
        margin-bottom: -2rem !important;
    }

    .about-us-leadership h2[b-y34848z0wv] {
        margin-bottom: 1rem;
    }
    
        


    .vis-card-btn[b-y34848z0wv] {
        margin: 1rem;
    }

        .vis-card-btn button[b-y34848z0wv] {
            padding: 1rem;
            font-size: 1.25rem;
        }
}

@media screen and (max-width:490px) {

 .card-1 .top[b-y34848z0wv]{
     padding:0 0 0 0.5rem !important;
     justify-content:flex-start !important;
 }
    .card-1 .top .img[b-y34848z0wv]{
        padding:0 ;
        margin:1rem 1rem 1rem 0;
   
    }
    .card-1 .top .name .text h3[b-y34848z0wv] {
        font-size: 1.25rem;
    }
    .card-1 .top .name .title p[b-y34848z0wv] {
        font-size: 0.75rem;
    }

}
/* _content/Traincrest.Web/Views/Career/CareerDetail.cshtml.rz.scp.css */


.Career-sec1[b-picvhg89ft] {
    width: 100%;
    padding: 0rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .Career-sec1 .left[b-picvhg89ft] {
        width: 60%;
        height: auto;
        display: flex;
        flex-direction: column;
        padding: 3rem 0rem;
    }

        .Career-sec1 .left h2[b-picvhg89ft] {
            font-size: 2rem;
            font-weight: 600;
            margin-bottom: 2rem;
            color: #069edb;
            text-shadow: 1px 1px 2px black;
            letter-spacing: 1px;
        }

        .Career-sec1 .left h3[b-picvhg89ft] {
            font-size: 1.75rem;
            font-weight: 400;
            margin-bottom: 2rem;
        }

        .Career-sec1 .left p[b-picvhg89ft] {
            margin-bottom: 2rem;
        }

        .Career-sec1 .left a[b-picvhg89ft] {
            text-decoration: none;
            width: 20rem;
            background-color: #ff6a00;
            border: 2px solid #ff6a00;
            padding: 0.5rem;
            border-radius: 1rem;
            color: white;
            font-size: 1.2rem;
            text-align: center;
        }

    .Career-sec1 .right[b-picvhg89ft] {
        width: 40%;
        padding-left: 1rem;
        height: 20rem;
    }

        .Career-sec1 .right img[b-picvhg89ft] {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }


.Career-sec2[b-picvhg89ft] {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .Career-sec2 .top h2[b-picvhg89ft] {
        font-size: 2.5rem;
        font-weight: 600;
        color: #ff6a00;
        text-shadow: 1px 1px 3px black;
        letter-spacing: 1px;
    }

    .Career-sec2 .bottom[b-picvhg89ft] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .Career-sec2 .bottom .card[b-picvhg89ft] {
            min-width: 10rem;
            width: 22rem;
            min-height: 15rem;
            max-height: 40rem;
            margin: 1.5rem;
            padding: 2rem;
            background-color: whitesmoke;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.15rem;
            border-bottom: 8px solid #ff6a00;
            border-radius: 1rem;
            box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
        }

            .Career-sec2 .bottom .card h3[b-picvhg89ft] {
                font-size: 1.75rem;
                margin-bottom: 1.5rem;
            }

            .Career-sec2 .bottom .card:nth-child(even)[b-picvhg89ft] {
                border-bottom-color: #069edb;
            }

.hr-sec2 .bottom .card[b-picvhg89ft] {
    margin: 5rem 1.5rem 1.5rem 1.5rem;
    padding: 2rem;
    background-color: rgb(6 158 219 /30%);
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.35rem;
    border-top: 8px solid #069edb;
    border-bottom: 8px solid #ff6a00;
    border-radius: 1rem;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
}

    .hr-sec2 .bottom .card a[b-picvhg89ft] {
        font-weight: 600;
        text-decoration-color: #069edb;
    }

@media only screen and (max-width:992px) {

    .Career-sec1[b-picvhg89ft] {
        padding: 0rem;
    }
}

@media only screen and (max-width:770px) {
    .Career-sec1[b-picvhg89ft] {
        flex-direction: column-reverse;
    }

        .Career-sec1 .left[b-picvhg89ft] {
            padding-top: 0rem;
            margin-top: -6rem
        }

        .Career-sec1 .right[b-picvhg89ft] {
            padding: 0px;
        }

            .Career-sec1 .right img[b-picvhg89ft] {
                margin-top: -5rem;
            }

        .Career-sec1 .left[b-picvhg89ft] {
            width: 100%;
        }

        .Career-sec1 .right[b-picvhg89ft] {
            width: 100%;
        }

        .Career-sec2 .bottom .card[b-picvhg89ft] {
            padding: 1rem 1rem;
            margin: 2rem 0.5rem;
            width: auto !important;
            font-size: 1rem;
        }


    .Career-sec2 .top h2[b-picvhg89ft] {
        font-size: 1.75rem !important;
        text-align:center;
    }

    .Career-sec2 .bottom .card h3[b-picvhg89ft] {
        font-size: 1.5rem;
    }
    .Career-sec1 .left a[b-picvhg89ft] {
        width:16rem !important;
        font-size: 1rem;
    }
}

 
/* _content/Traincrest.Web/Views/CertificationDesk/CertificationDeskDetail.cshtml.rz.scp.css */
 

    .certification-sec1[b-ctjjrniwgh] {
        width: 100%;
        padding: 0rem 2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .certification-sec1 .left[b-ctjjrniwgh]{
        width:60%;
        height:auto;
        display:flex;
        flex-direction:column;
        padding:3rem 0rem;
        
    }
    .certification-sec1 .left h2[b-ctjjrniwgh]{
      font-size:2rem;
      font-weight:600;
      margin-bottom:2rem;
      color: #069edb;
      text-shadow: 1px 1px 2px black;
      letter-spacing: 1px;
    }
    .certification-sec1 .left h3[b-ctjjrniwgh]{
      font-size:1.75rem;
      font-weight:400;
      margin-bottom:2rem;
    }
    .certification-sec1 .left p[b-ctjjrniwgh] {
            margin-bottom: 1rem;
        }
        .certification-sec1 .left a[b-ctjjrniwgh] {
            text-decoration: none;
            width: 15rem;
            background-color: #ff6a00;
            border: 2px solid #ff6a00;
            padding: 0.5rem;
            border-radius: 1rem;
            color: white;
            font-size: 1.5rem;
            text-align: center;
        }
        .certification-sec1 .right[b-ctjjrniwgh] {
            width: 40%;
            padding-left:1rem;
            height:20rem;
        }
        .certification-sec1 .right img[b-ctjjrniwgh]{
                width:100%;
               height: 100%;
                object-fit: contain;
        }


        .certification-sec2[b-ctjjrniwgh] {
                width:100%;
                margin-top: 3rem;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
        }
        .certification-sec2 .top h2[b-ctjjrniwgh]{
                font-size: 2.5rem;
                font-weight:600;
                color: #ff6a00;
                text-shadow: 1px 1px 3px black;
                letter-spacing: 1px;
                text-align:center;
        }
        .certification-sec2 .bottom[b-ctjjrniwgh]{
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: wrap;

        }
        .certification-sec2 .bottom .card[b-ctjjrniwgh]{
                min-width: 10rem;
                width: 35rem;
             
               
                min-height: 15rem;
                max-height: 40rem;
                margin:1.5rem;
                padding:2rem;
                background-color: whitesmoke;
                flex-grow: 1;
                display: flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                font-size: 1.15rem;
                border-bottom: 8px solid #ff6a00 ;
                border-radius: 1rem;
                box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
        }
        .certification-sec2 .bottom .card h3[b-ctjjrniwgh]{
            font-size: 1.75rem;
            margin-bottom: 1.5rem;
        }
        .certification-sec2 .bottom .card:nth-child(3n+1)[b-ctjjrniwgh]{
                border-bottom-color: #0d6efd;
        }
        .certification-sec2 .bottom .card:nth-child(3n+3)[b-ctjjrniwgh]{
                border-bottom-color: #069edb;
        }

@media only screen and (max-width:992px){
                
      .certification-sec1[b-ctjjrniwgh] {
          padding: 0rem;
        
    }
}

@media only screen and (max-width:770px){
        .certification-sec1[b-ctjjrniwgh] {
         flex-direction: column;
        
    }   
    .certification-sec1 .left[b-ctjjrniwgh]{
        width:100%;  
                
          }
    .certification-sec1 .right[b-ctjjrniwgh]{
      width:100%;  
                
          }
          .certification-sec2 .bottom .card[b-ctjjrniwgh]{
                padding:1rem 1rem;
                margin: 2rem 0.5rem;
               width: auto !important;
               font-size: 1rem;
               
        }
   
        .certification-sec2 .bottom .card h3[b-ctjjrniwgh]{
            font-size: 1.5rem;
          
        }
}

@media only screen and (max-width:500px) {
    .certification-sec2 .top h2[b-ctjjrniwgh] {
        font-size:2rem;
    }
}
 
/* _content/Traincrest.Web/Views/Contact/ContactDetial.cshtml.rz.scp.css */

.bannrBgVendor[b-fexr483zzt] {
    min-height: 25rem;
    height: auto !important;
    background-color: white;
    display: flex;
    flex-direction: row;
    padding: 0px 4rem;
    margin-bottom: 15rem;
}

.contact[b-fexr483zzt] {
    background-image: url(assets/images/contact-us-bg.jpg), linear-gradient(to right, #F5F5F5 0%, #069edb 40%, #069edb 100%);
    background-position-x: right;
    background-repeat: no-repeat;
    background-size: contain;
    background-blend-mode: multiply;
    width: auto;
}

.contact-up[b-fexr483zzt] {
    min-height: 20%;
    padding-top: 3rem;
}

    .contact-up h2[b-fexr483zzt] {
        font-size: 2rem;
        letter-spacing: 1px;
    }

    .contact-up div[b-fexr483zzt] {
        font-size: 1.15rem;
        letter-spacing: 0.5px;
        padding-left: 1.5rem;
    }

.contact-bottom[b-fexr483zzt] {
    width: 100%;
    min-height: 75%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    transform: translate(0px, 200px);
}

    .contact-bottom h2[b-fexr483zzt] {
        font-size: 25px;
    }

.card[b-fexr483zzt] {
    display: flex;
    width: 18rem;
    height: 18rem;
    margin: 2rem 0.75rem;
    padding: 10px;
    box-shadow: 2px 5px 5px grey;
    border: 1px solid lightgrey;
    border-radius: 1rem;
}

.card-up[b-fexr483zzt] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

    .card-up div[b-fexr483zzt] {
        border: 5px solid orange;
        width: 5.5rem;
        height: 5.5rem;
        background-color: white;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        font-size: 2rem;
    }

.card-bottom[b-fexr483zzt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    font-size: 1.15rem;
    font-weight: 200;
    line-height: 2rem;
    margin-top: 5rem;
}

    .card-bottom p[b-fexr483zzt] {
        text-align: center;
        margin: 0px 5px;
    }

@media screen and (max-width: 1100px) {
    .card-bottom[b-fexr483zzt] {
        font-size: 1rem;
    }

    .contact-bottom h2[b-fexr483zzt] {
        font-size: 20px;
    }
}

@media screen and (max-width:950px) {
    .contact-bottom[b-fexr483zzt] {
        flex-direction: column !important;
        margin-bottom: 8rem !important;
    }

    .card[b-fexr483zzt] {
        width: 90%;
        min-height: 10rem;
        max-height: 16rem;
    }

    .card-bottom[b-fexr483zzt] {
        font-size: 1.15rem;
    }

    .contact-bottom h2[b-fexr483zzt] {
        font-size: 25px;
    }

    .contact-up[b-fexr483zzt] {
        min-height: 20%;
        padding-top: 3rem;
    }

    
}
    @media screen and (max-width:600px) {
        .contact[b-fexr483zzt] {
            background-position-y: 20%;
        }

        .bannrBgVendor[b-fexr483zzt] {
            padding: 0px;
        }

        .contact-bottom[b-fexr483zzt] {
            margin-bottom: 6rem !important;
        }
    }


   

/* _content/Traincrest.Web/Views/CustomizedTraining/CustomizedTrainingDetail.cshtml.rz.scp.css */
.cust-training-sec1[b-obxwi7tavz] {
    width: 100%;
    padding: 0rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cust-training-left[b-obxwi7tavz] {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0rem;
}

    .cust-training-left h2[b-obxwi7tavz] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .cust-training-left p[b-obxwi7tavz] {
        margin-bottom: 2rem;
    }

    .cust-training-left a[b-obxwi7tavz] {
        text-decoration: none;
        width: 15rem;
        background-color: #ff6a00;
        border: 2px solid #ff6a00;
        padding: 0.5rem;
        border-radius: 1rem;
        color: white;
        font-size: 1.5rem;
        text-align: center;
    }

.cust-training-right[b-obxwi7tavz] {
    width: 40%;
    display: flex;
    align-items: center;
    background-color: rgb(6 158 219 / 50%);
    border-radius: 50%;
    height: 20rem;
}

    .cust-training-right img[b-obxwi7tavz] {
        width: 100%;
        object-fit: contain;
        /* background-color: rgb(255 106  0 / 15%); */
    }






@media only screen and (max-width:992px) {

    .cust-training-sec1[b-obxwi7tavz] {
        padding: 0rem;
        flex-direction: column;
    }


    .cust-training-left[b-obxwi7tavz] {
        width: 100%;
    }

    .cust-training-right[b-obxwi7tavz] {
        width: 100%;
        margin-bottom: 6rem;
    }
}
/* _content/Traincrest.Web/Views/HireOurTrainers/HireOurTrainersDetail.cshtml.rz.scp.css */
 .hire-trainer-sec1[b-xxk74sjcwk] {
    width: 100%;
    padding: 0rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hire-left[b-xxk74sjcwk] {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0rem;
}

    .hire-left h2[b-xxk74sjcwk] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .hire-left p[b-xxk74sjcwk] {
        margin-bottom: 2rem;
    }

    .hire-left a[b-xxk74sjcwk] {
        text-decoration: none;
        width: 15rem;
        background-color: #ff6a00;
        border: 2px solid #ff6a00;
        padding: 0.5rem;
        border-radius: 1rem;
        color: white;
        font-size: 1.5rem;
        text-align: center;
    }

.hire-right[b-xxk74sjcwk] {
    width: 40%;
    height: 20rem;
}

    .hire-right img[b-xxk74sjcwk] {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }


.hire-trainer-sec2[b-xxk74sjcwk] {
    width: 100%;
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .hire-trainer-sec2 .top h2[b-xxk74sjcwk] {
        font-size: 2.5rem;
    }

    .hire-trainer-sec2 .bottom[b-xxk74sjcwk] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .hire-trainer-sec2 .bottom .card[b-xxk74sjcwk] {
            min-width: 10rem;
             max-width: 20rem;
            min-height: 10rem;
            margin: 1rem;
            padding: 1rem;
            background-color: whitesmoke;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.5rem;
            border-bottom: 8px solid #ff6a00;
            border-radius: 1rem;
            box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
        }

            .hire-trainer-sec2 .bottom .card:nth-child(3n+1)[b-xxk74sjcwk] {
                border-bottom-color: #0d6efd;
            }

            .hire-trainer-sec2 .bottom .card:nth-child(3n+3)[b-xxk74sjcwk] {
                border-bottom-color: #069edb;
            }

@media only screen and (max-width:992px) {

    .hire-trainer-sec1[b-xxk74sjcwk] {
        padding: 0rem;
    }
}

@media only screen and (max-width:770px) {
    .hire-trainer-sec1[b-xxk74sjcwk] {
        flex-direction: column;
    }

    .hire-left[b-xxk74sjcwk] {
        width: 100%;
    }

    .hire-right[b-xxk74sjcwk] {
        width: 100%;
    }
}

@media only screen and (max-width:500px) {
    .hire-left h2[b-xxk74sjcwk] {
        font-size: 1.75rem;
    }

    .hire-trainer-sec2 .top h2[b-xxk74sjcwk] {
        font-size: 2rem;
        text-align: center;
    }
}

 
/* _content/Traincrest.Web/Views/Instructors/InstructorsDetail.cshtml.rz.scp.css */
a[b-met8dj79fi] {
    color: #ff7900;
}

p[b-met8dj79fi] {
    margin: 0px;
}

.bannrBgVendor[b-met8dj79fi] {
    background: #f9f9f9;
    padding: 100px 0px;
}

.bannerDiv[b-met8dj79fi] {
    position: relative;
    width: 100%;
    display: block;
}

.mainCard[b-met8dj79fi] {
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.profileCard[b-met8dj79fi] {
    padding: 20px;
}

    .profileCard img[b-met8dj79fi] {
        width: 100%;
        object-fit: cover;
    }

    .profileCard .name[b-met8dj79fi] {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
        color: #ff7900;
    }

    .profileCard .designation[b-met8dj79fi] {
        font-size: 14px;
        color: #777;
        margin-bottom: 20px;
    }

    .profileCard .stats[b-met8dj79fi] {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        color: #ff7900;
    }

        .profileCard .stats div[b-met8dj79fi] {
            margin: 0 15px;
            font-size: 14px;
        }

            .profileCard .stats div i[b-met8dj79fi] {
                margin-right: 5px;
            }

.social-icons[b-met8dj79fi] {
    position: absolute;
    top: 0px;
    right: 20px;
    display: flex;
    flex-direction: column;
    background-color: #ff7900;
}

    .social-icons a[b-met8dj79fi] {
        color: white;
        padding: 10px;
        border-radius: 50%;
        margin: 5px 0;
        text-decoration: none;
    }

        .social-icons a:hover[b-met8dj79fi] {
            background-color: #b85600;
        }
/* _content/Traincrest.Web/Views/MediaReport/MediaReportDetail.cshtml.rz.scp.css */
.media-reports-sec2[b-wtqdjv2ks9] {
    width: 100%;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .media-reports-sec2 .top h2[b-wtqdjv2ks9] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
        color: #069edb;
        text-shadow: 1px 1px 2px black;
        letter-spacing: 1px;
        text-align: center;
    }

    .media-reports-sec2 .bottom[b-wtqdjv2ks9] {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .media-reports-sec2 .bottom .card[b-wtqdjv2ks9] {
            min-width: 15rem;
            width: 30rem;
            margin: 1.5rem;
            padding: 0rem 2rem 2rem 2rem;
            background-color: whitesmoke;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            font-size: 1.15rem;
            border-bottom: 8px solid #ff6a00;
            border-radius: 1rem;
            box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 15%);
        }

            .media-reports-sec2 .bottom .card img[b-wtqdjv2ks9] {
                width: 15rem;
                object-fit: contain;
                aspect-ratio: 3/2;
            }

            .media-reports-sec2 .bottom .card h3[b-wtqdjv2ks9] {
                font-size: 1.75rem;
                margin-bottom: 1.5rem;
            }

            .media-reports-sec2 .bottom .card a[b-wtqdjv2ks9] {
                margin-top: 1rem;
                text-decoration: none;
                width: 10rem;
                background-color: #ff6a00;
                border: 2px solid #ff6a00;
                padding: 0.25rem;
                border-radius: 1rem;
                color: white;
                font-size: 1.15rem;
                text-align: center;
            }

            .media-reports-sec2 .bottom .card:nth-child(even)[b-wtqdjv2ks9] {
                border-bottom-color: #069edb;
            }




@media only screen and (max-width:770px) {

    .media-reports-sec2 .bottom .card[b-wtqdjv2ks9] {
        padding: 1rem 1rem;
        margin: 2rem 0.5rem;
        width: auto !important;
        font-size: 1rem;
    }

    .media-reports-sec2 .top h2[b-wtqdjv2ks9] {
        font-size: 1.5rem;
    }

    .media-reports-sec2 .bottom .card h3[b-wtqdjv2ks9] {
        font-size: 1.5rem;
    }
}


@media only screen and (max-width:500px) {

    

    .media-reports-sec2 .bottom .card p[b-wtqdjv2ks9]{
        padding:0px;
    }
}
/* _content/Traincrest.Web/Views/OurPartners/OurPartnersDetail.cshtml.rz.scp.css */
a[b-yde0x9g0dt] {
    color: #ff7900;
}

p[b-yde0x9g0dt] {
    margin: 0px;
}



.partnerLogo[b-yde0x9g0dt] {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0,0,0.1);
    margin-top: 20px;
}

    .partnerLogo img[b-yde0x9g0dt] {
        display: block;
        width: 100%;
    }

.bannerDiv[b-yde0x9g0dt] {
    position: relative;
    width: 100%;
    display: block;
}

.BannerText[b-yde0x9g0dt] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    color: #069edb;
    text-shadow: 0px 0px 5px rgba(0, 0,0,0.1);
}




.partners-sec1[b-yde0x9g0dt] {
    width: 100%;
    padding: 0rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.partners-left[b-yde0x9g0dt] {
    width: 60%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0rem;
}

    .partners-left h2[b-yde0x9g0dt] {
        font-size: 2rem;
        font-weight: 600;
        margin-bottom: 2rem;
    }

    .partners-left p[b-yde0x9g0dt] {
        margin-bottom: 2rem;
    }

    .partners-left a[b-yde0x9g0dt] {
        text-decoration: none;
        width: 15rem;
        background-color: #ff6a00;
        border: 2px solid #ff6a00;
        padding: 0.5rem;
        border-radius: 1rem;
        color: white;
        font-size: 1.5rem;
        text-align: center;
    }

.partners-right[b-yde0x9g0dt] {
    width: 40%;
    display: flex;
    align-items: center;
 
    
}

    .partners-right img[b-yde0x9g0dt] {
        width: 50%;
        object-fit: contain;
        /* background-color: rgb(255 106  0 / 15%); */
    }






@media only screen and (max-width:992px) {

    .partners-sec1[b-yde0x9g0dt] {
        padding: 0rem;
        flex-direction: column;
    }


    .partners-left[b-yde0x9g0dt] {
        width: 100%;
    }

    .partners-right[b-yde0x9g0dt] {
        width: 100%;
        margin-bottom: 6rem;
    }
}
/* _content/Traincrest.Web/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-qb2b9s09l9] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-qb2b9s09l9] {
  color: #0077cc;
}

.btn-primary[b-qb2b9s09l9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-qb2b9s09l9], .nav-pills .show > .nav-link[b-qb2b9s09l9] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-qb2b9s09l9] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-qb2b9s09l9] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-qb2b9s09l9] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-qb2b9s09l9] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-qb2b9s09l9] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
