/* 
        --- Table Of Content ---
        
        1. preload
        2. menu
        3. home-background
        4. parallex-effect
        5. about
        6. work
        7. fancybox
        8.contact
        9.responsive
        
*/
html {
        position: relative;
        height: 100%;
}
body {
        margin: 0px;
        padding: 0px;
        font-family: 'Montserrat', sans-serif;
        height: 100%;
        background-color: black;
}
@font-face {
        font-family: 'Glyphicons Halflings';
        src: url('../font/glyphicons-halflings-regular.eot');
        src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
        font-family: "Flaticon";
        src: url("../font/flaticon.eot");
        src: url("../font/flaticon.eot#iefix") format("embedded-opentype"), url("../font/flaticon.woff") format("woff"), url("../font/flaticon.ttf") format("truetype"), url("../font/flaticon.svg") format("svg");
        font-weight: normal;
        font-style: normal;
}
/*================================================================ PRELOAD ===================================================================*/
.no-js #loader {
        display: none;
}
.js #loader {
        display: block;
        position: absolute;
        left: 100px;
        top: 0;
}
.se-pre-con {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 9999;
        background: url(../img/loader1.gif) center no-repeat #fff;
}
/*============================================================== MENU ==========================================================*/
.main-page-content {
        width: 100%;
        height: 100%;
}
.menubar {
        height: auto;
        width: 100%;
}
.navbar-default {
        background-color: transparent;
        height: 75px;
        border-bottom: none;
        /*  overflow: hidden;*/
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
}
.navbar-fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        transition: .3s;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
}
.navbar-default {
        background-color: color(srgb 1 1 1 / 0.43);
        box-shadow: 0px 0px 12px 0px #aeaeae;
}
.navbar-default.small {
        background-color: white;
        box-shadow: 0px 0px 12px 0px #aeaeae;
}
.navbar-brand {
        float: left;
        height: 50px;
        padding: 10px 58px;
        font-size: 41px;
        line-height: 20px;
        padding-top: 21px;
}
.navbar-nav {
        float: right;
        margin: 17px 23px;
        margin-right: 0px;
}
.navbar-nav li {
        float: left;
        margin: 0px 11px;
        display: inherit;
}
.navbar-default .navbar-nav > li > a {
        color: black;
        letter-spacing: 2px;
        font-size: 13px;
        transition: .5s;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
        padding: 10px 0px;
        font-weight: 600;
}
.navbar-default.small .navbar-nav a {
        color: black;
}
.navbar-default .navbar-nav > li > a:hover {
        color: #333;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #41877D !important;
        background-color: transparent;
}
.navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
}
.navbar-nav > li > .dropdown-menu {
        border-radius: 0;
}
.navbar-nav > li > .dropdown-menu .btn {
        padding: 6px 9px;
}
.site-title {
        padding: 0px 0px;
}
.site-title h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 27px;
        text-transform: uppercase;
        color: white;
        font-weight: 600;
        margin-top: 24px;
}
.logo-url img {
        height: auto;
        width: 115px;
        /*    display: block;
    margin-top: 20px;*/
}
.navbar-default.small .site-title h3 {
        color: #41877D;
}
.navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -39px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        /*border-radius: 4px;*/
}
/*====================================================== HOME BACKGROUND =====================================================*/
#home {
        /*    height: 100vh;
    min-height: 100%;*/
        width: 100%;
        position: relative;
}
.home-img {
        width: 100%;
        height: 100vh;
        margin-left: 0px;
        margin-top: 0px;
}
.home-content-main {
        width: 100%;
        height: 100%;
        display: table;
}
.table-cell {
        /*    position: absolute;
    bottom: 16em;
    left: 2em;
    width: 25em;
    background: color(srgb 0.25 0.53 0.49 / 0.72);*/
        display: table-cell;
        vertical-align: middle;
}
.home-row {
        z-index: 2;
        position: relative;
}
.home-text {
        width: 100%;
}
.home-text h2 {
        font-size: 23px;
        color: white;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
}
.home-text h2 span {
        font-size: 26px;
        color: #41877D;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
}
.home-text h3 {
        font-size: 38px;
        text-transform: uppercase;
        color: white;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        margin-bottom: 20px;
        font-weight: 600;
        line-height: 52px;
}
.home-social-icon {
        padding: 15px 0px;
}
.home-social {
        padding: 0px;
        display: inline-flex;
        list-style: none;
        margin: 0px;
}
.home-social li {
        margin: 0px 0px;
}
.home-social li:first-child {
        margin-left: 0px;
}
.home-social li a {
        color: white;
        background-color: transparent;
        float: left;
        line-height: 30px;
        font-size: 15px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        text-align: center;
        margin-right: 18px;
}
.home-social li a:hover {
        color: #41877D;
        margin-top: -3px;
}
.home-background {
        width: 100%;
        height: 100vh;
}
.image-home {
        width: 100%;
        height: 100vh;
}
#home-parallex {
        /* background: url(../img/img1.jpg) 50% 0 no-repeat fixed;*/
        margin: 0;
        height: 100%;
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
}
#home-parallex:after {
        /*    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    z-index: 1;*/
        /*background-image: url(../img/1.png);*/
}
/*===================================================================== PARRALLEX EFFECT ================================================*/
.section:nth-of-type(1) {
        background: whitesmoke;
        height: 100vh;
}
.section {
        height: 100vh;
        position: relative;
        width: 100% !important;
        margin: 0;
        padding: 0;
        overflow: hidden;
        width: 100%;
}
section:nth-of-type(2) {
        background: black;
        height: 1600px;
}
#home-parallex {
        /*background: url(../img/img1.jpg) 50% 0 no-repeat fixed;*/
        margin: 0;
        height: 100vh;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        background-size: cover;
}
.parallax-item {
        position: absolute;
        z-index: 5;
        top: 40px;
        left: 400px;
}
/*==================================================================== ABOUT ============================================================*/
#about {
        width: 100%;
        margin-top: 0px;
        position: relative;
}
.about-content {
        padding-top: 120px;
        padding-bottom: 0px;
}
.about-grid {
        width: 100%;
}
.me-grid {
        margin-top: 0px;
}
.about-col {
        padding: 0px;
}
.about-image {
        margin: 0px 16px;
}
.about-img {
        width: 100%;
        height: auto;
        padding: 0px;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
}
.about-details {
        margin: 0px 30px;
}
.about-details h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #41877D;
        margin-top: 0px;
        font-weight: 600;
        line-height: 33px;
}
.underline {
        height: 2px;
        width: 150px;
        background-color: #41877D;
        margin-top: 18px;
}
.about-details p {
        font-size: 14px;
        color: #626262;
        letter-spacing: 1px;
        line-height: 29px;
        margin-bottom: 0px;
        margin-top: 18px;
}
.text-2 {
        padding-bottom: 30px;
}
.about-link-1 {
        font-size: 16px;
        color: white;
        background-color: #41877D;
        border: 1px solid #41877D;
        padding: 10px 18px;
        position: relative;
        /*border-radius: 4px;*/
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
}
.about-link-2 {
        font-size: 16px;
        color: white;
        background-color: #41877D;
        border: 1px solid #41877D;
        padding: 10px 18px;
        position: relative;
        /*border-radius: 4px;*/
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        margin-left: 10px;
}
.about-link-1:hover {
        box-shadow: 2px 2px 4px 0px #b0b0b0;
        text-decoration: none;
        color: white;
}
.about-link-2:hover {
        box-shadow: 2px 2px 4px 0px #b0b0b0;
        text-decoration: none;
        color: white;
}
.work-counter {
        width: 100%;
        background-color: black;
        /*margin-bottom: 120px;*/
}
.counter {
        padding: 45px 0px;
}
.counter .container {
        border-bottom: 2px solid #41877D;
        padding-bottom: 30px;
}
.work-statistics {
        padding: 0px;
}
.work-statistics h3 {
        font-size: 29px;
        font-family: 'Montserrat', sans-serif;
        color: #E3E3E3;
        margin: 0px 9px;
        font-weight: 700;
        display: inline;
        vertical-align: middle;
}
.work-statistics p {
        color: #E3E3E3;
        font-size: 19px;
        margin-top: 8px;
        padding: 0px;
}
.stat-icon {
        font-size: 19px;
        margin-top: 14px;
        color: white;
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        height: 35px;
        width: 35px;
        background-color: #41877D;
        border-radius: 5px;
        line-height: 35px;
        text-align: center;
}
/*=================================================== SERVICE ==========================================*/
#service {
        width: 100%;
        /*background-color: white;*/
        margin-top: 0px;
        position: relative;
}
#service .container {
        border-bottom: 2px solid #41877D;
}
.service-content {
        padding-top: 120px;
        padding-bottom: 72px;
}
.service-grid {
        width: 100%;
        margin-top: 0px;
}
.service-title {
        padding-top: 0px;
}
.service-title h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #e3e3e3;
        margin-top: 0px;
        font-weight: 600;
        line-height: 33px;
}
.service-title p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #E3E3E3;
        padding: 0px;
        line-height: 27px;
        margin: 15px 0px;
        margin-bottom: 49px;
}
.service-details {
        padding: 18px 0px;
        margin-bottom: 30px;
        border: none;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        /*  background-color: white;*/
        padding-right: 30px;
}
.service-details:hover .underline-black {
        width: 100px;
}
.service-details h3 {
        margin: 16px 0px;
        font-size: 17px;
        letter-spacing: 1px;
        color: #e3e3e3;
        font-family: 'Montserrat', sans-serif;
        position: relative;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
        font-weight: 600;
        margin-bottom: 8px;
}
.service-details p {
        color: #E3E3E3;
        font-size: 15px;
        line-height: 24px;
        margin-top: 8px;
}
.service-icon {
        font-size: 23px;
        color: white;
        height: 40px;
        width: 40px;
        background-color: #41877D;
        border-radius: 5px;
        text-align: center;
        line-height: 42px;
}
.underline-black {
        height: 2px;
        width: 80px;
        background-color: #41877d;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
}
/*=========================================================================== WORK ===============================================================*/
#work {
        width: 100%;
        background-color: black;
        margin-top: 1px;
}
.work-content {
        padding-top: 120px;
        padding-bottom: 120px;
}
.work-grid {
        width: 100%;
}
.work-title {
        /* padding-top: 120px;*/
}
.work-title h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #fff;
        margin-top: 0px;
        font-weight: 600;
        line-height: 33px;
}
.work-title p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #E3E3E3;
        padding: 0px;
        line-height: 27px;
        margin: 15px 0px;
        margin-bottom: 49px;
}
.work-details {
        margin-top: 40px;
}
.work-details .container {
        border-bottom: 2px solid #41877D;
        padding-bottom: 30px;
}
.overlay {
        height: 100%;
        width: 100%;
        background-color: rgba(88, 231, 201, 0.7);
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
        -o-transition: .4s;
}
.overlay-main {
        width: 100%;
        height: 100%;
        display: table;
}
.work-icon {
        font-size: 40px;
        color: white;
        text-align: center;
}
#filters {
        padding: 0;
        list-style: none;
        width: 100%;
        margin: 30px auto;
        margin-top: 10px;
}
#filters li {
        float: left;
}
#filters li span {
        display: block;
        padding: 5px 20px;
        text-decoration: none;
        color: #666;
        cursor: pointer;
}
#filters li span.active {
        background: #41877D;
        color: #fff;
}
#portfoliolist .portfolio {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 32%;
        margin-right: 1%;
        /*display: none;*/
        float: left;
        overflow: hidden;
        margin-bottom: 1%;
}
.portfolio-wrapper {
        overflow: hidden;
        position: relative !important;
        background: #666;
}
.portfolio img {
        max-width: 100%;
        position: relative;
        top: 0;
        -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-wrapper img {
        transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -ms-transition: .4s;
}
.portfolio-wrapper:hover .overlay {
        opacity: 1.4;
}
.portfolio .text-category {
        display: block;
        font-size: 9px;
}
/*=========================================================== PRODUCT ===============================================================*/
#product {
        width: 100%;
        background-color: black;
        margin-top: 1px;
}
.product-content {
        padding-bottom: 120px;
}
.product-grid {
        width: 100%;
}
.product-title {
    color: #E3E3E3;
        /* padding-top: 120px;*/
}
.product-title h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #41877D;
        margin-top: 0px;
        font-weight: 600;
        line-height: 33px;
}
.product-title p {
        font-size: 15px;
        letter-spacing: 1px;
        color: #E3E3E3;
        padding: 0px;
        line-height: 27px;
        margin: 15px 0px;
        margin-bottom: 49px;
}
.product-details {
        margin-top: 40px;
}
.product-details .container {
        /*    border-bottom: 5px solid #41877D;
    padding-bottom: 30px;*/
}
/* #Tablet (Portrait) */
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
/* #Clearing */
/* Self Clearing Goodness */
.container:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
        content: '\0020';
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
.row:after, .clearfix:after {
        clear: both;
}
.row, .clearfix {
        zoom: 1;
}
.clear {
        clear: both;
        display: block;
        overflow: hidden;
        visibility: hidden;
        width: 0;
        height: 0;
}
/*================================================================ FANCYBOX ===============================================================*/

