@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?xlwenb');
    src: url('fonts/icomoon.eot?xlwenb#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?xlwenb') format('truetype'),
        url('fonts/icomoon.woff?xlwenb') format('woff'),
        url('fonts/icomoon.svg?xlwenb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-home:before {
    content: "\e900";
}

.icon-cart:before {
    content: "\e93a";
}

.icon-instagram:before {
    content: "\ea92";
}

.icon-twitter:before {
    content: "\ea96";
}

.icon-youtube:before {
    content: "\ea9d";
}




.service_list {
    padding: .5em;
    margin-bottom: 1em;
    border-left: 1px solid #000000;
}

.hero_sec {
    color: white !important;
    font-weight: 900;
}

#welcome_banner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ml-30 {
    margin-left: 2rem;
}

strong {
    color: #ffffff;
}

.txt_white {
    color: #ffffff;
}

#featured svg {
    left: 0px !important;
}






#ec_shop {
    position: relative;
    width: 1440px;
    max-width: 95%;
    height: 600px;
    margin: 30px auto;
    background-color: #efefef;
    overflow: hidden
}

@media (max-width: 768px) {
    #ec_shop {
        margin: 15px auto
    }
}

#ec_shop .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#ec_shop .wrapper .camera {
    width: 45%
}

#ec_shop .wrapper .camera img {
    width: 85%
}

#ec_shop .wrapper .blurb {
    width: 55%
}

#ec_shop .wrapper .blurb h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100
}

@media (max-width: 640px) {
    #ec_shop .wrapper .blurb h2 {
        margin-bottom: 20px;
        font-size: 30px
    }
}

#ec_shop .wrapper .blurb h2:before {
    content: "";
    position: relative;
    bottom: 15px;
    display: inline-block;
    width: 70px;
    height: 1px;
    margin-right: 30px;
    background-color: #111
}

#ec_shop .wrapper .blurb p {
    max-width: 600px;
    margin-bottom: 45px
}

#ec_shop .wrapper .blurb .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#ec_shop .wrapper .blurb .social a {
    color: #fff;
    text-decoration: none
}

#ec_shop .wrapper .blurb .social i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background-color: #909090;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

#ec_shop .wrapper .blurb .social i:hover {
    background-color: #020202
}

@media (max-width: 1023px) {
    #ec_shop .wrapper .camera {
        display: none
    }

    #ec_shop .wrapper .blurb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right
    }

    #ec_shop .wrapper .blurb h2:before {
        display: none
    }
}

@media (max-width: 640px) {
    #ec_shop .wrapper .blurb {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center
    }
}

#ec_shop svg {
    left: 0px !important;
}

#ec_shop .wrapper .blurb .social {
    width: 320px !important;
}


@media (max-width: 640px) {
    #ec_shop .wrapper .blurb .social {
        width: 280px !important;
    }

}


/**********/
/*entertainment*/

#entame {
    position: relative;
    width: 1440px;
    max-width: 95%;
    height: 600px;
    margin: 30px auto;
    background-color: #efefef;
    overflow: hidden
}

@media (max-width: 768px) {
    #entame {
        margin: 15px auto
    }
}

#entame .wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1180px;
    max-width: 95%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#entame .wrapper .camera {
    width: 45%
}

#entame .wrapper .camera img {
    width: 85%
}

#entame .wrapper .blurb {
    width: 55%
}

#entame .wrapper .blurb h2 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 42px;
    font-family: "Raleway", Helvetica, sans-serif;
    font-weight: 100
}

@media (max-width: 640px) {
    #entame .wrapper .blurb h2 {
        margin-bottom: 20px;
        font-size: 30px
    }
}

#entame .wrapper .blurb h2:before {
    content: "";
    position: relative;
    bottom: 15px;
    display: inline-block;
    width: 70px;
    height: 1px;
    margin-right: 30px;
    background-color: #111
}

#entame .wrapper .blurb p {
    max-width: 600px;
    margin-bottom: 45px
}

#entame .wrapper .blurb .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#entame .wrapper .blurb .social a {
    color: #fff;
    text-decoration: none
}

#entame .wrapper .blurb .social i {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    background-color: #909090;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

#entame .wrapper .blurb .social i:hover {
    background-color: #020202
}

@media (max-width: 1023px) {
    #entame .wrapper .camera {
        display: none
    }

    #entame .wrapper .blurb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right
    }

    #entame .wrapper .blurb h2:before {
        display: none
    }
}

@media (max-width: 640px) {
    #entame .wrapper .blurb {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        text-align: center
    }
}

#entame svg {
    left: 0px !important;
}

#entame .wrapper .blurb .social {
    width: 160px !important;
}


@media (max-width: 640px) {
    #entame .wrapper .blurb .social {
        width: 160px !important;
    }

}






@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?3w5bw5');
    src: url('fonts/icomoon.eot?3w5bw5#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?3w5bw5') format('truetype'),
        url('fonts/icomoon.woff?3w5bw5') format('woff'),
        url('fonts/icomoon.svg?3w5bw5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Enable Ligatures ================ */
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-cart:before {
    content: "\e93a";
}