:root {
    

   --text-white:#ffffff;
   --text-blue:#21337d;
   --text-black:#000;
   --yellow:#fdef61;
   --yellow_dark:#cb9727;
  }
body{
    margin:0px;
    font-family: 'Metropolis Regular';
   

}
.navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    justify-content: center;
   
}
.navbar-expand-lg {
    padding:0px;
    margin:0px;
}
/* .header-total .sticky-top {
    position: static;
    background-color: var(--text-white);
  
} */
.header-links{
    background-color: #21337d;
    padding: 3px 0px;
}
 /* .header-total.sticky-top {
    top: -1px;
    background-color: var(--text-white);
  }
  .navbar .sticky-top {
    height: auto !important;
    background-color: var(--text-white);

} */
.header-total{
    /* position: fixed;
   
    width: 100%;
    background: var(--text-white);
    z-index: 15; */
}

.header-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    margin-right: 15px;
}
.header-social a {
    color: var(--text-white);
    font-size: 14px;
    margin: 0 5px;
}
.header-social {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 15px;
    margin-right: 15px;
}

.header-social a {
    color: var(--text-white);
    font-size: 14px;
    margin: 0 5px;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background-color: red;
        border-radius: 0;
    }
    .dropdown-menu li{
        background-color: var(--text-blue);
         color: var(--text-white);
    }
    .dropdown-menu{
         background-color: var(--text-blue);
          color: var(--text-white);
              padding: 20px 10px;
    }
    .nav-link.dropdown-toggle{
     
         color: var(--text-white);
    }
    .navbar-nav .nav-item:hover a {
    color: #000;
    }
    .dropdown-item {
 color: var(--text-white);
    }

.header-social:hover>* {
    opacity: 0.5;
}

.header-social:hover>*:hover {
    opacity: 1;
}


.header__top--links ul li {
    margin: 0 10px;
}

.header__top--links ul li:first-child {
    margin-left: 0;
}

.header__top--links ul li:last-child {
    margin-right: 0;
}

.header__top--links ul li a {
    color: var(--text-white);
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
}

.header__top--links ul:hover>* {
    opacity: 0.5;
}

.header__top--links ul:hover>*:hover {
    opacity: 1;
}

.header__center {
    padding: 10px 0;
}

.headerApply__phones a {
    margin-top: 15px;
    text-decoration: none;
    color: var(--text-black);
    display: block;
    line-height: 0px;
}

.headerApply__phones a i {
    color: var(--text-blue);
}

.headerApply__phones a:hover {
    color: var(--text-blue);
}

.navbar-nav .nav-item {
    padding: 0px 19px;
}

.navbar-nav .nav-item>a {
    text-transform: uppercase;
/*    font-size: 16px;*/
    font-size: 14px;
    color: var(--text-black);
   font-weight: bold;
    padding: 17px 0 13px !important;
    border-bottom: 5px solid transparent;
    transition: ease-in-out 0.4s;
}

.navbar-nav .nav-item:hover a {
    border-color: var(--bg-blue);
    transition: ease-in-out 0.4s;
}
.navbar-nav .nav-item:hover a {
    border-color: var(--bg-blue);
    transition: ease-in-out 0.4s;
}

.apply-now{
    font-size: 16px;
    border-radius: 30px;
    background-color: #21337d;
    color: var(--text-white);
    padding: 12px 20px;
    border: 1px solid transparent;
    text-decoration: none;
}
.apply-now :hover{
    /* color:#21337d;
    background-color: var(--text-white);
    border:1px solid #21337d; */
}
.banner_section img{
    width:100%;
    height:calc(100vh - 206px);
}
.page-heading {
    margin-bottom: 20px;
}
.page-heading h1 {
    font-family: 'Metropolis Bold';
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: var(--text-black);
}
.page-heading p {
    font-size: 16px;
    line-height: 30px;
    color: var(--text-black);
    text-align: justify;
}
.page-heading p:nth-child(2){
    margin-bottom:20px;
}

