html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Chelsea Market', cursive;
    font-family: 'Dosis', sans-serif;
}

h2 {
    font-size: 36px;
    font-weight: 600;
}

.font-16 {
    font-size: 16px;
    font-weight: 400;
}

.text-orange {
    color: #f04c26;
}

a {
    text-decoration: none !important;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}


/*======BANNER CSS STARTS====*/

.banner-heading {
    text-align: center;
    position: relative;
    margin: 50px auto;
    max-width: 300px;
    width: 100%;
    color: #053265 !important;
}

.banner-heading h2::after {
    border-top: 2px solid #F04C26;
    width: 70px;
    position: absolute;
    content: " ";
    top: 22px;
    left: -80px;
}

.banner-heading h2::before {
    border-top: 2px solid #F04C26;
    width: 70px;
    position: absolute;
    content: " ";
    top: 22px;
    right: -80px;
}


/*======BANNER CSS ENDS====*/


/*======HEADER CSS STARTS=======*/

.header .navbar-toggle {
    border: 0;
    right: -10px;
    top: 2px;
}

.header .navbar-brand>img {
    margin-top: -10px;
}

.header .navbar-default .navbar-toggle .icon-bar {
    background-color: #F04C26;
}

.header .navbar-default .navbar-toggle:focus,
.header .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.header {
    background-image: url('../images/banner_wetrekkers.jpg');
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.headerTwo {
    background-image: none !important;
    height: 100px !important;
}
.header .navbar-default {
    background-color: transparent;
    border: 0;
    padding-top: 15px;
    max-width: 900px;
}

.header .navbar-default .navbar-nav>li>a {
    color: #414141;
    font-size: 16px;
    font-weight: 500;
}

.header .navbar-default .navbar-nav>li>a:hover {
    color: #f04c26;
}

.header .banner {
    cursor: grab;
}

.header .banner .banner-content h1 {
    font-size: 90px;
    text-transform: uppercase;
    font-family: 'Chelsea Market', cursive;
    margin-top: 170px;
    text-align: left;
    margin-left: 30px;
}

.header .banner .banner-content h1 span {
    color: #f04c26;
}

.header .banner .banner-content p {
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    margin-left: 60px;
}

.header .banner .banner-content .owl-prev {
    position: absolute;
    left: -30px;
    top: 210px;
    background: url("../images/arrow-left.png") repeat !important;
    font-size: 0 !important;
    height: 28px;
    width: 17px;
    content: "";
}

.header .banner .banner-content .owl-next {
    background: url("../images/arrow-right.png") repeat !important;
    content: "";
    font-size: 0 !important;
    height: 28px;
    position: absolute;
    right: -30px;
    top: 210px;
    width: 17px;
}

.header .banner .banner-content .owl-theme .owl-dots {
    display: none;
}

#header {
    height: auto;
    background-size: 100%;
    background-color: rgba(240, 76, 37, 0.1);
    background-image: url('../images/pattern-xv.png');
    font-family: 'Dosis', sans-serif;
}

/*======HEADER CSS ENDS====*/


/*====ABOUT CSS STARTS====*/

.about {
    background-color: #fff;
    margin-bottom: 65px;
}

.about .banner-heading p {
    color: #555655;
    padding: 0 200px 30px 200px;
    text-align: center;
    line-height: 26px;
}

.about .about-inner-content {
    text-align: center;
}

.about .about-inner-content p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.about .about-image {
    text-align: center;
    margin-bottom: 10px;
}


/*======ABOUT CSS ENDS====*/


/*====VIDEO CSS STARTS====*/

.video {
    background-image: url(../images/banner-2.jpg);
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
}

.video::after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: " ";
}

.video .play-video {
    text-align: center;
    margin-top: 170px;
}

.video .play-video img {
    position: relative;
    z-index: 1;
}

.video .play-video p {
    font-size: 28px;
    font-weight: 500;
    z-index: 999;
    color: #fff;
    position: relative;
    margin-top: 50px;
}

/*======VIDEO CSS ENDS====*/


/*====TRAIL CSS STARTS====*/

.trails .accordion1 {
    margin-left: 160px;
}

.trails .container-fluid {
    padding-right: 0;
    overflow: hidden;
    background-color: #f1f0f0;
}

.trails .panel-default>.panel-heading {
    background-color: #F04C26;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;
}

.trails .panel-title {
    font-size: 24px;
}

.trails .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0;
}

.trails .accordion1 p {
    font-size: 16px;
    color: #555655;
    background-color: #fff;
    margin: 0;
    padding: 15px;
    margin-bottom: 20px;
}

