﻿
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #333;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #2E5187;
    transition: 0.5s;
}

    a:hover,
    a:active,
    a:focus {
        color: #000000;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.b_heading {
}

#header {
    padding-top: 10px;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #2E5187;
    padding-top: 0;
}

#header2 {
    padding-top: 10px;
    height: 80px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #2E5187;
    padding-top: 0;
}

    #header #logo {
        float: left;
        margin: auto 0;
        line-height: 80px;
    }

        #header #logo img {
            height: auto;
            width: 170px;
        }


        #header #logo h1 a,
        #header #logo h1 a:hover {
            color: #fff;
            padding-left: 10px;
            border-left: 4px solid #2E5187;
        }




/*---------------------------
--------- Navigation Menu----
-----------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

    .nav-menu .border-sign {
        border-style: solid;
        border-color: white;
        border-width: 3px;
        border-radius: 10px;
        padding: 5px 25px;
        margin-top: 23px;
    }

    .nav-menu .menu-noborder {
        margin: auto 0;
        line-height: 80px;
    }

.menu-has-children > ul > li {
    padding: 6px 0;
    line-height: 25px !important;
}

.menu-has-children ul li:hover {
    background-color: #8295b3 !important;
}

.nav-menu .border-sign:hover {
    border-color: #2E5187;
    background-color: #ffff;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: auto 0;
}

/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 0 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    outline: none;
}

.nav-menu .menu-has-children {
    color: #fff !important;
}

.nav-menu > li > a:hover {
    color: #8295b3;
}

.nav-menu .menu-has-children:hover {
    color: #8295b3 !important;
}

.nav-menu #active-menu {
    color: #8295b3 !important;
}
/*#primary-colors
8295b3
2E5187
*/
.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 0 0 0 0 !important;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #2E5187;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #fff;
    }

/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.8);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 13px;
                text-transform: uppercase;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-weight: 700;
            }

                #mobile-nav ul li a:hover {
                    color: #2E5187;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

            #mobile-nav ul li.menu-active a {
                color: #2E5187;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #2E5187;
            }

        #mobile-nav ul .menu-has-children li a {
            text-transform: none;
        }

        #mobile-nav ul .menu-item-active {
            color: #2E5187;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*----------------------
------Sections----------
-----------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 5px;
}

#featured-services .section-header h3 {
    padding-bottom: 2px;
}

.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    height: 4px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 60px);
}

.section-header h3::after {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    background: #2E5187;
    bottom: 0;
    left: calc(50% - 20px);
}

.section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
}

/* Section with background
--------------------------------*/

.section-bg {
    background: #f7f7f7;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
    display: table;
    width: 100%;
    height: 100vh;
    background: #000;
}

#intro-contact {
    display: table;
    width: 100%;
    height: auto;
    background: #000;
}

#intro .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #intro .carousel-item::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
    }

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#intro .carousel-background img {
    max-width: 100%;
}

#intro-contact .intro-contact-background {
    width: 100%;
    height: 90%;
    background-position: center;
    background-size: cover;
}

#intro-contact .contact-content {
    text-align: center;
    width: 100%;
    height: auto;
    padding-bottom: 4%;
    padding-top: 12%;
    font-size: 90;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
}


#intro .carousel-content {
    text-align: center;
}

#intro-contact .carousel-content {
    padding: 10%;
    text-align: center;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 1px;
}

#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 30px;
}

#intro h5 {
    width: 60%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 20px;
}

#intro .carousel-fade {
    overflow: hidden;
}

    #intro .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #intro .carousel-fade .carousel-inner .carousel-item-next,
        #intro .carousel-fade .carousel-inner .carousel-item-prev,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

#intro .carousel-control-prev,
#intro .carousel-control-next {
    width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
    background: none;
    font-size: 32px;
    line-height: 1;
}

#intro .carousel-indicators li {
    cursor: pointer;
}

/*---------------------------------------
	------Button Get started-----
----------------------------------------*/

#intro .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff;
    background: #2E5187;
}

    #intro .btn-get-started:hover {
        background: #fff;
        color: #2E5187;
    }
/*---------------------------------------------
	------Button Get started end----
----------------------------------------------*/

#featured-services {
    /* background: url("../img/featured-services-bg.jpg") center top no-repeat fixed; */
    background-size: cover;
    padding: 60px 0 40px 0;
    position: relative;
}

    #featured-services::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.92);
        z-index: 9;
    }

    #featured-services .container {
        position: relative;
        z-index: 10;
    }

    #featured-services .featured-services-col {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        margin-bottom: 20px;
    }

    #featured-services .featured-services-col-inter {
        background: #fff;
        border-radius: 0 0 4px 4px;
        box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.20);
        margin-bottom: 20px;
        padding: 20px 20px 20px 20px;
        text-align: center;
    }

    #featured-services .featured-services-col .img {
        position: relative;
        background-color: #2E5187;
        width: 100%;
        height: 140px;
    }

    #featured-services .featured-services-col .imgs img {
        border-radius: 4px 4px 4px 4px;
        height: 10%;
        width: 40%;
        margin: 10px 40% 10px 30%;
    }

    #featured-services .featured-services-col-inter .inter-icon {
        width: 130px;
        height: 130px;
        padding-top: 8px;
        text-align: center;
        /* position: absolute; */
        background-color: #2E5187;
        border-radius: 10%;
        text-align: center;
        border: 4px solid #fff;
        left: calc( 50% - 32px);
        bottom: -60px;
        transition: 0.3s;
    }

    #featured-services .featured-services-col i {
        font-size: 36px;
        line-height: 1;
        color: #fff;
        transition: 0.3s;
    }

    #featured-services .featured-services-col-inter a {
        font-size: 80px;
        line-height: 1;
        color: #fff;
        transition: 0.3s;
    }

        #featured-services .featured-services-col-inter a:hover {
            color: #000;
        }

    #featured-services .featured-services-col:hover .icon {
        background-color: #fff;
    }

    #featured-services .featured-services-col:hover i {
        color: #2E5187;
    }

    #featured-services .featured-services-col h2 {
        color: #ffffff;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        padding-top: 55px;
        margin-top: 50px;
        /* margin: 40px 0 12px 0; */
    }

    #featured-services .featured-services-col h3 {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
    }

    #featured-services .featured-services-col a {
        color: #000;
        padding-left: 5px;
    }

    #featured-services .featured-services-col h2 a:hover {
        color: #2E5187;
    }

    #featured-services .featured-services-col-inter p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        margin-bottom: 0;
        padding: 20px 0px 0px 00px;
    }

#one-package {
    margin: 0 auto !important;
    align-items: center;
}
/*---------------------------------------
	------Button Get started-----
----------------------------------------*/

#featured-services .btn-get-started {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    padding: 50px auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    color: #fff !important;
    background: #2E5187 !important;
    width: 330px;
}

    #featured-services .btn-get-started:hover {
        background: #fff !important;
        color: #2E5187 !important;
    }
/*---------------------------------------------
	------Button Get started end----
----------------------------------------------*/

#features {
    background-size: cover;
    padding: 60px 0;
}

.elementor-widget-container h3 {
    color: #2E5187;
}

#howitworks {
    padding: 40px 0 2px 0;
    background-color: #EFEFEF;
}

#screenshots {
    padding: 60px 0;
    background-color: #EFEFEF;
    background: linear-gradient(0deg, rgba(239,239,239,1) 30%, rgba(46,81,135,1) 70%);
}

    #screenshots .scr_heading {
        color: #EFEFEF;
    }
