@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('http://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');


/* Works on Firefox */


body {
    width: 100%;
    height: 100%;
    font-family: 'Ek Mukta', sans-serif;
    font-weight: 300;
    color: #666;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 400;
}

html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

h1 {
    font-size: 38px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #4F2281;
}

    h1.h-xlight, h2.h-xlight, h3.h-xlight, h4.h-xlight, h5.h-xlight, h6.h-xlight {
        font-weight: 200;
    }

    h1.h-light, h2.h-light, h3.h-light, h4.h-light, h5.h-light, h6.h-light {
        font-weight: 300;
    }

    h1.h-bold, h2.h-bold, h3.h-bold, h4.h-bold, h5.h-bold, h6.h-bold {
        font-weight: 600;
    }

    h1.font-light, h2.font-light, h3.font-light, h4.font-light, h5.font-light, h6.font-light {
        color: #fff;
    }

.big-heading {
    font-size: 48px;
    font-weight: 700;
}

p {
    margin: 0 0 20px;
}

    p.lead {
        font-weight: 600;
    }

.highlight-light {
    background-color: rgba(255,255,255,.5);
    padding: 20px;
    display: inline-block;
    color: #111;
}

.highlight-dark {
    background-color: rgba(0,0,0,.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.highlight-color {
    padding: 20px;
    display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}

    blockquote.bg-light {
        background-color: rgba(255,255,255,.8);
        padding: 20px;
        color: #222;
    }

    blockquote.bg-dark {
        background-color: rgba(0,0,0,.8);
        padding: 20px;
    }

    blockquote strong {
        font-weight: 700;
    }

.light {
    font-weight: 400;
}

.video {
    width: 100%;
}

.site-logo a.brand {
    color: #111;
    text-transform: uppercase;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    margin-top: 20px;
}

.navigation-sticky-wrapper {
    height: fit-content !important;
}

#navigation {
    background: #fff;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    font-weight: 700;
}

    .navbar-brand:focus {
        outline: 0;
    }

    .navbar-brand img {
        width: 41px;
    }

    .navbar-brand a {
        text-decoration: none
    }

    .navbar-brand .colspa {
        border: 1px solid #66666617;
        padding: 2px;
        margin-left: 30px;
    }

        .navbar-brand .colspa img {
            width: 25px;
        }

        .navbar-brand .colspa span {
            display: inline-block;
            font-size: 13px;
            color: #7e0f64;
            text-align: center;
        }

.navbar-brand {
    padding: 7px 15px
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-brand a {
    margin-left: 1px;
    margin-right: 1px;
    padding: 0px
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}

.navbar-custom ul.nav li a {
    font-size: 12px;
    letter-spacing: 1px;
    color: #7D0E63;
    padding: 10px;
    font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
    border-radius: 0;
    margin-top: 21px;
    border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu li {
    border-bottom: 1px solid #f5f5f5;
}

    .navbar-custom ul.nav ul.dropdown-menu li:last-child {
        border-bottom: none;
    }

    .navbar-custom ul.nav ul.dropdown-menu li a {
        padding: 10px 20px;
    }

        .navbar-custom ul.nav ul.dropdown-menu li a:hover {
            background: #fefefe;
        }

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
    color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(255,255,255,.2);
    }

    .navbar-custom .nav li a:hover,
    .navbar-custom .nav li a:focus,
    .navbar-custom .nav li.active {
        outline: 0;
        background-color: rgba(255,255,255,.2);
    }

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

    .navbar-toggle:focus,
    .navbar-toggle:active {
        outline: 0;
    }

hr {
    margin-top: 10px;
}

    hr.bold {
        border-top: 3px solid #eee;
    }

.divider-header {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.divider-short {
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.marginbot-0 {
    margin-bottom: 0 !important;
}

.marginbot-10 {
    margin-bottom: 10px !important;
}

.marginbot-20 {
    margin-bottom: 20px !important;
}

.marginbot-30 {
    margin-bottom: 30px !important;
}

.marginbot-40 {
    margin-bottom: 40px !important;
}

.marginbot-50 {
    margin-bottom: 50px !important;
}

.marginbot-60 {
    margin-bottom: 60px !important;
}

.marginbot-70 {
    margin-bottom: 70px !important;
}

.marginbot-80 {
    margin-bottom: 80px !important;
}

.marginbot-90 {
    margin-bottom: 90px !important;
}

.marginbot-100 {
    margin-bottom: 100px !important;
}

.margintop-0 {
    margin-top: 0 !important;
}

.margintop-10 {
    margin-top: 10px !important;
}

.margintop-20 {
    margin-top: 20px !important;
}

.margintop-30 {
    margin-top: 30px !important;
}

.margintop-40 {
    margin-top: 40px !important;
}

.margintop-45 {
    margin-top: 45px !important;
}

.margintop-50 {
    margin-top: 50px !important;
}

.home-section {
    padding-top: 150px;
    padding-bottom: 110px;
    display: block;
    position: relative;
    z-index: 120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.home-section.nopadd-bot {
    padding-bottom: 0;
}

.section-heading h2 {
    font-size: 38px;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading p {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6em;
}


.service-desc p{
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.color-dark .section-heading h2 {
    color: #111;
}

.color-dark .section-heading p {
    color: #444;
}

.color-dark .divider-short {
    background: #666;
}

.color-dark .divider-header {
    background: #666;
}

.color-light .divider-short {
    background: #666;
}

.color-light .divider-header {
    background: #666;
}

.color-light .section-heading h2 {
    color: #fff;
}

.color-light .section-heading p {
    color: #fefefe;
}

.color-light blockquote, .color-light p {
    color: #fefefe;
}

.bg-white {
    background: #fff;
}

.bg-gray {
    background: #f9f9f9;
}

.bg-dark {
    background: #404040;
}

.text-light {
    color: #fff;
}

.intro {
    width: 100%;
    position: relative;
    padding: 0;
}

.intro-inner {
    width: 100%;
    position: relative;
    padding: 120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro.first {
    position: relative;
}

section#intro {
    padding: 0;
    width: 100%;
    background: #333;
}

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

    .carousel-control.left,
    .carousel-control.right {
        opacity: 1;
        filter: alpha(opacity=100);
        background-image: none;
        background-repeat: no-repeat;
        text-shadow: none;
    }

        .carousel-control.left span {
            padding: 0;
        }

        .carousel-control.right span {
            padding: 0;
        }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        position: absolute;
        top: 45%;
        z-index: 5;
        display: inline-block;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        left: 30px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        right: 30px;
    }

    .carousel-control.left span:hover,
    .carousel-control.right span:hover {
        opacity: .7;
        filter: alpha(opacity=70);
    }

.carousel-inner > .item {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
    height: auto;
}

    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: 0;
        padding-left: 0;
    }

.header-text {
    position: absolute;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

    .header-text h2 {
        font-size: 40px;
    }

        .header-text h2 span {
            padding: 10px;
            color: #fff;
            text-transform: uppercase;
        }

    .header-text h3 span {
        color: #fff;
    }

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

    .btn-theme:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }

.service-box {
    background: rgba(255, 255, 255, 0.53) none repeat scroll 0% 0%;
    border: 1px solid #F7F7F7;
    margin: 20px;
}

.service-icon {
    margin-bottom: 20px;
}

.service-boxInner {
    background: rgba(83, 156, 255, 0.18) none repeat scroll 0% 0% !important;
    border: 0px !important;
    margin: 20px;
    box-shadow: 0px 4px 8px 0px #dbdbdd;
    padding: 7px;
}

#owl-works {
}

.item {
    margin: 10px;
}

    .item img {
        display: block;
        width: 100%;
        height: auto;
    }

.form-group {
    margin-bottom: 20px;
}

form#contact-form .form-group label {
    text-align: left !important;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}

form#contact-form input, form#contact-form select, form#contact-form textarea {
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
    border-radius: 2px;
}

form#contact-form input:focus, form#contact-form select:focus, form#contact-form textarea:focus {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.input-group-addon {
    background-color: #fefefe;
    border: 1px solid #eee;
}

.widget-contact {
    text-align: left;
}

.boxcol-25 {
    width: 100%;
}

.box-social {
    list-style: none;
}

    .box-social li {
        width: 25%;
        float: left;
    }

    .box-social .social-facebook a {
        display: block;
        background: #3873ae;
    }

.sidebar .widget h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.sidebar .widget {
    margin-bottom: 50px;
}

.widget ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.sidebar .widget ul li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 10px;
}

    .sidebar .widget ul li a {
        color: #666;
    }