.about_section{
    height:100vh;
    padding:50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;

}
.aboutProgram-section__content{
margin-right:30px;
}
.bold-content {
    margin-bottom: 30px;
}
.bold-content p {
    font-size: 22px;
    line-height: 28px;
    font-style: italic;
    font-weight: 600;
   
}
.about-student img{
    border-radius: 35px;
}
.btn.apply{
    margin: 12px;
    border-radius: 30px;
    color:var(--text-white);
    background-color: var(--text-blue);
}
.btn.apply:hover{
    color:#21337d;
    background-color: var(--text-white);
    border:1px solid #21337d;
}
.chairman{
    display:flex;
    justify-content: center;
    align-items: center;
    height:100vh;
    padding:50px 0px;
    background-image: linear-gradient(to bottom, #dee2e6 50%, #21337d 50%);
}
.quote-icon{
    width:5%;
    margin-bottom: 10px;
}
.programVideo{
    position: relative;
}
.play-btn {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden; /* Ensures the circle doesn't overflow its container */
}

.programVideo {
    position: relative;
}

.programVideo .play-btn {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

 .play-btn .circle {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1); 
    border-radius: 50%;
    background-color: var(--text-blue);
    transition: transform 0.3s ease, background-color 0.3s ease; 
} 

.play-btn .circle.pulse {
    width: 100%; /* Ensure the pulse animation spans the entire circle */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: var(--text-blue); /* Ensure --text-blue is properly defined */
    opacity: 0.5;
    animation: pulse 2s infinite;
}



@keyframes pulse {
    0% {
        transform: scale(0.9);
        opacity: 0.7;
    }
    50% {
        transform: scale(1);
        opacity: 0.4;
    }
    100% {
        transform: scale(0.9);
        opacity: 0.7;
    }
}


.play-btn:hover .circle {
    transform: translate(-50%, -50%) scale(1.1); /* Zoom effect on hover */
  
}

/* .play-btn .circle.pulse {
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    background-color: var(--text-blue);
    opacity: 0.5;
} */

.play-btn svg {
    fill: #fff;
    stroke: #fff;
    stroke-linejoin: round;
    stroke-width: 1;
    transition: fill 0.3s ease, stroke 0.3s ease; /* Transition for SVG color change */
}





.deanMessage h5 {
    font-size: 18px;
    font-weight: bold;
}
.deanMessage h3 {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: var(--text-blue);
    margin-bottom: 90px;
    font-family: 'Metropolis Bold';
}
.deanMessage {
  
    position: relative;
    margin-left: 40px;
}
.deanMessage p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    padding-top: 20px;
    color: white;
}
.deanMessage__dp img {
    width: 60px;
    height: 60px;
    outline: 3px solid var(--text-white);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 15px;
}
.deanMessage__dp--content {
    color: var(--text-white);
}
.deanMessage__dp--content b {
    display: block;
    font-size: 16px;
    line-height: 18px;
   
}
.programs {
    padding:50px 0px;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.programs p {
    line-height: 28px;
    font-size: 16px;
    text-align: justify;
}
.programList-links{
    padding:10px;
    margin-bottom :37px;
}
.programList-links h4 {
    font-weight: bold;
    font-size: 20px;
    color: var(--text-blue);
    margin-bottom: 20px;
    font-family: 'Metropolis Bold';
}
.list-unstyled{
    padding-left:1.5rem !important;
    margin-bottom:1.5rem;
}
.list-unstyled>li {
  
    margin-bottom: 12px;
}
.list-unstyled i{
    font-weight: bold;
    margin-right: 10px;
}
.programList-links li a {
    font-size: 16px;
    text-decoration: none;
    color: var(--text-black);
}
.form-bg {
    background-color: #394ea1;
    text-align: center;
}
.admsn-text h1 {
    padding-top: 20px;
    text-transform: uppercase;
    color: var(--text-white);
   
    font-size: 36px;
}
.admsn-form{
    padding-bottom:11px;
}
.admsn-text h3 {
    font-family: 'Metropolis Bold';
    text-transform: uppercase;
    color: var(--text-white);
    font-weight: 700;
    font-size: 29px;
    padding: 10px 10px;
    margin: 14px 36px 14px;
    background-color: var(--text-white);
    color:var(--text-black);
}
.page-heading h2{
    margin-bottom:20px;
    font-size: 30px;
   
    line-height: 30px;
    font-weight: bold;
    font-family: 'Metropolis Bold';
    color: var(--text-black);
}





.admsn-form .form-control {
    padding: 5px 18px;
    margin: 8px;
    border-radius: 20px;
    border-color: #ffffff;
    cursor: pointer;
    width: 225px;
    font-size: 16px;
    box-shadow: none !important;
}
.form-control:focus {
    color:var(--text-white);
    background-color: var(--text-blue);
    border-color:var(--text-white);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
#adm-start .adm-but {
    margin: 8px;
    font-weight: 600;
    padding: 5px 60px;
    border-radius: 20px;
    border: 1px solid var(--text-white);
    background-color: var(var(--text-white));
    color: #fffbff;
    opacity: 1;
    width: 225px;
    font-size: 16px;
    text-align: center;
    box-shadow: none !important;
}
#adm-start .adm-but:hover {
    color: var(--text-white);
    border: 1px solid var(--text-white);
    background-color: #394ea1;
    box-shadow: none !important;
}
.achievers{
    background-color: #dee2e6;
    height:100vh;
    padding:50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.specialization-thumb {
    min-height: 450px;
    position: relative;
    width: 340px;
    margin-right: 20px;
}
.specialization-thumb h3 .sm {
    font-size: 20px;
    display: inline-block;
    background: var(--text-blue);
    color: var(--text-white);
    padding: 5px;
    font-weight: normal;
}
.specialization-thumb h3 .lg {
    font-size: 30px;
    line-height: 27px;
    font-weight: bold;
    display: inline-block;
    background: var(--text-blue);
    color: var(--text-white);
    padding: 5px;
}
.proud .carousel-item{
  
}
.proud .carousel-item img{
  
    border-radius: 30px;
    background-color: #394ea1;
    background-size: cover;
    background-position: center;
    background-size: cover;
    max-width: 100%;
  height: auto;


}

.proud-acc{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;
}
.accordion-header h6{
    font-size: 16px;
    font-weight: 600;
    font-family: 'Metropolis Bold';
}
.accordion-button:not(.collapsed){
    border:none;
    background-color:#ffffff !important;
   

}
.accordion-button:focus{
    box-shadow: none;
}
.proud .carousel-item {
    position: relative;
}
.proud .achievernames {
    position: absolute;
    top: 301px;
    padding: 10px;
}
/* .proud .achievernames h4{
    font-size: 20px;
  
    color: var(--text-white);
    padding: 5px;
    font-weight: normal;
} */
.proud .achievernames h1{
font-size: 30px;
line-height: 27px;
font-weight: bold;
display: inline-block;
background: var(--text-white);
color: var(--text-blue);
padding: 5px;
font-family: 'Metropolis Bold';
}

  
  .achievernames h4 {
    background-color: var(--text-blue);
    color: white; 
    padding: 5px 10px; 
    font-size: 25px;

  }
  
  
.table thead th {
    background-color: var(--text-blue);
    color:var(--text-white);
    font-size: 15px;
}
.table td{
    font-size: 14px;
}
.howtoapply{
    height:100vh;
    padding:50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.step_content {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}
.step-icon i {
    color: var(--text-blue);
    font-size: 18px;
    margin: auto;
}
button.active .step-icon{
    background-color:var(--text-blue);
}
button.active .step-icon i {
    color: var(--text-white);/* Replace with your desired color */
}

.step_1 p {
    display: block;
    font-weight: normal;
}
.step-icon {
    height: 45px;
    width: 45px;
    background: #dee2e6;
    border-radius: 50%;
    margin-right: 15px;
   display: flex;
   align-items: center;
}


.step_1{
    display:flex;
    align-items: center;
}
.step_1 h1{
    font-weight: 600;
    font-size:16px;
    font-family: 'Metropolis Bold';
}
.step_1 p{
    font-size: 13.6px;
    margin-bottom: 0rem;
}
.howtoapply .carousel-indicators {
    position: static;
    display: block !important;
    margin: 0;
}
.howtoapply .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 100%;
    height: auto;
    padding: 20px 0px;
    opacity: 1;
    transition: opacity .6s ease;
    text-indent: 0;
    display: block;
}
.steps-thumb{
   background-color: var(--text-blue);
   color:var(--text-white);
    min-height: 316px;
    border-radius:20px;
    padding:3rem;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
 
}
.steps-thumb p{
    font-size: 16px;
    line-height: 22px;
    color: var(--text-white);
}
.steps-thumb h4 {
    font-weight: bold;
    margin-bottom: 10px;
    font-family: 'Metropolis Bold';
    font-size: 30px;
}
.steps-thumb span{
    font-size: 13.6px;
}
.image-container {
    position: relative;

}

.image {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.image img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    transition: opacity 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}
.deanMessage__dp{
    display: flex;
    align-items: center;
    margin-top:20px;
}
.overlay:hover {
    opacity: 1;
}

.overlay h3 {
    font-family: 'Metropolis Bold';
    color: white; 
    font-size: 22px; 
    text-align: center;
    padding: 20px;
}
.overlay p {
    color: white;
    font-size: 16px;
    text-align:justify;
    padding: 20px;
}
.facilities{
    height:100vh;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #dee2e6;
}
.facilities .carousel-item img{
    height:100vh;
   
}
.facilities .carousel-item .facilities_top_text{
    background: var(--text-blue);
    color: var(--text-white);
    display: inline-block;
    padding: 40px 40px 40px 0;
    max-width: 450px;
    position: relative;
}
.facilities .carousel-item .facilities_top_text h2{
    font-size: 30px;
font-weight: bold;
line-height: 30px;
color: var(--text-white);
margin-bottom: 20px;
}
.facilities .carousel-item .facilities_top_text p{
font-size: 16px;
line-height: 27px;
}

.facilities .carousel-item .facilities_top_text:before {
    content: '';
    background: var(--text-blue);
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 9999px;
}
.facilities .carousel-item .facilities-content{
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
}
.facilities .carousel-item .facilities-content2{
   position: absolute;
   bottom:50px;
   left: 0;
right: 0;
z-index: 1;

}
.facilities .carousel-item .facilities_bottom_text{
  
    color: var(--text-white);
    display: inline-block;
    padding: 40px 40px 40px 0;
    max-width: 600px;
    position: relative;
}
.facilities .carousel-item .facilities_bottom_text h2{
font-size: 30px;
font-weight: bold;
line-height: 30px;
color: var(--text-white);
margin-bottom: 20px;
}
.facilities .carousel-item .facilities_bottom_text p{
    font-size: 16px;
line-height: 27px;
}

/* faculty */
.faculty_section{
    height:100vh;
    padding:50px 0px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color:#dee2e6;
}
.wrapper {
    padding: 30px 0;
    overflow-x: hidden;
}
.my-slider {
    padding: 0 70px;
}

.slick-slide {
    background-color: var(--text-blue);
    color: #fff;
   
    margin: 0 15px 0 0;
   
}
.slick-dots li button:before {
    display:none;
}
/* .my-slider.slick-arrow {
    position: absolute;
    bottom: -2px;
    border: 1px solid var(--text-green);
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    color: var(--text-green);
    z-index: 1;
} */

.banner_section .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
} 
.my-slider .slick-arrow.slick-prev {
    left: 100px;
    top:106%;
    opacity:1px;
}


