.mytitle {

    font-size: 35px;
}


.swap-container-a {
    width: 100%;
    margin: 0 auto;
    max-width: 90%;
    padding-left: 44px;
}

.swap-up {
    display: flex;
    /* Optional, if you want the DIVs 100% width: */
}


.swap-up>#flex-a {
    order: 1;
}

.swap-up>#flex-b {
    order: 2;
}

.myheight {
    /* 
    min-height: 344px;
    max-height: 900px; */
    max-height: 344px;


}

.white-txt {
    color: #e0e0e0;

}


@media only screen and (max-width: 991px) and (min-width: 415px) {


    .myheight {
        /* max-height: 845px */
        max-height: 344px;


    }

    .swap-up>#flex-a {
        order: 2;
        padding-top: 20px;
        padding-left: 10px;
    }

    .swap-up>#flex-b {
        order: 1;
        padding-top: 20px;

    }

    .swap-up>#flex-c {
        padding-top: 20px;
    }

    .swap-container-a {
        width: 100%;
        margin: 0 auto;
        max-width: 95%;
        padding-left: 15px;



    }


    .myheight {


        max-height: 344px;
        padding-top: 0;

    }

    .swap-container-a {
        width: 100%;
        margin: 0 auto;
        max-width: 90%;
        padding-left: 10px;
        padding-right: 10px;

    }

    .single-speaker {

        /* padding-bottom: 20px; */
    }
}


@media only screen and (max-width: 991px) {
    .myheight {
        /* max-height: 1245px */
        max-height: 1245px;
    }

    .swap-up>#flex-a {
        order: 2;
    }

    .swap-up>#flex-b {
        order: 1;
    }

    .swap-container-a {
        width: 100%;
        margin: 0 auto;
        max-width: 90%;
        padding-left: 10px;
        padding-right: 10px;

    }

    .home-video-area .about-left h1 {
        margin-bottom: 0px;
        font-size: 35px;

    }

    .single-speaker {

        padding-bottom: 0px;
    }
}




.home-video-area .top-title {
    color: gold;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.home-aboutus-area .top-title {
    color: #EEC055;
    letter-spacing: 2px;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: bold;
}

.home-aboutus-area .about-right h1 {
    /* margin-bottom: 15px; */
    font-size: 35px;

}

.home-video-area .about-left h1 {
    margin-bottom: 0px;
    font-size: 35px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 35px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

#sticky {
    width: 100%;
    /* padding: 10px;
    padding-bottom: 10px; */
    /* background: rgba(0, 0, 0, .9); */
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    position: fixed;
    /*Here's what sticks it*/
    bottom: 0;
    /*to the bottom of the body*/
    left: 0;
    /*and to the left of the body.*/

    /*EFFECTS*/
    transition: .33s linear;
}

#sticky:hover {}

.button {
    background-color: #4CAF50;
    /* Green */
    border: none;
    color: white;
    padding: 2px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white;
    color: black;
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}


.button2:hover {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
}

.button2 {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: white;
    color: black;
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {
    background-color: #e7e7e7;
}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}