.widget.widget_categories ul li:before {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e684";
    margin-right: 10px;
}

.widget.widget_recent_post ul li figure {
    float: left;
    margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
    margin-bottom: 25px;
}

    .widget.widget_recent_post ul li:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .widget.widget_recent_post ul li h6 {
        margin-bottom: 10px;
    }

    .widget.widget_recent_post ul li span {
        font-size: 14px;
    }

.widget .tagcloud a {
    padding: 4px 10px;
    color: #fff;
    display: inline-block;
    margin: 0 10px 10px 0;
    font-size: 14px;
    border-radius: 2px;
}

    .widget .tagcloud a:hover {
        color: #fff;
        background: #333;
    }

form.search-form input {
    font-size: 18px;
    line-height: 1.6em;
    border: 1px solid #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}

    form.search-form input:focus {
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    }

footer {
    background-color: #404040;
}

footer {
    text-align: center;
    padding: 50px 0;
}

    footer p {
        color: #f8f8f8;
        font-size: 14px;
    }

    footer a.totop {
        color: #fff;
        margin-bottom: 30px;
    }

        footer a.totop:focus {
            outline: 0;
        }

ul.footer-menu {
    list-style: none;
}

    ul.footer-menu li {
        float: left;
        margin: 0 0 0 10px;
    }

        ul.footer-menu li a {
            color: #fff;
            font-size: 16px;
            border-left: 1px solid #999;
            padding-left: 9px;
            line-height: 1.1em;
        }

        ul.footer-menu li:first-child a {
            border-left: none;
            padding-left: 0;
        }

.social-widget {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .social-widget ul li a:hover {
        color: #fff;
    }

footer .social-widget ul.team-social li a {
    margin: 0 5px;
}

.testimonialslide {
    margin-top: 0;
    padding-top: 0;
}

    .testimonialslide ul li blockquote {
        color: #fff;
        border-left: none;
    }

    .testimonialslide ul li h4 {
        color: #fff;
        font-weight: 900;
    }

        .testimonialslide ul li h4 span {
            color: #fff;
            font-weight: 400;
        }

.btn {
    border-radius: 2px;
    position: relative;
    display: inline-block;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 14px;
    background: #3A1765;
}

    .btn:after {
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #7C3FAA;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .btn:hover, .btn:active {
        color: #ffffff;
        text-decoration: none;
    }

        .btn:hover:after {
            height: 260%;
            opacity: 1;
        }

        .btn:active:after {
            height: 400%;
            opacity: 1;
        }

    .btn.btn-noradius {
        border-radius: 0;
    }

a.btn:focus {
    outline: 0;
}

.btn-red {
    color: #fff;
    background-color: #c83539;
    border-color: #c83539;
}

    .btn-red:hover,
    .btn-red:focus,
    .btn-red:active,
    .btn-red.active {
        color: #fff;
        background-color: #666;
        border-color: #666;
    }

    .btn-red:active {
        background-image: none;
    }

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #fff;
    background-color: #666;
    border-color: #666;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.progress {
    height: 40px;
}

.progress-bar {
    font-size: 14px;
    line-height: 40px;
}

@media(max-width:929px) {
    .navbar-custom ul.nav li a {
        padding: 10px;
        font-size: 12px;
    }
}

@media(min-width:1200px) {
    .header2 {
        height: auto;
    }
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0px;
        border-bottom: 1px solid rgba(171, 171, 171, 0.32);
        letter-spacing: 1px;
        background: #FFF none repeat scroll 0px 0px;
        transition: background 0.5s ease-in-out 0s, padding 0.5s ease-in-out 0s;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }

    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }

    .header2 { /*height:580px;*/
        height: auto;
        position: relative;
    }

    .service-box {
        height: 520px;
    }

        .service-box p {
            height: 250px;
        }

        .service-box h5 {
            height: 65px;
        }

    .site-logo a.brand img {
        width: 100px;
    }

    .navbar-custom ul.nav li a {
        font-size: 12px;
        padding: 8px;
    }
}

