html {
    scroll-behavior: smooth;
}

p {
    padding: 0px !important;
}

/*Loader*/
#loader {
    padding-top: 20%;
}

.ball {
    width: 90px;
    height: 10px;
    margin: 10px auto;
    border-radius: 50px;
}

.ball:nth-child(1) {
    background: #f1d354;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}

.ball:nth-child(2) {
    background: #231f20;
    -webkit-animation: left 1.1s infinite ease-in-out;
    -moz-animation: left 1.1s infinite ease-in-out;
    animation: left 1.1s infinite ease-in-out;
}

.ball:nth-child(3) {
    background: #f1d354;
    -webkit-animation: right 1.05s infinite ease-in-out;
    -moz-animation: right 1.05s infinite ease-in-out;
    animation: right 1.05s infinite ease-in-out;
}

.ball:nth-child(4) {
    background: #231f20;
    -webkit-animation: left 1.15s infinite ease-in-out;
    -moz-animation: left 1.15s infinite ease-in-out;
    animation: left 1.15s infinite ease-in-out;
}

.ball:nth-child(5) {
    background: #f1d354;
    -webkit-animation: right 1.1s infinite ease-in-out;
    -moz-animation: right 1.1s infinite ease-in-out;
    animation: right 1.1s infinite ease-in-out;
}

.ball:nth-child(6) {
    background: #231f20;
    -webkit-animation: left 1.05s infinite ease-in-out;
    -moz-animation: left 1.05s infinite ease-in-out;
    animation: left 1.05s infinite ease-in-out;
}

.ball:nth-child(7) {
    background: #f1d354;
    -webkit-animation: right 1s infinite ease-in-out;
    -moz-animation: right 1s infinite ease-in-out;
    animation: right 1s infinite ease-in-out;
}


@-webkit-keyframes right {
    0% {
        -webkit-transform: translate(-15px);
    }

    50% {
        -webkit-transform: translate(15px);
    }

    100% {
        -webkit-transform: translate(-15px);
    }
}

@-webkit-keyframes left {
    0% {
        -webkit-transform: translate(15px);
    }

    50% {
        -webkit-transform: translate(-15px);
    }

    100% {
        -webkit-transform: translate(15px);
    }
}

@-moz-keyframes right {
    0% {
        -moz-transform: translate(-15px);
    }

    50% {
        -moz-transform: translate(15px);
    }

    100% {
        -moz-transform: translate(-15px);
    }
}

@-moz-keyframes left {
    0% {
        -moz-transform: translate(15px);
    }

    50% {
        -moz-transform: translate(-15px);
    }

    100% {
        -moz-transform: translate(15px);
    }
}

@keyframes right {
    0% {
        transform: translate(-15px);
    }

    50% {
        transform: translate(15px);
    }

    100% {
        transform: translate(-15px);
    }
}

@keyframes left {
    0% {
        transform: translate(15px);
    }

    50% {
        transform: translate(-15px);
    }

    100% {
        transform: translate(15px);
    }
}

/*Loader*/
/*Slider*/

@keyframes myanim {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.04);
    }

    75% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

.logo {
    padding: 5px 5px;
    transition: 1s linear;
}

.logo-shadow {
    box-shadow: 2px 2px #231f20;
}

.slider-img {
    animation: myanim 4s linear 0.2s infinite alternate;
}

.carousel-caption {
    top: 45%;
}

.carousel-caption h1 {
    color: #ffffff;
    font-size: 58px;
    text-shadow: 3px 3px 6px #000000;
    font-weight: 800;
}

.carousel-caption p {
    color: #ffffff;
    font-size: 36px;
    text-shadow: 3px 3px 6px #000000;
    font-weight: 800;
}

.card:hover {
    text-decoration: none !important;
}

.product {
    box-shadow: -5px -5px #ffffff;
    transition: 0.2s linear;
}

/*
.product:hover {
    transform: scale(0.95);
}
*/

.product-name {
    color: #262626;
    font-weight: 800;
    font-size: 18px;
}

.product-img:hover {
    text-decoration: none;
    /*    box-shadow: 0px 0px 10px 2px #b18857;*/
}

