.icon-list {
    padding-left: 0;
    list-style: none;
}

.icon-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem;
}

.icon-list li::before {
    display: block;
    flex-shrink: 0;
    width: 1.5em;
    height: 1.5em;
    margin-right: .5rem;
    content: "";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center / 100% auto;
}


/* Colors */
.bg-primary {
    background-color: #FF6C10 !important;
}

.bg-green {
    background-color: #00c095 !important;
}

.text-primary {
    color: #FF6C10 !important;
}

nav li a,
.btn {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}


/* Header */
header,
nav.navbar {
    border-bottom: solid 7px #da5c14;
    position: relative;
    z-index: 10;
}

.logo-mobile {
    margin-right: 70px;
    transform: scale(3.5);
    position: relative;
    top: 5px;
}

.logo-standard {
    transform: scale(1.4);
}

/* Buttons */
.btn {
    border-radius: 0px;
    padding: .775rem 1.75rem;
}





#footer {
    background: #000000;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

.footer-nav .menu-item a {
    color: #f8f9fa;
}

.footer-nav li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    /* font-size: .9em; */
}

.footer-nav li:after {
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    background: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 3px;
    right: 0;
}

.footer-nav li:last-child:after {
    content: none;
}

.footer-social li a {
    color: #000;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 1.2em;
    margin-left: 5px;
    margin-right: 5px;
}


.removal {
    font-size: .8em;
    opacity: .8;
}

/* Structural */
.section-item {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

/* Typography */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald';
}

.fw-semibold {
    font-weight: 500 !important;
}


/* Colors */
.text-teal {
    color: #009a99;
}

.bg-grey {
    background-color: #f0f1f3;
}


/* Buttons */
.btn-primary {
    background-color: #FF6C10 !important;
    border-color: #FF6C10;
}


.section-item.bb {
    border-bottom: solid 15px #00b68c;
}

#hero-section {
    background-image: url('assets/img/hero-bannar.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}


#wib {
    background-image: url('assets/img/section-wib-bg.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

#wib h2 {
    top: 60px;
    left: 0px;
    right: 0px;
}

#wib .btn {
    bottom: 60px;
    left: 0px;
    right: 0px;
    max-width: 150px;
    margin: auto;
}


#hiw .column-content {
    padding-left: 10%;
    padding-right: 10%;
}

.image-holder img {
    bottom: -257px;
    right: 0px;
    max-width: 300px;
    width: 300px;
    z-index: 9;
}

.pricing-item .sub-content {
    min-height: 50px;
    ;
}

.pricing-item .badge-holder {
    min-height: 20px;
    ;
}



.badge {
    padding: .4em 1.2em;
    font-weight: 500;
    vertical-align: top;
    border-radius: 0rem;
}



#wcb .column-content {
    max-width: 300px;
    margin: 0 auto;
}

#wcb>h2 {
    left: 0px;
    right: 0px;
    top: 0px;
}

#wcb>h2 span {
    border-bottom: 5px solid #eb5100;
}



#cu .top-icon {
    top: 0px;
    left: 0px;
}

#cu .section-header {
    padding-left: 150px;
}


#hero-section {
    position: relative;
    z-index: 9;
}

#hero-section .hero-image {
    margin-top: -80px;
    margin-bottom: -150px;
}


#tbg .bulldog-thumb {
    max-width: 120px;
    ;
}

#hero-section .actions {
    position: relative;
    z-index: 9;
}


#testimonialCarousel .indicators a {
    text-decoration: none;
}

#testimonialCarousel .indicators img {
    border: solid 10px #e7e7e7;
    border-radius: 100%;

}




.carousel .carousel-control-next,
.carousel .carousel-control-prev {
    background: #f4f4f4;
    opacity: 1;
    width: 50px;
    height: 120px;
    margin: auto;
}

.carousel .carousel-control-next {
    right: -80px;
}

.carousel .carousel-control-prev {
    left: -80px;
}



#testimonialCarousel .carousel-item {
    padding-left: 15%;
    padding-right: 15%;
}

body {
    font-family: 'Merriweather';
}

@media screen and (max-width: 767px) {
    #hero-section .hero-image {
        margin-top: 0;
        margin-bottom: -120px;
    }

    #wib h2 {
        top: 25px;
    }

    #hiw {
        padding-bottom: 30px;
    }

    #hiw .column-content {
        margin-bottom: 40px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel .carousel-control-next {
        right: -0px;
    }

    .carousel .carousel-control-prev {
        left: -0px;
    }

    #testimonialCarousel .carousel-item {
        padding-left: 0%;
        padding-right: 0%;
    }

    #cu .section-header {
        padding-left: 116px;
    }

    #cu {
        padding-bottom: 40px;
        ;
    }

    #testimonialCarousel .indicators img {
        width: 80px;
        border-width: 5px;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
        display: none;
    }

    #wib {
        height: 300px;
        background-position: center center;
        background-size: 120% auto;
        ;
    }

    #wib .btn {
        bottom: 30px;
    }

    #tbg .image-holder img {
        width: 200px;
        position: relative !important;
        bottom: -135px;
        margin-top: -130px;
        /*! display: none; */
    }

    .btn.live {
        padding: 5px 15px;
        font-size: .8em;
        /* margin-left: 20px; */
        vertical-align: top
    }

    #offer .container-content {
        display: block !important;
    }

    #offer h4 {
        display: block;
        margin-bottom: 30px;
    }
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
footer a {
    text-decoration: none;
}
#offer .container {
    max-width: 1100px;
    ;
}


/* Text */
.text-brown {
    color: #7e4824;
}
.text-yellow {
    color: #f6de69;
}
.bg-brown {
    background-color: #382615;
}

.section-item.bb {
    border-bottom: solid 15px #20140a;
}
.bg-light {
    background-color: #faf7f5!important;
}
.bg-grey {
    background-color: #f3ede7;
}
.carousel .carousel-control-next, 
.carousel .carousel-control-prev {
    background-color: #f3ede7!important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c4bbb2'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c4bbb2'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.bg-orange {
    background-color: #FF6C10;
    border-color: #FF6C10 !important;
}

.our-subscriber {
    overflow: hidden;
}

.single-item img {
    width: 100%;
}

#hero-content {
	padding-top: 150px;
	padding-bottom: 190px;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    #hero-content {
        padding: 0px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #hero-content {
        padding: 0px;
    }
}


@media screen and (min-width: 576px) and (max-width: 767px) {
    #tbg .bulldog-thumb {
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 767px) {
    #hero-content {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}



