
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}
.bg-orange {
    background-color: #ff6700 !important;
}
.bg-green {
    background-color: #006600 !important;
}
.color-orange {
    color: #ff6700 !important;
}
.color-green {
    color: #006600 !important;
}
.skoolz-sec a, a:active  {
    color: #ffffff !important;
}
.skoolz-nav li a {
    color: #fff !important;
    padding: 0 24px 0 0 !important;
    margin: 0;
    font-weight: 500;
}
.skoolz-nav .dropdown-menu li a {
    color: #000 !important;
    padding: 7px 20px !important;
    border-bottom: 1px solid #ccc;
}

.skoolz-banner {
    /*background: url("../img/index/banner2.png");*/
    background-size: cover;
    background-repeat: no-repeat;
}


.card-stories {
    background: url("../img/index/stories.jpg");
}

/*.carousel-inner {
    display: flex;
}
.carousel-item {
    display: flex;
    justify-content: space-between;
}
*/


.testimonial-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    background-color: #f8f9fa;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.testimonial-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}
.anim-bg-gradient {
    padding: 0.6em 1.2em;
    border-radius: 0.375em;
    cursor: pointer;
    color: white !important;
    background: linear-gradient(120deg, #006600, #006600, #006600);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: background-position .5s;
    border: 0;
    font-weight: bold;
  }
  
  .anim-bg-gradient:hover {
    background-position: 0 0;
    color:#fff !important;
  }



.hobby-box {
    background: linear-gradient(-45deg, #006600, #e7a043, #b8f7ab, #ffda09);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
  @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}



.webFooter a {
    color: #fff;
}

.webFooterContent1Title {
    opacity: 1.8;
    text-align: left;
    color: #fff;
    font-size: 20px;
    font-family: PoppinsRegular;
}
ul.webFooterContent1List li {
    list-style: none;
}
 
.btn-success {
    background-color: #006600 !important;
}
#carouselExampleIndicators {
    /*min-height: 459px;*/
}
@media (min-width: 768px) {
    #myCarousel.carousel-inner .carousel-item-right.active, #myCarousel.carousel-inner .carousel-item-next {
        transform: translateX(50%);
    }

    #myCarousel.carousel-inner .carousel-item-left.active,
    #myCarousel.carousel-inner .carousel-item-prev {
        transform: translateX(-50%);
    }
}

/* large - display 3 */
@media (min-width: 992px) {

    .carousel-inner .carousel-item-right.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-left.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

@media (max-width: 768px) {
    .carousel-inner .carousel-item > div {
        display: block;
    }

        .carousel-inner .carousel-item > div:first-child {
            display: block;
        }
    .imgsize {
        width: 60px !important ;
        height: 60px !important;
     
    }
    .desktop {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .dropdownfirst {
        margin-right: 0% !important;
    }
}
@media (min-width: 1025px) and (max-width: 1440px) {
    .dropdownfirst {
        margin-right: 2% !important;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006600'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23006600'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.carousel-inner .carousel-item img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    color: white;
    background: rgba(0, 0, 0, 0.5); /* Dark transparent background */
    padding: 15px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .banner-text {
        width: 90%;
        font-size: 14px;
        padding: 10px;
    }

        .banner-text h1, .banner-text h2 {
            font-size: 18px;
        }

        .banner-text p, .banner-text h5 {
            font-size: 14px;
        }
    /*.skoolz-banner {
        margin-top: 140px;
    }*/
    #carouselExampleIndicators {
        min-height: auto;
    }
    .carousel-inner .carousel-item img {
        max-width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .parentCarousel {
        padding: 0 30px 0 30px !important;
    }
    .parentCarouselbtn {
        margin: 0 auto;
    }
    .carousel-control-next {
        right: -15px!important;
    }
    .carousel-control-prev {
        left: -15px !important;
    }
    .text-mobile-justify {
        text-align: justify;
    }
    .navbar-nav {
        flex-direction: column !important;
    }
}

@media (max-width: 991px) {  
   /* .dropdown-menu .dropdown-menu {
        display: none !important;  
    }*/

    .dropdown:hover > .dropdown-menu {
        display: block;  
    }
}

.navbar-toggler-icon {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAADNJREFUGNNjYCAJFiZcAGEPGBmYRYogvMMgIQUZhmUM1FMQYwBaIIpMGBAqgoyIAAPJkBHKVRNNpAAAAAElFTkSuQmCC');
}
.btn:hover,
.btn:focus,
.btn:active {
    border-color: transparent !important;
    outline: none !important;
    box-shadow: none !important;
}
.parentCarousel {
    padding: 0 200px 0 200px 
}

@media only screen and (max-width: 768px) {
    .sidenav-mob span {
        padding: 8px 8px 8px 32px;
        font-size: 15px;
        color: #34a84f !important;
        display: block;
        transition: .3s;
    }
}

#headerWithLogin img {
    height: auto;
    width: auto;
    max-height: 45px;
}

.headerSearchBox {
    height: 40px;
}

.dropdown-menu .dropdown-toggle::after {
    margin-top: 5px;
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: -5px;
}

.dropdownfirst {
    margin-right: 5%;
}
@media (max-width: 768px) {
    .dropdown-menu .dropdown-menu {
        position: static;
        top: 0;
        left: 100%;
        margin-top: -5px;
    }
    .dropdown-menu{
        border:none !important;
        padding-left:20px;

    }
}