.trails .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: 0;
}

.trails .panel {
    background-color: transparent;
}

.trails .panel-body {
    padding: 0;
}


/*======TRAILS CSS ENDS====*/


/*====GALLERY CSS STARTS====*/

.gallery {
    padding-bottom: 80px;
}

.gallery .gallery-image-2 {
    margin-top: 40px;
}

.gallery .gallery-image:hover .gallery-overlay,
.gallery .gallery-image-2:hover .gallery-overlay {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    visibility: visible;
}

.gallery .gallery-image,
.gallery .gallery-image-2 {
    position: relative;
    display: inline-block;
}

.gallery .gallery-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.72);
    z-index: 1;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.gallery .gallery-overlay a {
    text-align: center;
}

.gallery .gallery-overlay a .fa {
    font-size: 20px;
    background: #fff;
    width: 50px;
    height: 50px;
    margin: auto;
    text-align: center;
    display: inherit;
    border-radius: 100%;
    line-height: 50px;
    position: absolute;
    color: #000;
    top: 90px;
    left: 0;
    right: 0;
}


/*======GALLERY CSS ENDS====*/


/*====BLOG CSS STARTS====*/

.blog {
    background-image: url('../images/blog-banner.jpg');
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
}

.blog .blog-heading {
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #333333;
}

.blog .blog-textual-cont {
    color: #555655;
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
}

.blog .blog-img {
    text-align: center;
    position: relative;
    display: inline-block;
}

.blog .blog-img img {
    display: inline;
    margin-top: -20px;
}

.blog .blog-inner {
    background-color: #fff;
}

.blog .read-more {
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #f04c25;
    padding: 5px 0;
    visibility: hidden;
}

.blog .blog-inner:hover .read-more {
    visibility: visible;
}

.blog .blog-inner:hover .blog-img .img-border {
    visibility: visible;
}

.blog .blog-inner .blog-img .img-border {
    visibility: hidden;
    height: 100%;
    width: 90%;
    position: absolute;
    top: -11px;
    left: 15px;
    border: 1px solid #fff;
}


/*======BLOG CSS ENDS====*/


/*====CHALLENGE CSS STARTS====*/

.challenge {
    background-image: url('../images/bg-texture.jpg');
    padding-bottom: 80px;
}

.challenge .heading span {
    text-transform: uppercase;
    color: #f04c25;
    font-weight: 700;
}

.challenge .heading {
    max-width: 440px;
    margin: auto;
    text-align: center;
    margin-top: 90px;
}

.challenge .heading h2 {
    line-height: 70px;
}

.challenge .challenge-text .font-16 {
    font-size: 16px;
    font-weight: 400;
    color: #555655;
    padding: 40px 250px;
    text-align: center;
}

.challenge .input-group .form-control {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    border-bottom: 1px solid #333;
    border-radius: 0;
    font-size: 16px;
}

.challenge .input-group {
    width: 40%;
    margin: auto;
}

.challenge .input-group .form-control:last-child,
.challenge .input-group-addon:last-child,
.challenge .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.challenge .input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.challenge .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 30px;
}

.challenge .btn-danger {
    background-color: #f04c25;
    height: 40px;
    width: 180px;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: -7px;
}


/*======CHALLENGE CSS ENDS====*/


/*====PARTNER SECTION STARTS====*/

.partners {
    padding: 50px 0;
}

.partners .partner-images {
    text-align: center;
}

.partners .partner-images img {
    padding: 0 25px;
    display: inline-block;
}


/*====PARTNER SECTION ENDS====*/


/*====FOOTER CSS STARTS====*/

.footer {
    background-image: url('../images/footer-banner.jpg');
    height: auto;
    position: relative;
    background-size: cover;
    font-family: 'Dosis', sans-serif;
}

.footer:after {
    position: absolute;
    background-color: rgba(56, 56, 56, 0.85);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: " ";
}

.footer p,
.footer li {
    color: #bbbbbb;
    font-size: 16px;
}

.footer .footer-content {
    position: relative;
    z-index: 1;
}

.footer .footer-content .footer-logo {
    margin-top: 60px;
}

.footer .footer-content .footer-text {
    margin-top: 30px;
}

.footer .footer-content .footer-address {
    margin-bottom: 40px;
}

.footer .footer-content .footer-address ul {
    padding: 0;
}

.footer .footer-content .footer-address ul li .fa {
    padding: 0 10px
}

.footer .footer-content .footer-address li {
    line-height: 35px;
}