.main-links {
    font-weight: 800;
    /* font-family: 'Lilita One', cursive; */
    font-family: 'Playfair Display', serif;
    color: #231f20 !important;
    font-size: 120%;
    transition: 0.3s ease;
    font-size: 20px;
    text-decoration: none;
    /*    border-top: 4px solid #231f20;*/
    /*    border-bottom: 4px solid #231f20;*/
}

.main-links:hover {
    color: #231f20 !important;
    /* font-family: 'Lilita One', cursive; */
    font-family: 'Playfair Display', serif;
    background-color: #efd774;
    box-shadow: 5px 2px 4px 0px #231f20;
}

.main-links.active {
    color: #231f20 !important;
    /* font-family: 'Lilita One', cursive; */
    font-family: 'Playfair Display', serif;
    background-color: #efd774;
    box-shadow: 5px 2px 4px 0px #231f20;
}

.product-btn {
    background-color: #f1d354;
    color: #231f20 !important;
    font-family: 'Comfortaa', cursive;
    border-color: #231f20;
    box-shadow: 2px 2px 2px #231f20;
}

.product-btn:hover {
    background-color: #fff;
    color: #231f20 !important;
    font-family: 'Comfortaa', cursive;
    border-color: #f1d354;
}

.register-btn {
    background-color: #231f20;
    color: #f1d354 !important;
    font-family: 'Comfortaa', cursive;
    border-color: #f1d354;
    box-shadow: 4px 4px 4px #231f20;
}

.register-btn:hover {
    background-color: #fff;
    color: #231f20 !important;
    font-family: 'Comfortaa', cursive;
    font-weight: bold;
    border-color: #f1d354;
}

.social-icon {
    color: #231f20;
    border-radius: 100%;
    width: 30px;
    background-color: #f1d354;
    padding: 7px 10px 7px 10px;
}

.social-icon:hover {
    color: #231f20;
    background-color: #ffffff;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.contact {
    background-color: #f1d354;
    background-image: url('../images/map-image.png');
    background-repeat: repeat;
    background-position: center;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #16486b;
}

.hr-footer {
    width: 50px !important;
    height: 2px !important;
    background-color: #f1d354 !important;
    margin-left: 0px;
}

.hr-yellow {
    width: 50px !important;
    height: 2px !important;
    background-color: #f1d354 !important;
}

.hr-white {
    width: 50px !important;
    height: 2px !important;
    background-color: #ffffff !important;
}

.para {
    font-family: 'Karla', sans-serif;
}

.heading {
    font-family: 'Comfortaa', cursive;
}

.title-font {
    font-size: 60px;
}

#about,
#gallery,
#contact,
#products,
#testimonials,
#home {
    padding-top: 100px;
}

#scrolltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 85px;
    z-index: 99;
    font-size: 18px;
    border-style: double;
    outline: none;
    background-color: #231f20;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding: 10px 15px;
    border-radius: 100%;
    border-color: #f1d354;
    border-width: thin;
}

#scrolltop:hover {
    background-color: #f1d354;
    color: #231f20;
    border-color: #231f20;
}

.about-img {
    background-image: url(../images/about-img.png);
    background-attachment: fixed;
    width: 100%;
    height: 600px;
}

.about-para {
    font-family: 'Fondamento', cursive;
    color: white;
    padding-top: 20%;
    margin-left: 30px;
    font-size: 200%;
}

.top {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 30px;
}

.top.a1 {
    position: absolute;
    left: 35%;
    top: 50%;
}

.top.a2 {
    position: absolute;
    left: 40%;
    top: 50%;
}

.top.a3 {
    position: absolute;
    left: 45%;
    top: 50%;
}

.top.a4 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.top.a1,
.top.a1:before {
    background: #16486b;
    animation-delay: 0s;
}

.top.a2,
.top.a2:before {
    background: #e5b67f;
    animation-delay: 0.2s;
}

.top.a3,
.top.a3:before {
    background: #16486b;
    animation-delay: 0.4s;
}

.top.a4,
.top.a4:before {
    background: #e5b67f;
    animation-delay: 0.6s;
}

.top:before {
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: ani 2s infinite ease-in;
}

@keyframes ani {
    0% {
        transform: scale(0.5);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

/**/

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #e9ecef
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px
}

.timeline > li:after,
.timeline > li:before {
    display: table;
    content: ' '
}

.timeline > li:after {
    clear: both
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #fff;
    border: 7px solid #e9ecef;
    border-radius: 100%;
    background-color: #16486b;
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit
}

.timeline .timeline-heading h4.subheading {
    text-transform: none
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }

    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px
    }

    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right
    }

    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }

    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left
    }
}

