body {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300px;
    color: #282828;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

/* ----- universal ----- */

h1 {
    font-size: 27px;
    font-weight: 900;
    line-height: 1.2em;
    color: #ffffff;
}

h2 {
    font-size: 20px;
    font-weight: 600;
    color: #181818;
}

h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #f1c928;
    padding-bottom: 10px;
}

h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1em;
    color: #181818;
    padding-top: 20px;
}

hr {
    border: 1.2px solid #4eff00;
    height: 30px;
    width: 0;
}

.botton {
    display: flex;
    justify-content: flex-end;
}


.text-primary {
    color: #000000ba;
}

.btn-primary, button {
    border-color: #181818;
}

.btn-primary {
    background-color: #181818;
}

.btn1-primary {
    background-color: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn1 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    font-size: 20px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 12px;
}

a:link, a:visited, a strong {
    text-decoration: none;
    color: #ffffff;
    margin: 3px;        
}

.title-holder {
    text-align: left;
}

.title-content {
    padding-bottom: 20px;
    text-align: left;
}

.title-content1 {
    padding-bottom: 20px;
    margin: 10px;
}

.title-content2 {
    padding-bottom: 20px;
    text-align: center;
}

.title-content3 {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.title-text {
    padding-bottom: 30px;
    text-align: left;
}

.title1 {
    padding-bottom: 20px;
    text-align: left;
}

.title {
    padding-bottom: 20px;
}

.botton1 {
    border: 2px solid #f1c928;
    background-color: #f1c928;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #181818;
    margin: 10px;
}

.botton2 {
    border: 2px solid #ffffff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    height: 40px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 10px;
}

.botton3 {
    font-size: 18px;
    font-weight: 600;
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #166383;
    background-color: #f0f0f0;
    border-radius: 50px;
}

.botton-holder1 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 70px;
}


.botton-holder2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 70px;
}

.botton-holder3 {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    height: 70px;
    align-items: center;
    justify-content: center;
}


.main-btn {
    display: flex;
    justify-content: center;
}

.fa-solid {
    margin: 5px;
    font-size: 25px;
    color: #dd3900;
}


/* ----- end universal ----- */



/* --------------- Start Slide Show --------------- */


