.mysection {
    margin-top: 100px;
}

.course_content ul li {

    margin-bottom: 45px;

}

.course_content {

    background-color: #d1ab0a21;
}

.service-style1 {
    border: 1px solid #a39c9c;
    border-radius: 10px;
    margin-top: 40px;
}

.form-input-css {
    margin-top: 10px;
    height: 40px;
}

.form-btn {
    text-align: center;
    background-color: #002f42;
    color: white !important;
    width: 100%;
    border-radius: 7px;
    margin-top: 18px;
}

.vs-btn {
    font-weight: 100 !important;
}

form textarea {
    margin-top: 10px;
    min-height: 83px !important;
}

.mysection hr {
    height: 3px;
    color: red;
    width: 100%;
}

.form-course {
    background-color: #002f42;
    border-radius: 10px;
}

.form-course .myform {
    border-radius: 10px;
}

.mysection .service-icon img {
    width: 70%;
    height: 100px;
    margin: 10px;
}

.service-style1:hover {
    background-color: #033145;
}

.bread a {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.bread a:hover {
    color: #002f42;
}

.form-btn {
    text-align: center;
    background-color: #002f42;
    color: white !important;
    width: 100%;
    border-radius: 7px;
    margin-top: 18px;
}

.testimonials,
.market i {
    color: orange;
}

.tab__btns {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tab__btn {
    text-shadow: 2px 2px 2px black;
    letter-spacing: 1px;
    flex-grow: 1;
    padding: 5px;
    margin: 0;
    border: none;
    color: #ffffff;
    background: #002f42;
    cursor: pointer;
    opacity: 0.3;
}

.tab__btn--active {
    opacity: 1;
}

.tab__btn:hover {
    opacity: 1;
}

.tab__btn::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #4491ff, #fdda0b, #b30101);
    transform-origin: center top;
    transform: scaleY(0);
    transition: transform 0.3s ease-in-out;
    opacity: 1;
}

.tab__btn:hover::before {
    transform: scaleY(1);
}

.tab__btn span {
    position: relative;
    z-index: 2;
    padding: 0;
    margin: 0;
    transition: color 0.5s ease;
}

.tab__btn:not(.tab__btn--active):hover span {
    color: #ffffff;
}

.tab__btn--active::before {
    height: 5px;
    background-image: linear-gradient(90deg, #4491ff, #fdda0b, #b30101);
    transform: scaleY(1);
}

.tab__item {
    display: none;
    width: 100%;
    color: #fff;
    line-height: 1.4em;
    border-bottom: 1px solid #fdda0b;
    animation: fadeEffect 0.6s ease;
}

.tab__item--active {
    display: block;
}

.package {
    border-radius: 30px;
    background-color: #0575a1;
    color: white;
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

#faqVersion1 p {
    margin: 0px !important;
    color: rgb(255, 255, 255);
}

.course_training p {
    margin: 0px !important;
    color: rgb(0, 0, 0);
}

.carousel-control-next,
.carousel-control-prev {
    background: gray;
    position: absolute;
    top: 0;
    bottom: auto;
    opacity: 1.5;
}

.list-style2 ul li {
    border: none !important;
    padding: 0px !important;
}

.list-style2 ul {
    gap: 0px;
}

.accordion .service_details h6 {
    color: white;
}

.accordion-style1 .accordion-item {
    background-color: #002a3a !important;
}

.myfaq h6 {
    color: white;
}

.mybody #faqVersion1 h6 {
    color: white;
}