@media (min-width:992px) {
    .timeline > li {
        min-height: 150px
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px
    }

    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }

    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px
    }
}

@media (min-width:1200px) {
    .timeline > li {
        min-height: 170px
    }

    .timeline > li .timeline-panel {
        padding: 0 20px 20px 100px
    }

    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }

    .timeline > li .timeline-image h4 {
        margin-top: 40px
    }

    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 100px 20px 20px
    }
}

/*Image border*/
.img-border,
.img-border-sm {
    position: relative;
}

.img-border img,
.img-border-sm img {
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.image-absolute {
    position: absolute;
    width: 50%;
    right: -50px;
    /*    left: -50px;*/
    border: 7px solid #fff;
    z-index: 9;
    bottom: -50px;
}

.about-text {
    padding-left: 50px;
}

/*Slider*/

@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

body {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu', sans-serif;
}

#container {
    position: relative;
    width: 100%;
    height: 615px;
    /*    background: #f1d354;*/
    overflow: hidden;
    transition: 1s;
}

.card {
    position: absolute;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    width: 75%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 6px 15px #333;
    padding: 20px;
}

.image {
    width: 150px;
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.next {
    position: absolute;
    bottom: 50px;
    right: 40px;
    font-weight: 500;
    cursor: pointer;
}

.prev {
    position: absolute;
    bottom: 50px;
    left: 40px;
    font-weight: 500;
    cursor: pointer;
}

.next:hover {
    font-weight: 600;
}

.prev:hover {
    font-weight: 600;
}

/* CARD 1 */

.card_1 {
    background: #f6f6f6;
    transition: 1s;
}

.card_1 .image {
    background-image: url("../images/best.jpg");
    width: 200px;
    height: 175px;
}

.card_1 h2 {
    color: #ac5422;
}

.card_1 .next {
    color: #ac5422;
}

.card_1 .prev {
    color: #ac5422;
}

/* CARD 2 */
.card_2 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: 1200px;
    opacity: 0;
    transition: 1.4s;
}

.card_2 .image {
    background-image: url("../images/quality.png");
    width: 200px;
    height: 175px;
}

.card_2 h2 {
    color: #7c4019
}

.card_2 .next {
    color: #7c4019;
}

.card_2 .prev {
    color: #7c4019;
}

.card_2.active {
    opacity: 1;
    margin: 0;
    transform: translateX(-50%) scale(1) rotate(10deg);
}


/* CARD 3 */
.card_3 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: -1200px;
    transition: 1.4s;
}

.card_3 .image {
    background-image: url("../images/simply.jpg");
    width: 200px;
    height: 175px;
}

.card_3 h2 {
    color: #8b8b8b
}

.card_3 .next {
    color: #8b8b8b;
}

.card_3 .prev {
    color: #8b8b8b;
}

.card_3.active {
    margin: 0;
    transform: translateX(-60%) scale(1) rotate(-7deg);
}

/* CARD 4 */
.card_4 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: -1200px 1000px;
    transition: 1.4s;
}

.card_4 .image {
    background-image: url("../images/wow.jpg");
    width: 220px;
    margin-bottom: 0;
    background-size: 350px 350px;
    background-position: center;
}

.card_4 h2 {
    color: #e8672e
}

.card_4 .next {
    color: #e8672e;
}

.card_4 .prev {
    color: #e8672e;
}

.card_4.active {
    margin: 0;
    transform: translateX(-50%) scale(1) rotate(4deg);
}

/*Card 5*/
.card_5 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: 1200px;
    opacity: 0;
    transition: 1.4s;
}

.card_5 .image {
    background-image: url("../images/jet.jpg");
    width: 200px;
    height: 175px;
}

.card_5 h2 {
    color: #7c4019
}

.card_5 .next {
    color: #7c4019;
}

.card_5 .prev {
    color: #7c4019;
}

.card_5.active {
    opacity: 1;
    margin: 0;
    transform: translateX(-50%) scale(1) rotate(-6deg);
}

/*Card 6*/
.card_6 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: -1200px;
    transition: 1.4s;
}