.footer .footer-content .news p {
    color: #fff;
    text-transform: ;
    font-size: 22px;
    font-weight: 500;
}

.footer .footer-content .news {
    margin-top: 50px;
}

.footer .footer-content .input-group {
    display: inline-block;
    margin-top: 20px;
}

.footer .footer-content .form-control {
    height: 45px;
    border: 0;
    max-width: 300px !important;
    box-shadow: none;
}

.footer .footer-content .btn.btn-danger {
    height: 45px;
    width: 120px;
    font-size: 16px;
    background-color: #F04C25;
}

.footer .footer-content .social-icons ul {
    padding: 0;
}

.footer .footer-content .social-icons ul li {
    /* display: inline-block; */
    margin-bottom: 10px;
}

.footer .footer-content .social-icons {
    margin-top: 75px;
}

.footer .footer-content .social-icons li a .fa {
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: #F04C25;
    text-align: center;
    border-radius: 100%;
    line-height: 40px;
    font-size: 20px;
    margin-right: 10px;
}

.footer .footer-content .social-icons li a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 20px 0 0px;
}

.footer .footer-content .copyright {
    font-size: 12px;
    font-weight: 400;
    font-family: open sans;
    margin-top: 25px;
}

/*====ABOUT PAGE====*/
.about_wrapper {
    width: 100%;
    padding: 100px 0;
}

.about_wrapper h2 {
    font-size: 28px;
    color: #f04c25;
}

.about_wrapper p {
    font-size: 16px;
    color: #767272;
    line-height: 27px;
}

.team_wrapper h2 {
    font-size: 28px;
    color: #f04c25;
}

.team_wrapper p {
    font-size: 16px;
    color: #767272;
    line-height: 27px;
}

.team_wrapper .team_heading {
    border-bottom: 2px solid #f6f6f6;
    padding: 25px 0;
}

.team_wrapper .col-md-6 {
    margin-bottom: 50px;
}

.team_wrapper .team_heading h3 {
    font-size: 20px;
    color: #f04c25;
    margin: 0;
}

.team_wrapper .team_heading span {
    font-size: 16px;
    color: #222;
}

.our_partner_wrapper {
    padding: 70px 0;
}

.our_partner_wrapper h2 {
    font-size: 26px;
    color: #f04c25;
}

.our_partner_wrapper p {
    font-size: 16px;
    color: #7f7f7f;
    line-height: 27px;
}

.our_partner_wrapper span {
    color: #f04c25;
}

/*======FOOTER CSS ENDS====*/


/*GALLERY*/

.gallery {
    padding: 50px 0;
}

.gallery #images {
    margin: 60px 0;
}

/*GALLERY*/

/*====MEDIA QUERY STARTS====*/

@media(max-width:1199px) {
    .gallery .gallery-overlay a .fa {
        top: 65px;
    }

    .challenge .challenge-text .font-16 {
        padding: 40px 0;
    }

    .trails .accordion1 {
        margin-left: 0px;
    }

    .trails .container-fluid {
        padding-right: 15px;
    }

    .trails .trail-img {
        overflow: hidden;
    }

    .challenge .input-group {
        width: 60%;
        margin: auto;
    }

    .partners .partner-images img {
        padding: 0 15px;
    }
}

@media (max-width:991px) {
    .about .banner-heading p {
        padding: 0;
    }

    /*  .gallery .gallery-overlay {
        width: 79%;
    }*/
    .gallery .gallery-overlay a .fa {
        top: 40%;
    }

    .gallery .gallery-image {
        margin-bottom: 50px;
    }

    .blog .blog-inner {
        margin-bottom: 60px;
    }
}

@media (max-width:767px) {
    .header .banner .banner-content .fa.fa-chevron-left {
        left: -10px;
    }

    .header .banner .banner-content .fa.fa-chevron-right {
        left: 10px;
    }

    .header .log-in {
        margin-right: 50px;
    }

    .header .banner .banner-content h1 {
        font-size: 70px;
    }

    .gallery .gallery-image {
        text-align: center;
    }

    .gallery .gallery-image img {
        display: inline;
    }

    .gallery .gallery-image-2 {
        text-align: center;
    }

    .gallery .gallery-image-2 img {
        display: inline;
    }

    .trails .trail-img img {
        max-width: 100%;
        height: auto;
    }

    .challenge .input-group {
        width: 80%;
    }

    .header .banner .banner-content .owl-prev {
        left: -10px;
    }

    .header .banner .banner-content .owl-next {
        right: -10px;
    }
}