.my-slider .slick-arrow.slick-next {
    right: 88%;
    top: 106%;
    left: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #21337d !important;
}
.banner_section #demo .carousel-control-next-icon, .banner_section #demo .carousel-control-prev-icon {
        background-color: #b1aaaa;
}



.faculty_section .faculty-text h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.slick-next, .slick-prev {
    z-index: 5;
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
}

.slick-next:before, .slick-prev:before {
    color:var(--text-blue);
    font-size: 26px;
}
.faculty-text{
    padding:1.5rem;
}
.faculty-text p{
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}
.faculty-social i{
    font-size:34px;
    color:white;

}
.faculty_section .page-heading h2{
    text-align: center;
    font-family: 'Metropolis Bold';
}
.faculty_section .page-heading p{
    text-align: center;
}
.faculty_section .faculty-img{
    border:1px solid #dee2e6;
    border-radius: 35px;
    transition: all 0.5s ease;
    width: 100%;

    overflow: hidden;
}
.faculty_section .faculty-img img{
    border:1px solid #dee2e6;
    border-top-left-radius: 35px;
    border-top-right-radius:35px;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}
.faculty_section .faculty-img img:hover{

transform: scale(1.1);
overflow: hidden;
}

.my-slider .slick-dots {
    list-style-type: none; 
    padding: 0; 
    margin: 10px 0 0 0; 
    text-align: start;
    position: absolute;
    bottom: -35px;
    left:200px;
}