@media (min-width:929px) {
    .service-box {
        height: 400px;
    }

        .service-box p {
            height: 150px;
        }

        .service-box h5 {
            height: 45px;
        }

    .site-logo a.brand img {
        width: 300px;
    }
}

@media (max-width:768px) {
    #navigation {
        padding: 20px 0;
    }

    .site-logo {
        margin: 0 0 0 30px;
        float: none;
    }

    .navbar-custom ul.nav li a {
        color: #A49B9B;
    }

    .navbar-custom ul.nav ul.dropdown-menu li {
        border-bottom: 1px solid #aaa;
    }

    .navbar-header {
        margin-top: -40px;
        padding: 0;
    }

        .navbar-header button {
            background: #111;
        }

            .navbar-header button.navbar-toggle {
                padding: 4px 15px;
                font-size: 14px;
                color: #fff;
            }

    .navbar-custom .nav {
        background: #444;
    }

    .service-box {
        margin-bottom: 50px;
        height: 480px;
    }

        .service-box p {
            height: 200px;
        }

        .service-box h5 {
            height: 65px;
        }

    .team-wrap {
        margin-bottom: 30px;
    }

    form#contact-form {
        margin-bottom: 50px;
    }

    .xs-marginbot-20 {
        margin-bottom: 20px;
    }

    .header_bottom {
        padding-top: 5em;
        text-align: center;
    }

    .header_left span {
        width: 360px;
        height: 300px;
        background-size: 100%;
        display: inline-block;
    }

    .header_right h1 {
        font-size: 23px;
        margin-bottom: 0.5em;
    }

    .header_box {
        padding: 1em 1em;
    }

        .header_box h2 {
            font-size: 22px;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }

    label.fa-btn.btn2.btn-2.btn-1e {
        padding: 6px 50px;
        font-size: 1em;
    }

    .header {
        min-height: 550px;
        padding-top: 1em;
    }

    .header2 {
        height: auto;
    }

    .site-logo a.brand img {
        width: 100px;
    }
}

@media (max-width:480px) {
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255,255,255,.4);
    }

    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
}

#works {
    padding-top: 6em;
}

    #works figcaption a {
        border: 1px solid #fff;
        margin-top: 1em;
        display: inline-block;
        color: #fff;
        padding: 0 2em;
    }

        #works figcaption a:hover {
            text-decoration: none;
            padding: 0 3em;
        }

.grid_1_of_4 {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -webkit-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 3px rgb(150, 150, 150);
    -o-box-shadow: 0px 0px 3px rgb(150, 150, 150);
}

.images_1_of_4 {
    width: 20.8%;
    padding: 1.5%;
    text-align: center;
    position: relative;
}

    .images_1_of_4 img {
        max-width: 100%;
    }

    .images_1_of_4 h2 {
        color: #6A82A4;
        font-family: 'ambleregular';
        font-size: 1.1em;
        font-weight: normal;
    }

    .images_1_of_4 p {
        font-size: 0.8125em;
        padding: 0.4em 0;
        color: #333;
    }

        .images_1_of_4 p span.price {
            font-size: 18px;
            font-family: 'ambleregular';
            color: #CC3636;
        }

.images_3_of_1 {
    width: 20.2%;
    float: left;
}

.news_desc {
    width: 77.1%;
    float: left;
    padding: 0px 20px 20px;
    text-align: right;
}

.images_3_of_1 img {
    max-width: 100%;
    display: block;
    border: 1px solid #E0E0E0;
}

.news_desc h3 {
    color: #B81D22;
    margin-bottom: 0.3em;
    font-size: 1.2em;
    text-transform: uppercase;
    font-family: 'ambleregular';
    margin-top: 0;
}

.news_desc h4 span a {
    text-decoration: underline;
}

    .news_desc h4 span a:hover {
        color: #B81D22;
        text-decoration: none;
    }

.news_desc h4, .news_desc h4 a {
    font-size: 0.95em;
    color: #303030;
    ;
    padding-bottom: 5px;
}

.news_desc p {
    font-size: 15px;
    padding: 5px 0px;
    color: #747474;
    direction: rtl;
    line-height: 1.8em;
}

    .news_desc p a {
        font-size: 1em;
        color: #B81D22;
    }

.group {
    border-bottom: 1px solid rgba(156, 149, 149, 0.18);
    overflow: hidden;
    margin-bottom: 12px;
}

.header_box {
    background: rgba(151, 152, 153, 0.39) none repeat scroll 0% 0%;
    text-align: center;
    padding: 10px 41px;
    width: 68%;
}

    .header_box h2 {
        color: #FFF;
        text-transform: uppercase;
        font-weight: 800;
        font-size: 13px;
        border-bottom: 1px solid #ECDCB7;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .header_box input[type="text"] {
        padding: 10px;
        width: 100%;
        font-size: 0.8125em;
        margin: 2px 0;
        border: none;
        color: #000;
        background: none;
        outline: none;
        background: rgba(132, 75, 158, 0.73) none repeat scroll 0% 0%;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -o-border-radius: 2px;
    }

.header_bottom {
    padding-top: 8em;
}

.header_left span {
    width: 546px;
    height: 443px;
    display: block;
    background: url(../images/camb.png) no-repeat 0px 0px;
}

.header_right {
    text-align: left;
    margin-top: -1em;
    width: 350px;
}

    .header_right h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 800;
        text-shadow: 0 0 5px rgb(97, 95, 95);
        margin-bottom: 1em;
    }

.fa-btn {
    background: none;
    cursor: pointer;
    padding: 6px 104px;
    display: inline-block;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    letter-spacing: 2px;
    font-size: 1.5em;
    background: #1e1e1e;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 5px;
    box-shadow: 0 0 5px rgb(84, 84, 84);
    -webkit-box-shadow: 0 0 5px rgb(84, 84, 84);
    -moz-box-shadow: 0 0 5px rgb(84, 84, 84);
    -o-box-shadow: 0 0 5px rgb(84, 84, 84);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
}

    .fa-btn:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

.btn-1 {
    color: #fff;
}

.btn-1e {
    overflow: hidden;
}

    .btn-1e:after {
        width: 100%;
        height: 0;
        top: 50%;
        left: 50%;
        background: #7C3FAA;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
        transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }

    .btn-1e:hover, .btn-1e:active {
        color: #ffffff;
        text-decoration: none;
    }

        .btn-1e:hover:after {
            height: 260%;
            opacity: 1;
        }

        .btn-1e:active:after {
            height: 400%;
            opacity: 1;
        }

    .btn-1e button {
        background: none;
        border: none;
        width: 100%;
    }

.header_box label, ul.column_center li.column_center-right a, .call_grid-left a {
    position: relative;
    z-index: 1;
}

.header_box input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    text-transform: uppercase;
}

.post-grid {
    padding: 10px 0px;
    border-bottom: 2px ridge #FFF;
}

    .post-grid img {
        float: left;
        width: 39%;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .post-grid p {
        float: right;
        width: 58%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #888;
        line-height: 1.8em;
    }

        .post-grid p a {
            font-family: Arial, Helvetica, sans-serif;
            color: #8DC63F;
            line-height: 1.6em;
        }

            .post-grid p a:hover {
                color: #888;
            }

.view-all a {
    font-family: 'ambleregular';
    color: #9E9E9E;
    font-size: 1em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    float: right;
    margin-top: 5px;
}

    .view-all a:hover {
        color: #3A7900;
    }

.boxlink {
    background: rgb(125, 14, 99) none repeat scroll 0% 0%;
    border-radius: 3px;
    padding: 9px;
    color: rgb(255, 255, 255);
    box-shadow: 0px 0px 2px rgb(98, 94, 94);
}

.mylogos {
    margin-top: -100px; /*padding-left:100px*/
    ;
    width: 354px;
}

.holding {
    display: table;
    margin: 0 auto;
}

    .holding img {
        width: 150px !important;
        margin: 5px auto 5px;
        display: block;
    }

.core {
    width: 173px;
    height: 400px;
    float: right;
    margin-top: -81px;
    margin-right: 112px;
}

@media(max-width:750px) {
    .keeplogo {
        float: left;
        text-align: center;
        z-index: 100;
        margin-bottom: 20px;
        margin: 9px auto;
        display: table;
    }

    .toplogo {
        display: table;
        width: 100%;
        margin: 0 auto 5px
    }
}


.post {
    font-family: inherit;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 4px 9px 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    height: 400px;
    width: 100% /*calc(50% - 20px);*/ /*Change percentual value to change the size*/
}

    .post > img {
        width: 100%;
        max-height: 40%;
    }

    .post .desdiv {
        height: 60%;
        padding: 10px;
    }

    .post > .title {
        font-size: 1.3vw; /*Change percentual value to change the size*/
        width: 100%;
        text-align: center;
        padding: 3px;
        font-family: inherit;
    }

    .post > .description {
        padding: 5px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 0.9vw; /*Change percentual value to change the size*/
        text-align: justify;
        --max-lines: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: var(--max-lines);
        text-overflow: ellipsis;
        font-family: inherit;
    }

    .post > .date {
        font-size: 2vw;
        float: left;
    }

    .post > .follow {
        position: static;
        bottom: 5px;
    }

        .post > .follow > a {
            margin: 3px;
            padding: 1vw; /*Change percentual value to change the size*/
            text-decoration: none;
        }

.blogSlider img {
    width: 100%;
    height: auto;
    height: auto;
}
/*tags styles*/

/* Change the font-size and you'll see all proportional */
/* Some cool theming for the tag */
.theme, .tag, .tag:before, .tag:after {
    color: #333;
    border-color: #777;
    border-style: solid;
    background-color: #fff;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    -webkit-background-clip: padding;
    background-clip: padding-box;
}

/* All the necesary for making the tag */
.tag {
    display: block;
    float: right;
    text-decoration: none;
    font-size: 12px;
    padding: 6px 8px;
    line-height: 1;
    position: relative;
    margin-left: 13.2px;
    border-width: 1px 1px 1px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0;
    border-radius: 0 3px 3px 0;
}

    .tag:before, .tag:after {
        content: "";
        position: absolute;
        display: block;
        border-width: 1px;
    }

    .tag:before {
        z-index: -1;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        border-radius: 0px;
        -moz-transform: translate(-13px, -1px) scale(0.70711, 0.70711) rotateZ(-45deg);
        -ms-transform: translate(-13px, -1px) scale(0.70711, 0.70711) rotateZ(-45deg);
        -webkit-transform: translate(-13px, -1px) scale(0.70711, 0.70711) rotateZ(-45deg);
        transform: translate(-13px, -1px) scale(0.70711, 0.70711) rotateZ(-45deg);
        -moz-border-radius: 4px 0 0 0;
        -webkit-border-radius: 4px;
        border-radius: 4px 0 0 0;
    }

    .tag:after {
        top: 8px;
        left: -4px;
        width: 6px;
        height: 6px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #7db9e8;
    }

    /* Some extra shadow :) */
    .tag,
    .tag:before {
        -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
        box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.15);
    }

        .tag:after {
            -moz-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.15);
        }



.breadcrumb {
    margin-top: 15px;
    background-color: #fff;
}

.service-box .btn-skin,
.service-box .btn-skin:hover,
.service-box .btn-skin:focus,
.service-box .btn-skin:active,
.service-box .btn-skin.active {
    color: #fff;
    background-color: #7e1065;
    border-color: #666;
    box-shadow: 1px 2px 3px 0px #000;
}

    .service-box .btn-skin:hover,
    .service-box .btn-skin:focus,
    .service-box .btn-skin:active,
    .service-box .btn-skin.active {
        color: #fff;
        background-color: #7e1065;
        border-color: #666;
        box-shadow: 1px 2px 3px 0px #fff
    }


/*QuickAccess*/

.QuickAssessPanel {
    /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;*/
    z-index: 10001;
    position: relative;
    background: #fff;
}

.collapse.in {
    display: block;
    margin-top: 10px;
}

.QuickAssessPanel h3 {
    text-align: center;
    font-size: 17px;
    margin: 20px auto;
    display: block;
}

.QuickAssessPanel span {
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.QuickAssessPanel ul {
    /*width: min(60rem, 90%);*/
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    justify-content: center;
    gap: 1rem;
    list-style: none;
}

    .QuickAssessPanel ul li {
        max-width: 24rem;
        justify-self: center;
        display: grid;
        grid-template: "icon" "line" "dot" "title" "descr" 1fr;
        justify-items: center;
        align-items: flex-start;
        text-align: center;
    }

        .QuickAssessPanel ul li a {
            text-decoration: none;
        }

        .QuickAssessPanel ul li .icon {
            grid-area: icon;
            width: 6rem;
            aspect-ratio: 1;
            display: grid;
            place-items: center;
            color: white;
            font-size: 2.5rem;
            border: 0.4rem solid var(--bgColor);
            border-radius: 50%;
            background: var(--accent-color);
            box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
        }



        .QuickAssessPanel ul li::before {
            content: "";
            grid-area: line;
            height: 2rem;
            border-right: 2px dotted currentColor;
        }

        .QuickAssessPanel ul li::after {
            content: "";
            grid-area: dot;
            width: 1rem;
            aspect-ratio: 1;
            border-radius: 50%;
            background: var(--accent-color);
            justify-self: center;
            margin-bottom: 0.5rem;
        }

        .QuickAssessPanel ul li .title {
            grid-area: title;
            margin-block: 0.5rem;
            font-size: 1.3rem;
            font-weight: 600;
            text-align: center;
            text-transform: uppercase;
        }

.QuickAssessPanel .credits {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

    .QuickAssessPanel .credits a {
        color: var(--color);
    }


/* Works on Chrome, Edge, and Safari */
.cards-container::-webkit-scrollbar {
    width: 12px;
}

.cards-container::-webkit-scrollbar-track {
    background: #730871;
}

.cards-container::-webkit-scrollbar-thumb {
    background-color: #e6e8fb;
    border-radius: 20px;
    border: 3px solid #730871;
}

.cards-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 20px;
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e6e8fb #730871;
}

.card {
    display: flex;
    flex-direction: column;
    width: 400px;
    margin-bottom: 30px;
}

    .card a {
        text-decoration: none;
    }

    .card > div {
        box-shadow: 0 15px 20px 0 rgba(0,0,0,0.5);
    }

.card-image {
    width: 400px;
    height: 250px;
}

    .card-image > img, .card-image > a > img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: bottom;
    }

.card-text {
    margin: -30px auto;
    margin-bottom: -50px;
    height: 217px;
    width: 300px;
    background-color: #1D1C20;
    color: #fff;
    padding: 20px;
}

.card-meal-type {
    font-style: italic;
    color: #fff;
}

    .card-meal-type a {
        color: #fff;
    }

    .card-meal-type p {
        margin-bottom: 10px;
    }

.card-title, .card-title a {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 5px;
    color: #fff;
    line-height: 1.3;
}

.card-body, .card-body a {
    font-size: 1.1rem;
    color: #fff;
}

.card-price {
    width: 70px;
    height: 70px;
    background-color: #7e1065;
    color: #fff;
    margin-left: auto;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .card-price a {
        color: #fff;
    }
/*.card-item .card-footer .btn {
            cursor: pointer;
            background-color: inherit;
            border: 1px solid;
            box-shadow: 1px 1px 1px -1px;
            margin: 0 0.3em;
            font-family: inherit;
            color: inherit;
            font-size: 1em;
            padding: 0.3em 0.5em;
            outline: none;
        }

            .card-item .card-footer .btn:hover {
                box-shadow: 2px 2px 5px -1px;
            }

            .card-item .card-footer .btn:focus {
                box-shadow: 0 0 3px;
            }*/
.section-container {
    max-width: 75%;
    background: #fbfbfb;
    margin: auto;
    padding: 20px;
    display: flex;
    align-items: center; /* Align the scroll icon vertically */
}

    .section-container h4 {
        font-size: 1.1em;
        width: 215px;
        display: inline-block;
        word-wrap: break-word;
        white-space: normal;
        text-align: center;
    }

    .section-container a {
        text-decoration: none;
    }

.product-list-container {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #333 #ccc;
    cursor: pointer;
    margin: 0 auto;
}

.product-list {
    display: flex;
    flex-direction: row;
}

.product-card {
    position: relative;
    flex: 0 0 auto;
    width: 250px;
    margin: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

.new-badge {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #FF5733;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-size: 0.8em;
}

.product-card img {
    max-width: 100%;
    height: 250px;
}

/* Style scrollbar for Chrome, Safari, and Opera */
.product-list-container::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.product-list-container::-webkit-scrollbar-thumb {
    background: #333;
}

    .product-list-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.product-list-container::-webkit-scrollbar-track {
    background: #ccc;
}

.scroll-icon {
    font-size: 2em;
    cursor: pointer;
    margin-left: 20px; /* Spacing between the container and the arrow */
}

@media screen and (max-width: 600px) {
    .product-card {
        width: 90%;
        margin: 10px;
    }
}

/*end quickaccess*/
#ContentPlaceHolder1_ContentMain3 {
    background: transparent url(https://amitisgen.com/AppTheme/Main/EN/img/banner-02.jpg) repeat fixed center center / cover;
}

/*search section*/
.search-section {
    margin: 35px auto;
    height: 10vh;
    position: relative;
    display: block;
    text-align: center;
    z-index: 1000;
}

#SearchSec {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 10vh;
    margin: 0;
    padding: 0;
    background-color: white;
    /*font-family: "Knewave", cursive;*/
    width: 100%;
}

.search-section #lbldiv {
    position: absolute;
    display: block;
    width: 100%;
    top: 0px;
    height: 50px;
}

#SearchSec label {
    width: 100%;
    max-width: 70%;
    display: flex;
}