@media (max-width:500px) {
    .challenge .btn-danger {
        width: 110px;
    }

    .challenge .input-group .form-control:last-child,
    .challenge .input-group-addon:last-child,
    .challenge .input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
    .input-group-btn:first-child>.btn:not(:first-child),
    .challenge .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group>.btn,
    .challenge .input-group-btn:last-child>.dropdown-toggle {
        left: 20px;
    }

    .footer .footer-content .social-icons ul li {
        display: block;
        margin-bottom: 10px;
    }

    .footer .footer-content .form-control {
        max-width: 170px !important;
    }

    .footer .footer-content .btn.btn-danger {
        width: 90px;
    }
    .header{
        height: 68vh;
    }
    .header .banner .banner-content h1{
        margin-top: 122px;
    }
    .banner-heading{
        font-size: 40px !important;
        margin: 20px auto;
    }
    .header .banner .banner-content p{
        font-size: 20px !important;

    }
    
}

@media (max-width:480px) {
    .gallery .gallery-overlay a .fa {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .gallery .gallery-overlay a .fa {
        top: 35%;
    }
}


/*======MEDIA QUERY ENDS====*/

.contact-form {
    background: url('../images/banner.jpg');
    background-size: cover;
    font-family: 'Lato', sans-serif;
}

.contact-form .contact-heading {
    text-align: center;
    /* margin-top: 100px; */
}

.contact-form .contact-heading h1 {
    text-transform: uppercase;
    color: #000;
}

.contact-form .contact-heading h3 {
    color: #777;
    letter-spacing: 3px;
    margin-top: 40px;
    font-size: 14px;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
    font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

.contact-form #contact {
    padding: 25px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    background-color: #faf5f3;
    opacity: 0.9;
    max-width: 600px;
    margin: 30px auto;
}

.contact-form #contact h3 {
    display: block;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.contact-form fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: #FFF;
    margin: 0 0 5px;
    padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
    -webkit-transition: border-color 0.3s ease-in-out;
    -moz-transition: border-color 0.3s ease-in-out;
    transition: border-color 0.3s ease-in-out;
    border: 1px solid #aaa;
}

.contact-form #contact textarea {
    height: 100px;
    max-width: 100%;
    resize: none;
}

.contact-form #contact button[type="submit"] {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #f04c25;
    color: #FFF;
    padding: 10px;
    font-size: 15px;
    width: 150px;
    margin: auto;
    display: block;
    border-radius: 20px;
}

.contact-form #contact button[type="submit"]:hover {
    background: transparent;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    border: 2px solid #f04c25;
    color: #f04c25;
}

.contact-form #contact button[type="submit"]:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #aaa;
}

::-webkit-input-placeholder {
    color: #888;
}

:-moz-placeholder {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

/* =========== */
figure.snip1390 {
    font-family: 'Roboto', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: #2C3447;
    padding: 30px;
    background-image: linear-gradient(-25deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

figure.snip1390 *,
figure.snip1390 *:before,
figure.snip1390 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

figure.snip1390 figcaption {
    width: 100%;
}

figure.snip1390 h3,
figure.snip1390 h4,
figure.snip1390 blockquote {
    margin: 0;
}

figure.snip1390 h3,
figure.snip1390 h4 {
    font-weight: 300;
}

figure.snip1390 h3 {
    color: #ffffff;
}

figure.snip1390 h4 {
    color: #a6a6a6;
}

figure.snip1390 blockquote {
    font-size: 1em;
    padding: 45px 20px 40px 50px;
    margin-top: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    position: relative;
}

figure.snip1390 blockquote:before {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 70px;
    opacity: 0.25;
    font-style: normal;
    top: 0px;
    left: 20px;
}

figure.snip1390 .profile {
    width: 100px;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    border: solid 5px #A6A57A;
}


.owl-carousel .owl-item img {
    display: inline-block !important;
    width: 100px !important;
}

.test-quote{
    background-color: #fff;
    color:#000;
    padding: 10px;
    border-radius: 10px;
}
.quote-heading{
    font-size: 25px;
}
.test-quote {
    overflow: hidden;
    max-height: 206px; /* Adjust as needed */
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;

}
.test-quote.expanded {
    max-height: none;
}
.read-more {
    position: absolute;
    bottom: 0;
    right: 37%;
    /* background-color: white; */
    /* padding: 3px 10px; */
    /* border: 1px solid #ccc; */
    color: #fff;
    cursor: pointer;
    /* margin-top: 10px; */
    margin-bottom: 5px;
}
.listStyle {
    display: block;
    list-style-type: disc !important;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }