body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:focus, a:hover {
    color: #fe7201;
    text-decoration: underline;
}

.product-wrapper .content-list li a, .download-link {
    color: #555;
}

.product-wrapper .content-list li a:hover {
    color: #fe7201;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}




/****************************************about-us page***********************/
#about-content {
    margin-top: 80px;
}

#about-content .row {
    margin-bottom: 80px;
}

#about-content .img-col img {
    width: 100% !important;
    border-radius: 20px;
}

#about-content .text-col {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #fff;
}

#about-content .text-col h2 {
    font-size: 42px;
    text-transform: uppercase;
}

#about-content .text-col p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}

#about-content .text-col-right {
    border-right: 4px solid #fe7201;
    border-bottom: 4px solid #fe7201;
    position: relative;
    left: -130px !important;
}

#about-content .text-col-left {
    border-left: 4px solid #fe7201;
    border-bottom: 4px solid #fe7201;
    position: relative;
    right: -130px !important;
    z-index: 111;
}

#about-content .line1 {
    width: 25%;
    margin-top: 5px;
}

#about-content .line1-inner {
    padding: 2px;
}

.about-last-banner img {
    position: relative;
    width: 100% !important;
    margin-bottom: -128px !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }x`

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
    
        .demo-inner p {
    font-size: 18px !important;
}

    
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }

    #about-content .img-col img {
        width: 100% !important;
    }

    .demo-inner p {
        font-size: 33px !important;
    }

    .logo-m img {
        width: 13%;
        top: 4px;
    }
 
 

}

@media screen and (max-width: 1018px) and (min-width: 1001px) {
    .main-menu {
        display: block !important;
    }
    
    
    #about-content .text-col-right {
        left: -95px !important;
    }

    #about-content .text-col {
        margin-top: 11px !important;
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

}

@media screen and (max-width: 1000px) and (min-width: 993px) {
  
    
    #about-content .text-col-right {
        left: -95px !important;
    }

    #about-content .text-col {
        margin-top: 11px !important;
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }
.logo-m img {
    width: 18%;
}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
 #about-content .text-col-right {
    left: 24px !important;
    width: 95%;
}
    
#about-content .text-col-left {    
    right: -22px !important;
       width: 95%;
    margin-bottom: 4%;
}   
}
@media screen and (max-width: 767px) and (min-width: 531px) {
.logo-m img {
    width: 18% !important;
 }
#about-content .text-col-right {
    left: 24px !important;
    width: 95%;
}
    
#about-content .text-col-left {    
    right: -22px !important;
       width: 95%;
    margin-bottom: 4%;
}      
.demo-inner {
     top: 75px;
}
.about-last-banner img {
    margin-bottom: -64px !important;
}
.footer-bottom {
    padding-top: 110px;
}
    
    
}


@media (max-width: 530px) {
    .post-excerpt p img{
    height: auto !important;
}
    .logo-m img {
       width: 34% !important;
    
}
.owl-prev {
    top: -110px !important;
}  
.owl-next {
   top: -110px !important;
}  
.outer{
	padding-top: 35px !important;
    margin-top: -70px;
}
#lower1{
	padding-bottom: 9%;
}
.post-wrap h1 {	
    margin-top: -40px !important;
}

.blog-content-teaser h2 {
 
    line-height: 30px;
  
    font-size: 24px;
}

.list-2 ul li {
     margin-left: 2% !important;
}
.list-2 ul li:before {
    left: 44px !important;
}
 #about-content .text-col-right {
    left: 0px !important;
    width: 95%;
}


#cssmenu > ul > li > a:hover {
    color: #fff !important;
}

.top_m{
margin-left: 6%;
    margin-right: 4%;
 }   
#about-content .text-col-left {    
    right: 0px !important;
    width: 95%;
    margin-bottom: 4%;
}       
.demo-inner {
     top: 75px;
}
.about-last-banner img {
    margin-bottom: -64px !important;
}
.footer-bottom {
    padding-top: 110px;
}
    
.demo-inner a {
    padding: 12px 11px !important;
}    
    
.events-top:after {
    height: auto !important;
    width: 100% !important;
}    
.events-top {
    box-shadow: inset 380px 0px #fe7201 !important;
}    
.footer-bottom p a{
    color: #d2d2d2 !important;
}    
    .caption p{
        margin-top: -113% !important;
    }    
    
.pb-5,
.py-5 {
   font-size: 12px;
}
.pg-info{
	margin:5px;
}




}

@media screen and (max-width: 1200px) and (min-width: 993px) {
   
    
    #about-content .text-col-right {
        left: -95px !important;
    }

    #about-content .text-col {
        margin-top: 11px !important;
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }



}



.orange-text {
    color: #fe7201;
}

.bg-orange {
    background-color: #fe7201;
}

.bold-text {
    font-weight: 700;
}

.custom-container1 {
    margin: auto;
}

.custom-container2 {
    width: 94%;
    margin: auto;
}

header {
    position: relative;
    width: 100%;
    background: #fff;
}

/*.logo {
	position: relative;
	z-index: 123;
	float: left;
	width: 30%
}
.logo a {
	color: #6DDB07;
}
.logo a img {
	width: 40%;
}*/

.logo-main img {
   /* width: 50%;
    margin: 0;*/

}



.main-menu {
    margin: 0;
    float: right;
}


nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
    /*z-index: 1111111 !important;*/
    z-index: 1000 !important;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    margin-bottom: 0px;
    border: 0;
    padding: 0px;
    list-style: none;
    line-height: 1;
	
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    background: #fff
}

#cssmenu > ul > li {
    float: left;
}

/*#cssmenu > ul > li > a {
    padding: 24.5px 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
}*/

#cssmenu > ul > li > a {
    padding: 41PX 10PX 26PX;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #333 !important;
    margin: 0 7px;
    /*font-weight: 700;*/
}

#cssmenu > ul > li > a:hover{
    color: #333 ;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #333
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    border-bottom: 3px solid #fe7201;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

/*#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 34px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}*/

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 48px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: '';
}


/*#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 31px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}*/

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 45px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}




#cssmenu > ul > li.has-sub:hover > a:before {
    top: 35px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #fff;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 40px
}

#cssmenu ul ul ul {
    margin-left: 300px;
    top: 0px;
    border-left: 1px solid #363636;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(222, 222, 222, 0.46);
    padding: 13px 15px;
    width: 300px;
    font-size: 13px;
    text-decoration: none;
    color: #383838;
    font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fe7201;
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 19px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #383838;
    content: '';
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 16px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #383838;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease;
}

.owl-prev span {
    font-size: 46px;
    margin-right: 0px;
}

.owl-next span{
	font-size: 46px;
    margin-right: 0px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: 1px solid #333
}


.logo-m {
    display: none;
}

@media screen and (max-width:1000px) {

    .cel-logo {
        display: none;
    }

    .logo-m {
        display: block;
    }

    .logo-m img {
        display: block;
        width: 13%;
        position: absolute;
        top: 4px;
    }
    
    #about-content .text-col {
        margin-top: 11px !important;
        padding-top: 0 !important;
        padding-bottom: 5px !important;
    }

    
    .cell_w {
        width: 100% !important;
    }

    nav {
        width: 100%;
    }

    #cssmenu {
        width: 100%;
		
    }

    #cssmenu ul {
        overflow: scroll;
        width: 100%;
        display: block;
		
        background: #383838;
    }

    #cssmenu > ul > li > a {
        padding: 16.5px 17px;
        font-size: 14px;
        letter-spacing: 1px;
        text-decoration: none;
        color: #fff !important;
        font-weight: 500;
    }


    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }

    #cssmenu ul li:hover {
        background: #363636;
    }

    #cssmenu > ul > li:hover > a,
    #cssmenu ul li.active a {
        color: #FF9800;
    }

    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }

    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }

    #cssmenu > ul > li {
        float: none
    }

    #cssmenu ul ul li a {
        padding-left: 32px;
    }

    #cssmenu ul ul li {
        background: #333 !important;
    }

    #cssmenu ul ul li:hover {
        background: #363636 !important
    }

    #cssmenu ul ul ul li a {
        padding-left: 46px;
    }

    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }

    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }

    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }

    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }

    #cssmenu #head-mobile {
        display: block;
        padding: 35px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }

    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 12px;
        cursor: pointer;
        z-index: 12399994;
    }

    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        padding: 2px 0px;
        border-top: 2px solid #383838;
        border-bottom: 2px solid #383838;
        content: ''
    }

    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #383838;
        content: ''
    }

    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #383838;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .button.menu-opened:before {
        top: 23px;
        background: #383838;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }

    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }

    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }

    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }

    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }

    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }

    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }

    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }

    #cssmenu ul ul ul li.active a {
        border-left: none
    }

    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

.inquiry ul {
    padding: 0px;
    margin: 0px;
    float: left;
    list-style: none;
}

.inquiry ul li {
    padding: 0px 5px;
    margin: 0px;
    float: left;
    list-style: none;
}

.inquiry ul li a {
    padding: 0px;
    margin: 0px;
    text-decoration: none;
}

/*header*/

.logo {
    padding-left: 50px;
}

.logo img {
    width: 50%;
}

.contact-row {
    /*padding-top: 5%; */
    text-align: right;
}

.contact-cols {
    padding-top: 5%;
    padding-bottom: 2.5%;
    border-right: 1px solid #f5f0f0;
}

.contact-row p {
    font-size: 20px;
    font-weight: 800;
    text-align: left;
}

.contact-header {
    background-color: #383838;
    padding: 3px;
    color: #fff;
}

.contact-font p {
    margin: 0px;
}

.small-text {
    font-size: 11px;
    display: inherit;
    text-align: left;
    color: #c3c3c3;
    font-weight: 400;
    letter-spacing: 1px;
}

.contact-row .fa {
    font-size: 35px;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 7px;
}

.social-fas .fa:hover {
    color: #fe7201;
}

.social-fas {
    text-align: right;
    margin-right: 12px;
}

.social-fas .fa {
    margin-left: 10px;
    color: #fff;
}

.social-fas a {
    color: black;
    text-align: center;
}

.social-fas-mob {
    margin: 6px 0px;
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 111;
}

.navbar-default {
    background-color: transparent;
}

.navbar-default .navbar-brand {
    color: #fff;
    padding-top: 0;
}

.navbar-toggle {
    margin-top: 16px;
}

.navbar-default .navbar-brand img {
    width: 70%;
    padding: 10px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
    text-shadow: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #505050;
    background-color: #fe720100;
    border-bottom: 3px solid #fe7201;
}

/*.nav {
}
.nav>li {
	margin: 0 5px;
}*/
#btn1 {
    background-color: #fe7201;
    font-weight: 600;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 14px;
    margin-right: 5px;
    color: #fff;
    border-radius: 30px;
}

#btn1:hover {
    background-color: #000;
    display: inline-block;
    color: #fff;
    border: none;
}

/*header-end*/


/*banner*/

.banner {
    position: relative;
}

.banner-text {
    position: absolute;
    width: 100%;
    top: 20%;
    right: 0;
    text-align: left;
    text-transform: uppercase;
}

.banner-text h1 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fe7201;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
}

.banner-text h3 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 0;
}

.banner-text h4 {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    max-width: 500px;
}

.banner-btn1,
.banner-btn2 {
    display: inline-block;
    background-color: #fff;
    color: black;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 11px 56px;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.banner-btn2 {
    left: -50px;
    text-shadow: none;
}

a.banner-btn3 {
    z-index: 11;
    background-color: #fe7201;
    color: white;
    text-shadow: none;
}

a#bb1,
a#bb2,
a#bb3,
a#bb4,
a#bb5,
a#bb6 {
    text-decoration: none;
}

#carousel-example .carousel-control {
    width: 3%;
    z-index: 11111 !important;
    opacity: 1;
    color: #2f2f2d;
}

.carousel-indicators {
    width: 55%;
}

/*banner end*/


/*about*/

.about {
    margin-top: 20px;
}

.about h4 {
    font-size: 37px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
}

.about-p1 {
    font-size: 18px;
    color: #595a5d;
    margin-bottom: 0px;
    font-size: 24px;
}

.about-p2 {
    color: #595a5d;
    margin-bottom: 20px;
    padding-right: 25px;
    font-size: 16px;
}

.about img {
    position: relative;
    top: -77px;
    width: 100%;
    z-index: 111 !important;
}

.about-btn {
    display: inline-block;
    background-color: #fe7201;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 45px;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.about-btn:hover {
    color: #fff;
    box-shadow: 4px 5px 10px #00000052;
    background-color: #000;
}

.about-btn:hover {
    text-decoration: none;
    color: #fff;
}

/*about end*/


/*products*/

.products-img {
    width: 300px;
    margin: auto;
    height: 300px;
    border: 2px solid orange;
    border-radius: 50%;
    padding: 5px;
}

.products-img-inner {
    width: 285px;
    height: 285px;
    padding: 5px;
    /*background: #e1e1e1;*/
    border-radius: 50%;
}

.products-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.products h4 {
    color: #fe7201;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 30px;
}

.products p {
    color: #595a5d;
    margin-bottom: 15px;
    font-size: 15.5px;
}

.products {
    text-align: center;
}

.product-btn {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fe7201;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 35px;
    border-radius: 30px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.product-btn:hover {
    text-decoration: none;
    color: #fff;
    box-shadow: 4px 5px 10px #00000052;
    background-color: #000;
}

/*products end*/


/* ------------- iwac movement ---------- */

.bg-color-grayLight2 {
    background-color: #f0f0f0;
}
#top-content-left-region, #top-content-right-region {
    padding-top: 10px;
    padding-bottom: 10px;
}
.breadcrumb {
    background-color: transparent;
    padding: 10px 15px 10px;
    margin: 0px;
    list-style: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.breadcrumb a:first-child {
    padding-left: 0px;
}
.breadcrumb a {
    padding-left: 5px;
    padding-right: 5px;
}
a {
    color: #f58634;
}
.breadcrumb .fa {
    font-size: 11px;
    color: #444;
}
.page-title {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
}

.space40 {
    margin-bottom: 40px;
}


.blog-image-teaser img, .image-teaser {
    box-shadow: 0 0 6px #292929;
    border-radius: 18px;
}
.image-teaser {
    text-align: center;
    margin: 25px 0;
}
p, li, span {
    line-height: 22px;
    color: #373435;
    font-size: 14px;
}

.space40 {
    margin-bottom: 40px;
}
.image-teaser {
    text-align: center;
    margin: 25px 0;
}
.blog-image-teaser img, .image-teaser {
    box-shadow: 0 0 6px #292929;
    border-radius: 18px;
}
.image-teaser {
    text-align: center;
    margin: 25px 0;
}
.blog-image-teaser img, .image-teaser {
    box-shadow: 0 0 6px #292929;
    border-radius: 18px;
}

.image-teaser {
    text-align: center;
    margin: 25px 0;
}
.blog-image-teaser img, .image-teaser {
    box-shadow: 0 0 6px #292929;
    border-radius: 18px;
}

.imgbx1_left, .imgbx1_cen {
    width: 26%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}
.imgbx_left1 {
    width: 70%;
    float: left;
    max-width: 100%;
}

.imgbx_rgt1 {
    width: 25%;
    float: left;
    margin-left: 30px;
    max-width: 100%;
}

.imgbx1_rgt {
    width: 46%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}
.imgbx1_left, .imgbx1_cen {
    width: 26%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}


.imgbx1_left, .imgbx1_cen {
    width: 26%;
    float: left;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}

.image-teaser {
    text-align: center;
    margin: 25px 0;
}
.blog-image-teaser img, .image-teaser {
    box-shadow: 0 0 6px #292929;
    border-radius: 18px;
}
.imgbx2_lft {
    float: left;
    width: 31%;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}
.imgbx2_cen {
    float: left;
    width: 31%;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}

.imgbx2_rgt {
    float: left;
    width: 37%;
    padding: 0 25px;
    box-sizing: border-box;
    max-width: 100%;
}




/* Blog */

/* latest posts block */
.news-block-item {
  max-width: 800px;
}

.news-block-date {
  border-bottom: 1px solid #ededed;
  padding-top: 6px;
  padding-bottom: 4px;
  text-align: center;
}

.news-block-title h6 {
  margin: 10px 0px 5px;
}
/* end latest posts block */

.space10 {margin-bottom:10px;}
.space20{margin-bottom:20px;}
.space40{margin-bottom:40px;}
.blog-image-teaser img, .image-teaser {  box-shadow: 0 0 6px #292929; border-radius: 18px;}
.image-teaser {text-align: center;margin: 25px 0;}
/* blog teaser */
.blog-submitted-teaser {
  border-bottom: 1px solid #ededed;
  margin-top: 50px;
  margin-bottom: 5px;
}


.blog-content-teaser h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24.5px;
  font-family:'Raleway', sans-serif;
}
.blog-content-teaser h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 24.5px;
}
/* end blog teaser */

/* blog full post */
.blog-image {
  text-align: center;
}

.blog-submitted {
  border-bottom: 1px solid #ededed;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 25px;
}
/* end blog full post */










/*events*/

.events-bottom {

    padding-top: 70px;
}

.events {
    margin-top: 0px;
    /*background-image: url(../images/events-bg1.jpg);*/
    background-repeat: no-repeat;
    background-position-x: -32px;
}

.events-row h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: 'Exo 2', sans-serif;
}

.events-row .fa {
    color: #fe7201;
    border: 2px solid #fe7201;
    padding: 7px;
    height: 22px;
    line-height: 2px;
    width: 22px;
    border-radius: 100px;
    display: -webkit-inline-box;
    margin-right: 10px;
    font-weight: 700;
    /* margin-top: 3px; */
    position: relative;
    top: 4px;
}

.events-row ul li {
    color: #595a5d;
    margin-bottom: 10px;
    font-size: 16px;
}

.events-top {
    padding: 70px 50px 70px 0px;
    box-shadow: inset 350px 0px #fe7201
}

.events-top:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    box-shadow: -150px 0px #fe7201;

    height: 100%;
    width: 500px;
}

.carousel {
    position: relative;
    z-index: 1 !important;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto !important;
}

/*events end*/
.sec-eve {
    margin: 50px 0px;
    background: #f1f1f1;
}

/*news*/

.news {
    text-align: center;
    margin-top: 60px;
}

.news h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 20px;
    font-family: 'Exo 2', sans-serif;
}

.news p {
    font-size: 18px;
    color: #595a5d;
}

.news-row {
    margin-top: 30px;
}

.news-row img {
    width: 100%;
}

.news-row h5 {
    font-size: 17px;
    margin-top: 15px;
}

.news-row p {
    color: #595a5d;
    font-size: 14px;
    padding: 8px;
}

.news-row a {
    text-decoration: none;
    color: #fe7201;
    font-weight: 500;
    font-size: 13px;
}

.news-cols {
    padding: 20px;
}

.news-cols-inner {
    padding-bottom: 20px;
    box-shadow: 1px 1px 10px #e6dddd;
}

/*news end*/


/*clients*/

.clients {
    text-align: center;
    margin-top: 40px;
    padding-top: 40px;
    background: #f5f5f5;
    padding: 0px 10px;
    display: block;
}

.clients h4 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: 'Exo 2', sans-serif;
}

.clients p {
    color: #595a5d;
    font-size: 18px;
}

.clients-row {
    margin-top: 40px;
}

.slider-gallery {
    overflow: hidden;
    white-space: nowrap;
}

.slider-gallery > * {
    display: inline-block;
    margin-right: -4px;
    float: none;
}

/*clients end*/
/*footer*/

/*.demo {
    background: #f5f5f5;
}*/

.demo-inner {
    background-color: #fe7201;
    padding: 12px 0 21px;
    position: relative;
    left: 0px;
    right: 0px;
    top: 48px !important;
}

.demo-inner p {
    color: white;
    padding-left: 2%;
    font-size: 40px;
    padding-top: 14px;
    font-weight: 400;
    margin-top: 15px;
    padding-right: 50px;
    border-right: 2px solid #e67b39;
}

.demo-inner a {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 12px 30px;
    text-decoration: none;
    cursor: pointer;
    margin-top: 12px;
    margin-right: 7px;
}

.footer-bottom {
    background-color: #191919;
    padding-top: 100px;
}

.footer-bottom p {
    margin-top: 0;
    line-height: 22px;
    color: #d2d2d2;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 5px;
}

.footer-bottom h4 {
    color: white;
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0px;
}

.footer-bottom ul li {
    margin-bottom: 15px;
}

.footer-bottom ul li a {
    color: #d2d2d2;
    text-decoration: none;
}

.footer-bottom .fa {
    width: 35px;
    height: 35px;
    color: white;
    background-color: #303030;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    padding-top: 9px;
}

.footer-bottom .fa:hover {
    color: #191919;
    background: white;
}

.footer-hr {
    border-top: 2px solid #303030;
}

.foot {
    background-color: #191919;
    text-align: center;
}

.foot p {
    color: #d2d2d2;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px;
}

/*footer end*/

.line1 {
    width: 200px;
    background-color: #d2d2d2;
    border-radius: 10px;
    margin-bottom: 15px;
}

.line1-inner {
    padding: 3px;
    width: 60%;
    background-color: #fe7201;
    border-radius: 10px;
}

.line2 {
    width: 15%;
    background-color: #d2d2d2;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.line2-inner {
    padding: 1px;
    width: 50%;
    background-color: #fe7201;
    border-radius: 10px;
}

.line3 {
    width: 40%;
    background-color: #d2d2d2;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.line3-inner {
    padding: 1px;
    width: 50%;
    background-color: #fe7201;
    border-radius: 10px;
}

/*********owl carousel************/

/*.owl-next {
    position: relative;
    top: -112px;
    left: 580px;
}

.owl-prev {
    position: relative;
    right: 578px;
    top: -102px;
}*/

.profile1 {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: #fff);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile1 .profile1-heading {
    padding: 0 20px;
    margin: 0;
}

.profile1 .profile1-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.profile1 .profile1-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.profile1 .profile1-heading.image .profile1-heading-header {
    display: inline-block;
    vertical-align: top;
}

.profile1 .profile1-heading.image .profile1-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.profile1 .profile1-heading.image .profile1-heading-header span {
    font-size: 12px;
    color: #999999;
}

.profile1 .profile1-body {
    padding: 0 20px;
    margin-top: 20px;
}

.profile1 .profile1-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.profile1 .profile1-media img {
    max-width: 100%;
    max-height: 100%;
}

.profile1 .profile1-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.profile1 .profile1-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.profile1 .profile1-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.profile1 .profile1-comments .comments-collapse-toggle a,
.profile1 .profile1-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.profile1-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.profile1.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.profile1.people:first-child {
    margin-left: 0;
}

.profile1.people .profile1-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.profile1.people .profile1-top.green {
    background-color: #53a93f;
}

.profile1.people .profile1-top.blue {
    background-color: #427fed;
}

.profile1.people .profile1-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile1.people .profile1-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.profile1.people .profile1-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.profile1.people .profile1-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.profile1.hoverprofile1 {
    position: relative;
    padding-top: 0;
    padding-bottom: 10px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.profile1.hoverprofile1 .profile1header {
    background: url("../images/std-bg2.jpg");
    background-size: cover;
    height: 110px;
    border-top: 3px solid #ff0;
}

.profile1.hoverprofile1 .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.profile1.hoverprofile1 .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.5);
    margin: auto;
}

.profile1.hoverprofile1 .info {
    padding: 4px 8px 10px;
}

.profile1.hoverprofile1 .info .title {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.profile1.hoverprofile1 .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.profile1.hoverprofile1 .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.red {
    color: #d0251a;
    font-weight: 600;
}

@media (max-width: 480px) {
    .search-inline {
        width: 100%;
        left: -61px !important;
        padding-left: 15px;
        padding-right: 15px;
        top: -43px !important;
        height: auto;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        background-color: #efefef;
        z-index: 9;
        transition: all .5s ease-in-out;
    }
}



/*media query*/

@media (max-width: 767px) {
    body {}

    .contact-list {
        list-style: none;
        margin: 0 auto !important;
        padding: 7px 0px !important;
    }


    .events-row .carousel-control .glyphicon-chevron-left,
    .events-row .carousel-control .glyphicon-chevron-right,
    .carousel-control {
        position: absolute;
        /* top: 4%; */
        z-index: 5;
        display: inline-block;
        margin-top: -45px !important;
    }

    .contact-list li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        margin-left: 40px;
        list-style: none;
        margin-right: 18px;
    }

    .logo {
        padding-left: 0px;
        text-align: center;
    }

    .logo img {
        width: 30%;
    }

    .contact-row {
        text-align: center;
    }

    .contact-row p {
        font-size: 15px;
    }

    .contact-cols {
        padding: 0;
        padding-top: 2%;
    }

    .social-fas {
        /*margin-bottom: 15px;*/
        padding-top: 7px;
        text-align: center;
    }

    .small-text {
        font-size: 9px;
    }

    .social-fas .fa {
        width: 30px;
        height: 30px;
        padding-top: 5px;
        font-size: 15px;
    }

    .banner-text {
        top: 10%;
    }

    .banner-text h1 {
        font-size: 25px;
    }

    .banner-text h3 {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
        padding-bottom: 10px;
    }

    .banner-text h4 {
        font-size: 10px;
        margin-bottom: 7px;
        margin-top: 4px;
        display: none;
    }

    .banner-btn1,
    .banner-btn2 {
        font-size: 10px;
        padding: 3px 12px;
    }

    .banner-btn2 {
        left: -12px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -5px;
        left: 50%;
        z-index: 15;
        width: 60%;
        padding-left: 0;
        margin-left: -30%;
        text-align: center;
        list-style: none;
    }

    .about h4 {
        font-size: 25px;
    }

    .about-p1 {
        margin-bottom: 0px;
        font-size: 18px;
    }

    .about-p2 {
        margin-bottom: 15;
        font-size: 14px;
        padding-right: 0;
    }

    .about-btn {
        font-size: 16px;
        padding: 7px 30px;
    }

    .about img {
        top: 0;
        margin-top: 20px;
    }

    .products {
        margin-top: 50px;
    }

    .products h4 {
        font-size: 25px;
    }

    .products p {
        font-size: 15px;
    }

    .product-btn {
        font-size: 15px;
        padding: 5px 24px;
    }

    .products .col-md-4 {
        margin-bottom: 20px;
    }

    .events {
        background-image: none;
    }

    .events-top {
        padding: 25px 50px;
        padding-bottom: 0;
    }

    .events-bottom {
        padding-left: 30px;

    }

    .events-row h4 {
        font-size: 25px;
    }

    .events-row ul li {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .news {
        text-align: center;
        margin-top: 60px;
        padding: 0px 10px;
    }

    .news h4 {
        font-size: 25px;
    }

    .news p {
        font-size: 16px;
    }

    .news-row {
        margin-top: 0;
    }

    .news-row img {
        margin-top: 35px;
    }

    .clients {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .clients h4 {
        font-size: 22px;
        margin: 10px 0px;
    }

    .clients p {
        font-size: 16px;
    }

    .demo-inner {
        position: relative;
    }

    .demo-inner p {
        padding-left: 0%;
    }

    .demo-inner p {
        color: white;
        /* padding-left: 2%; */
        font-size: 16px;
        padding-top: 5px;
        font-weight: 400;
        margin-top: 10px;
        padding-right: 5px;
        border-right: 2px solid #e67b39;
    }

    .demo-inner a {
        padding: 12px 12px;
        font-size: 10px;
        margin-top: 18px;
    }

    .foot {
        background-color: #191919;
        text-align: center;
        border: none !important;
        padding-top: 13px;
    }

    .footer-hr {
        border-top: 0px solid #303030;
    }

    .footer-bottom {
        padding-top: 60px;
    }

    .footer-bottom p {
        margin-bottom: 10px;
    }

    #para {
        margin-bottom: 30px;
    }

    .footer-bottom h4 {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .footer-bottom img {
        margin-bottom: 15px;
    }

    .line1-inner {
        padding: 2px;
    }

    .line3 {
        width: 25%;
    }

    .pc {
        display: none;
    }

    .search-box {
        width: 270px;
        right: -16%;
    }

    .search-box input[type="text"] {
        width: 140px;
        margin-left: 15px;
    }

    .search-box input[type="button"] {
        margin-right: 12px;
    }

    .inquiry {
        display: none;
    }

}

@media (min-width: 768px) {
    .mob {
        display: none;
    }

    .contact-list li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        margin-left: 25px;
        list-style: none;
        margin-right: 30px;
        text-align: center;
    }
    
    
      .demo-inner {
    top: 83px;
}
    
.footer-bottom {
   padding-top: 105px;
}   
    
.about-last-banner img {
    margin-bottom: -114px !important;
}    

}

/*.head-top {
    border-top: 4px solid black;
    background-color: #F63;
}*/

.last-carousel .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}

/* The controlsy */
.last-carousel .carousel-control.left {
    left: -65px;
    margin-top: 12px;
}

.last-carousel .carousel-control.right {
    right: -67px;
    margin-top: 12px;
}

/* The indicators */
.last-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}

/* The colour of the indicators */
.last-carousel .carousel-indicators li {
    background: #cecece;
}

.last-carousel .carousel-indicators .active {
    background: #428bca;
}

/************************************************************************/
.owl-prev {
    position: absolute;
    left: 0px;
    bottom: 0 !important;
    background: #ff6100 !important;
    padding: 10px 10px !important;
    display: block !important;
    width: 30px !important;
    height: 50px !important;
    font-size: 39px !important;
    line-height: 28px !important;
    top: -120px;
}

.owl-next {
    position: absolute;
    right: 0px;
    background: #ff6100 !important;
    padding: 10px 10px !important;
    display: block !important;
    width: 30px !important;
    height: 50px !important;
    font-size: 39px !important;
    line-height: 28px !important;
    bottom: 0 !important;
    top: -120px;
}

.owl-nav {
    position: absolute !important;
    bottom: 30% !important;
    width: 100%;
}

.ban:hover #carousel-example .carousel-control {
    color: #fff;
}

#carousel-example .carousel-control:hover {
    color: #fff;
}

.contact-list {
    list-style: none;
    margin-left: -58px;
}

.contact-list li {
    display: inline-block;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    list-style: none;
    margin-right: 17px;
}

.events-row .carousel-control {
    position: absolute;
    top: 185px;
    bottom: 185px;
    width: 15%;
    font-size: 38px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    /* background-color: rgba(0, 0, 0, 0); */
    filter: alpha(opacity=50);
    opacity: .5;
}

.events:hover carousel-example2 .carousel-control {
    background-color: black;
}

.contact-list li i {
    margin-right: 6px;
}




/* search start  */
.search i {
    padding: 24px 10px;
    font-size: 21px;
    color: #5f5f5f;

}



.search-box {
    background: #E8E8E4;
    position: absolute;
    top: 69px;
    right: 80%;
    width: 301px;
    height: 30px;
    line-height: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-top: 0px solid #D80B15;
    display: none;
    z-index: 11111111111 !important;
}

.search-box:before {
    content: "";
    position: absolute;
    top: -27px;
    right: 13px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 14px solid transparent;
    border-bottom: 14px solid #fe7201
}

.search-box input[type="text"] {
    width: 223px;
    padding: 5px 10px;
    margin-left: 0px;
    border: 1px solid #D80B15;
    outline: none;
}

.search-box input[type="button"] {
    width: 80px;
    padding: 5px 0;
    background: #fe7201;
    color: #fff;
    margin-left: -6px;
    border: 1px solid #fe7201;
    outline: none;
    cursor: pointer;
}





/************************News Page*****************************************************/
/*.title {
    padding: 50px 0px;
    margin: 0px;
}

.title h4 {
    font-size: 37px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    margin-bottom: 20px;
    color: #ff8726;
}*/
.title h4 {
    font-size: 30px;
    margin-top: 0px;
    font-weight: 300;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
    color: #ff8726;
    line-height: 40px;
}

.title {
    padding: 10px 0px;
    margin: 0px;
}

.title p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}


.page-section_general {
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: hidden;
}

article.post-wrap {
    margin-bottom: 50px;
}

.post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.post-wrap h1 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    font-size: 35px;
    color: inherit;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 10px 0px;
}

.post-wrap blockquote {
    padding: 20px 20px 50px 20px;
    border-top: solid 6px #ff6100;
    background-color: #191919;
    position: relative;
    color: #ddd !important;
}

.post-wrap blockquote:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    opacity: .1;
}

.post-wrap blockquote h4 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-style: italic;
    color: #ffffff !important;
}

.post-wrap blockquote p {
    font-style: italic;
}

/* Blog / Post
/* ========================================================================== */
.content .post-wrap {
    position: relative;
}

.content .post-wrap + .post-wrap {
    margin-top: 50px;
    position: relative;
}

.post-media {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-top: 2px solid #ff880e;
    padding-top: 16px;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(255, 136, 14, 0.49);

}

.post-media:hover .overlay {
    opacity: 1;
}

.link-icon {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.link-icon a i {
    color: black;
    font-size: 20px;

}

.post-media img {
    max-width: 100%;
    width: 100%;
/*    border-top: 2px solid #ff880e;*/
}

.post-media .btn-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -90px 0 0 -90px;
}

.post-header {
    position: relative;
    margin-bottom: 25px;
}

.post-title {
    color: #191919;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 23px;
    font-weight: 400;
}

.post-title a {
    color: #191919;
    line-height: 1;
}

.post-title a:hover {
    color: #ff6100;
    text-decoration: none;
}

.post-meta {
    color: #191919;
    line-height: 1;
    font-size: 14px;
}

.post-meta a,
.post-meta .fa {
    color: #191919;
}

.post-meta a:hover {
    color: #ff6100;
}

.post-read-more {
    display: block;
}

.post-excerpt {
    font-size: 15px;
    line-height: 24px;
}

.about-the-author {
    margin-top: 30px;
    padding: 25px;
    border: solid 1px #e9e9e9;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.about-the-author .media-heading {
    font-size: 15px;
    font-weight: 700;
    color: #191919;
}

.about-the-author .media-heading a {
    color: #191919;
}

.about-the-author .media-heading a:hover {
    color: #ff6100;
}

.about-the-author .media-object {
    margin-right: 15px;
    border-radius: 100%;
}

.about-the-author .media-body {
    font-size: 15px;
    line-height: 24px;
}

.about-the-author .media-body p {
    margin: 20px 0 0 0;
}

.about-the-author .media-body .media-category {
    color: #191919;
    margin: 0 0 10px 0;
}

.post-wrap .owl-theme .owl-controls {
    margin: 0 !important;
}

@media (max-width: 639px) {
    .post-wrap .owl-theme .owl-controls {
        display: none;
    }
}

.post-wrap .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 30px;
    line-height: 30px;
    border: solid 3px #191919;
    background: transparent;
    color: #191919;
}

.post-wrap .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #191919;
    color: #ffffff;
}

.post-wrap .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.post-wrap .owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.post-wrap .owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.post-wrap .owl-theme .owl-controls .owl-dots .owl-dot span {
    background-color: #a5abb7;
}

.post-wrap .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.post-wrap .owl-theme .owl-controls .owl-dots .owl-dot.active span {
    background-color: #191919;
}

.post-wrap blockquote {
    padding: 20px 20px 50px 20px;
    border-top: solid 6px #ff6100;
    background-color: #191919;
    position: relative;
}

.post-wrap blockquote:after {
    content: '\f10e';
    font-family: 'FontAwesome';
    font-size: 60px;
    line-height: 60px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 7px;
    opacity: .1;
}

.post-wrap blockquote h4 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    font-style: italic;
    color: #ffffff;
}

.post-wrap blockquote p {
    font-style: italic;
}

/* 5.9 */
/* Recent posts
/* ========================================================================== */
.recent-post .media {
    background-color: #ffffff;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.recent-post .media.pull-left {
    padding-right: 15px;
    padding-bottom: 15px;
}

.recent-post .media.pull-right {
    padding-left: 15px;
    padding-bottom: 15px;
}

.recent-post .meta-date {
    padding: 2px 14px 7px 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px;
    background: #191919;
    color: #ffffff;
}

.recent-post .meta-date .day {
    font-size: 34px;
    line-height: 34px;
}

.recent-post .meta-date .month {
    margin-top: 3px;
    font-size: 18px;
    line-height: 18px;
}

.recent-post .media-category {
    font-size: 16px;
    font-weight: 900;
    line-height: 18px;
    margin-bottom: 7px;
    color: #ff6100;
}

.recent-post .media-heading {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 25px;
}

.recent-post .media-heading a {
    color: #191919;
}

.recent-post .media-heading a:hover {
    color: #ff6100;
}

.recent-post .media-excerpt {
    font-weight: 100;
    line-height: 24px;
}

.recent-post .media-meta {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #a5abb7;
}

.recent-post .media-meta .divider {
    margin: 0 7px 0 5px;
}

.recent-post .media-meta .fa,
.recent-post .media-meta .glyphicon {
    font-size: 14px;
    margin-right: 5px;
}

.recent-post .media-meta a {
    color: #a5abb7;
}

.recent-post .media-meta a:hover {
    color: #191919;
}

.recent-post .media-link {
    padding: 0;
    margin-right: 30px;
    border-radius: 2px;
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    float: left;
}

.recent-post .media-link .fa {
    position: absolute;
    bottom: 50%;
    left: 50%;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: -15px;
    margin-bottom: -15px;
    color: #ffffff;
    z-index: 11;
    opacity: 0;
}

.recent-post .media-link:after {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 97, 0, 0);
    z-index: 10;
}

.recent-post .media-link:hover .fa {
    bottom: 50%;
    opacity: 1;
}

.recent-post .media-link:hover:after {
    background-color: rgba(255, 97, 0, 0.7);
}

.recent-post .media-link .badge {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    border-radius: 0;
    padding: 5px 10px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #ffffff;
}

.recent-post .media-link .badge .fa {
    position: relative;
    font-size: 13px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    margin: auto;
    left: auto;
    opacity: 1;
}

.recent-post .media-link .badge.type {
    background-color: #ff6100;
}

.recent-post .media-link .badge.post {
    left: auto;
    right: 0;
    background-color: #7f7f7f;
}

.recent-post.alt {
    margin: 0 auto;
}

.recent-post.alt .media-left {
    padding-right: 30px;
}

.recent-post.alt .media-right {
    padding-left: 30px;
}

.recent-post.alt .media-link {
    margin: 0 0 20px 0;
}

.recent-post.alt .media-link .media-object {
    width: 100%;
    max-width: 100%;
}

.recent-post.alt .media-body {
    padding-right: 20px;
    padding-bottom: 20px;
}

.recent-post.alt .media-meta {
    margin-top: 0;
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    .recent-post .media-link {
        float: none !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .recent-post .media-link img {
        width: 100%;
        max-width: 100%;
    }
}


.widget-title {

    margin-top: 35PX;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #7f7f7f;
    overflow: hidden;
}



.widget .recent-post .media {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.widget .recent-post .media + .media {
    padding-top: 15px;
    border-top: solid 1px #e9e9e9;
}

.widget .recent-post .media-link {
    margin-right: 10px;
}

.widget .recent-post .media-meta {
    margin-top: 0;
    font-size: 14px;
    color: #191919;
}

.widget .recent-post .media-meta a {
    color: #191919;
}

.widget .recent-post .media-meta a:hover {
    color: #ff6100;
}

.widget .recent-post .media-heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}


/* Widget search
/* ========================================================================== */
.widget-search {
    max-width: 100%;
    position: relative;
}

.widget-search .form-control {
    width: 100%;
}

.widget-search button {
    position: absolute;
    right: 3px;
    top: 4px;
    background-color: #ffffff;
    border: none;
    padding: 2px 8px;
    line-height: 24px;
    font-size: 16px;
    color: #191919;
}

/* Sidebar */
#sidebar {
    margin-top: 0;
}

#sidebar .widget {
    display: block;
    margin-bottom: 0px;
    float: left;
    width: 100%;
}

/*
/* Widget categories
/* ========================================================================== */
.sidebar .widget {
    margin-bottom: 42px !important;
    margin-top: 0 !important;
}

.widget-title {
    font-family: 'uni_sansheavy_caps', 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 28px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    color: #7f7f7f;
    overflow: hidden;
}

.widget-title-sub {
    margin: 0 0 28px 0;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: dashed 1px #ececec;
    color: #333333;
}

.widget.shadow {
    background-color: #ffffff;
    border: solid 1px #f3f3f3;
}

.widget.shadow .widget-title {
    padding: 14px 20px;
    margin: 0;
    background-color: #f3f3f3;
    color: #333333;
}

.widget.shadow .widget-title-sub {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.widget.shadow .widget-content {
    padding: 14px;
}

.widget-categories ul {
    font-weight: 400;
    letter-spacing: 0.04em;
}

.widget-categories ul li {
    border-top: solid 1px transparent;
}

.widget-categories ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.widget-categories ul li a {
    display: block;
    padding: 0 0 1px 29px;
    position: relative;
}

.widget-categories ul li a:hover {
    margin-left: 10px;
}

.widget-categories ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 14px;
    height: 1px;
    background-color: #ffffff;
}

/* Widget Helping Center
/* ========================================================================== */
.widget.shadow .widget-title {
    padding: 14px 20px;
    margin: 0;
    background-color: #f3f3f3;
    color: #333333;
}

.widget.widget-helping-center .widget-title-sub {
    border-top: dashed 1px #ececec;
    font-size: 24px;
    font-weight: 400;
}

.widget.widget-helping-center a:not(.btn) {
    color: #7f7f7f;
}

.widget.widget-helping-center a:not(.btn):hover {
    color: #3c3c3c;
}

.helping-center-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    background-color: #f5f6f8;
}

.helping-center-line h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #6d737f;
    float: left;
    margin-top: 15px;
}

.helping-center-line span {
    display: inline-block;
    font-size: 20px;
    margin-top: 5px;
}

.helping-center-line .btn-theme {
    float: right;
}


/* Buttons
/* ========================================================================== */
.btn,
.btn:hover,
.btn:active,
.btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    border-radius: 2px;
}

.btn-theme {
    color: #ffffff;
    border-width: 1px;
    background-color: #ff6100;
    border-color: #ff6100;
    padding: 17px 28px 16px 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-transform: capitalize;

    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-theme:hover {
    background-color: #191919;
    border-color: #191919;
    color: #ffffff;
}

.btn-theme.btn-block {
    max-width: 450px;
}

.btn-theme .icon-left {
    margin-right: 7px;
}

.btn-theme .icon-right {
    margin-left: 7px;
}

.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
    background-color: transparent;
    border-width: 1px;
    border-color: #e9e9e9;
    color: #191919;
}

.dark .btn-theme-transparent,
.dark .btn-theme-transparent:focus,
.dark .btn-theme-transparent:active {
    color: #ffffff;
}

.btn-theme-transparent:hover {
    background-color: #191919;
    border-color: #191919;
    color: #ffffff;
}

.dark .btn-theme-transparent:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #191919;
}

.btn-theme-dark,
.btn-theme-dark:focus,
.btn-theme-dark:active {
    background-color: #333333;
    border-width: 1px;
    border-color: #333333;
    color: #ffffff;
}

.btn-theme-dark:hover {
    background-color: #ff6100;
    border-color: #ff6100;
    color: #ffffff;
}

.btn-theme-light,
.btn-theme-light:focus,
.btn-theme-light:active {
    background-color: #ffffff;
    border-width: 1px;
    border-color: #e6e9eb;
    color: #6d7480;
}

.btn-theme-light:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.btn-theme-green,
.btn-theme-green:focus,
.btn-theme-green:active {
    background-color: #1dce43;
    border-width: 1px;
    border-color: #1dce43;
    color: #ffffff;
}

.btn-theme-green:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.btn-theme-xs {
    font-size: 11px;
    padding: 7px 12px;
}

.btn-theme-sm {
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px 11px 20px;
}

.btn-theme-md {
    padding: 17px 25px;
}

.btn-theme-lg {
    font-size: 18px;
    padding: 20px 35px;
}

.btn-theme-xl {
    font-size: 24px;
    padding: 25px 35px;
}

.btn-rounded {
    border-radius: 49px;
}

.btn-theme-xs.btn-rounded {
    border-radius: 29px;
}

.btn-theme-sm.btn-rounded {
    border-radius: 39px;
}

.btn-theme-md.btn-rounded {
    border-radius: 54px;
}

.btn-theme-lg.btn-rounded {
    border-radius: 58px;
}

.btn-theme-xl.btn-rounded {
    border-radius: 63px;
}

.btn-icon-left .fa,
.btn-icon-left .glyphicon {
    margin-right: 7px;
}

.btn-icon-right .fa,
.btn-icon-right .glyphicon {
    margin-left: 7px;
}

.btn-more-posts {
    font-size: 14px;
    font-weight: 700;
    padding: 20px 60px;
}

.btn-play {
    position: relative;
    display: inline-block !important;
    padding: 0 !important;
    width: 150px !important;
    height: 150px !important;
    border-radius: 50% !important;
    text-align: center;
    background-color: rgba(255, 97, 0, 0.85);
    color: #ffffff;
}

.btn-play .fa {
    font-size: 60px;
    line-height: 150px;
    margin-right: -9px;
}

.btn-play:before {
    content: '';
    display: block;
    position: absolute;
    width: 180px !important;
    height: 180px !important;
    top: -16px;
    left: -16px;
    border-radius: 50% !important;
    border: solid 10px rgba(255, 97, 0, 0.35);
}

a:hover .btn-play,
.btn-play:hover {
    background-color: #ffffff;
    color: #ff6100;
}

.btn-title-more {
    float: right;
    font-size: 11px;
    padding: 13px;
    margin-top: -10px;
    margin-left: 20px;
    margin-bottom: -30px;
    background-color: transparent;
    border-width: 1px;
    border-color: #e9e9e9;
    color: #191919;
}

.btn-title-more .fa,
.btn-title-more .glyphicon {
    font-size: 14px;
    margin-top: -1px;
}

.btn-title-more:hover {
    background-color: #191919;
    border-color: #191919;
    color: #ffffff;
}

p.btn-row {
    margin-top: -10px;
}

p.btn-row .btn {
    margin-top: 10px;
    margin-right: 10px;
}

p.btn-row .text {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-view-more-block {
    width: 100%;
    max-width: 100%;
    display: block;
    font-size: 18px;
    padding: 13px 35px;
    border-color: #a5abb7;
    background-color: #a5abb7;
    color: #ffffff;
}

.btn-view-more-block:hover {
    border-color: #191919;
    background-color: #191919;
}

a.btn.twitter {
    background-color: #2daae1;
    border-color: #2daae1;
}

a.btn.facebook {
    background-color: #3c5b9b;
    border-color: #3c5b9b;
}

a.btn.google,
a.btn[title*='Google+'] {
    background-color: #f63f29;
    border-color: #f63f29;
}

a.btn.flickr {
    background-color: #216BD4;
    border-color: #216BD4;
}

a.btn.dribbble {
    background-color: #F46899;
    border-color: #F46899;
}

a.btn.linkedin {
    background-color: #0085AE;
    border-color: #0085AE;
}

a.btn.tumblr {
    background-color: #2C4762;
    border-color: #2C4762;
}

a.btn.instagram {
    background-color: #517fa4;
    border-color: #517fa4;
}

a.btn.pinterest {
    background-color: #cb2027;
    border-color: #cb2027;
}

a.btn.skype {
    background-color: #00aaf1;
    border-color: #00aaf1;
}

a.btn.vimeo {
    background-color: #5BC8FF;
    border-color: #5BC8FF;
}



.gallery {
    display: inline-block;
    margin-top: 20px;
}

.carousel-caption2 {
    position: absolute;
    right: 0%;
    bottom: 0;
    left: 0;
    /* top: 0px; */
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);

}

.carousel-caption2 h4 {
    vertical-align: bottom;
    text-align: center;
}

.panel-heading {
    padding: 10px 7px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title a {
    font-size: 13px !important;
}

.panel-title a .glyphicon {
    margin-right: 10px;
    position: relative;
    top: 2px;
    color: #fe7201;
}

table tr td .glyphicon {
    position: relative;
    top: 2px;
}

table tr td a {
    font-family: roboto;
    font-size: 12px !important;
}

.panel-body {
    padding: 0px;
}

.panel-body table tr td {
    padding-left: 15px
}

.panel-body .table {
    margin-bottom: 0px;
}






/******************Product Page********************************/

.list-1 ul li {
    /* second well;*/
    list-style-type: none;
    font-size: 14px;
}

.list-1 ul li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    position: absolute;
    left: 30px;
    font-size: 12px;
    color: #fe7201;
}


.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.social {
    -webkit-transform: scale(0.8);
    /* Browser Variations: */

    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

/*
    Multicoloured Hover Variations
*/

#social-fb:hover {
    color: #3B5998;
}

#social-tw:hover {
    color: #4099FF;
}

#social-gp:hover {
    color: #d34836;
}

#social-em:hover {
    color: #f39c12;
}


.product-btn2 {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fe7201;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.product-btn2 span {
    position: relative;
    top: 9px;
    font-size: 30px;
    line-height: 15px;
    display: inline-block;

}


.product-btn3 {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fe7201;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 8px 20px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.product-btn3 span {
    position: relative;
    top: 5px;
    font-size: 20px;
    line-height: 15px;
    display: inline-block;

}



.product-btn4 {
    display: inline-block;
    margin-bottom: 20px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 2px 10px;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.product-btn4:hover {
    color: #F90;
}

.product-btn4 span {
    position: relative;
    top: 5px;
    font-size: 20px;
    line-height: 15px;
    display: inline-block;
    color: #fff;
}


div.product {
    margin-bottom: 0;
    position: relative;
}

.ct-product-list .product_wrap {
    margin-bottom: 30px
}

.product_wrap .product-inner {
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f1f1f1;
}

.product_wrap .product-inner span.onsale {
    top: 0;
    position: absolute
}

.product_wrap .product-inner .product-thumbnail {
    /*background-color: #d7d7d7;*/
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.product_wrap .product-inner .product-thumbnail img {
    width: 100%
}

.product_wrap .product-inner .product-thumbnail:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0) 40%;
    background: -webkit-radial-gradient(50% 50%, circle, rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, .65) 25%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(50% 50%, circle, rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, .65) 25%, rgba(255, 255, 255, 0) 100%);
    background: -moz-radial-gradient(50% 50%, circle, rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, .65) 25%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, .35) 0, rgba(255, 255, 255, .65) 25%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
    z-index: -1
}

.product_wrap .product-inner .product-content {
    text-align: center;
    padding: 15px 15px 65px;
    background: #fff;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: transform .3s;
    -moz-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s
}

.product_wrap .product-inner .product-content .product-name > * {
    margin-bottom: 7px;

}

.product_wrap .product-inner .product-content .product-name h2 {
    font-size: 20px;
    text-decoration: none;
}

.product_wrap .product-inner .product-content .product-name a,
.product_wrap .product-inner .product-content .product-name .woocommerce-loop-product__title {
    color: #999;
    font-weight: normal;
    font-size: 16px
}

.product_wrap .product-inner .product-content .product-price {
    padding-bottom: 14px;
    position: relative
}

.product_wrap .product-inner .product-content .product-price:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    max-width: 160px;
    width: 100%;
    background-color: #ebebeb;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s
}

.product_wrap .product-inner .product-content .product-price del + ins {
    text-decoration: none;
    margin-left: 5px
}

.product_wrap .product-inner .product-content .product-price * {
    font-weight: bold;
    color: #333;
    font-size: 14px
}

.product_wrap .product-inner .product-content .add-cart {
    margin-top: 14px;
    position: absolute;
    left: 0;
    right: 0;
    font-weight: bold
}

.product_wrap .product-inner .product-content .add-cart a {
    text-transform: uppercase;
    padding: 5px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
    background-color: transparent;
    color: #fe7201;
}

.product_wrap .product-inner .product-content .add-cart a:hover {
    color: #999;
    text-decoration: none;
}

.product_wrap .product-inner .product-content .add-cart i {
    margin-right: 8px
}

.product_wrap .product-inner:hover {
/*
    -webkit-box-shadow: 20px 25px 30px -15px rgba(0, 0, 0, .4);
    -moz-box-shadow: 20px 25px 30px -15px rgba(0, 0, 0, .4);
    box-shadow: 20px 25px 30px -15px rgba(0, 0, 0, .4);
*/
/*
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer
*/
         transition-duration: 0.5s;
    box-shadow: rgba(42, 42, 42, 0.26) 0px 1px 12px 1px;
}
/*
    .product_wrap .product-inner:hover .product-content {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
        margin-top: 0
    }
*/

.product_wrap .product-inner:hover .product-content .product-price:after {
    opacity: 1
}

.product_wrap .product-inner:hover .product-thumbnail {
    /* -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px)*/
}



.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a {
    background: #fe7201;
    color: #fff;
    font-size: 16px;

}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
    background: #f1f1f1;
}

.nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
    border-left: 1px solid #fff;
}

.tab-content {
    padding: 30px;
    background: #fbfbfb;
}



.thumbnail {
    position: relative;
    overflow: hidden;
}

.caption {
    position: absolute;
    top: -100%;
    right: 0;
    background: rgba(245, 142, 66, 0.73);
    width: 100%;
    height: 100%;
    padding: 2%;
    text-align: center;
    color: #fff !important;
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.thumbnail:hover .caption {
    top: 0%;
}

.caption .label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background: #000;
    border: none;
    top: 10em;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.list-2 ul {
    /* second well;*/
    margin: 0px;
}

.list-2 ul li {
    /* second well;*/
    list-style-type: none;
    font-size: 14px;
}

.list-2 ul li:before {
    font-family: 'Glyphicons Halflings';
    content: "\e013";
    position: absolute;
    left: 40px !important;
    font-size: 12px;
    color: #fe7201;
}



@media(max-width: 768px) {
    .post-wrap h1 {
        margin-top: 20px !important;
    }

    .nav-tabs.nav-justified > li {
        display: initial;
    }

    .tab-content {
        padding: 20px;
    }

    .product-btn4 {
        margin-top: 10px;
    }

    .page-section_general {
        padding-bottom: 0;
    }

    .news {
        margin-top: 0;
    }

    #demoModal .modal-content {
        min-height: 890px;
    }

    #demoModal .row .one6 {
        padding-right: 15px !important;
    }

    #demoModal .row .two6 {
        padding-left: 15px !important;
    }

    #demoModal .subB {
        margin-bottom: 15px;
    }

    .nav-tabs > li > a {
        font-size: 16px !important;
    }
    
  
    
}



/**********************product modal***************************/
/**********************product modal***************************/
#demoModal .modal-content,
#enqModal .modal-content {
    padding: 0;
    border-radius: 0;
    max-height: 500px;
}

#demoModal .modal-body,
#enqModal .modal-body {
    padding: 0;
}

#demoModal .form-control,
#enqModal .form-control {
    border-radius: 0;
    padding: 20px 10px;
    border: 1px solid #d6d1d1;
    border-bottom: 2px solid #fe7201;
}

#demoModal textarea,
#enqModal textarea {
    width: 100%;
    height: 100px;
    padding: 20px 10px;
    border: 1px solid #d6d1d1;
    border-bottom: 2px solid #fe7201;
}

#demoModal .btn,
#enqModal .btn {
    border: none;
    border-radius: 3px;
    padding: 13px 30px;
    background-color: #333;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    transition: 0.5s;
}

#demoModal .row .one6,
#enqModal .row .one6 {
    padding-right: 0;
}

#demoModal .row .two6,
#enqModal .row .two6 {
    padding-left: 0;
}

#demoModal .close,
#enqModal .close {
    position: relative;
    top: 10px;
    right: 10px;
}

#demoModal #inD,
#enqModal #inD {
    padding: 25px;
    padding-top: 30px;
}

#demoModal #inD h4,
#enqModal #inD h4 {
    font-size: 25px;
    margin-bottom: 15px;
}

/********************************Ravi*****************************/
/***********************Contact Css********************************/
.contact .in-col {
    background-color: #fff;
    overflow: hidden;
    padding: 42px 40px 143px;
    box-shadow: 1px 1px 4px #d4d6d8;
}

.contact .contactD {
    margin-bottom: 80px;
}

.contact .contactD:last-child {
    margin-bottom: 0px;
}

.contact .contactD p {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.contact .contactD .fa {
    color: #fe7201;
}

.contact .ch {
    margin: 0;
    margin-bottom: 15px;
    font-weight: 900;
    font-size: 22px;
}

.contact .cp {
    font-size: 12px;
    font-weight: 300;
    color: #a6a6a6;
    margin-bottom: 60px;
}

.contact .cForm input[type="text"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d1d2;
}

.contact .cForm input[type="text"]::placeholder {
    color: #b9b9bb;
}

.contact .cForm textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #d1d1d2;
    padding: 10px;
}

.contact .cForm textarea::placeholder {
    color: #b9b9bb;
}

.contact .cForm input[type="submit"] {
    border: none;
    border-radius: 3px;
    padding: 13px 30px;
    background-color: #333;
    color: white;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
    transition: 0.5s;
}

.contact .cForm input[type="submit"]:hover {
    background-color: #fe7201;
    color: #333;
}

.contact .ccol {
    box-shadow: 1px 1px 4px #d4d6d8;
    padding: 15px 30px;
    border-top: 5px solid #fe7201;
    margin-bottom: 25px;
    background-color: #fff;
}

.contact .ccol:hover {
    /* transform: scale(1.05);*/
    transition-duration: 0.5s;
    box-shadow: rgba(42, 42, 42, 0.26) 0px 1px 12px 1px;
}

.contact .ccol img {
    width: 100%;
    height: 150px;
}

@media(max-width: 768px) {
    .contact .in-col {
        padding-bottom: 42px;
    }
}



/*************************iFIX Movement****************************/

#ifixm .iFixH2 {
    text-align: center;
    margin-bottom: 30px;
    color: #fe7201;
    font-size: 35px;
}

#ifixm .fixDiv {
    margin-bottom: 100px;
}

#ifixm .fdInner1 {
    padding: 105px;
    padding-top: 110px;
    padding-bottom: 72px;
    box-shadow: 0px 0px 1px #c6c3c3;
}

#ifixm .fdInner1 h4 {
    font-size: 30px;
    margin-bottom: 0px;
}

#ifixm .fdInner1 p {
    font-size: 16px;
    margin-bottom: 20px;
}

#ifixm .fdInner2 {
    padding: 105px;
    padding-top: 110px;
    padding-bottom: 118px;
    box-shadow: 0px 0px 1px #c6c3c3;
}

#ifixm .fdInner2 h4 {
    font-size: 30px;
    margin-bottom: 0px;
}

#ifixm .fdInner2 p {
    font-size: 16px;
    margin-bottom: 20px;
}

#ifixm .boxes h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}

#ifixm .slab {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 0 30px;
    height: 320px;
}

#ifixm .slab-inner {
    border-bottom: 5px solid #b9bec2;
    height: 320px;
    overflow: hidden;
    transition: 0.2s;
    bottom: 0;
    position: relative;

}

#ifixm .slab:hover .slab-inner {
    border-bottom: 5px solid #fe7201;
    box-shadow: 5px 5px 20px #b9bec2;
    position: relative;
    bottom: 30px;
}

#ifixm .slab p {
    font-size: 16px;
    font-weight: 500;
    padding: 30px;
    text-align: center;
}

#ifixm a.vP {
    border: none;
    text-decoration: none;
    border-radius: 3px;
    padding: 13px 30px;
    background-color: #333;
    color: white;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    margin-top: 40px;
    transition: 0.2s;
}

#ifixm a.vP:hover {
    background-color: #fe7201;
}

#ifixm .testi {
    background-color: #ededed;
    padding: 30px 24px;
    border-radius: 30px;
    width: 75%;
    margin: auto;
    margin-bottom:15px;
}

#ifixm .testi h4 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
}

#ifixm .testi p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 300;
}

#ifixm p.owner1 {
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px;
}

#ifixm p.owner2 {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
}

#ifixm .fdInner1 .line1,
#ifixm .fdInner2 .line1 {
    text-align: left;
    margin-left: 0;
    width: 10%;
    margin-bottom: 40px;
}

#ifixm .fdInner1 .line1-inner,
#ifixm .fdInner2 .line1-inner {
    padding: 2px;
}

.visible-xs {
    display: none;
}

@media(max-width: 768px) {
    #ifixm .fdInner1 {
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #ifixm .fdInner2 {
        padding: 30px;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    #ifixm .fixDiv {
        margin-bottom: 50px;
    }

    #ifixm .testi {
        padding: 20px 15px;
        width: 90%;
        margin-bottom: 30px;
    }

    .hidden-xs {
        display: none;
    }
}

/****************************************dsp master***********************/
#myModal {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 30px;
    display: none;
}

#myModal .body-inner {
    width: 50%;
    margin: auto;
    position: relative;
}

.myModal .myModalBody .close1 {
    position: absolute;
    color: #fff;
}

#dsp .dspm {
    margin-bottom: 80px;
}

#dsp .dspm h4 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#dsp .dspm h4 img {
    width: 15%;
    margin-right: 20px;
}

#dsp .dspm p {
    font-size: 16px;
}

#imgModal .modal-body {
    padding: 0;
}

#imgModal .modal-body .close {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 1;
    color: #fff;
}

#imgModal .modal-body .close:hover {
    opacity: 0.5;
}

@media(max-width: 768px) {
    #myModal .body-inner {
        width: 90%;
    }

    #dsp .dspm {
        margin-bottom: 50px;
    }

    #dsp .dspm h4 {
        margin-top: 30px;
        font-size: 20px;
    }

    #dsp .dspm h4 img {
        width: 11%;
    }
}

/****************************************ravi end***********************/










/****************************************suppport page***********************/
#support .ccol {
    border-top: 5px solid #fe7201;
    padding: 15px 30px;
    margin-bottom: 30px;
    box-shadow: rgb(212, 214, 216) 0px 0px 1px;
}

#support .ccol:hover {
     transition-duration: 0.5s;
    box-shadow: rgba(42, 42, 42, 0.26) 0px 1px 12px 1px;
}

#support .ccol h5 {
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 5px;
    color: #fe7201;
}

#support .ccol p {
    margin-bottom: 5px;
}

#support .ccol ul {
    padding-left: 0;
    list-style-type: none;
}

#support .ccol ul li a::before {
    content: "";
    font-family: FontAwesome;
    color: rgb(245, 134, 52);
    padding-right: 8px;
    font-size: 14px;
}

/****************************************distribution page***********************/

.distribution {
    position: relative;
    top: -50px;
    background: #FFF;
    padding-top: 36px;
    box-shadow: 0px -12px 58px -16px #000;
    /* box-shadow: 0px -20px 20px 0px black; */
}


#distribution .white-section-content h1 {
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    margin: auto;
    font-size: 40px;
    font-weight: 400;
    color: #fe7201;
}

#distribution .white-section-content h1 .line1 {
    margin-top: 10px;
    width: 100%;
}

#distribution .white-section-content p {
    text-align: center;
}

#distribution .white-section-content p b {
    font-size: 22px;
}

#distribution .card {
    margin-top: 70px;
}

#distribution .card .nav-tabs {
    border-bottom: none;
}

#distribution .card .nav-tabs li {
    padding-right: 0 !important;
    padding-left: 0 !important;
    text-align: center;
}

#distribution .card .nav-tabs li a {
    background-color: #eeeeee;
}

#distribution .card .nav-tabs li.active a {
    border: none !important;
    background-color: #fe7201;
    color: white;
    font-size: 16px;
    border-radius: 0;
}

#distribution .tab-content .tab-pane .dist-box1 {
    padding-right: 50px;
    height: 330px;
}

#distribution .tab-content .tab-pane .dist-box1 .dist-box1_wrap {	
    float: left;
    margin-right: 10px;
    color: #fe7201;
}

#distribution .tab-content .tab-pane .dist-box1 .dist-box1_wrap_rgt {
    margin-bottom: 15px;
}

#distribution .tab-content .tab-pane .dist-box1 .dist-box1_wrap_rgt h5 {
    margin-top: 15px;
}


#distribution .tab-content .tab-pane .dist-box-shadow {
    padding: 20px;
    transition: all 0.5s;
    height: 315px;
}

#distribution .tab-content .tab-pane .dist-box-shadow:hover {
  transform: scale(1.05);
    box-shadow: 0px 1px 12px 1px rgba(42, 42, 42, 0.26);
}

#distribution .tab-content .tab-pane .dist-box1 p {
    margin-top: 0;
    margin-bottom: 5px;
}

#distribution .tab-content .tab-pane .dist-box1 a {
    color: #fe7201;
}

@media(max-width: 768px) {
    #distribution .white-section-content h1 {
        font-size: 32px;
    }

    #distribution .white-section-content p b {
        font-size: 18px;
    }

    #distribution .card {
        margin-top: 40px;
    }

    #distribution .tab-content .tab-pane .dist-box1 {
        padding-right: 15px;
        height: auto;
    }

    #distribution .tab-content .tab-pane .dist-box-shadow {
        height: auto;
    }

    #dvMap {
        height: 350px;
    }
}

/****************************************ease-gll page***********************/

#ease-gll .div-height {
    height: 400px;
    overflow-y: scroll;
}

#ease-gll .div-height .panel-body ul li {
    font-size: 14px;
    line-height: 22px;
}

#ease-gll .div-height::-webkit-scrollbar {
    width: 7px;
}

#ease-gll .div-height::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#ease-gll .div-height::-webkit-scrollbar-thumb {
    background: #fe7201;
    border-radius: 5px;
}

#ease-gll .div-height::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#ease-gll .ccol {
    border-top: 1px solid #fe7201;
}

#ease-gll .macbook-width {
    width: 100%;
}

#ease-gll .md-macbook-pro {
    display: block;
    width: 58.3125em;
    height: 31.875em;
    font-size: 13px;
    margin: 0 auto;
}

#ease-gll .md-macbook-pro .md-lid {
    width: 49em;
    height: 30.625em;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    border-radius: 1.875em;
    border: solid 0.1875em #cdced1;
    background: #131313;
}

#ease-gll .md-macbook-pro .md-camera {
    width: 0.375em;
    height: 0.375em;
    margin: 0 auto;
    position: relative;
    top: 1.0625em;
    background: #000;
    border-radius: 100%;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
}

#ease-gll .md-macbook-pro .md-screen {
    width: 45.5em;
    height: 25.375em;
    margin: 0 auto;
    position: relative;
    top: 1.6625em;
    background: #fff;
    overflow: hidden;
}

#ease-gll .tab-content {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
}

#ease-gll .md-macbook-pro .md-screen img {
    width: 100%;
}

#ease-gll .md-macbook-pro .md-base {
    width: 100%;
    height: 0.9375em;
    position: relative;
    top: -0.75em;
    background: #c6c7ca;
}

#ease-gll .md-macbook-pro .md-base:before {
    content: "";
    display: block;
    width: 7.6875em;
    height: 0.625em;
    margin: 0 auto;
    position: relative;
    background: #a6a8ad;
    border-radius: 0 0 0.625em 0.625em;
}

#ease-gll .md-macbook-pro .md-base:after {
    content: "";
    display: block;
    width: 100%;
    height: 0.5em;
    margin: 0 auto;
    position: relative;
    bottom: -0.1875em;
    background: #b9babe;
    border-radius: 0 0 1.25em 1.25em;
}

@media(max-width: 768px) {
    #ease-gll .div-height {
        height: 250px;
    }

    #ease-gll .div-height .panel-body ul li {
        font-size: 12px;
        line-height: 22px;
    }

    #ease-gll .macbook-width {
        width: 100%;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #ease-gll .md-macbook-pro {
        display: block;
        width: 100%;
        height: 100%;
    }

    #ease-gll .md-macbook-pro .md-lid {
        width: 25em;
        height: 17.625em;
        overflow: hidden;
        margin: 0 auto;
        position: relative;
        border-radius: 1.5em;
        border: solid 0.1875em #cdced1;
        background: #131313;
    }

    #ease-gll .md-macbook-pro .md-camera {
        width: 0.375em;
        height: 0.375em;
        margin: 0 auto;
        position: relative;
        top: 1.0625em;
        background: #000;
        border-radius: 100%;
        box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.25);
    }

    #ease-gll .md-macbook-pro .md-screen {
        width: 23.5em;
        height: 13.2em;
        margin: 0 auto;
        position: relative;
        top: 1.2em;
        //: ;
        background: #1d1d1d;
        background: #fff;
        overflow: hidden;
    }

    #ease-gll .md-macbook-pro .md-base {
        width: 100%;
        height: 0.9375em;
        position: relative;
        top: -0.75em;
        background: #c6c7ca;
    }
}

@media(max-width: 768px) {
    #about-content {
        margin-top: 40px;
    }

    #about-content .row {
        margin-bottom: 40px;
    }

    #about-content .text-col {
        padding-top: 0;
        margin-top: 30px;
    }

    #about-content .text-col h2 {
        font-size: 32px;
    }

    #about-content .text-col p {
        font-size: 18px;
    }

    #about-content .text-col-right {
        border-right: none;
        border-bottom: none;
        left: 0;
    }

    #about-content .text-col-left {
        border-left: none;
        border-bottom: none;
        right: 0px;
    }

   
}