#SearchSec input {
    width: 95%;
    display: flex;
    padding: 10px;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    color: #7D0E63;
    font-size: 14px;
    /*box-shadow: 3px 1px 0px 2px, 0px -1px 0px 2px rgba(0, 0, 0, 0.62);*/
    height: 45px;
    /*transform: skew(-3deg, 1deg);*/
    /*font-family: "Knewave", cursive;*/
    letter-spacing: 0px;
    /*text-transform: uppercase;*/
}

#SearchSec button {
    color: #7d0e63;
    font-size: 20px;
    font-weight: lighter;
    display: inline;
    padding: 10px;
    padding-left: 10px;
    vertical-align: middle;
    border: solid 1px #d9d9d9;
    height: 45px;
    text-align: center;
    align-items: flex-end;
    border-radius: 3px;
    background: white;
}


#SearchSec input:focus, #SearchSec input:valid {
    outline: none;
}

    #SearchSec input:focus ~ ul li:nth-child(1)::before, #SearchSec input:valid ~ ul li:nth-child(1)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(1)::after, input:valid ~ #SearchSec ul li:nth-child(1)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(2)::before, input:valid ~ ul li:nth-child(2)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(2)::after, #SearchSec input:valid ~ ul li:nth-child(2)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(3)::before, #SearchSec input:valid ~ ul li:nth-child(3)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(3)::after, #SearchSec input:valid ~ ul li:nth-child(3)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(4)::before, #SearchSec input:valid ~ ul li:nth-child(4)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(4)::after, #SearchSec input:valid ~ ul li:nth-child(4)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(5)::before, #SearchSec input:valid ~ ul li:nth-child(5)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(5)::after, #SearchSec input:valid ~ ul li:nth-child(5)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(6)::before, #SearchSec input:valid ~ ul li:nth-child(6)::before {
        filter: blur(20px);
        transform: translate(0, -35px) rotate(-210deg);
    }

    #SearchSec input:focus ~ ul li:nth-child(6)::after, #SearchSec input:valid ~ ul li:nth-child(6)::after {
        filter: blur(0);
        transform: scale(1) rotate(0);
    }

    #SearchSec input:focus ~ ul li:nth-child(1)::after, #SearchSec input:valid ~ ul li:nth-child(1)::after {
        transition-delay: 400ms;
    }

    #SearchSec input:focus ~ ul li:nth-child(2)::after, #SearchSec input:valid ~ ul li:nth-child(2)::after {
        transition-delay: 600ms;
    }

    #SearchSec input:focus ~ ul li:nth-child(3)::after, #SearchSec input:valid ~ ul li:nth-child(3)::after {
        transition-delay: 800ms;
    }

    #SearchSec input:focus ~ ul li:nth-child(4)::after, #SearchSec input:valid ~ ul li:nth-child(4)::after {
        transition-delay: 1000ms;
    }

    #SearchSec input:focus ~ ul li:nth-child(5)::after, #SearchSec input:valid ~ ul li:nth-child(5)::after {
        transition-delay: 1200ms;
    }

    #SearchSec input:focus ~ #SearchSec ul li:nth-child(6)::after, #SearchSec input:valid ~ ul li:nth-child(6)::after {
        transition-delay: 1400ms;
    }

#SearchSec label {
    position: relative;
}

#SearchSec ul {
    position: absolute;
    top: 30px;
    left: -4px;
    margin: 0;
    list-style: none;
    padding-left: 22px;
    position: absolute;
    display: flex;
    pointer-events: none;
    transition: 200ms;
}

    #SearchSec ul li {
        letter-spacing: 3px;
        text-transform: uppercase;
        color: transparent;
        pointer-events: none;
        transition: 500ms ease-in-out;
    }

        #SearchSec ul li ::selection {
            color: transparent;
        }

        #SearchSec ul li::after, #SearchSec ul li::before {
            color: #7D0E63;
            position: absolute;
            transition: 500ms ease-in-out;
        }

        #SearchSec ul li::before {
            top: -20px;
        }

        #SearchSec ul li::after {
            top: -55px;
            transform: scale(0) rotate(200deg);
            filter: blur(20px);
        }


#ajax-search-result {
    position: absolute;
    display: block;
    width: 100%;
    z-index: 999;
    top: 62px;
}

.m-t1 {
    margin-top: 10px
}

.m-t2 {
    margin-top: 20px
}

.m-t3 {
    margin-top: 30px
}

.m-b1 {
    margin-bottom: 10px;
}

.m-b2 {
    margin-bottom: 20px;
}

.m-b3 {
    margin-bottom: 30px;
}