/* #bgdiv {
  
  background: linear-gradient(0deg,  rgba(239,239,239,1) 43%, rgba(255,0,0,0) 20%);
}
#bgdiv2 {
  background-color: #EFEFEF;
  background: linear-gradient(0deg,  rgba(239,239,239,1) 25%, rgba(255,0,0,0) 10%);
}

@media (min-width: 1920px) {
#bgdiv {
  
  background: linear-gradient(0deg,  rgba(239,239,239,1) 45%, rgba(255,0,0,0) 20%);
}
} */
/* Call To Action Section
--------------------------------*/
#announcement {
    background-image: url(../img/BEVERAGES2.png);
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-attachment: fixed;
}

    #announcement h3 {
        color: #fff;
        font-size: 60px;
        font-weight: 700;
    }


    #announcement h2 {
        color: #ffff;
        font-size: 40px;
        font-weight: 700;
    }

    #announcement h4 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
    }

    #announcement p {
        color: #fff;
        font-size: 20px;
    }

#features .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
    background: #2E5187;
}


#screenshots .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
    background: #2E5187;
}


#announcement .cta-btn {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin-top: 10px;
    color: #fff;
    background: #2E5187;
}

    #announcement .cta-btn:hover {
        background: #fff;
        color: #2E5187;
    }

#announce {
    background-color: #EFEFEF;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-attachment: fixed;
}
#announce2 {
    background-color: #f7f7f7;
    background-size: cover;
    padding: 60px 0;
    background-position: center;
    background-attachment: fixed;
}

    #announce h3 {
        color: #04C4F8;
        font-size: 60px;
        font-weight: 700;
    }


    #announce h2 {
        color: #04C4F8;
        font-size: 40px;
        font-weight: 700;
    }

    #announce h4 {
        color: black;
        font-size: 20px;
        font-weight: 600;
    }

    #announce p {
        color: black;
        font-size: 20px;
    }

    #announce .cta-btn {
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 32px;
        border-radius: 50px;
        transition: 0.5s;
        margin-top: 10px;
        color: #fff;
        background: #2E5187;
    }

        #announce .cta-btn:hover {
            background: #fff;
            color: #2E5187;
        }


/* announcement Section
--------------------------------*/


/*==================================================================
[ Form ]*/


.align-form {
    display: flex;
    align-items: center !important;
    justify-content: center;
}

.contact100-form {
    max-width: 200px;
    /* padding: 0% 0px 0px 10%; */
}

.contact100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 33px;
    padding-top: 33px;
}

#footer .footer-form .container-contact100-form-btn .contact100-form-btn {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    background: #2E5187;
    margin-left: 27%;
    margin-right: 27%;
    margin-bottom: 33px;
}


    #footer .footer-form .container-contact100-form-btn .contact100-form-btn:hover {
        background: #fff;
        border: 2px solid #8295b3;
        color: #888888;
    }

.container-contact100 .contact-address {
    background: #fff;
    border: 2px solid #2E5187;
    color: #2E5187;
}

.btnsendMessage:hover {
    color: #888888;
}

#footer .footer-form .container-contact100-form-btn:hover {
    color: #888888;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border: 1px solid #2E5187;
}

.rs1-wrap-input100,
.rs2-wrap-input100 {
    width: 50%;
}

.rs2-wrap-input100 {
    border-left: none;
}

.label-input100 {
    font-size: 12px;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    border: 1px solid #2E5187;
    border-bottom: none;
    padding: 10px 25px;
    margin-top: 15px;
    margin-bottom: 0;
}

.input100 {
    display: block;
    width: 100%;
    background: #fff;
    font-size: 18px;
    color: #000;
    line-height: 0.5;
    padding: 0px 0px 0px 0px;
}

input.input100 {
    height: 40px;
}


textarea.input100 {
    min-height: 139px;
    padding-top: 19px;
    padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #2E5187;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* vendor Section
--------------------------------*/

#vendor {
    padding: 60px 0;
}

    #vendor #vendor-flters {
        padding: 0;
        margin: 5px 0 35px 0;
        list-style: none;
        text-align: center;
    }

        #vendor #vendor-flters li {
            cursor: pointer;
            margin: 15px 15px 15px 0;
            display: inline-block;
            padding: 10px 20px;
            font-size: 12px;
            line-height: 20px;
            color: #666666;
            border-radius: 4px;
            text-transform: uppercase;
            background: #fff;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            #vendor #vendor-flters li:hover,
            #vendor #vendor-flters li.filter-active {
                background: #2E5187;
                color: #fff;
            }

            #vendor #vendor-flters li:last-child {
                margin-right: 0;
            }

    #vendor .vendor-wrap {
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

        #vendor .vendor-wrap:hover {
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
        }

    #vendor .vendor-item {
        position: relative;
        height: 360px;
        overflow: hidden;
    }

        #vendor .vendor-item figure {
            background: #000;
            overflow: hidden;
            height: 190px;
            position: relative;
            border-radius: 4px 4px 0 0;
            margin: 0;
        }

            

            #vendor .vendor-item figure .link-preview,
            #vendor .vendor-item figure .link-details {
                position: absolute;
                display: inline-block;
                opacity: 0;
                line-height: 1;
                text-align: center;
                width: 36px;
                height: 36px;
                background: #fff;
                border-radius: 50%;
                transition: 0.2s linear;
            }

                #vendor .vendor-item figure .link-preview i,
                #vendor .vendor-item figure .link-details i {
                    padding-top: 6px;
                    font-size: 22px;
                    color: #333;
                }

                #vendor .vendor-item figure .link-preview:hover,
                #vendor .vendor-item figure .link-details:hover {
                    background: #2E5187;
                }

                    #vendor .vendor-item figure .link-preview:hover i,
                    #vendor .vendor-item figure .link-details:hover i {
                        color: #fff;
                    }

            #vendor .vendor-item figure .link-preview {
                left: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #vendor .vendor-item figure .link-details {
                right: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #vendor .vendor-item figure:hover .link-preview {
                opacity: 1;
                left: calc(50% - 44px);
            }

            #vendor .vendor-item figure:hover .link-details {
                opacity: 1;
                right: calc(50% - 44px);
            }

        #vendor .vendor-item .vendor-info {
            background: #fff;
            text-align: center;
            padding: 30px;
            height: 90px;
            border-radius: 0 0 3px 3px;
        }

            #vendor .vendor-item .vendor-info h4 {
                font-size: 18px;
                line-height: 1px;
                font-weight: 700;
                margin-bottom: 18px;
                padding-bottom: 0;
            }

                #vendor .vendor-item .vendor-info h4 a {
                    color: #333;
                }

                    #vendor .vendor-item .vendor-info h4 a:hover {
                        color: #2E5187;
                    }

            #vendor .vendor-item .vendor-info p {
                padding: 0;
                margin: 0;
                color: #b8b8b8;
                font-weight: 500;
                font-size: 14px;
                text-transform: uppercase;
            }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #EFEFEF;
    padding: 0;
    font-size: 14px;
}

    #footer .footer-top {
        background: #2E5187;
        padding: 20px 10%;
        height: fit-content;
    }

    #footer .footer-form {
        margin-left: 30%;
        margin-right: 30%;
        text-align: center;
    }


    #footer .footer-top .footer-info h3 {
        font-size: 34px;
        margin: 0 0 20px 0;
        padding: 2px 0 2px 10px;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 3px;
        border-left: 4px solid #2E5187;
    }

    #footer .footer-top .footer-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 0;
        color: #EFEF;
    }

    #footer .footer-top .social-links a {
        font-size: 18px;
        display: inline-block;
        background: #2E5187;
        color: #EFEFEF;
        line-height: 1;
        padding: 8px 0;
        margin-right: 4px;
        border-radius: 50%;
        text-align: center;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }

        #footer .footer-top .social-links a:hover {
            background: #EFEFEF;
            color: #2E5187;
        }

    #footer .footer-top h4 {
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        position: relative;
        padding-bottom: 12px;
    }

        #footer .footer-top h4::before,
        #footer .footer-top h4::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 2px;
        }

        #footer .footer-top h4::before {
            right: 0;
            background: #555;
        }

        #footer .footer-top h4::after {
            background: #2E5187;
            width: 60px;
        }

    #footer .footer-top .footer-links {
        margin-bottom: 0;
        padding-right: 50px;
    }

        #footer .footer-top .footer-links a {
            font-size: 13px;
            color: #eee;
            text-transform: uppercase;
            padding: 8px 0;
            margin-right: 4px;
            font-weight: 700;
            border-radius: 20%;
            text-align: center;
            width: 36px;
            height: 36px;
        }

        #footer .footer-top .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        #footer .footer-top .footer-links i {
            padding-left: 30px;
            padding-right: 5px;
            color: #ddd;
        }


        #footer .footer-top .footer-links li {
            border-bottom: 1px solid #333;
            padding: 10px 0;
            font-size: 19px;
            padding: 6px;
            width: 20px;
            height: 20px;
            margin: 0;
        }

            #footer .footer-top .footer-links li:first-child {
                padding-top: 0;
            }



        #footer .footer-top .footer-links a:hover,
        #footer .footer-top .footer-links i:hover {
            color: #7688a3;
        }

        #footer .footer-top .footer-links .footer-menu {
            display: inline-block;
        }

    #footer .footer-top .footer-contact {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-contact p {
            line-height: 26px;
        }

    #footer .footer-top .footer-newsletter {
        margin-bottom: 30px;
    }

        #footer .footer-top .footer-newsletter input[type=email] {
            border: 0;
            padding: 6px 8px;
            width: 65%;
        }

        #footer .footer-top .footer-newsletter input[type=submit] {
            background: #2E5187;
            border: 0;
            width: 35%;
            padding: 6px 0;
            text-align: center;
            color: #fff;
            transition: 0.3s;
            cursor: pointer;
        }

            #footer .footer-top .footer-newsletter input[type=submit]:hover {
                background: #13a456;
            }

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #EFEFEF;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #EFEFEF;
    }

        #footer .credits a {
            text-align: center;
            font-size: 13px;
            color: #EFEFEF;
        }

    #footer ul .menu-has-children i {
        position: absolute;
        right: 0;
        z-index: 99;
        padding: 15px;
        cursor: pointer;
        color: #fff;
    }

        #footer ul .menu-has-children i.fa-chevron-up {
            color: #2E5187;
        }

    #footer ul .menu-has-children li a {
        text-transform: none;
    }

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
        padding: 20px 0;
    }

    #contact .contact-phone {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
}

