.row:before, .row:after {
    display: none;
}

.nav-link:focus,
.nav-link:hover {
    color: #03989e !important
}

.nav-link {
    color: black !important
}

.navbar-toggler {
    border: 0px;
}

.footer p {
    font-size: 12px;
    margin: 0px;
}

.bg-info-light {
    background-color: #a5d7da !important;
}

.bg-info-custom {
    background-color: #03989e !important
}

.bg-warning-custom {
    background-color: #fdc033 !important
}

.text-info {
    color: #03989e !important
}

.btn-info {
    background-color: #03989e !important
}

.font-weight-400 {
    font-weight: 400 !important
}

hr {
    border-width: 4px;
    border-color: gray
}

.rounded-top-left-1 {
    border-top-left-radius: 1rem;
}

.rounded-top-right-1 {
    border-top-right-radius: 1rem;
}

.rounded-bottom-left-1 {
    border-bottom-left-radius: 1rem;
}

.rounded-bottom-right-1 {
    border-bottom-right-radius: 1rem;
}

.rounded-top-left-2 {
    border-top-left-radius: 2rem;
}

.rounded-top-right-2 {
    border-top-right-radius: 2rem;
}

.rounded-bottom-left-2 {
    border-bottom-left-radius: 2rem;
}

.rounded-bottom-right-2 {
    border-bottom-right-radius: 2rem;
}


.rounded-top-left-3 {
    border-top-left-radius: 3rem;
}

.rounded-top-right-3 {
    border-top-right-radius: 3rem;
}

.rounded-bottom-left-3 {
    border-bottom-left-radius: 3rem;
}

.rounded-bottom-right-3 {
    border-bottom-right-radius: 3rem;
}


.rounded-top-left-4 {
    border-top-left-radius: 4rem;
}

.rounded-top-right-4 {
    border-top-right-radius: 4rem;
}

.rounded-bottom-left-4 {
    border-bottom-left-radius: 4rem;
}

.rounded-bottom-right-4 {
    border-bottom-right-radius: 4rem;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }

    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}


.hover-light:hover {
    color: #03989e !important
}


.btn-hover-light:hover {
    color: #03989e !important
}

.bg-yellow-light {
    background-color: #efebeb
}

.modal-backdrop.show {
    background-color: #efebeb !important;
    opacity: 0.9;
}

.modal-content {
    border: 0px;

}

.btn-transparent {
    outline: none !important;
    box-shadow: none !important;
    border: 0px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-selection {
    background-color: #a5d7da !important;
    padding: 0.5rem !important;
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select2-container .select2-selection--single {
    height: 42px;
    border: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 42px;
}


.owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 40%;
    background-color: black !important;
    margin-left: -50px;
    display: block !important;
    border: 0px solid black;
    border-radius: 100px;
}

.owl-prev i, .owl-next i {
    transform: scale(1) !important;
}

.owl-next {
    top: 40%;
    right: -40px;
    display: block !important;
    border: 0px solid black;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 40%;
    background-color: black !important;
    display: block !important;
    border-radius: 100px
}

.owl-prev i, .owl-next i {
    color: #ccc;
}

.bg-pink {
    background-color: #fed7d2 !important;
}

.form-check-input[type=checkbox] {
    border-color: #1b989e !important;
    border-width: 2px;
}

.form-input-underline {
    border: 0px;
    background-color: transparent;
    border-bottom: 2px solid #1b989e !important;
    outline: 0px !important;
    border-radius: 0px !important;
}

.form-input-underline:focus {
    border: 0px !important;
    outline: 0px !important;
    background-color: transparent;
    border-bottom: 2px solid #1b989e !important;

}
.plyr__video-embed{
    height:100%
}
[data-aos] {
    pointer-events: none;
}

.aos-animate {
    pointer-events: auto;
}

.aos-init[data-aos][data-aos].aos-animate {
    transform: unset;
}
.navbar-toggler span {
    display: block;
    background-color: #4f4f4f;
    height: 3px;
    width: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    left: 0;
    opacity: 1;
    transition: all 0.35s ease-out;
    transform-origin: center left;
}
html,body{
    overflow-x:hidden;
    padding:0px !important;
}



.navbar-toggler span:nth-child(1) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
    opacity: 1;
}

.navbar-toggler span:nth-child(3) {
    transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
    margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    transform: translate(15%, 33%) rotate(-45deg);
}

.btn-outline-info-custom{
    color:#1b989e !important;
    border-color: #1b989e!important;
}

