html {
    scroll-behavior: smooth;
}

@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);
    }
}

a:hover {
    text-decoration: none !important;
}

.carousel-heading {
    text-shadow: -2px -1px 0 white, 2px 5px 5px rgba(0, 0, 0, 0.22), 12px 13px 18px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 0px 10px #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: 'Abril Fatface', cursive;
    color: #ffffff;
}

.carousel-para {
    box-shadow: 0px 0px 10px #ffffff;
    font-family: 'Comfortaa', cursive;
}

.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: 0px 0px 10px 4px #504037;
    transition: 0.2s linear;
}

.product:hover {
    transform: scale(1.02);
}

.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: 'Comfortaa', cursive;
    color: #e5b67f !important;
    text-shadow: 2px 2px 5px #000;
}

.main-links-sc {
    font-weight: 800;
    font-family: 'Comfortaa', cursive;
    color: #16486b !important;
    text-shadow: none;
}

.main-links:hover {
    color: #e5b67f !important;
    font-family: 'Comfortaa', cursive;
}

.main-links.active {
    color: #e5b67f !important;
    font-family: 'Comfortaa', cursive;
    border-radius: 5px !important;
    border: 1px #16486b !important;
    border-style: solid !important;
    background-color: #16486b !important;
    box-shadow: 3px 3px;
}

.product-btn {
    background-color: #f0dfcb;
    color: #16486b !important;
    font-family: 'Comfortaa', cursive;
    border-color: #f0dfcb;
}

.product-btn:hover {
    background-color: #fff;
    color: #16486b !important;
    font-family: 'Comfortaa', cursive;
    border-color: #f0dfcb;
}

.social-icon {
    color: #ffffff;
    border-radius: 100%;
    width: 30px;
    background-color: #16486b;
    padding: 7px 10px 7px 10px;
}

.social-icon:hover {
    color: #16486b;
    background-color: #ffffff;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fixed-top {
    background: rgba(0, 0, 0, 0.4);
    transition: 0.5s linear;
}

.scrolled {
    background-color: #ffffff;
}

.contact {
    background-color: #16486b;
    background-image: url(../images/map-image.png);
    background-repeat: no-repeat;
    background-position: center;
}

.text-white {
    color: #ffffff;
}

.text-blue {
    color: #16486b;
}

.hr-footer {
    width: 50px !important;
    height: 2px !important;
    background-color: #16486b !important;
    margin-left: 0px;
}

.para {
    font-family: 'Comfortaa', cursive;
}

.heading {
    font-family: 'Abril Fatface', cursive;
}

.title-font {
    font-size: 60px;
}

#about,
#gallery,
#contact,
#products,
#process {
    padding-top: 100px;
}

#scrolltop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border-style: double;
    outline: none;
    background-color: #16486b;
    color: white;
    cursor: pointer;
    padding: 15px;
    padding: 10px 15px;
    border-radius: 100%;
    border-color: #f0ede0;
}

#scrolltop:hover {
    background-color: #f0dfcb;
    color: #16486b;
    border-color: #16486b;
}

.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%;
}

/*
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border: 16px solid #16486b;
    border-radius: 50%;
    border-top: 16px solid #e5b67f;
    border-bottom: 16px solid #e5b67f;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}*/

.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
    }
}

/*map*/
.map_toggle_wrapper {}

#map_wrap {
    margin-top: 0px;
    margin-bottom: 30px;
    background: gray;
    width: auto;
    height: 100vh;
}

#map_wrap_toggle {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 35px;
    background: #000000;
    text-align: center;
    color: white;
    font-weight: bold;
    font-variant: small-caps;
    box-shadow: 2px 2px 3px #888888;
    text-decoration: none;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: .9;
    font-size: 24px;
}

#map_wrap_toggle:hover {
    text-decoration: none;
    /*    border-top: 1px groove white;*/
    /*
    border-left: 1px groove white;
    border-bottom: 1px solid #7B7B78;
    border-right: 1px solid #7B7B78;
*/
    color: #16486b;
    background: #000000;
    opacity: .9;
    /*    box-shadow: 1px 1px 2px #888888;*/
}