@media (min-width: 992px) {
    #testimonials .testimonial-item p {
        width: 80%;
    }
}


@media (max-width: 800px) {
    #intro p {
        font-size: 20px;
    }

    #intro h2 {
        font-size: 28px;
    }
}

@media (max-width: 700px) {
    #announcement h3 {
        font-size: 40px;
        font-weight: 700;
    }

    #announcement h2 {
        font-size: 25px;
        font-weight: 700;
    }
}

@media (max-width: 366px) {
    #announcement h3 {
        font-size: 20px;
        font-weight: 700;
    }

    #announcement h2 {
        font-size: 15px;
        font-weight: 500;
    }
}

@media (max-width: 700px) {
    #announce h3 {
        font-size: 40px;
        font-weight: 700;
    }

    #announce h2 {
        font-size: 25px;
        font-weight: 700;
    }
}

@media (max-width: 366px) {
    #announce h3 {
        font-size: 20px;
        font-weight: 700;
    }

    #announce h2 {
        font-size: 15px;
        font-weight: 500;
    }
}

@media (min-width: 1200px) {
    #header #logo {
        padding-left: 60px;
    }
}

@media (min-width: 1024px) {



    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #nav-menu-container {
        padding-right: 60px;
    }
}

@media (max-width: 500px) {
    #header #logo img {
        height: auto;
        width: 140px;
    }
}

@media (max-width: 1250px) {
    .back-to-top {
        bottom: 15px;
    }

    #header #logo h1 {
        font-size: 28px;
    }



    #nav-menu-container {
        display: none;
    }

    #mobile-nav-toggle {
        display: inline;
    }
}

.alert {
    padding: 20px;
    background-color: #fff;
    color: black;
    position: fixed;
    top: calc(100% - 80px);
    right: calc(100% - 380px);
}

.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

    .closebtn:hover {
        color: white;
    }