.card_6 .image {
    background-image: url("../images/clean.jpg");
    width: 200px;
    height: 175px;
}

.card_6 h2 {
    color: #8b8b8b
}

.card_6 .next {
    color: #8b8b8b;
}

.card_6 .prev {
    color: #8b8b8b;
}

.card_6.active {
    margin: 0;
    transform: translateX(-60%) scale(1) rotate(3deg);
}

/*Card 7*/
.card_7 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: -1200px 1000px;
    transition: 1.4s;
}

.card_7 .image {
    background-image: url("../images/dispatch.png");
    width: 220px;
    height: 175px;
    margin-bottom: 0;
    /*    background-size: 350px 350px;*/
    background-position: center;
}

.card_7 h2 {
    color: #e8672e
}

.card_7 .next {
    color: #e8672e;
}

.card_7 .prev {
    color: #e8672e;
}

.card_7.active {
    margin: 0;
    transform: translateX(-50%) scale(1) rotate(-4deg);
}

/*Card 8*/
/*
.card_8 {
    background: #f6f6f6;
    transform: translateX(-50%) scale(2);
    margin: 1200px;
    opacity: 0;
    transition: 1.4s;
}

.card_8 .image {
    background-image: url("../images/dispatch.png");
    width: 200px;
    height: 175px;
}

.card_8 h2 {
    color: #7c4019
}

.card_8 .next {
    color: #7c4019;
}

.card_8 .prev {
    color: #7c4019;
}

.card_8.active {
    opacity: 1;
    margin: 0;
    transform: translateX(-50%) scale(1) rotate(7deg);
}
*/

#map {
    height: 100px;
    background-image: url(../images/map.png);
    color: #f1d354;
}

#map:hover {
    cursor: zoom-in;
    color: #231f20;
}

.map-heading {
    font-family: 'Abril Fatface', cursive;
    text-shadow: 2px 2px #000000;
}

/*
.map-heading:hover {
    text-shadow: 2px 2px #ffffff;
}
*/

/*Home*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');

#container_home {
    justify-content: center;
    align-items: center;
}

#container_home p {
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#container_home h1 {
    font-size: 4rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    padding-top: 100px !important;
    color: #000000;
    text-shadow: 2px 2px #ffffff;
}

#container_home h6 {
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: center;
    overflow: hidden;
    color: #000000;
}

#container_home p span.typed-text {
    font-weight: normal;
    color: #231f20;
}

#container_home p span.cursor {
    display: inline-block;
    background-color: #231f20;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

#container_home p span.cursor.typing {
    animation: none;
}

@keyframes blink {
    0% {
        background-color: #231f20;
    }

    49% {
        background-color: #231f20;
    }

    50% {
        background-color: transparent;
    }

    99% {
        background-color: transparent;
    }

    100% {
        background-color: #231f20;
    }
}

.home-img {
    /*    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);*/
    border: 4px solid rgba(0, 0, 0, 0.2);
    transition: all 500ms linear;
}

.home-img:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25), 0 0 10px #231f20, 0 0 30px #231f20, 0 0 50px #231f20, 0 1px 3px #000 !important;
}

.product-card1 {
    border: 1px solid;
    transition: all 500ms linear;
    padding: 10px 40px;
    transform: scale(1);
}

.product-card1:hover {
    transform: scale(1.05);
    background-color: #000000;
}

.product-card2 {
    border: 1px solid;
    transition: all 500ms linear;
    padding: 10px 40px;
    transform: scale(1.05);
    background-color: #ffffff;
    color: #000000;
}

.product-card2:hover {
    transform: scale(1);
    background-color: #000000;
    color: #ffffff;
}

.services-li {
    content: '✓';
}

.contact-link{
    color: #212529;
    text-decoration: none;
    background-color: transparent;
}

.contact-link:hover{
    color: #212529;
    text-decoration: underline;
    background-color: transparent;
}

.contact-link:active{
    color: #212529;
    text-decoration: underline;
    background-color: transparent;
}

#whatsapp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-style: double;
    outline: none;
    background-color: #231f20;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding: 10px 15px;
    border-radius: 100%;
    border-color: #f1d354;
    height: 50px;
    width: 50px;
}

#whatsapp:hover {
    background-color: #f1d354;
    color: #231f20;
    border-color: #231f20;
}