div .course1 {
    width:392px !important ;
    height: 100px;
}

div .services-box1 {
    height: 380px;
}

div .about1 {
    height: 400px;
}

.text-justify {
    text-align: justify;
}

div .about2 {
    height: 400px;
}

div .gcmem {
    height: 150px;
}

.team-info1 {
    padding: 0px 0px 0;
    transition: .3s;
    position: relative;
    text-align: center;
}

.team-info1 .text {
    padding-left: 30px;
    border-left: 5px solid #ff7350;
}

.team-info1 h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s;
}

.team-info1 span {
    font-size: 16px;
    transition: .3s;
    color: #ff7350;
    font-weight: 600;
}

.team-info1 p {
    margin-bottom: 0;
    color: #d62505;
}

.team-info1 a:hover {
    color: #d62505;
}

.viewall {
    display: none;
}

.event-content .date1 {
    position: absolute;
    background-color: #d62505;
    width: 73px;
    height: 61px;
    left: 30px;
    top: -60px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-family: 'Jost', sans-serif;
}

.event-content .date1 strong {
    font-size: 20px;
    display: block;
    margin-top: 10px;
}

.event-item:hover .event-content .time {
    color: #bbeafe;
}

.event-item:hover .event-content .time strong,
.event-item:hover .event-content h3 a {
    color: #fff;
}

@media (min-width:1070px) and (max-width:1500px) {


    .main-menu ul li a {
        display: block;
        color: #141b22;
        padding: 20px 0;
        font-weight: 600;
        position: relative;
        font-size: 15px;
        font-family: 'Jost', sans-serif;
    }

}

@media (min-width:980px) and (max-width:1070px) {


    .main-menu ul li a {
        display: block;
        color: #141b22;
        padding: 20px 0;
        font-weight: 600;
        position: relative;
        font-size: 12px;
        font-family: 'Jost', sans-serif;
    }

}

@media (min-width:980px) and (max-width:1070px) {


    .s-content-about .txt-clr p{
        font-size: 8px;
    }

}
.justify-left{
    display: flex;
    justify-content: end;
}
.card
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}
/* CSS to ensure equal height and add a box shadow to .single-team */
.team-members {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.single-team {
    height: 340px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0.3, 0.3, 0.3, 0.3);
    transition: transform 0.2s;
}

.single-team:hover {
    transform: translateY(-5px);
}


/* Style the container that holds the scrolling images */
.scrolling-images {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

/* Style each image container */
.image-container {
    display: inline-block;
    padding: 0 10px; /* Adjust spacing between images */
}

/* Apply animation for scrolling */
.image-container img {
    animation: scroll 15s linear infinite; /* Adjust the speed (15s) as needed */
    width: auto; /* Adjust the width as needed */
    height: 200px; /* Set the height as needed */
}

@keyframes scrollImages 
{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%); /* Adjust based on the number of images */
    }
}


.section-title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 24px;
    color: #333; /* Set your preferred text color */
}

.brand-area {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.brand-active {
    display: flex;
}

.single-brand {
    display: inline-block;
    margin-right: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);

    transition: transform 0.3s ease-in-out;
    overflow: hidden;
}

.brand-area img {
    width: 100%; /* Make the image fill the container */
    height: auto;
    display: block; /* Remove extra space below the image */
}

.brand-area img:hover {
    transform: scale(1.1);
}


.your-item {
    background-color: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Add more styles as needed */
}

.your-item h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    /* Add more styles as needed */
}

.your-item p {
    font-size: 16px;
    color: #666;
    /* Add more styles as needed */
}



.testimonial-container {
    display: flex;
    animation: scroll 20s linear infinite; /* Adjust the duration as needed */
}

.testimonial-section {
    text-align: left;
    max-width: 600px;
    height: 250px;
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.testimonial-image {
    float: right;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-left: 20px;
    margin-bottom: 20px;
}

.testimonial-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    text-align: right; /* Align the text to the right */
}

.testimonial-job {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
    text-align: right; /* Align the text to the right */
}

.testimonial-content {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}
.testimonial-content {
    text-align: center;
    padding: 20px; /* Add padding for better readability */
    position: relative;
}

.testimonial-content p {
    position: relative;
    display: inline-block;
}

.testimonial-content p::before,
.testimonial-content p::after {
    font-size: 24px; /* Adjust the font size as needed */
    color: #333; /* Adjust the color as needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-content p::before {
    left: 0;
}

.testimonial-content p::after {
    right: 0;
}


.gallery_img-fluid {
    max-width: 100%;
    height: auto;
    /* margin-left: 10px; */
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px !important;
}


.testimonial-section {
    animation: scroll 20s linear infinite; /* Adjust animation duration as needed */
}

/* @keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
} */
.couse_heading h3{
    font-size: 25px !important;
}
@media (max-width: 767px)
{
.row_1 {
    margin-right: 0px;
    margin-left: -10px;
}
}


/* Mobile view styles */
@media only screen and (max-width: 767px) {
    element.style {
        width: 100%; /* Use 100% width for smaller screens */
        left: 0; /* Reset left position */
        opacity: 1; /* Show the element */
    }
    .breadcrumb {
    display: inline-block;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: unset;
    border-radius: 30px;
    background: #d62505;
    padding: 2px 35px;
    position: relative;
    margin-bottom: 115px;
}
.portfolio .col3 .grid-item, .portfolio .col2 .grid-item {
    width: 100%;
    padding: 0px;
}
    
    .slider-bg {
        background-position: center center; /* Adjust background position for mbile */
        min-height: 200px !important; /* Adjust min-height for mobile */
    }
    .single-slider
    {
        height: 100px !important;
    }
    .team-info {
        padding: 30px 0px 0;
        margin-top: -75px;
        transition: .3s;
        position: relative;
        text-align: center;
    }
    .s-about-content h2 {
        font-size: 33px;
    }
    div .gcmem {
        height: 120px;
    }
    .all_cources {
        display: none;
    }
    .hod_images
    {
        text-align: center !important;
    }
    .project-detail {
        position: relative;
        padding: 60px 0 20px;
    }
    .project-detail .lower-content h3 {
        position: relative;
        display: block;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 20px;
        text-align: center;
    }
    .Electronics
    {
        padding: 0px 25px;
    }

    .gallery_img-fluid {
        max-width: 100%;
        height: auto;
        padding: 26px !important;
    }
    .about-title h5 {
    color: #d62505;
    font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
}
.breadcrumb-wrap2 {
 
    margin-top: 35%;
}
    .gallery_margin
    {
        margin-top: -4.5rem!important;
    }
    .newsblog
{
    margin-left: 0px !important;
}

.font-weight-semi-bold
{
    text-align: center;
}
  .post-meta
  {
    margin-left: 10px;
  }
  .mean-container .mean-nav ul li a {
    
    font-size: 13px;
  
}

.s-about-content h2 {
    font-size: 23px;
}
.s-about-content h2 {
   
    margin-bottom: 10px;
    text-align: center;
}
.team-area2 .team-thumb img {
    height: auto !important;
    width: auto !important;
    border-radius: 0;
}
.fotter_font
{
    font-size: 12px !important;
}
.button-group {
    flex-direction: column;
    overflow: scroll;
    margin-top: -15px !important;
    margin-bottom: -30px !important;
    align-items: center;

}
.courses-content .cat {

    margin-right: 30px;
}
div .course1 {
    width: 283px !important;
    height: 100px;
}
.courses-content .cat {
    margin-right: -15px;
}
.email_font
{
    font-size: 10px !important;
}
.services-content2 h5 {
    font-size: 14px;
    margin-bottom: 15px !important;
    font-weight: 600;
}

.services-box {
    background: #eff7ff;
    padding: 50px;
    margin-top:10px !important;
}
.div .services-box1 {
    height: 350px;
}
.breadcrumb-area {
    background-position: 0 0;
    background-color: #fff;
    min-height: 100px;
}

.gallery_margin {
    margin-top: 0.5rem!important;
}
.testimonial-active2 .slick-dots 
{
margin-left:0px !important;
}

}

.post-content
{
    margin-left: 10px !important;
}
.img-thumbnail {
    border: 4px double #ece9f4 !important;
    box-sizing: border-box; /* Ensures that the border is included in the element's total width and height */
}

/* Other styles remain the same */

.testimonial-container {
    display: flex;
}

.testimonial-section {
    /* Other styles remain the same */
    opacity: 0; /* Set initial opacity to 0 */
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    5%, 25% {
        transform: translateX(0);
        opacity: 1; /* Gradually increase opacity from 0 to 0.2 */
    }

    30%, 50% {
        transform: translateX(0);
        opacity: 1; /* Keep the first testimonial displayed with full opacity */
    }

    55%, 75% {
        transform: translateX(-100%);
        opacity: 1; /* Gradually decrease opacity from 1 to 0.2 */
    }

    80%, 100% {
        transform: translateX(-100%);
        opacity: 1; /* Keep the next testimonial displayed with 0 opacity */
    }
}

/*.newsblog*/
/*{*/
/*    margin-left: 50px;*/
/*}*/

.testimonial-area
{
    margin-top: -75px;
}
.testimonial_container
{
     margin-right: 0px;
}
.testimonial-active2 .slick-dots 
{
margin-left: -125px;
}
.testi-author img {
    max-width: 200px;
    height: 200px;
    border-radius: 50%; /* This property makes the image circular */
    object-fit: cover; /* Ensures the image covers the entire circle */
}
/* Add this CSS to your existing styles or create a new stylesheet */
.mfp-arrow 
{
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    outline: none;
    z-index: 1046; /* Adjust this value based on your project's z-index */
}

.mfp-arrow:hover {
    background: #f0f0f0;
}

.mfp-arrow:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.mfp-arrow:after 
{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: solid #333;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    margin: 15px;
}

.mfp-arrow-left
 {
    left: 0;
 }

 .mfp-arrow-right 
 {
    right: 0;
 }
 @media (min-width: 1200px) and (max-width: 1500px)
 {
 .s-about-img img {
     margin: 0;
     height: 360px;
     width: 560px;
 }
 .team-area2 .team-thumb img {
    height: 100%;
    width: 262px;
    border-radius: 0;
}
}
/* Style for the modal */
.container {
    position: relative;
}

/* Style for the modal */
.modal {
    position: absolute;
    top: 10%;
    left: 50%;
    height: 600px;
    width: 800px;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.9);
   
 

    /* ... (rest of the styles) */
}

/* Style for the modal content container */
.modal-content-container {
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    max-height: 500px;
    margin: auto;
}

/* Style for the navigation arrows */
.navigation-arrows {
    display: flex;
    align-items: center;
}

.arrow {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

/* Style for the left arrow */
.arrow.left {
    margin-right: 10px;
}

/* Style for the right arrow */
.arrow.right {
    margin-left: 10px;
}

/* Style for the close button */
.close-modal {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
}

/* Add your other styles as needed */
.sidebar-box {
    background-color: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 10px; /* Reduced padding inside the box */
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.sidebar-header {
    background-color: #007bff;
    padding: 8px; /* Reduced padding inside the header */
    border-radius: 8px 8px 0 0;
}

.sidebar-header h3 {
    color: #fff;
    margin: 0;
}

.sidebar-divider {
    border-top: 1px solid #ddd;
    margin: 6px 0; /* Reduced margin above and below the divider */
}

.nav-item {
    margin-bottom: 4px; /* Further reduced space between each nav item */
}

.nav-link {
    color: #007bff;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #0056b3;
}

.nav-item:hover {
    background-color: #e9ecef;
}
.news_nav_link
{
    padding: 0px !important;
}
.brd {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.event_blog
{
       text-align: center;
}
.blog_fulid
{
    width:100% !important;
}
.adjust
{
    height: 174px !important;
    width: 262px;
}
.bread_about
{
      position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: -220px !important;
    z-index: 1;
}
.about_p
{
 margin-bottom: 0px !important;
 
}
.about-us h2
{
    color:#2e254e !important;
    font-weight: 700 !important;
}

/*.gallery_margin {*/
/*    margin-right: -138px;*/
/*    margin-left: -70px;*/

/*}*/