/*====================================================================== TESTIMONIAL ==================================================================*/
#testimonial {
        width: 100%;
        background-color: white;
        margin-top: 0px;
        position: relative;
        background: url(../img/testimonial.png) 50% 0 no-repeat fixed;
        background-size: cover;
        background-position: center center;
}
#testimonial:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.88);
        top: 0;
        left: 0;
        z-index: 1;
}
.testimonial-content {
        padding-bottom: 80px;
        padding-top: 120px;
}
.testimonial-grid {
        width: 100%;
        position: relative;
        z-index: 111;
}
.testimonial-title {
        padding-top: 0px;
}
.testimonial-title h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #41877D;
        margin-top: 0px;
        font-weight: 600;
        margin: 0px;
        line-height: 33px;
}
.testimonial-title p {
        font-size: 16px;
        color: #E3E3E3;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
}
.testimonial-details {
        width: 100%;
}
section {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 30px;
}
.quote {
        color: rgba(0, 0, 0, .1);
        text-align: center;
        margin-bottom: 0px;
}
#fade-quote-carousel.carousel {
        padding-bottom: 0px;
        height: auto;
        position: relative;
}
#fade-quote-carousel.carousel .carousel-inner .item {
        opacity: 0;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
        opacity: 1;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
}
.carousel-indicators .active {
        opacity: 1;
        -webkit-transition-property: opacity;
        -ms-transition-property: opacity;
        transition-property: opacity;
}
#fade-quote-carousel blockquote {
        text-align: center;
        border: none;
}
blockquote {
        padding: 34px 20px;
        margin: 0 0 20px;
        font-size: 17.5px;
        border-left: 5px solid #eee;
}
.item blockquote p {
        font-size: 16px;
        color: #E3E3E3;
        margin-bottom: 0px;
        line-height: 30px;
        position: relative;
}
.item blockquote p span {
        font-size: 23px;
        color: #41877D;
        position: relative;
        line-height: 44px;
}
.testimonial-details .item {
        height: auto;
}
#fade-quote-carousel.carousel .carousel-indicators {
        bottom: -32px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
        background-color: #41877D;
        border: none;
}
.fa-4x {
        font-size: 2em;
        color: white;
        height: 50px;
        width: 50px;
        background-color: transparent;
        line-height: 48px;
        border-radius: 5px;
}
/*============================================================== PRODUCT FRONT =====================================================================*/
#owl-product {}
#owl-product .item {
        overflow: hidden;
        position: relative;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        cursor: pointer;
}
#owl-product .item.active:after {
        opacity: 0;
}
#owl-product .item:after {
        content: "";
        display: block;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
}
#owl-product .item-desc {
        padding: 0 24px 12px;
        color: #fff;
        position: absolute;
        bottom: 0;
        background: color(srgb 0.25 0.53 0.49 / 0.5);
        color: #fff;
        z-index: 1;
        width: 100%;
        overflow: hidden;
        transform: translateY(calc(100% - 80px));
        -webkit-transform: translateY(calc(100% - 80px));
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
}
#owl-product .item.active .item-desc {
        transform: none;
        -webkit-transform: none;
        background: color(srgb 0.25 0.53 0.49 / 1);
}
#owl-product .item-desc p {
        opacity: 0;
        -webkit-transform: translateY(32px);
        transform: translateY(32px);
        transition: all 0.4s ease-in-out 0.2s;
        -webkit-transition: all 0.4s ease-in-out 0.2s;
}
#owl-product .item.active .item-desc p {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
}
#owl-product .owl-theme.custom-carousel .owl-dots {
        margin-top: -20px;
        position: relative;
        z-index: 5;
}
/*============================================================== CONTACT =====================================================================*/
#contact {
        width: 100%;
        height: auto;
        background-color: white;
        border-top: 10px solid #41877D;
}
.contact-content {
        padding-top: 120px;
}
.contact-title {
        padding-top: 0px;
}
.contact-title h3 {
        font-size: 28px;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 2px;
        color: #41877D;
        margin-top: 0px;
        font-weight: 600;
        line-height: 33px;
}
.contact-title p {
        font-size: 15px;
        letter-spacing: 1px;
        color: black;
        padding: 0px;
        line-height: 27px;
        margin: 15px 0px;
        margin-bottom: 49px;
}
.contact-form-details {
        margin-top: 0px;
        padding-bottom: 100px;
}
.contact-form {
        width: 100%;
        margin: auto;
}
.contact-form input, .contact-form textarea, .contact-form button, button {
        border-radius: 0;
}
.form-control {
        display: block;
        width: 100%;
        margin: auto;
        height: 58px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #8C8B8B;
        background-color: #fff;
        background-image: none;
        border: 1px solid black;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        border-color: transparent;
}
.form-control:enabled {
        box-shadow: none;
        border: 1px solid #41877D;
}
.has-error .form-control {
        border-color: #000;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .help-block {
        color: #787878;
}
.has-error .form-control:enabled {
        box-shadow: none;
        border: 1px solid black;
}
.btn {
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0px;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: black;
        border-color: white;
}
.btn-success.disabled {
        background-color: #41877D;
        border-color: #2ee1ce;
        color: white;
}
.btn.disabled:hover {
        background-color: #41877D;
        border-color: #2ee1ce;
}
.btn-success:hover {
        cursor: pointer;
        background-color: #41877D;
        border-color: #41877D;
}
.btn-success {
        color: white;
        background-color: #41877D;
        border-color: #41877D;
}
.text-danger {
        color: #787878;
        position: absolute;
        width: 100%;
}
.text-success {
        color: #787878;
        position: absolute;
        width: 100%;
}
.hidden {
        display: none !important;
        color: #2a99cc;
}
.contact-logo {
        margin: 0px 22px;
        margin-bottom: 9px;
        overflow: hidden;
        position: relative;
}
.contact-col {
        background-color: #41877D;
        padding: 12px 17px;
        margin: 0px 22px;
        margin-bottom: 9px;
        overflow: hidden;
        position: relative;
}
.contact-icon {
        font-size: 20px;
        position: relative;
        height: 35px;
        width: 35px;
        color: #41877D;
        background-color: white;
        text-align: center;
        line-height: 33px;
        /*border-radius: 4px;*/
}
.contact-col h3 {
        font-size: 25px;
        color: white;
        position: relative;
        font-weight: 600;
        display: inline;
        vertical-align: middle;
        margin: 0px 10px;
}
.contact-col p {
        font-size: 15px;
        color: #f3f3f3;
        line-height: 23px;
        position: relative;
        margin-top: 4px;
        padding: 0px 50px;
}
.copyright-details {
        background-color: transparent;
        padding-bottom: 20px;
}
.copyright h3 {
        margin: 0px;
        padding: 16px 0px;
        text-align: center;
        font-size: 12px;
        color: #E3E3E3;
}
.totop {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        right: 15px;
        bottom: 15px;
        z-index: 99999;
        background: #ccc;
        width: 35px;
        height: 35px;
        transition: all 0.4s;
        border-color: #41877D;
        display: flex;
        align-items: center;
        justify-content: center;
}
.totop.active {
        position: fixed;
        visibility: visible;
        opacity: 1;
        background: #ccc;
        color: #41877D;
        transition: all 0.4s;
        border-color: #41877D;
        border: 1px solid;
}
.totop.active i {
        font-size: 24px;
        line-height: 0;
}
.totop.active:hover {
        text-decoration: none;
        background: #41877D;
        color: #fff;
}
/*=============================================================== RESPONSIVE ======================================================*/
@media screen and (min-width: 768px) {
        .btn-group {
                display: none;
        }
}
@media screen and (max-width: 768px) {
        .what-i-do h3 {
                margin: 16px 0px;
                font-size: 17px;
                letter-spacing: 1px;
        }
        .about-details {
                margin: 42px 16px;
        }
        .contact-title p {
                font-size: 16px;
                padding: 2px 0px;
                margin-bottom: 40px;
                color: #7D7D7D;
                line-height: 27px;
        }
        .contact-form {
                width: 100%;
                margin: auto;
                padding-bottom: 100px;
        }
        .contact-col {
                background-color: #41877D;
                padding: 25px 17px;
                margin: 0px;
                margin-bottom: 9px;
                overflow: hidden;
                position: relative;
        }
}
@media screen and (max-width: 767px) {
        .what-i-do {
                padding: 35px;
                background-color: #fbfbfb;
                transition: .8s;
                -webkit-transition: .8s;
                -moz-transition: .8s;
                -ms-transition: .8s;
                -o-transition: .8s;
                margin: 11px 0px;
        }
        /*    .work-counter {
        width: 100%;
        background-image: url(../img/counter.jpg);
        background-position: center;
        margin-top: 150px;
    }*/
        .contact-title p {
                font-size: 16px;
                padding: 2px 0px;
                margin-bottom: 40px;
                color: #7D7D7D;
                line-height: 27px;
        }
        .navbar-default {
                background-color: transparent;
                height: 75px;
                border-bottom: none;
                overflow: visible;
                transition: .3s;
                -webkit-transition: .3s;
                -moz-transition: .3s;
                -ms-transition: .3s;
                -o-transition: .3s;
        }
        .navbar-toggle, .dropdown-toggle {
                background-color: #41877D;
                border-radius: 0;
        }
        .navbar-toggle .icon-bar {
                background-color: #000 !important;
        }
        .navbar-nav {
                float: right;
                margin: 11px 21px;
                margin-right: 32%;
                display: inherit;
                width: 200px;
                background-color: transparent;
        }
        .navbar-style {
                padding: 0px;
        }
        .navbar-nav .lang-sw {
                text-align: center;
        }
        .navbar-header .btn-group {
                display: flex;
                float: right
        }
        .navbar-lang {
                position: relative;
                float: right;
                padding: 9px 10px;
                margin-top: -39px;
                margin-right: 15px;
                margin-bottom: 8px;
                border: 1px solid transparent;
        }
        .navbar-nav li {
                float: left;
                margin: 9px 11px;
                display: inherit;
                width: 100%;
        }
        .navbar-fixed-top .navbar-collapse {
                height: 740px;
                background-color: rgba(255, 255, 255, 0.9);
        }
        .navbar-fixed-top .navbar-collapse {
                max-height: 100%;
        }
        .navbar-default .navbar-nav > li > a {
                color: black;
                letter-spacing: 2px;
                font-size: 16px;
                transition: .5s;
                -webkit-transition: .5s;
                -moz-transition: .5s;
                -ms-transition: .5s;
                -o-transition: .5s;
                padding: 10px 0px;
                text-align: center;
        }
        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
                border-color: transparent;
        }
}
@media screen and (max-width: 640px) {
        .contact-form {
                width: 100%;
                margin: auto;
        }
        /*   .work-counter {
        width: 100%;
        background-image: url(../img/counter.jpg);
        background-position: center center;
        margin-top: 150px;
    }*/
}
@media screen and (max-width: 480px) {
        #filters {
                padding: 0;
                list-style: none;
                width: 100%;
                margin: 30px auto;
                margin-top: 10px;
        }
        .navbar-nav {
                float: right;
                margin: 11px 21px;
                margin-right: 27%;
                display: inherit;
                width: 200px;
                background-color: transparent;
        }
        #filters li {
                float: none;
        }
}
@media screen and (max-width: 320px) {
        .home-row {
                z-index: 2;
                position: relative;
        }
        .home-text h3 {
                font-size: 29px;
                text-transform: uppercase;
                color: white;
                font-family: 'Montserrat', sans-serif;
                letter-spacing: 2px;
                margin-bottom: 0px;
                font-weight: 600;
                line-height: 36px;
                margin-top: 1px;
        }
        .navbar-nav {
                float: right;
                margin: 11px 21px;
                margin-right: 15%;
                display: inherit;
                width: 200px;
                background-color: transparent;
        }
        .about-social li a {
                color: #000;
                background-color: #d5d5d5;
                border-radius: 150px;
                height: 35px;
                width: 35px;
                float: left;
                line-height: 34px;
                font-size: 18px;
                transition: .4s;
                -o-transition: .4s;
                -webkit-transition: .4s;
                -moz-transition: .4s;
                -ms-transition: .4s;
                text-align: center;
        }
        /*    .work-counter {
        width: 100%;
        background-image: url(../img/counter.jpg);
        background-position: center center;
        margin-top: 150px;
    }*/
        .contact-social li a {
                color: #fff;
                background-color: #777;
                border-radius: 150px;
                height: 35px;
                width: 35px;
                float: left;
                line-height: 36px;
                font-size: 18px;
                transition: .4s;
                -o-transition: .4s;
                -webkit-transition: .4s;
                -moz-transition: .4s;
                -ms-transition: .4s;
        }
        .about-details {
                margin: 40px 7px;
        }
        .testimonial-content {
                padding-bottom: 100px;
                padding-top: 120px;
        }
        .item blockquote p {
                font-size: 14px;
                color: #E3E3E3;
                margin-bottom: 0px;
                line-height: 30px;
                position: relative;
        }
        .item blockquote p span {
                font-size: 19px;
                color: #41877D;
                position: relative;
                line-height: 44px;
        }
}
/********owl carusel**************/
.static {
        position: static;
}
.cover {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
}
/***********/
/*Sliders */
/***********/
#home-slider {
        position: relative;
}
.picture {
        position: relative;
        width: auto;
}
.picture img {
        max-height: 100vh;
        -o-object-fit: cover;
        object-fit: cover;
}
.slider_content {
        position: absolute;
        bottom: 10%;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
}
.slider_text {
        text-transform: uppercase;
        color: var(--color-white);
}
.slider_text h1, .slider_text h3 {
        color: var(--color-white);
}
.owl-carousel .owl-nav {
        position: absolute;
        top: 40vh;
        width: 100%;
}
.owl-carousel .owl-nav div {
        font-size: 25px !important;
        height: 2.5rem;
        width: 2.5rem;
        background-color: #000 !important;
        opacity: .7;
        color: #fff !important;
        -webkit-transition: opacity .3s ease-out !important;
        transition: opacity .3s ease-out !important;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 0 !important;
        margin: 0 !important;
}
.owl-carousel .owl-nav .owl-next {
        right: 0;
        left: auto;
}
@media (max-width:768px) {
        .owl-carousel .owl-nav {
                display: none;
        }
        .slider_content {
                bottom: 0;
                padding: 30px;
        }
        .slider_text {
                margin-left: 0 !important;
        }
}
/*************/
.section_slide {
        font-size: .875rem;
}
@media (max-width:768px) {
        .section_slide .row {
                flex-direction: column-reverse;
        }
}
.media_container {
        position: relative;
}
.text_container {
        position: relative;
}
.slide_counter {
        color: var(--color-primary);
}
.section_text {
        overflow: hidden;
}
.section_name {
        text-transform: uppercase;
        color: var(--color-secondary);
        font-size: .937rem;
}
.media_title {
        right: 0;
        left: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        position: absolute;
}
.media_title span {
        -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
        -webkit-transform: scale(-1);
        transform: scale(-1);
        text-transform: uppercase;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        color: #fff;
        margin: 0;
        font-weight: 700;
        text-align: right;
}
/***Product section**/