* {
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
    .prev:hover,
    .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 50px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
    text-align: center;
    background-color: #ff9408;
    padding: 2px 16px;
    color: white;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

  
/* --------------- End Slide Show --------------- */


/* ----- navbar container ----- */

.navbar-container {
    background-color: #1d1d1d;
}
.navbar-content {
    padding: 0px 50px 0px 50px;
}


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.brand-title {
    padding-top: 5px;
}

.navbar-links ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-links li a {
    text-decoration: none;
    color: #6f6f6f;
    padding: 1rem;
    display: block;
}

.navbar-links li a active {
    color: #f16c32;
}

.navbar-links li a:hover {
    color: #585858;
}

.toggle-button {
    position: absolute;
    top: .45rem;
    right: .5rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 85%;
    background-color: #ffffff;
    border-radius: 10px;
}

@media (max-width: 1680px) {
    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

}

@media (max-width: 1440px) {
    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

}

@media (max-width: 1024px) {
    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

}

@media  (max-width: 860px) {
    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

    .toggle-button {
        display: flex;
        top: 1rem;
    }

    .navbar-links {
        display: none;
        width: 100%;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }

    .navbar-links li {
        text-align: left;
    }

    .navbar-links li a {
        padding: .5rem .1rem;
    }

    .navbar-links.active {
        display: flex;
        background-color: transparent;
    }

    div.navbar-links {
        padding-right: 10px;
    }

    .brand-title {
        margin: 10px 10px 10px 0px;
        padding-top: 5px;
    }

    .navbar-content {
        padding: 0px 50px 0px 50px;
    }

    .toggle-button .bar {
        background-color: #ffffff;
    }

    .navbar {
        background-color: none;
    }

    .navbar-links li a {

        padding-left: 30px;
    }

    .navbar-links li {
        border-bottom: .5px solid #d9d9d9a8;
    }

    .banner-images {
        height: 100%;
    }

    .botton-holder1 {
        display: none;
    }
}


@media (max-width: 460px) {
    .navbar-content {
        padding: 0px 30px 0px 30px;
    }
}


/* ----- end navbar container ----- */



/* ----- banner-container ----- */
.banner-container {
    background-image: url("../images/main-cover1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 65vh;
}
.banner-content {
    color: #ffffff;
}

.main-left {
    padding: 50px 120px 50px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
}

.bottom-bar {
    background-color: #0a0a0a;
    height: 50px;
}

@media(min-width: 460px) {

}

@media(min-width: 780px) {

}

@media (max-width: 1680px) {
    .main-left {
        padding: 50px 120px 50px 120px;
    }
}

@media (max-width: 1440px) {
    .main-left {
        padding: 50px 120px 50px 120px;
    }
}

@media (max-width: 1024px) {
    .main-left {
        padding: 50px 70px 50px 70px;
    }
}

@media (max-width: 860px) {
    .main-left {
        padding: 50px 70px 50px 70px;
    } 
}

@media (max-width: 460px) {
    .main-left {
        padding: 50px 50px 50px 50px; 
    }
}

/* ----- banner-container ----- */


/* ----- category-container ----- */

.category-container {
    
}

.category-content {
    padding: 50px 100px 50px 100px;
}

.icon-image {
    text-align: center;
    margin: 25px;
}

.cat-details {
    text-align: left;
    padding-bottom: 30px;
}

.cat-details1 {
    text-align: center;
}

.category-holder {
    display: grid;
    grid-template-areas: 
        "cat1"
        "cat2" 
        "cat3" 
        "cat4";
}

@media (min-width: 860px) {
    .category-holder {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
        grid-template-areas: 
            "cat1 cat2 cat3 cat4";
    }
}

.cat1 {
    border: 1.2px solid #f4f4f4;
    background-color: #f9f9f9;
    padding: 20px;
}

.cat2 {
    border: 1.2px solid #f4f4f4;
    background-color: #f9f9f9;
    padding: 20px;
}

.cat3 {
    border: 1.2px solid #f4f4f4;
    background-color: #f9f9f9;
    padding: 20px;
}

.cat4 {
    border: 1.2px solid #f4f4f4;
    background-color: #f9f9f9;
    padding: 20px;
}

@media (max-width: 1680px) {
    .category-content {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1440px) {
    .category-content {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .category-content {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .category-content {
        padding: 50px 50px 50px 50px;
    } 
}

@media (max-width: 460px) {
    .category-content {
        padding: 50px 30px 50px 30px; 
    }
}

/* ----- end-category-container ----- */


/* ----- ads container ----- */

.ads-container {
    padding: 50px 100px 50px 100px;
    color: #181818;
}

.ads-holder {
    display: grid;
    grid-template-areas: 
        "ads-left"
        "ads-right";
    border: 1.5px solid #dcdcdc;
}

.ads-left {
    padding: 20px;
}

.ads-right {
    padding: 20px;
}

.title-box {
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: -70px;
    margin-right: -40px;
    margin-left: 200px;
    color: #000000;
    font-size: 25px;
    padding: 20px;
    line-height: 1.2em;
}


@media (min-width: 460px) {
    .ads-holder {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
            "ads-left ads-right";
    }
}

@media (max-width: 1680px) {
    .ads-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1440px) {
    .ads-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .ads-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .ads-container {
        padding: 50px 50px 50px 50px;
    } 
}

@media (max-width: 460px) {
    .ads-container{
        padding: 50px 30px 50px 30px; 
    }
}



/* ----- end ads container ----- */


/* ----- video-container ----- */

.video-container {
    padding: 50px 100px 50px 100px;
    color: #ffffff;
}

.dot {
  height: 7px;
  width: 7px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.btn-holder {
    background-color: #f9f9f9;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    color: #181818;
    padding: 10px;
}

.video-nav {
    background-color: #000000;
    height: 35px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.video-button {
    height: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.video-nav-bottom {
    background-color: #000000;
    height: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.video-cover {
    width: 100%;
    background-color: #000000a8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.video-list {
    display: grid;
    grid-template-areas:
        "video-holder1"
        "video-holder2"
        "video-holder3"
        "video-holder4"
        "video-holder5"
        "video-holder6"
        "video-holder7"
        "video-holder8"
        "video-holder9";
}


.video-holder1 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder2 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder3 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder4 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder5 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder6 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder7 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder8 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-holder9 {
    padding: 10px;
    border: 1.2px solid #f4f4f4;
}

.video-cover1 {
    background-image: url("../images/vid1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video-cover2 {
    background-image: url("../images/vid2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video-cover3 {
    background-image: url("../images/vid3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.video-cover4 {
    background-image: url("../images/vid4.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover5 {
    background-image: url("../images/vid5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover6 {
    background-image: url("../images/vid6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover7 {
    background-image: url("../images/vid7.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover8 {
    background-image: url("../images/vid8.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover9 {
    background-image: url("../images/vid9.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    
}

.video-cover10 {
    background-image: url("../images/vid10.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1.5px solid #dcdcdc;
}

.video-cover11 {
    background-image: url("../images/vid11.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1.5px solid #dcdcdc;

}

.video-cover12 {
    background-image: url("../images/vid12.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 30vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border: 1.5px solid #dcdcdc;

}

@media (min-width: 460px) {
    .video-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-areas: 
            "video-holder1 video-holder2 video-holder3"
            "video-holder4 video-holder5 video-holder6";
    }
}

@media (max-width: 1680px) {
    .video-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1440px) {
    .video-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .video-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .video-container {
        padding: 50px 50px 50px 50px;
    } 
}

@media (max-width: 460px) {
    .video-container {
        padding: 50px 30px 50px 30px; 
    }

    
}

/* ----- end video-container ----- */






/* ----- form container ----- */

.form-container {
    padding: 50px 300px 50px 300px;
    background-color: #000000;
}

.form-content {
    display: grid;
    grid-template-areas: 
    "form-details" 
    "contact-details";
}

.form-details {
    margin: 10px;
}

.contact-details {
    margin: 10px;
    color: #ffffff;
}

.contact-detail {
    display: grid;
    grid-template-areas:
    "address"
    "contact"
    "email";
}

.address {
    margin: 10px;
    display: grid;
}

.contact{
    margin: 10px;
}

.email {
    margin: 10px;
    display: grid;
}


.footer-info {
    padding-left: 62px;
}


.footer-detail1 {
    display: flex;
    align-items: center;
    height: 50px;
}

.form-text {
    padding-left: 20px;
}

@media (min-width: 1680px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1440px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 1024px) {
    .join-form {
        height: 65vh;
    }
}

@media (min-width: 860px) {
    .join-form {
        height: 55vh;
    }
}

@media (min-width: 460px) {
    .form-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 
        "form-details contact-details";
    }

        .contact-detail {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "address contact"
        "email email";
    }
}

@media (max-width: 1680px) {
    .form-container {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1440px) {
    .form-container {
        padding: 50px 100px 50px 100px;
    }
}

@media (max-width: 1024px) {
    .form-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .form-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .form-container {
        padding: 50px 30px 50px 30px;
    }

    .form-text {
        padding-left: 0px;
    }

    .banner-top {
        background-position: 10%;
    }
}

/* ----- end form container ----- */


/* ----- footer ads container ----- */

.footer-ads-container {
    background-color: #181818;
    padding: 50px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.footer-ads-content {

}

.footer-text {
    text-align: center;
    padding-bottom: 30px;
}

@media (max-width: 480px) {
    .footer-ads-container {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end footer ads container ----- */


/* ----- end footer-container ----- */

.footer-container {
    padding: 50px 50px 50px 50px;
    background-color: #1d1d1d;
    color: #ffffff;
}

.footer-details {
    display: flex;
    justify-content: center;
    text-align: center;
}

/* .info {
    display: flex;
    align-items: center;
} */

.footer-content {
    display: grid;
    grid-template-areas:
    "footer-left" 
    "footer-right";
}

.footer-details {
    display: grid;
    grid-template-areas:
    "address"
    "contact"
    "email";
}

.footer-left {
    padding-top: 25px;
    padding-bottom: 30px;
}

.brand-title-footer {
    padding-bottom: 20px;
    text-align: left;
}

.address {
    margin: 15px;
    display: grid;
}

.contact{
    margin: 15px;
    display: grid;
}

.email {
    margin: 15px;
    display: grid;
}


.footer-info {
    padding-left: 62px;
}


.footer-detail1 {
    display: flex;
    align-items: center;
}


@media (min-width: 480px) {
    .footer-content {
        display: grid;
        grid-template-columns: 1fr 3.5fr;
        grid-template-areas:
        "footer-left footer-right";
    }
}

@media (max-width: 1680px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 1440px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 1024px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .footer-container {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .footer-container {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end footer-container ----- */

/* ----- joinform container ----- */
.joinform-container {
    background-image: url("../images/join-cover.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.top-bar {
    height: 80px;
    background-color: #000000;
} 

.joinform-content {
    padding: 50px 250px 50px 250px;
    display: flex;
    justify-content: center;
}

.form-list {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}



@media (max-width: 1680px) {
    .joinform-content {
        padding: 50px 200px 50px 200px;
    }
}

@media (max-width: 1440px) {
    .joinform-content {
        padding: 50px 150px 50px 150px;
    }
}

@media (max-width: 1024px) {
    .joinform-content {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 860px) {
    .joinform-content {
        padding: 50px 50px 50px 50px;
    }
}

@media (max-width: 460px) {
    .joinform-content {
        padding: 50px 30px 50px 30px;
    }
}

/* ----- end joinform container ----- */



