
#mission-vision-values {
    padding: 105px 0 50px;
}

.mission-single h4,
.vision-single h4,
.values-single h4 {
    font-weight: 700;
}

.mission-single .icon,
.vision-single .icon,
.values-single .icon {
    width: 110px;
    height: 110px;
    margin: 0 auto 20px;
    background-color: rgba(76, 175, 80, 0.1);
    border-radius: 50%;
}

.mission-single i,
.vision-single i,
.values-single i {
    display: inline-block;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    border-radius: 50%;
    margin: 10px 0 0;
    background-color: rgba(76, 175, 80, 0.1);
    color: #4caf50;
}

#logo{
    width: 100% !important;
    height: 80px !important;
}


@media screen and (min-width: 768px) and (max-width: 1199px) {
    #logo{
        width: 100% !important;
        height: 100px !important;

    }
    
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #gallery{
        padding-top: 0px !important;

    }
    
}

@media screen and (min-width: 325px) and (max-width: 768px) {
    #logo {
        width: 100% !important;
        height: 70px !important;
    }

    #header {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 90px;
        z-index: 99;
        padding: 10px 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .owl-carousel .owl-item img {
        position: relative;
        right: 15px;
        width: 50%;
        height: 250px;
    }

    #gallery {
        padding-top: 0px !important;
        height: 350px !important;
    }
}


.login-button-container {
    text-align: left;
    margin-top: 10px; /* Adjust the margin as needed */
}

.login-button {
    position: relative;
    top: -6px;
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 10px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap
}

.login-button:hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.login-button:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

@media screen and (min-width: 325px) and (max-width: 992px) {
    .login-button{
        position: relative;
        right: 20px;
        top: -50px;
    }

    #closeButton{
        position: relative !important;
        top: -40px !important;
        left: 25px;
        font-size: 40px;
    }
    
    
}

.btn-primary {
    background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
    border: 0;
    border-radius: 12px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.5;
    outline: transparent;
    padding: 0 1rem;
    text-align: center;
    text-decoration: none;
    transition: box-shadow .2s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap
}

.btn-primary:hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.btn-primary:not([disabled]):hover {
    box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}


#closeButton{
    position: relative;
    top: -30px;
    left: 25px;
    font-size: 40px;
}

.more{
    margin-top: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  
    #closeButton{
        display: none;
    }
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }-******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
  
  .dropdown-content a:hover {background-color: #f1f1f1;}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

  .nav-item.dropdown > a::after {
    display: none !important;
}


/*Carousel Gallery*/
.carousel-gallery{
	margin: 50px 0;
  padding: 0 30px;
	.swiper-slide{
		a{
			display: block;
			width: 100%;
			height: 200px;
			border-radius: 4px;
			overflow: hidden;
			position: relative;

			-webkit-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);
      -moz-box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);
      box-shadow: 3px 2px 20px 0px rgba(0,0,0, .2);

			&:hover{
				.image{
					.overlay{opacity: 1}
				}
			}

			.image{
				width: 100%;
				height: 100%;
				background-size: cover;
				background-position: center center;
				.overlay{
					width: 100%;
					height: 100%;
					background-color: rgba(20,20,20, .8);
					text-align: center;
					opacity: 0;
					
					-webkit-transition: all .2s linear; 
          -o-transition: all .2s linear; 
          transition: all .2s linear;

					em{
						color: #fff;
						font-size: 26px;
						position: relative;
            top: 50%; 
            -webkit-transform: translateY(-50%); 
            -ms-transform: translateY(-50%); 
            -o-transform: translateY(-50%); 
            transform: translateY(-50%);
            display: inline-block;
					}
				}
			}
		}
	}
	.swiper-pagination{
		position: relative;
		bottom: auto;
		text-align: center;
		margin-top: 25px;

		.swiper-pagination-bullet{
			-webkit-transition: all .2s linear; 
      -o-transition: all .2s linear; 
      transition: all .2s linear;

			&:hover{
				opacity: .7;
			}

			&.swiper-pagination-bullet-active{
				background-color: #d63031;
				transform: scale(1.1, 1.1)
			}
		}
	}
}
/*# Carousel Gallery*/

.plugins{
  text-align: center;
  
  h3{
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: Arial;
    text-transform: uppercase;
    color: #111;
  }
  
  a{
    display: inline-block;
    font-family: Arial;
    color: #777;
    font-size: 14px;
    margin: 10px;
    transition: all .2s linear;
    
    &:hover{color: #d63031}
  }
}

label{
    padding-left: 20px;
    font-size: 14px;
    font-family: Poppins, sans-serif;
    color: #171717;
}


@media (max-width: 767px) {
    .text-light {
        text-align: left;
        font-size: xx-large;
    }
}

.testi-carousel.owl-carousel .owl-item {
    margin-right: 10px; /* Adjust the margin to reduce the gap */
}
  
.testi-carousel.owl-carousel .owl-item:last-child {
    margin-right: 0; /* Remove margin for the last item to prevent extra space */
}

#gallery{
    padding-top: 170px;
    height: 500px;
}