.my-slider .slick-dots li {
    display: inline-block;
    margin-right: 6px;
    vertical-align: middle;
}

.my-slider .slick-dots li button {
    position: relative; 
    padding: 0;
    border: 0;
    height: 12px;
    width: 12px;
    display: block;
    font-size: 0;
    background: var(--text-white);
    border: 1px solid #ddd;
    border-radius: 50%;
}

.my-slider .slick-dots li button:active {
    background-color: var(--text-blue);
}

.my-slider .slick-dots li.slick-active button {
    background-color: var(--text-blue);
}

.my-slider .slick-dots li button:focus {
    background: var(--text-blue);
}



.testimonials{
    height:100vh;
    display:flex;
    justify-content: center;
    align-items: center;
    background-image: url(..//images/testi-img3.webp);
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover; 
    background-position: center; 
}
.testimonials .testi-img{
font-size: 18px;
    line-height: 24px;
    margin: 0;
    height: 300px;
    overflow-y: scroll;
    scrollbar-width: thin;
    background-color: var(--text-white);
    padding:1.5rem;
   
}
.testimonials .page-heading h2{
    color:var(--text-white);
    font-family: 'Metropolis Bold';
    opacity: 1;
    margin-top:30px;
}
.testimonials .page-heading p{
    color:var(--text-white);
    opacity:1;
}
.testimonials .testi-img h3{
    font-family: 'Metropolis Bold';
font-size: 20px;
font-weight: bold;
line-height: 22px;
margin-bottom: 10px;
color:var(--text-black);
}
.testimonials .testi-img p{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color:var(--text-black);
}
.testimonials .testi-content{

    margin-right: 20px;
   

}

.my-slider2  .slick-dots {
    margin: 10px 0 0 0;
    padding: 0 0 0 60px;
    text-align: start;
    position: absolute;
    bottom:-35px;
    opacity: 1;
    left:120px;
}


.my-slider2 .slick-dots li button {
    position: absolute;
    padding: 0;
    border: 0;
    height: 12px;
    width: 12px;
    display: block;
    font-size: 0;
    background: var(--text-white);
    border: 1px solid #dee2e6;
    border-radius: 50%;
}

.my-slider2 .slick-dots li button:active{
    background-color: var(--text-blue);

}
.my-slider2 .slick-dots li.slick-active button{
    background-color: var(--text-blue);
 }
.my-slider2 .slick-dots li button:focus{
    background: var(--text-blue);
}
.my-slider2 .slick-arrow.slick-prev {
    left: 114px;
    top: 104%;
    opacity:1;
}
.about-img{
    margin-bottom: 25px;
    position: relative;
}
.about-student .about-img img{
    position: relative;
}
.achievernames {
    position: absolute;
}

.my-slider2 .slick-arrow.slick-next {
    right: 83%;
    top: 104%;
    left: auto;
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #21337d !important;
}
.my-slider2 
.wrapper2 {
    padding: 30px 0;
    overflow-x: hidden;
}
.my-slider2 {
    padding: 0 70px;
}
.student-info{
    padding:20px;
    display:flex;
}
.student-pic{
    width: 60px;
    height: 60px;
    overflow: hidden;
    
}
.student-pic img{
    object-fit: cover;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}
.student-text{
    padding-left:15px;
}
.student-text h6{
   
    font-size: 16px;
    line-height: 23px;
}
.student-text p{
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 0px;
}
.footer{
    padding:50px 0px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.address h4, .in-touch h4 {
    margin: 0;
    font-weight: bold;
    color:var(--text-blue);
    padding-bottom: 35px;
}
.addr-location, .number, .mail {
    display: flex;
    column-gap: 20px;
}
.addr-location p {
    margin: 0;
    font-size: 16px;
}
.number {
    padding: 20px 0px 20px;
}
.number div:nth-child(2) a, .mail div:nth-child(2) a {
    text-decoration: none;
    color: var(--form-label);
    font-size: 16px;
}
.footer-logo{
    display:flex;
    justify-content: center;
    align-items: center;
}
.footer-logo img{
    height:170px;
}
.footer .social-media h2{
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color:var(--text-blue);
}



  
  #lab_social_icon_footer a {
    color: #333;
    transition: all 0.5s;
  }
  
  #lab_social_icon_footer .social:hover {
    transform: scale(1.1);
  
  }
  
  #lab_social_icon_footer .social {
    transform: scale(0.8);
   
    
  
  }

  
  #lab_social_icon_footer #social-fb:hover {
    color: #3B5998;
  }
  
  #lab_social_icon_footer #social-tw:hover {
    color: #4099FF;
  }
  
  #lab_social_icon_footer #social-gp:hover {
    color: #da2f18;
  }
  
  #lab_social_icon_footer #social-em:hover {
    color:rgb(228, 72, 202)
  }
  
  .copyright {
    background-color: var(--text-blue);
  
}
.copyright-content {
    display: flex;
    justify-content: space-between;
}
.copyright-content p {
    margin: 0;
    padding: 15px 0px;
    color: #ffffffc4;
    font-size: 15px;
}
.uu-logo img{
    width: 60%;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        background-color: var(--text-blue);
        border-radius: 0;
    }
