    @import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
    html,
    body {
        margin: 0;
        padding: 0;
        --primary-font: 'Lato', sans-serif;
    }
    
    body {
        background-color: #ECEFF1;
        font-size: 15px;
        font-family: var(--primary-font);
        padding: 0
    }
    
    .icon-content a {
        color: black !important;
    }
    
    #tab a {
        color: white;
        text-decoration: none;
        text-align: center;
        margin: 5px;
    }
    
    #tab td {
        text-align: center;
    }
    
    #tab a:hover {
        color: #069;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
    }
    
    a.active {
        color: black!important;
    }
    
    table td.foot a {
        color: #09F;
        text-decoration: none;
    }
    
    .themebg {
        background-color: #0cf;
    }
    
    .logo {
        width: 70px;
        max-width: 70px;
    }
    
    .copyright {
        padding-top: 10px;
    }
    
    .copyright a {
        color: #fff;
    }
    /* Form Box ======= */
    
    .form-box .title {
        font-size: 30px;
        line-height: 45px;
        color: #424344;
        font-weight: 400;
        margin-bottom: 30px;
    }
    
    .form-box .sign {
        font-family: Montserrat;
        color: #424344;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .form-box {
        background: #0099993d;
        border-radius: 10px;
        padding: 40px 70px;
    }
    
    .form-img {
        right: -55px;
        width: 100%;
        position: absolute;
        bottom: 20px;
        z-index: 1;
    }
    
    .form-content-box {
        padding-top: 200px;
        background-image: url(../images/pattern/pt1.png), url(../images/pattern/pt1.png);
        background-repeat: no-repeat;
        background-position: right top 70px, left bottom;
    }
    
    .form-box .form-control {
        height: 50px;
        border-radius: 60px;
        font-size: 15px;
        border: 0;
        padding: 0 40px;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    }
    
    .form-box .btn {
        height: 50px;
        width: 100%;
        font-size: 14px;
        background: #00ccff;
        border-radius: 25px;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    }
    /* scroll top btn css */
    
    button.scroltop {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border-color: #efbb20;
        border-radius: 20px;
        border-style: solid;
        border-width: 0;
        bottom: 15px;
        box-shadow: 2px 2px 12px -5px #000000;
        color: #00ccff;
        cursor: pointer;
        display: none;
        height: 40px;
        line-height: 26px;
        margin: 0;
        position: fixed;
        right: 15px;
        text-align: center;
        width: 40px;
        z-index: 999;
    }
    
    .m-50 {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    
    .title h1 {
        font-size: 27px;
        text-align: center;
        margin-bottom: 20px;
        color: #00ccff;
    }
    /* Portfolio Carousel ======= */
    
    .portfolio-bx.style2 .overlay-bx {
        opacity: 1;
        visibility: visible;
        border: 4px solid var(--text-color);
    }
    
    .portfolio-bx.style2 .dlab-img-overlay1:before {
        background: #111111;
        opacity: 0.4;
    }
    
    .portfolio-bx.style2.project-media .dlab-img-overlay1:before {
        opacity: 0;
    }
    
    .portfolio-bx.style2:hover .dlab-img-overlay1:before {
        opacity: 0.8;
    }
    
    .portfolio-bx.style2:hover .title {
        opacity: 0;
    }
    
    .portfolio-bx.style2:hover .mfp-link {
        visibility: visible;
    }
    
    .portfolio-bx.style2 .mfp-link,
    .portfolio-bx.style2 .title {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    
    .portfolio-bx.style2 .title a {
        color: #fff;
    }
    
    .portfolio-bx.style2 .mfp-link {
        width: 50px;
        height: 50px;
        display: block;
        font-size: 22px;
        line-height: 100px;
        text-align: center;
        /*  background: var(--bg-color); */
        border-radius: 100px;
        position: absolute;
        top: 50%;
        left: 65%;
        margin: -52px 0px 0px -50px;
        transform: scale(0) rotate(360deg);
        -moz-transform: scale(0) rotate(360deg);
        -webkit-transform: scale(0) rotate(360deg);
        -ms-transform: scale(0) rotate(360deg);
        -o-transform: scale(0) rotate(360deg);
    }
    
    .portfolio-bx.style2:hover .mfp-link {
        transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -webkit-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
    }
    
    .portfolio-bx.style2 .mfp-link i {
        background: transparent;
        vertical-align: middle;
        color: #fff;
    }
    
    .portfolio-bx.style2 .overlay-icon {
        padding: 30px 70px;
    }
    /* Portfolio Box */
    
    .portfolio-carousel-2 .item {
        margin: 10px 0 10px 10px;
    }
    
    .portfolio-bx.style3:after {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 1;
        opacity: 1;
        top: 0;
        background: rgb(9, 25, 40);
        /* Old browsers */
        background: -moz-linear-gradient(top, rgba(9, 25, 40, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(9, 25, 40, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(9, 25, 40, 0.2) 0%, rgba(0, 0, 0, 0.4) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#091928', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
    }
    
    .portfolio-bx.style3 .port-box .title {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .portfolio-bx.style3 .port-box .title a {
        color: #fff;
    }
    
    .portfolio-bx.style3 .port-box .btn-link {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        opacity: 0.7;
    }
    
    .portfolio-bx.style3 .overlay-bx {
        opacity: 1;
        visibility: visible;
        bottom: 0;
        top: auto;
        text-align: left;
        height: auto;
        padding: 30px;
    }
    
    .portfolio-carousel .owl-prev,
    .portfolio-carousel .owl-next {
        padding: 0 10px;
        background: transparent;
        font-family: 'Oswald', sans-serif;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        display: flex;
        align-items: center;
        letter-spacing: 5px;
        margin: 0 15px;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
    }
    
    .portfolio-carousel .owl-prev i,
    .portfolio-carousel .owl-next i {
        font-size: 22px;
    }
    /* Full Height */
    
    .portfolio-carousel.full-vh .dlab-media img {
        transform-style: inherit;
        height: calc(100vh - 60px);
        object-fit: cover;
    }
    
    .portfolio-carousel-2.full-vh .dlab-media img {
        transform-style: inherit;
        height: calc(100vh - 140px);
        object-fit: cover;
    }
    
    .showcase-bottom {
        height: 60px;
        background: #121a2d;
        padding: 0 55px;
        display: flex;
        align-items: center;
    }
    
    .showcase-bottom p {
        color: #fff;
        opacity: 0.8;
        margin: 0;
        text-transform: uppercase;
        font-size: 14px;
    }
    
    .showcase-bottom ul {
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: auto;
    }
    
    .showcase-bottom ul li {
        display: inline-block;
    }
    
    .showcase-bottom ul li a {
        font-size: 14px;
        color: #fff;
        width: 30px;
        height: 30px;
        display: block;
        border: 1px solid rgba(255, 255, 255, 0.2);
        text-align: center;
        line-height: 28px;
        opacity: 0.8;
    }
    
    .showcase-bottom ul li a:hover {
        background: #fff;
        color: #000;
        opacity: 1;
    }
    /*style2.css*/
    
    .dlab-img-overlay1,
    .dlab-img-overlay2,
    .dlab-img-overlay3,
    .dlab-img-overlay4,
    .dlab-img-overlay5,
    .dlab-img-overlay6,
    .dlab-img-overlay7,
    .dlab-img-overlay8,
    .dlab-img-overlay9,
    .dlab-img-overlay11,
    .dlab-img-overlay12 {
        position: relative;
    }
    
    .dlab-img-overlay1:before,
    .dlab-img-overlay1:after,
    .dlab-img-overlay2:before,
    .dlab-img-overlay2:after,
    .dlab-img-overlay3:before,
    .dlab-img-overlay3:after,
    .dlab-img-overlay4:before,
    .dlab-img-overlay4:after,
    .dlab-img-overlay5:before,
    .dlab-img-overlay5:after,
    .dlab-img-overlay6:before,
    .dlab-img-overlay6:after,
    .dlab-img-overlay7:before,
    .dlab-img-overlay7:after,
    .dlab-img-overlay8:before,
    .dlab-img-overlay8:after,
    .dlab-img-overlay9:before,
    .dlab-img-overlay9:after,
    .dlab-img-overlay11:before,
    .dlab-img-overlay11:after,
    .dlab-img-overlay12:before,
    .dlab-img-overlay12:after {
        content: "";
        background: #1a1a1a;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
        height: 0;
        opacity: 0.4;
        z-index: 1;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    /*effect 1*/
    
    .dlab-img-overlay1:before {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    
    .dlab-img-overlay1:hover:before,
    .dlab-box:hover .dlab-img-overlay1:before {
        opacity: 0.8;
    }
    /*effect 2*/
    
    .dlab-img-overlay2:before {
        width: 100%;
        height: 100%;
        opacity: 0;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */
    }
    
    .dlab-img-overlay2.on:before {
        opacity: 1;
    }
    
    .dlab-img-overlay2:hover:before,
    .dlab-box:hover .dlab-img-overlay2:before {
        opacity: 0.9;
    }
    /*effect 3*/
    
    .dlab-img-overlay3:before {
        left: 50%;
        top: 50%;
    }
    
    .dlab-img-overlay3:hover:before,
    .dlab-box:hover .dlab-img-overlay3:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
    /*effect 4*/
    
    .dlab-img-overlay4:before {
        left: 50%;
        top: 0;
        height: 100%;
    }
    
    .dlab-img-overlay4:hover:before,
    .dlab-box:hover .dlab-img-overlay4:before {
        width: 100%;
        left: 0;
    }
    /*effect 5*/
    
    .dlab-img-overlay5:before {
        left: 0;
        top: 50%;
        width: 100%;
    }
    
    .dlab-img-overlay5:hover:before,
    .dlab-box:hover .dlab-img-overlay5:before {
        height: 100%;
        top: 0;
    }
    /*effect 6*/
    
    .dlab-img-overlay6:before {
        left: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    
    .dlab-img-overlay6:hover:before,
    .dlab-box:hover .dlab-img-overlay6:before {
        height: 100%;
    }
    /*effect 7*/
    
    .dlab-img-overlay7:before,
    .dlab-img-overlay7:after {
        height: 100%;
    }
    
    .dlab-img-overlay7:after {
        left: auto;
        right: 0;
    }
    
    .dlab-img-overlay7:hover:before,
    .dlab-img-overlay7:hover:after,
    .dlab-box:hover .dlab-img-overlay7:before,
    .dlab-box:hover .dlab-img-overlay7:after {
        width: 50%;
    }
    /*effect 8*/
    
    .dlab-img-overlay8:before,
    .dlab-img-overlay8:after {
        height: 100%;
    }
    
    .dlab-img-overlay8:after {
        left: auto;
        right: 0;
    }
    
    .dlab-img-overlay8:hover:before,
    .dlab-img-overlay8:hover:after,
    .dlab-box:hover .dlab-img-overlay8:before,
    .dlab-box:hover .dlab-img-overlay8:after {
        width: 100%;
        opacity: 0.3;
    }
    /*effect 9*/
    
    .dlab-img-overlay9:before,
    .dlab-img-overlay9:after {}
    
    .dlab-img-overlay9:after {
        left: auto;
        right: 0;
        top: auto;
        bottom: 0;
    }
    
    .dlab-img-overlay9:hover:before,
    .dlab-img-overlay9:hover:after,
    .dlab-box:hover .dlab-img-overlay9:before,
    .dlab-box:hover .dlab-img-overlay9:after {
        width: 100%;
        height: 100%;
        opacity: 0.3;
    }
    /*effect 10*/
    
    .dlab-img-overlay10:before,
    .dlab-img-overlay10:after {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    
    .dlab-img-overlay10:hover:before,
    .dlab-box:hover .dlab-img-overlay10:before {
        opacity: 0.5;
    }
    
    .dlab-img-overlay10:hover:after,
    .dlab-box:hover .dlab-img-overlay10:after {
        width: 90%;
        height: 80%;
        left: 5%;
        top: 10%;
        opacity: 0.5;
        background: none;
        border: 1px dashed #FFFFFF;
    }
    
    .dlab-img-overlay11:hover:after,
    .dlab-box:hover .dlab-img-overlay11:after {
        height: 95%;
        opacity: 1;
        right: 7.5%;
        top: 2.5%;
        -moz-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        -o-transform: skewY(0deg);
        -ms-transform: skewY(0deg);
        transform: skewY(0deg);
        width: 85%;
    }
    
    .dlab-img-overlay11:hover:before,
    .dlab-box:hover .dlab-img-overlay11:before {
        height: 85%;
        left: 2.5%;
        opacity: 1;
        top: 7.5%;
        -moz-transform: skewY(0deg);
        -webkit-transform: skewY(0deg);
        -o-transform: skewY(0deg);
        -ms-transform: skewY(0deg);
        transform: skewY(0deg);
        width: 95%;
    }
    
    .dlab-img-overlay11:after {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        bottom: 5%;
        height: 80%;
        left: auto;
        right: 5%;
        top: auto;
        -moz-transform: skewY(70deg);
        -webkit-transform: skewY(70deg);
        -o-transform: skewY(70deg);
        -ms-transform: skewY(70deg);
        transform: skewY(70deg);
        width: 90%;
    }
    
    .dlab-img-overlay11:before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        bottom: auto;
        height: 90%;
        left: 5%;
        right: auto;
        top: 5%;
        -moz-transform: skewX(-70deg);
        -webkit-transform: skewX(-70deg);
        -o-transform: skewX(-70deg);
        -ms-transform: skewX(-70deg);
        transform: skewX(-70deg);
        width: 80%;
    }
    
    .dlab-img-overlay11 {
        background-color: #000 !important;
    }
    
    .dlab-img-overlay11:hover img {
        opacity: 0.7 !important
    }
    /* overlay-12 */
    
    .dlab-img-overlay12:hover:after,
    .dlab-box:hover .dlab-img-overlay12:after {
        opacity: 1;
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    }
    
    .dlab-img-overlay12:after {
        background-color: rgba(0, 0, 0, 0);
        border-bottom: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
        -moz-transform-origin: 50% 50% 0;
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
        width: 100%;
        height: 100%;
    }
    
    .dlab-img-overlay12.left:hover:after,
    .dlab-box:hover .dlab-img-overlay12.left:after {
        transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
        -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
        -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
        -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    }
    
    .dlab-img-overlay12.left:after {
        border-bottom: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
        transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
        -moz-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
        -o-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
        -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(1, 0, 1);
        -moz-transform-origin: 50% 50% 0;
        -webkit-transform-origin: 50% 50% 0;
        transform-origin: 50% 50% 0;
        -o-transform-origin: 50% 50% 0;
    }
    
    .dlab-img-overlay12:before {
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    
    .dlab-img-overlay12:hover:before,
    .dlab-box:hover .dlab-img-overlay12:before {
        opacity: 0.4;
    }
    /* Overlay Gradient */
    /*---------------------------------------------------------------
10. IMAGES EFFECTS (image animation in images)
    >image-opacity
    >image-zoom
    >image-zoom-slow
    >image-shrink
    >image-side-pan
    >image-vertical-pan
    >image-fade-in
    >image-fade-out 
    >image-rotate
    >image-sepia
    >image-blurr
    >image-blurr-invert
    >image off color
    >image on color
---------------------------------------------------------------*/
    
    .dlab-img-effect {
        position: relative;
        overflow: hidden;
        display: block;
        vertical-align: middle;
    }
    
    .dlab-img-effect img {
        display: block;
        margin: 0;
        width: 100%;
        height: auto;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
        transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
    }
    /* >image-opacity */
    
    .dlab-img-effect.opacity img:hover {
        opacity: 0.8;
        -moz-opacity: 0.8;
        -webkit-opacity: 0.8;
    }
    /* >image-zoom */
    
    .dlab-img-effect.zoom-slow img {
        transition: all 10s;
        -moz-transition: all 10s;
        -webkit-transition: all 10s;
        -o-transition: all 10s;
    }
    
    .dlab-img-effect.zoom-slow:hover img {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }
    /* >image-zoom-slow */
    
    .dlab-img-effect.zoom:hover img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
    /* >image-shrink */
    
    .dlab-img-effect.shrink:hover img {
        transform: scale(0.8);
        -ms-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -o-transform: scale(0.8);
        -moz-transform: scale(0.8);
    }
    /* >image-side-pan */
    
    .dlab-img-effect.side-pan:hover img {
        margin-left: -11%;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
    /* >image-vertical-pan */
    
    .dlab-img-effect.vertical-pan:hover img {
        margin-top: -10%;
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
    /* >image-fade-in */
    
    .dlab-img-effect.fade-in {
        background: #000
    }
    
    .dlab-img-effect.fade-in img {
        opacity: 0.65;
        -moz-opacity: 0.65;
        -webkit-opacity: 0.65;
    }
    
    .dlab-img-effect.fade-in:hover img {
        opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
    }
    /* >image-fade-out */
    
    .dlab-img-effect.fade-out {
        background: #000
    }
    
    .dlab-img-effect.fade-out:hover img {
        opacity: 0.7;
        -moz-opacity: 0.7;
        -webkit-opacity: 0.7;
    }
    /* >image-rotate */
    
    .dlab-box:hover .dlab-img-effect.rotate img,
    .dlab-img-effect.rotate:hover img {
        -moz-transform: scale(1.5) rotate(-20deg);
        -webkit-transform: scale(1.5) rotate(-20deg);
        -o-transform: scale(1.5) rotate(-20deg);
        -ms-transform: scale(1.5) rotate(-20deg);
        transform: scale(1.5) rotate(-20deg);
    }
    /* >image-sepia */
    
    .dlab-img-effect.sepia img {
        -webkit-filter: sepia(100%);
        filter: sepia(100%);
    }
    
    .algo-image-hover.sepia:hover img {
        -webkit-filter: sepia(0);
        filter: sepia(0);
    }
    /* >image-blurr */
    
    .dlab-img-effect.blurr img {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    .dlab-img-effect.blurr:hover img {
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
    }
    /* >image-blurr-invert */
    
    .dlab-img-effect.blurr-invert img {
        transition: all 0.2s;
        -moz-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    .dlab-img-effect.blurr-invert img {
        filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px);
    }
    
    .dlab-img-effect.blurr-invert:hover img {
        filter: blur(0px);
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
    }
    /* >image off color */
    
    .dlab-img-effect.off-color img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
    }
    
    .dlab-img-effect.off-color:hover img {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
    }
    /* >image on color */
    
    .dlab-img-effect.on-color img {
        filter: grayscale(1);
        -webkit-filter: grayscale(1);
        -moz-filter: grayscale(1);
        -o-filter: grayscale(1);
        -ms-filter: grayscale(1);
    }
    
    .dlab-img-effect.on-color:hover img {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
    }
    /*---------------------------------------------------------------
11. CONTENT SHOW ON IMAGE BOX
---------------------------------------------------------------*/
    /* info box show */
    
    .dlab-info-has {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 30px 15px 40px;
        opacity: 0;
        margin-bottom: -100px;
        z-index: 2;
    }
    
    .dlab-info-has.p-a15 {
        padding: 15px;
    }
    
    .dlab-info-has.p-a20 {
        padding: 20px;
    }
    
    .dlab-info-has.bg-primary {
        background-color: rgba(27, 188, 232, 0.9);
    }
    
    .dlab-info-has.bg-green {
        background-color: rgba(106, 179, 62, 0.9);
    }
    
    .dlab-info-has.bg-black {
        background-color: rgba(0, 0, 0, 0.6);
    }
    
    .dlab-info-has.bg-white {
        background-color: rgba(255, 255, 255, 0.8);
    }
    
    .dlab-info-has.bg-white h1,
    .dlab-info-has.bg-white h2,
    .dlab-info-has.bg-white h3,
    .dlab-info-has.bg-white h4,
    .dlab-info-has.bg-white h5,
    .dlab-info-has.bg-white h6 {
        color: #3d474a;
    }
    
    .dlab-info-has.bg-white h1 a,
    .dlab-info-has.bg-white h2 a,
    .dlab-info-has.bg-white h3 a,
    .dlab-info-has.bg-white h4 a,
    .dlab-info-has.bg-white h5 a,
    .dlab-info-has.bg-white h6 a {
        color: #3d474a;
    }
    
    .dlab-info-has.bg-white .dlab-info-has-text,
    .dlab-info-has.bg-white p {
        color: #767676;
    }
    
    .dlab-info-has h1,
    .dlab-info-has h2,
    .dlab-info-has h3,
    .dlab-info-has h4,
    .dlab-info-has h5,
    .dlab-info-has h6,
    .dlab-info-has p,
    .dlab-info-has-text,
    .dlab-info-has a {
        color: #fff;
    }
    
    .dlab-info-has .dlab-info-has-text {
        margin-bottom: 20px;
        line-height: 24px;
    }
    
    .dlab-media {
        overflow: hidden;
        position: relative;
    }
    
    .dlab-box:hover .dlab-info-has,
    .dlab-media:hover .dlab-info-has {
        opacity: 1;
        width: 100%;
        margin-bottom: 0;
    }
    /* without hover */
    
    .overlay-bx.no-hover,
    .dlab-info-has.no-hover {
        opacity: 1;
        width: 100%;
        margin-bottom: 0;
        visibility: visible;
    }
    /* Skew */
    
    .dlab-info-has.skew-has {
        border-top: 4px solid #2D3239;
        padding: 30px 40px 60px;
        -moz-transform: skewY(10deg);
        -webkit-transform: skewY(10deg);
        -o-transform: skewY(10deg);
        -ms-transform: skewY(10deg);
        transform: skewY(10deg);
        bottom: -35px;
    }
    
    .dlab-info-has.skew-has>* {
        -moz-transform: skewY(-10deg);
        -webkit-transform: skewY(-10deg);
        -o-transform: skewY(-10deg);
        -ms-transform: skewY(-10deg);
        transform: skewY(-10deg);
    }
    /*validation symbol*/
    
    .has-feedback label~.form-control-feedback {
        top: 31px;
    }
    
    .dlab-banner-outer {
        margin-bottom: 0;
    }
    
    .dlab-success-top,
    .dlab-error-top {
        margin-bottom: 0;
    }
    
    .alert-bx.alert-info {
        padding: 15px;
        border: 1px solid #bce8f1;
    }
    
    .top-bar {
        background-color: #ffffff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        color: #444444;
        padding: 11px 0;
    }
    
    .dlab-topbar-left {
        float: left;
    }
    
    .dlab-topbar-right {
        float: right;
    }
    
    .dlab-topbar-center,
    .dlab-topbar-left,
    .dlab-topbar-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .dlab-topbar-left ul,
    .dlab-topbar-right ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .dlab-topbar-left ul li,
    .dlab-topbar-right ul li {
        display: inline-block;
    }
    
    .dlab-topbar-left ul li {
        padding-right: 15px;
    }
    
    .dlab-topbar-left ul li a,
    .dlab-topbar-right ul li a {
        color: #444444;
    }
    
    .topbar-social li a {
        padding: 0 6px;
    }
    
    @media only screen and (max-width: 991px) {
        .dlab-topbar-right {
            padding-left: 0;
            padding-right: 15px;
        }
        .dlab-topbar-left {
            padding-left: 15px;
            padding-right: 0;
        }
        .form-img {
            display: none;
        }
        .video-info .video-bx2 {
            position: absolute!important;
            left: 0!important;
            bottom: 0;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .top-bar [class*="col-"] {
            width: 100%;
            text-align: right;
            padding: 10px 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }
        .top-bar [class*="col-"]:last-child {
            border-bottom: none;
        }
        .top-bar {
            padding: 5px 0;
        }
        .dlab-topbar-center,
        .dlab-topbar-left,
        .dlab-topbar-right {
            display: black;
            width: 100%;
            text-align: center;
            padding: 3px 15px;
            padding-left: 15px;
            padding-right: 15px;
        }
        .dlab-topbar-left ul li {
            padding: 0 5px;
        }
    }
    
    .dlab-banner-row,
    .dlab-banner-outer {
        position: relative;
    }
    
    .dlab-bnr-pic {
        width: 100%;
        overflow: hidden;
    }
    
    .dlab-bnr-pic img {
        width: 100%;
        height: auto;
        display: block;
    }
    
    .dlab-bnr-text {
        position: absolute;
        left: 0;
        top: 35%;
        width: 100%;
        margin: 0;
        color: #FFFFFF;
    }
    
    .dlab-bnr-text-has {
        max-width: 600px;
    }
    
    .dlab-bnr-text strong,
    .dlab-bnr-text span {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
    }
    
    .dlab-bnr-text strong {
        display: block;
        font-size: 60px;
        font-weight: 700;
        line-height: 70px;
        margin: 0 0 25px;
        color: #FFFFFF;
    }
    
    .dlab-bnr-text span {
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        display: block;
        margin-bottom: 30px;
    }
    
    .dlab-bnr-text .btn {
        margin-right: 30px;
    }
    
    @media only screen and (max-width: 1200px) {
        .dlab-bnr-text strong {
            font-size: 60px;
            line-height: 60px;
            margin: 0 0 15px;
        }
        .dlab-bnr-text span {
            font-size: 20px;
            line-height: 24px;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .dlab-bnr-text strong {
            font-size: 50px;
            line-height: 50px;
            margin: 0 0 10px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .dlab-bnr-text strong {
            font-size: 40px;
            line-height: 40px;
            margin: 0 0 0;
        }
    }
    
    @media only screen and (max-width: 680px) {
        .dlab-bnr-text strong {
            font-size: 30px;
            line-height: 30px;
            margin: 0 0 0;
        }
        .dlab-bnr-text span {
            font-size: 14px;
            line-height: 18px;
        }
    }
    
    @media only screen and (max-width: 480px) {
        .dlab-bnr-text strong {
            font-size: 20px;
            line-height: 20px;
        }
        .dlab-bnr-text span {
            font-size: 12px;
            line-height: 16px;
        }
    }
    /*== > inner page banner ==*/
    
    .dlab-bnr-inr.dlab-bnr-inr-lg {
        height: 800px;
        padding-top: 90px;
    }
    
    .dlab-bnr-inr.dlab-bnr-inr-md {
        height: 550px;
    }
    
    .dlab-bnr-inr.dlab-bnr-inr-sm {
        height: 450px;
    }
    
    .dlab-bnr-inr {
        height: 300px;
        background-size: cover;
        background-position: center center;
        display: table;
        width: 100%;
        text-align: center;
    }
    
    .dlab-bnr-inr .container {
        display: table;
        height: 100%;
    }
    
    .dlab-bnr-inr-entry {
        display: table-cell;
        vertical-align: middle;
    }
    
    .dlab-bnr-inr-entry.align-m {
        vertical-align: middle;
    }
    
    .banner-inner-row h1,
    .banner-inner-row h2,
    .banner-inner-row h3,
    .banner-inner-row h4,
    .banner-inner-row h5,
    .banner-inner-row h6 {
        color: #FFF;
    }
    /* Banner Contant */
    
    .dlab-bnr-inr.banner-content h1 {
        font-weight: 500;
    }
    
    .dlab-bnr-inr.banner-content p {
        font-size: 20px;
        font-weight: 100;
        letter-spacing: 1px;
        line-height: 36px;
        max-width: 750px;
        display: inline-block;
    }
    
    .dlab-bnr-inr.banner-content .btn {
        padding: 13px 35px;
        font-size: 16px;
    }
    /* Banner  */
    
    .dlab-bnr-inr .breadcrumb-row {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
    }
    
    .dlab-bnr-inr h1 {
        font-weight: 600;
        font-size: 95px;
        font-family: 'Playfair Display', serif;
        margin-bottom: 15px;
        position: relative;
    }
    
    .next-element {
        color: #ffffff;
        float: right;
        opacity: 0.1;
    }
    
    .next-element:hover {
        color: #fff;
        opacity: 0.8;
    }
    
    .dlab-bnr-inr h1:after {
        content: attr(data-name);
        font-size: 160px;
        letter-spacing: 10px;
        opacity: 0.2;
        position: absolute;
        top: 113px;
        z-index: -1;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .dlab-bnr-inr .breadcrumb-row ul li:after,
    .dlab-bnr-inr .breadcrumb-row ul li:last-child {
        color: #fff;
    }
    
    .dlab-bnr-inr .breadcrumb-row ul li a {
        color: #fff;
    }
    
    @media only screen and (max-width: 767px) {
        .ele-bnr .bnr-title,
        .ele-bnr h1 a,
        .ele-bnr .breadcrumb-row h5 {
            display: none;
        }
        .ele-bnr .dlab-bnr-inr-entry {
            text-align: center;
        }
        .dlab-bnr-inr-entry {
            vertical-align: middle;
        }
        .dlab-bnr-inr {
            padding-bottom: 0;
        }
        .dlab-bnr-inr .breadcrumb-row ul {
            display: block;
            float: none;
            width: 100%;
            text-align: center;
        }
        .dlab-bnr-inr {
            height: 200px;
        }
        .dlab-bnr-inr h1 {
            line-height: 24px;
            font-size: 20px;
            text-align: center;
        }
        .dlab-bnr-inr.dlab-bnr-inr-sm,
        .dlab-bnr-inr {
            height: 250px;
        }
    }
    
    .navicon {
        width: 18px;
        height: 14px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    
    .navicon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        border-radius: 1px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    
    .navicon span:nth-child(1) {
        top: 0px;
    }
    
    .navicon span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .navicon span:nth-child(3) {
        bottom: 0;
    }
    
    .navicon.open span:nth-child(1) {
        top: 7px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    .navicon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    .navicon.open span:nth-child(3) {
        top: 7px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    
    .blog [class*="galleryid-"] {
        clear: both;
        margin: 0 auto;
        overflow: hidden
    }
    
    .gallery .gallery-item {
        float: left;
        list-style: none;
        margin: 0px 0 0;
        overflow: hidden;
        padding: 0px 0px 5px 15px;
        text-align: center
    }
    
    .gallery .gallery-caption {
        padding-top: 10px;
        font-size: 13px;
    }
    
    .gallery .gallery-item img {
        float: left;
        padding: 0 0px;
        width: 100%;
        border: none !important;
    }
    
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
    
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
    
    .gallery-icon img {
        margin: 0 auto;
    }
    
    .gallery-caption {
        color: #707070;
        color: rgba(51, 51, 51, 0.7);
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 0.5em 0;
    }
    
    .gallery-columns-6 .gallery-caption,
    .gallery-columns-7 .gallery-caption,
    .gallery-columns-8 .gallery-caption,
    .gallery-columns-9 .gallery-caption {
        display: none;
    }
    /*side bar*/
    
    .side-bar .widget {
        margin-bottom: 60px;
    }
    
    @media only screen and (max-width: 991px) {
        .side-bar {
            margin-bottom: 40px;
        }
    }
    /*Blog single*/
    
    .blog-single .dlab-post-meta {
        margin-bottom: 10px;
    }
    
    .blog-single .dlab-post-text {
        margin-top: 20px;
    }
    
    .blog-single .dlab-post-tags {
        margin-top: 20px;
    }
    /*= comment list = */
    
    .comments-area {
        padding: 0;
    }
    
    .comments-area .comments-title {
        line-height: 40px;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    ol.comment-list {
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
    }
    
    ol.comment-list li.comment {
        position: relative;
        padding: 0;
    }
    
    ol.comment-list li.comment .comment-body {
        position: relative;
        padding: 0px 0px 0px 20px;
        padding-bottom: 25px;
        margin-left: 94px;
        position: relative;
        margin-bottom: 25px;
        border-bottom: 1px solid #EEEEEE;
    }
    
    ol.comment-list li.comment .comment-body:after {
        border-color: transparent #e9e9e9 transparent #e9e9e9;
        border-width: 12px 14px 12px 0;
        left: -14px;
    }
    
    ol.comment-list li.comment .comment-author {
        display: inline-block;
        margin-bottom: 0;
    }
    
    ol.comment-list li.comment .comment-author .avatar {
        position: absolute;
        top: 0;
        left: -94px;
        width: 94px;
        height: 94px;
        border-radius: 10px;
        -webkit-border-radius: 10px;
    }
    
    ol.comment-list li.comment .comment-author .fn {
        display: inline-block;
        color: #000;
        font-size: 18px;
        text-transform: capitalize;
        font-weight: 500;
        font-style: normal;
        margin-bottom: 10px;
    }
    
    ol.comment-list li.comment .comment-author .says {
        display: none;
        color: #999999;
        font-weight: 600;
    }
    
    ol.comment-list li.comment .comment-meta {
        text-transform: capitalize;
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    ol.comment-list li.comment .comment-meta a {
        color: #9fa4af;
        font-size: 14px;
        font-weight: 500;
    }
    
    ol.comment-list li.comment p {
        line-height: 26px;
        margin: 0 0 15px;
        font-size: 16px;
        font-weight: 400;
        color: #656565;
        font-family: Open Sans;
    }
    
    ol.comment-list li.comment .reply a {
        color: #000 !important;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 12px;
        font-family: Open Sans;
    }
    
    ol.comment-list li.comment .reply a:after {
        content: "\f121";
        font-family: LineAwesome;
        color: #ed145b;
    }
    
    ol.comment-list li.comment .reply a:hover {
        color: #ed145b !important;
    }
    
    ol.comment-list li .children {
        list-style: none;
        margin-left: 85px;
        padding-left: 0;
    }
    
    ol.comment-list li .children li {
        padding: 0;
    }
    
    @media only screen and (max-width: 767px) {
        .comments-area .padding-30 {
            padding: 15px;
        }
        ol.comment-list li.comment .comment-body {
            margin-bottom: 15px;
            margin-left: 70px;
            padding-bottom: 10px;
        }
        ol.comment-list li.comment .comment-author .avatar {
            left: -75px;
            height: 60px;
            width: 60px;
        }
        ol.comment-list li .children {
            margin-left: 20px;
        }
        ol.comment-list li.comment .reply a {
            position: static;
        }
    }
    
    @media only screen and (max-width: 480px) {
        ol.comment-list li.comment .comment-body {
            margin-left: 40px;
        }
        ol.comment-list li.comment .comment-author .avatar {
            left: -40px;
            top: 12px;
            width: 40px;
            height: 40px;
        }
    }
    /*= comment form = */
    
    .comment-respond .comment-reply-title {
        font-size: 30px;
        font-weight: 600;
    }
    
    .comments-area .comment-form {
        margin: 0 -15px;
    }
    
    .comments-area .comment-form .comment-notes {
        display: none;
    }
    
    .comments-area .comment-form p {
        width: 33.333%;
        float: left;
        padding: 0 15px;
        margin-bottom: 30px;
        position: relative;
    }
    
    .comments-area .comment-form p.form-allowed-tags {
        width: 100%;
    }
    
    ol.comment-list li.comment .comment-respond .comment-form p {
        padding: 0 15px !important;
    }
    
    .comments-area .comment-form p label {
        display: none;
        line-height: 18px;
        margin-bottom: 10px;
    }
    
    .comments-area .comment-form p input[type="text"],
    .comments-area .comment-form p textarea {
        width: 100%;
        height: 60px;
        line-height: 6px 12px;
        padding: 15px 30px 15px 30px;
        border: 2px solid #ebebeb;
        text-transform: capitalize;
        font-size: 15px;
        border-radius: 6px;
        background: #ebebeb;
    }
    
    .comments-area .comment-form p input[type="text"]:focus,
    .comments-area .comment-form p input[type="text"]:hover,
    .comments-area .comment-form p textarea:hover,
    .comments-area .comment-form p textarea:focus {
        border: 2px solid #000000;
        background: #fff;
    }
    
    .comments-area .comment-form p.comment-form-comment {
        width: 100%;
        display: block;
        clear: both;
    }
    
    .comments-area .comment-form p textarea {
        height: 120px;
    }
    
    .comments-area .comment-form p.form-submit {
        clear: both;
        float: none;
        width: 100%;
        margin: 0;
    }
    
    @media only screen and (max-width: 767px) {
        .comments-area .comment-form p {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }
        .comment-respond {
            padding: 20px;
        }
    }
    /*---------------------------------------------------------------
22. WIDGETS
---------------------------------------------------------------*/
    
    .list-2 {
        display: table;
    }
    
    .list-2 li {
        float: left;
        padding: 5px 5px 5px 20px;
        width: 50%;
        position: relative;
    }
    
    .list-2 li:before {
        content: "\e60a";
        font-family: 'themify';
        font-size: 11px;
        left: 0;
        position: absolute;
    }
    
    .list-2 li:hover:before {
        color: #1ABC9C;
    }
    
    .widget-bx .btn {
        padding: 10px 30px;
    }
    
    .widget {
        margin-bottom: 60px;
    }
    
    .widget-bx {
        border: 2px solid #c4c4c4;
        border-radius: 10px;
        padding: 30px 30px;
        box-shadow: 5px 10px 0px 0px #f0f0f0;
    }
    
    .widget.bg-white {
        border: 1px solid #ebedf2;
    }
    
    .widget.border-0 ul li {
        border: 0 none;
    }
    
    .widget-title {
        padding-bottom: 0;
        position: relative;
        margin-bottom: 30px;
        vertical-align: middle;
        font-family: 'Roboto', sans-serif;
        text-transform: capitalize;
        text-align: left;
        font-size: 24px;
        color: #252525;
        border-bottom: 2px solid #f3f4f6;
        padding-bottom: 20px;
    }
    
    .widget-title:after {
        content: none;
        position: absolute;
        bottom: -12px;
        left: 0;
        height: 3px;
        margin: 0 0 0;
        width: 50px;
        margin: 10px 0;
    }
    
    .widget-title.style-1 {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 20px;
        padding-bottom: 15px;
        font-weight: 600;
        line-height: 12px;
    }
    
    .widget-title.style-1:after {
        border-radius: 0;
        bottom: -2px;
        content: "";
        display: inline-block;
        height: 3px;
        left: 0;
        margin: 0;
        position: absolute;
        vertical-align: bottom;
        width: 50px;
    }
    
    .recent-posts-entry ul,
    .category-entry ul {
        margin: 0;
        list-style: none;
        padding: 0;
    }
    /* widget link*/
    
    .widget-link ul {
        margin: 0px;
        padding: 0px;
    }
    
    .widget-link ul li {
        list-style: none;
        display: inline-block;
        padding-left: 3px;
        padding-right: 10px;
        position: relative;
    }
    
    .widget-link ul li:last-child {
        padding-right: 3px;
    }
    
    .widget-link ul li:last-child:after {
        content: none;
    }
    
    .widget-link li:after {
        content: "/";
        position: absolute;
        right: 0;
    }
    /* widget listing*/
    
    .widget_categories ul,
    .widget_archive ul,
    .widget_meta ul,
    .widget_pages ul,
    .widget_recent_comments ul,
    .widget_nav_menu ul,
    .widget_rss ul,
    .widget_recent_entries ul,
    .widget_services ul,
    .widget_getintuch ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }
    
    .widget_categories ul li,
    .widget_archive ul li,
    .widget_meta ul li,
    .widget_pages ul li,
    .widget_recent_comments ul li,
    .widget_nav_menu li,
    .widget_recent_entries ul li,
    .widget_services ul li {
        padding-bottom: 18px;
        margin-bottom: 13px;
        position: relative;
        padding: 12px 0px 12px 0px;
        margin-bottom: 0;
        line-height: 20px;
    }
    
    .widget_categories ul li a,
    .widget_archive ul li a,
    .widget_meta ul li a,
    .widget_pages ul li a,
    .widget_recent_comments ul li a,
    .widget_nav_menu li a,
    .widget_recent_entries ul li a,
    .widget_services ul li a {
        color: #8799a3;
        text-transform: capitalize;
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 500;
    }
    
    .widget_categories ul li:after,
    .widget_archive ul li:before,
    .widget_meta ul li:before,
    .widget_pages ul li:before,
    .widget_recent_comments ul li:before,
    .widget_nav_menu ul li:before,
    .widget_recent_entries ul li:before,
    .widget_services ul li:before {
        content: none;
        position: absolute;
        left: 0;
        top: 10px;
        display: block;
        width: 5px;
        height: 5px;
        background: #838383;
        top: 17px;
        border-radius: 7px;
    }
    
    .widget_categories ul li li,
    .widget_archive ul li li,
    .widget_meta ul li li,
    .widget_pages ul li li,
    .widget_recent_comments ul li li,
    .widget_nav_menu li li,
    .widget_services li li {
        border-bottom: none;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 28px;
    }
    
    .widget_categories ul li li:before,
    .widget_archive ul li li:before,
    .widget_meta ul li li:before,
    .widget_pages ul li li:before,
    .widget_recent_comments ul li li:before,
    .widget_nav_menu li li:before,
    .widget_services li li:before {
        top: 0;
        left: -8px;
    }
    /*widget search custom*/
    
    .search-bx .btn {
        padding: 9px 12px;
        border: 1px solid transparent;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }
    /*widget search wp-default*/
    
    .widget_search .screen-reader-text {
        display: block;
    }
    
    .searchform {
        position: relative;
    }
    
    .searchform input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 10px 90px 10px 15px;
        border: 1px solid #CCCCCC;
    }
    
    .searchform input[type="submit"] {
        height: 40px;
        padding: 10px 15px;
        background-color: #77c04b;
        position: absolute;
        right: 0;
        bottom: 0;
        color: #ffffff;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: none;
    }
    
    .searchform input[type="submit"]:hover,
    .searchform input[type="submit"]:focus,
    .searchform input[type="submit"]:active {
        background-color: #6ab33e;
        color: #ffffff!important;
        border-bottom-color: #5a9e2f;
    }
    /* Search BX style 1 */
    
    .search-bx.style-1 .input-group-btn button {
        background: #000;
        border: 0;
        color: #fff;
        font-size: 15px;
        height: 50px;
        width: 50px;
        border-width: 0;
    }
    
    .search-bx.style-1 .form-control {
        border-width: 0;
        font-size: 15px;
        height: 50px;
        background: #f5f5f5;
        padding: 5px 20px;
    }
    /*widget recent-posts*/
    
    .recent-posts-entry .post-date,
    .tweets-feed-entry .tweet-date {
        color: #3396d1;
        font-style: normal;
    }
    
    .widget .post-title {
        margin-bottom: 0;
        margin-top: 0;
        text-transform: capitalize;
        font-size: 16px;
        line-height: 22px;
    }
    
    .recent-posts-entry .widget-post {
        margin-bottom: 20px;
        align-items: center;
        display: flex;
        overflow: hidden;
    }
    
    .recent-posts-entry .widget-post-bx:last-child {
        border-bottom: none;
    }
    
    .recent-posts-entry .post-date {
        color: #bbc7cd;
    }
    
    .recent-posts-entry .dlab-post-media {
        width: 100px;
        min-width: 100px;
        margin: 0;
        border-radius: 0;
    }
    
    .recent-posts-entry .dlab-post-info {
        background: transparent;
        padding: 0;
        padding-left: 20px;
        border: none;
        padding-right: 10px;
    }
    
    .recent-posts-entry .post-meta span {
        margin-right: 10px;
    }
    
    .recent-posts-entry .dlab-post-name a {
        font-size: 13px;
        color: #0081ff;
    }
    
    .recent-posts-entry .dlab-post-meta {
        margin-bottom: 5px;
    }
    
    .recent-posts-entry .dlab-post-info,
    .recent-posts-entry .dlab-post-media {
        display: table-cell;
        vertical-align: middle;
    }
    /*widget recent-comment*/
    
    .widget_recent_comments ul li:before {
        content: "\f0e6";
    }
    
    .widget_recent_comments ul li {
        padding-left: 20px;
        color: #999;
    }
    /* widget meta*/
    
    .widget_meta ul li a abbr[title] {
        color: #333;
        border-bottom: none;
    }
    /*widget calender*/
    
    .widget_calendar caption::after {
        color: #707070;
        content: ">";
        font-family: "FontAwesome";
        margin: 0 0 0 5px;
    }
    
    .widget_calendar table {
        border-collapse: separate;
        border-spacing: 2px;
        width: 100%;
    }
    
    .widget_calendar thead {
        background-color: #999999
    }
    
    .widget_calendar tfoot tr td {
        border: none;
        padding: 0px
    }
    
    .widget_calendar tfoot tr td a {
        background-color: #fff;
        padding: 4px 10px
    }
    
    .widget_calendar table thead tr th {
        font-size: 11px;
        padding: 5px;
        text-align: center;
        border: none;
        color: #fff;
    }
    
    .widget_calendar table tbody td {
        font-size: 13px;
        padding: 6px 5px;
        text-align: center;
        background-color: #fff;
        border: none;
        color: #444;
    }
    
    .widget_calendar table tbody td#today {
        background-color: #77c04b;
        color: #FFF;
    }
    
    .widget_calendar table tbody td#today a {
        color: #FFF;
    }
    /*widget tags-list*/
    
    .widget_tag_cloud a {
        padding: 8px 20px;
        background-color: #FFFFFF;
        border: 1px solid #ebedf2;
        font-size: 14px;
        display: inline-block;
        margin: 0 0 5px;
        color: #8799a3;
        font-weight: 400;
    }
    
    .side-bar .widget_tag_cloud a:hover {
        background-color: #CCCCCC;
        color: #fff;
        box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, 0.15);
        -webkit-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, 0.15);
        -moz-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, 0.15);
        -o-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, 0.15);
        -ms-box-shadow: 5px 5px 10px 0 rgba(37, 201, 65, 0.15);
    }
    
    .widget_tag_cloud.radius a {
        border-radius: 40px;
        padding: 7px 20px;
    }
    
    .side-bar .widget_tag_cloud.radius a:hover,
    .widget_tag_cloud.radius a:hover {
        background-color: #212121;
        border-color: #212121;
        box-shadow: none;
    }
    /*widget archive*/
    
    .widget_archive select {
        width: 100%;
        padding: 5px;
        border: 1px solid #CCC;
    }
    
    .widget_archive ul li {
        border-bottom: 1px solid #eaeaea;
    }
    
    .widget_archive ul li:last-child {
        border-bottom: 0;
    }
    
    .widget_archive ul {
        margin: -12px 0;
    }
    /*widget text*/
    
    .widget_text select {
        width: 100%;
        padding: 5px;
        border: 1px solid #CCC;
    }
    
    .widget_text select option {
        width: 100%;
    }
    /*widget categories*/
    
    .widget_categories li {
        text-align: right;
    }
    
    .widget_categories li a {
        float: left;
        text-transform: capitalize;
    }
    /*widget RSS*/
    
    .widget_rss ul {
        margin: 0;
        line-height: 20px;
    }
    
    .widget_rss ul li {
        line-height: 20px;
        margin-bottom: 15px;
    }
    
    .widget_rss ul .rsswidget {
        color: #333;
    }
    
    .widget_rss ul .rss-date {
        color: #3396D1;
    }
    
    .widget_rss ul .rssSummary {
        padding: 5px 0;
    }
    
    .widget_rss ul cite {
        color: #333;
        font-weight: 600;
    }
    /* widget get in tuch */
    
    .widget_getintuch {
        padding-top: 10px;
    }
    
    .widget_getintuch li {
        margin-bottom: 20px;
        position: relative;
        padding-left: 40px;
    }
    
    .widget_getintuch li,
    .widget_getintuch b,
    .widget_getintuch strong {
        display: block;
        text-transform: capitalize;
    }
    
    .widget_getintuch strong {
        font-weight: 600;
        font-size: 16px;
    }
    
    .widget_getintuch i {
        position: absolute;
        left: 0;
        top: 5px;
        text-align: center;
        font-size: 22px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    /* widget gallery */
    
    .widget_gallery ul {
        padding-left: 0;
        display: table;
    }
    
    .widget_gallery.gallery-grid-2 li {
        width: 50%;
    }
    
    .widget_gallery.gallery-grid-4 li {
        width: 25%;
    }
    
    .gallery-grid-8 li {
        width: 12.5%;
    }
    
    @media only screen and (max-width: 767px) {
        .gallery-grid-8 li {
            width: 25%;
        }
    }
    
    .widget_gallery li {
        display: inline-block;
        width: 33.33%;
        float: left;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        padding: 2px;
    }
    
    .widget_gallery li img {
        display: inline-block;
        width: 100%;
    }
    
    .widget_gallery li:nth-child(3n-3) {
        margin-right: 0;
    }
    
    .widget_gallery li:hover {
        opacity: 0.7;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .widget_gallery a {
        display: inline-block;
    }
    /* Newslatter */
    
    .widget-newsletter .news-box {
        background-color: #fff;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    
    .widget-newsletter .news-box form::after {
        content: "";
        background-image: url(../images/newslatter-bg.html);
        position: absolute;
        height: 60px;
        width: 100%;
        top: 0;
        opacity: 1;
        background-position: top;
        background-size: 100% 100%;
    }
    
    .widget-newsletter p {
        font-style: italic;
        font-size: 15px;
    }
    
    .widget-newsletter .form-control {
        background: #ffffff none repeat scroll 0 0;
        border: 2px solid #d0d0d0;
        height: 45px;
        margin-bottom: 15px;
        padding: 5px 20px;
    }
    
    .widget-newsletter .btn {
        padding: 12px 15px;
        font-weight: 700;
    }
    
    .news-box form:after {
        color: #000000;
        content: "Newslatter";
        font-family: montserrat;
        font-size: 50px;
        font-weight: 700;
        opacity: 0.05;
        position: absolute;
        top: -40px;
        z-index: -1;
    }
    
    .news-box:before {
        font-family: themify;
        content: "\e75a";
        font-size: 50px;
        font-weight: 700;
        opacity: 0.05;
        position: absolute;
        right: 0;
        top: 0;
        z-index: -1;
        opacity: 0.05;
    }
    
    .news-box form {
        position: relative;
    }
    /* About us Widgets */
    
    .widget-about .dlab-title {
        margin: 15px 0 5px 0;
        color: #000;
    }
    
    .widget-about p {
        color: #333333;
        font-size: 13px;
        line-height: 20px;
    }
    
    .widget-about .button-sm {
        font-weight: 700;
        padding: 5px 20px;
    }
    /* widget testimonial */
    
    .widget-testimonial .testimonial-pic {
        height: 70px;
        width: 70px;
        border: 3px solid #ffffff;
        margin-bottom: 10px;
    }
    
    .widget-testimonial .testimonial-name {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #000;
    }
    
    .widget-testimonial .testimonial-position {
        text-transform: uppercase;
        color: #888q;
        font-size: 12px;
        font-style: inherit;
    }
    
    .widget-testimonial .testimonial-position p {
        line-height: 26px;
    }
    
    .widget-testimonial .testimonial-text {
        color: #505050;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 10px;
        padding: 0;
    }
    /*---------------------------------------------------------------
23. CUSTOMIZE CSS
   >set-radius
   >transition
   >float-clearfix
---------------------------------------------------------------*/
    /*== >set-radius ==*/
    
    .btn,
    .panel,
    .form-control,
    .img-thumbnail,
    .panel-head ing,
    .dropdown-menu,
    .panel-group .panel,
    .nav-tabs>li>a,
    .modal-content,
    .navbar-toggler,
    .nav-pills>li>a,
    .pager li>a,
    .pager li>span,
    .well,
    .alert,
    .list-group-item:first-child,
    .list-group-item:last-child,
    .input-group-addon,
    .btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
    .btn-group-divides>.btn:last-child:not(:first-child),
    .btn-group>.dropdown-toggle:not(:first-child),
    .dlab-booking-form .dlab-extra-services li .icon-bx-lg,
    .dlab-booking-form .dlab-extra-services li.active .icon-bx-lg:after,
    .widget_tag_cloud a,
    .searchform input[type="text"],
    .searchform input[type="submit"],
    ol.comment-list li.comment .comment-body {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    /*== >transition ==*/
    
    a,
    .dlab-box,
    .btn,
    .form-control,
    .overlay-bx,
    .overlay-icon li a i,
    .icon-bx-xl,
    .icon-bx-lg,
    .icon-bx-md,
    .icon-bx-sm,
    .icon-bx-xs,
    .share-social-bx li,
    .indicator,
    .profile-menu ul li,
    .staff-member .member-done,
    .how-dlab-work .dlab-box .shadow-bx img,
    .how-dlab-work .dlab-box .step-no-bx,
    .dlab-info-has,
    .dlab-we-find .dlab-box,
    .navbar-toggler,
    .logo-header,
    .header-nav .nav>li>a,
    .extra-nav,
    .skew-secondry:hover,
    .skew-primary:hover,
    .skew-secondry:hover::after,
    .skew-primary:hover::after {
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }
    
    .animate-slow {
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    
    .animate-mid {
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    
    .animate-fast {
        -webkit-transition: all 0.8s ease-out;
        -moz-transition: all 0.8s ease-out;
        -o-transition: all 0.8s ease-out;
        -ms-transition: all 0.8s ease-out;
        transition: all 0.8s ease-out;
    }
    /*== >float-clearfix ==*/
    
    .clearfix:after,
    .clearfix:before {
        content: "";
        display: table;
    }
    
    .clearfix:after {
        clear: both;
    }
    /*error for select box*/
    
    .has-error .bootstrap-select .dropdown-toggle,
    .has-error .bootstrap-select .dropdown-toggle:hover,
    .has-error .bootstrap-select .dropdown-toggle:focus {
        border-color: #a94442 !important;
    }
    /*succes for select box*/
    
    .has-success .bootstrap-select .dropdown-toggle,
    .has-success .bootstrap-select .dropdown-toggle:hover,
    .has-success .bootstrap-select .dropdown-toggle:focus {
        border-color: #3c763d !important;
    }
    /*---------------------------------------------------------------
24. SORTCODES 
   >Buttons
   >Title separators		
   >Deviders	
   >Lists & bullets	
   >Tabs
   >Accordians		
   >Carousels
   >Testimonials	
   >Pricing table
   >Alert box	
   >Modal pop
   >Social icons
   >Breadcrumb
   >Tables
   >Image effects
   >Icon boxes
   >Box New Style 
---------------------------------------------------------------*/
    /*==== Shortcode Css ====*/
    
    .sort-title {
        margin-bottom: 40px;
    }
    
    .sort-title h4:after {
        left: -160px;
    }
    
    .sort-title.text-white h4:after,
    .sort-title.text-white h4:before {
        background: #fff;
    }
    
    .sort-title h4:after,
    .sort-title h4:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 1px;
        position: absolute;
        right: -160px;
        top: 50%;
        width: 150px;
        opacity: 0.15;
    }
    
    .sort-title h4 {
        display: inline-block;
        margin: 0;
        position: relative;
    }
    
    @media only screen and (max-width: 767px) {
        .sort-title h4:after,
        .sort-title h4:before {
            content: none;
        }
    }
    /*== >Buttons ======= */
    /* owl slider button */
    
    .owl-prev,
    .owl-next {
        background-color: rgba(255, 255, 255, 0.95);
        border-color: rgba(255, 255, 255, 0.95);
        color: #000;
        padding: 5px 8px;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 18px;
        display: inline-block;
        cursor: pointer;
        border-width: 0px;
        border-style: solid;
    }
    
    .owl-prev:hover,
    .owl-prev:active,
    .owl-prev:focus,
    .owl-next:hover,
    .owl-next:active,
    .owl-next:focus {
        background-color: rgba(255, 255, 255, 1);
        border-color: #3E2E23;
        color: #000;
    }
    /* theme default button */
    
    .button-example .btn,
    .button-example .btn-link {
        margin: 0 5px 10px 0;
    }
    /* Bootstrap button */
    
    button {
        cursor: pointer;
    }
    
    button:focus {
        outline: 0px solid;
    }
    
    .btn {
        -moz-user-select: none;
        border: 1px solid rgba(0, 0, 0, 0);
        border-radius: 4px;
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        padding: 8px 16px;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
        vertical-align: middle;
        white-space: nowrap;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    
    .btn.btn-success {
        background-color: #5cb85c;
        border-color: #5cb85c;
        color: #ffffff;
    }
    
    .btn.btn-primary {
        background-color: #0275d8;
        border-color: #0275d8;
        color: #ffffff;
    }
    
    .btn.btn-primary:active,
    .btn.btn-primary:focus,
    .btn.btn-primary:hover {
        background-color: #025aa5;
        border-color: #01549b;
    }
    
    .btn.btn-info {
        background-color: #5bc0de;
        border-color: #5bc0de;
        color: #ffffff;
    }
    
    .btn.btn-info:hover {
        background-color: #46cef7;
        border-color: #46cef7;
        color: #ffffff;
    }
    
    .btn.btn-danger {
        background-color: #d9534f;
        border-color: #d9534f;
        color: #ffffff;
    }
    
    .btn.btn-danger:hover {
        background-color: #ea4b47;
        border-color: #ea4b47;
        color: #ffffff;
    }
    
    .btn.btn-secondary {
        background-color: #ffffff;
        border-color: #cccccc;
        color: #292b2c;
    }
    /* Outline */
    
    [class*="btn-outline"].btn {
        border: 1px solid;
    }
    
    .btn.btn-outline-danger {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #d9534f;
        color: #d9534f;
    }
    
    .btn.btn-outline-primary {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #0275d8;
        color: #0275d8;
    }
    
    .btn.btn-outline-secondary {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #cccccc;
        color: #cccccc;
    }
    
    .btn.btn-outline-success {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #5cb85c;
        color: #5cb85c;
    }
    
    .btn.btn-outline-info {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #5bc0de;
        color: #5bc0de;
    }
    /* Outline Hover */
    
    .btn.btn-outline-warning {
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border-color: #f0ad4e;
        color: #f0ad4e;
    }
    
    .btn.btn-outline-primary:hover {
        background-color: hsl(208, 98%, 43%);
        border-color: hsl(208, 98%, 43%);
        color: hsl(0, 0%, 100%);
    }
    
    .btn.btn-outline-secondary:hover {
        background-color: hsl(0, 0%, 80%);
        border-color: hsl(0, 0%, 80%);
        color: hsl(0, 0%, 100%);
    }
    
    .btn.btn-outline-success:hover {
        background-color: hsl(120, 39%, 54%);
        border-color: hsl(120, 39%, 54%);
        color: hsl(0, 0%, 100%);
    }
    
    .btn.btn-outline-info:hover {
        background-color: hsl(194, 66%, 61%);
        border-color: hsl(194, 66%, 61%);
        color: hsl(0, 0%, 100%);
    }
    
    .btn.btn-outline-warning:hover {
        background-color: hsl(35, 84%, 62%);
        border-color: hsl(35, 84%, 62%);
        color: hsl(0, 0%, 100%);
    }
    
    .btn.btn-outline-danger:hover {
        background-color: hsl(2, 64%, 58%);
        border-color: hsl(2, 64%, 58%);
        color: hsl(0, 0%, 100%);
    }
    /* Bootstrap Btn Size */
    
    .btn-group-lg>.btn,
    .btn-lg {
        border-radius: 4px;
        font-size: 20px;
        padding: 12px 24px;
    }
    
    .btn-group-sm>.btn,
    .btn-sm {
        border-radius: 3px;
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .btn,
    .btn-secondry {
        color: #fff;
        padding: 14px 30px;
        display: inline-block;
        font-size: 12px;
        outline: none;
        cursor: pointer;
        outline: none;
        border-width: 0;
        border-style: solid;
        border-color: transparent;
        line-height: 1.42857;
        border-radius: 3px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        overflow: hidden;
        vertical-align: middle;
    }
    
    .btn:active,
    .btn:hover,
    .btn:focus,
    .active>.btn {
        background-color: #d8a409;
        color: #fff;
    }
    
    .btn-secondry {
        background-color: #282A3C;
    }
    
    .btn-secondry:active,
    .btn-secondry:hover,
    .btn-secondry:focus,
    .active>.btn-secondry {
        background-color: #3c3e4e;
        color: #fff;
    }
    /* button text uppercase */
    
    .btn.text-uppercase {
        text-transform: uppercase;
    }
    /* button size */
    
    .btn-sm {
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .btn-md {
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 500;
    }
    
    .btn-lg {
        font-size: 14px;
        font-weight: 600;
        padding: 18px 40px;
    }
    
    .btn-xl {
        font-size: 22px;
        padding: 25px 35px;
    }
    /* button rounded */
    
    .radius-no {
        border-radius: 0;
        -webkit-border-radius: 0;
    }
    
    .radius-sm {
        border-radius: 4px;
        -webkit-border-radius: 4px;
    }
    
    .radius-xl {
        border-radius: 100px;
        -webkit-border-radius: 100px;
    }
    
    .radius-md {
        border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    /* button colors */
    /* white */
    
    .btn.white {
        background-color: #fff;
        color: #777;
    }
    
    .btn.white:hover,
    .btn.white:active,
    .btn.white:focus {
        background-color: #F4F4F4;
        color: #555;
    }
    /* black */
    
    .btn.black {
        background-color: #000;
        color: #fff;
    }
    
    .btn.black:hover,
    .btn.black:active,
    .btn.black:focus {
        background-color: #0cf!important;
        color: #fff;
    }
    /* Gray */
    
    .btn.gray {
        background-color: #666666;
        color: #fff;
    }
    
    .btn.gray:hover,
    .btn.gray:active,
    .btn.gray.active,
    .btn.gray:focus {
        background-color: #555555;
        color: #fff;
    }
    /* pink */
    
    .btn.pink {
        background-color: #ff3c85;
        color: #fff;
    }
    
    .btn.pink:hover,
    .btn.pink:active,
    .btn.pink.active,
    .btn.pink:focus {
        background-color: #ef2c75;
        color: #fff;
    }
    /* Blue */
    
    .btn.blue {
        background-color: #00c5dc;
        color: #fff;
    }
    
    .btn.blue:hover,
    .btn.blue:active,
    .btn.blue.active,
    .btn.blue:focus {
        background-color: #00b5cc;
        color: #fff;
    }
    /* Green */
    
    .btn.green {
        background-color: #34bfa3;
        color: #fff;
    }
    
    .btn.green:hover,
    .btn.green:active,
    .btn.green.active,
    .btn.green:focus {
        background-color: #24af93;
        color: #fff;
    }
    /* Orange */
    
    .btn.orange {
        background-color: #EF9800;
        color: #fff;
    }
    
    .btn.orange:hover,
    .btn.orange:active,
    .btn.orange.active,
    .btn.orange:focus {
        background-color: #df8800;
        color: #fff;
    }
    /* Red */
    
    .btn.red {
        background-color: #f0526d;
        color: #fff;
    }
    
    .btn.red:hover,
    .btn.red:active,
    .btn.red.active,
    .btn.red:focus {
        background-color: #F22D4E;
        color: #fff;
    }
    /* Brown */
    
    .btn.brown {
        background-color: #484a5c;
        color: #fff;
    }
    
    .btn.brown:hover,
    .btn.brown:active,
    .btn.brown.active,
    .btn.brown:focus {
        background-color: #383a4c;
        color: #fff;
    }
    /* Yellow */
    
    .btn.yellow {
        background-color: #ffb822;
        color: #fff;
    }
    
    .btn.yellow:hover,
    .btn.yellow:active,
    .btn.yellow.active,
    .btn.yellow:focus {
        background-color: #efa812;
        color: #fff;
    }
    /* purple */
    
    .btn.purple {
        background-color: #8862B9;
        color: #fff;
    }
    
    .btn.purple:hover,
    .btn.purple:active,
    .btn.purple.active,
    .btn.purple:focus {
        background-color: #7852a9;
        color: #fff;
    }
    /* Button Gradiyant  */
    /* white */
    
    .btn.white {
        background-color: #fff;
        color: #000;
    }
    
    .btn.white:hover,
    .btn.white:active,
    .btn.white:focus {
        background-color: #F4F4F4;
        color: #555;
    }
    /* black */
    
    .btn.black.gradient {
        background: #000000;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #000000 0%, #727272 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #000000 0%, #727272 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #000000 0%, #727272 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#727272', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.black.gradient:hover,
    .btn.black.gradient:active,
    .btn.black.gradient:focus {
        background: #1e1e1e;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #1e1e1e 0%, #727272 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#727272', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Gray */
    
    .btn.gradient.gray {
        background: #666666;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #666666 0%, #999999 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #666666 0%, #999999 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #666666 0%, #999999 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#999999', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.gray:hover,
    .btn.gradient.gray:active,
    .btn.gradient.gray:focus {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,999999+100 */
        background: #4f4f4f;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #4f4f4f 0%, #999999 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#999999', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* pink */
    
    .btn.gradient.pink {
        background: #ff3c85;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ff3c85 0%, #ff93bb 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3c85', endColorstr='#ff93bb', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.pink:hover,
    .btn.gradient.pink:active,
    .btn.gradient.pink:focus {
        background: #ff3d81;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ff3d81 0%, #ff7fae 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff3d81', endColorstr='#ff7fae', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Blue */
    
    .btn.gradient.blue {
        background: #00c5db;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #00c5db 0%, #6dff9e 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00c5db', endColorstr='#6dff9e', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.blue:hover,
    .btn.gradient.blue:active,
    .btn.gradient.blue:focus {
        background: #00a9bc;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #00a9bc 0%, #54ea86 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00a9bc', endColorstr='#54ea86', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Green */
    
    .btn.gradient.green {
        background: #84ba3f;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #84ba3f 0%, #b7ff59 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#84ba3f', endColorstr='#b7ff59', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.green:hover,
    .btn.gradient.green:active,
    .btn.gradient.green:focus {
        background: #6dad1a;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #6dad1a 0%, #90ff00 99%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6dad1a', endColorstr='#90ff00', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Orange */
    
    .btn.gradient.orange {
        background: #ef940b;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ef940b 0%, #ffd754 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ef940b', endColorstr='#ffd754', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.orange:hover,
    .btn.gradient.orange:active,
    .btn.gradient.orange:focus {
        background: #d68000;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #d68000 0%, #ffbf00 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d68000', endColorstr='#ffbf00', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Red */
    
    .btn.gradient.red {
        background: #ff1437;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ff1437 0%, #ff5982 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff1437', endColorstr='#ff5982', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.red:hover,
    .btn.gradient.red:active,
    .btn.gradient.red:focus {
        background: #ff0022;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ff0022 0%, #ff3866 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff0022', endColorstr='#ff3866', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gd,
    .btn.gd:active,
    .btn.gd:hover,
    .btn.gd:focus {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
        background: #1ebbf0;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
    }
    /* Brown */
    
    .btn.gradient.brown {
        background: #303451;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #303451 0%, #7e8196 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #303451 0%, #7e8196 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #303451 0%, #7e8196 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#303451', endColorstr='#7e8196', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.brown:hover,
    .btn.gradient.brown:active,
    .btn.gradient.brown:focus {
        background: #1d213f;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #1d213f 0%, #777c9b 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1d213f', endColorstr='#777c9b', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Yellow */
    
    .btn.gradient.yellow {
        background: #ffb52d;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffb52d', endColorstr='#ffd684', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.yellow:hover,
    .btn.gradient.yellow:active,
    .btn.gradient.yellow:focus {
        background: #e2a336;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2a336', endColorstr='#ffc656', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* purple */
    
    .btn.gradient.purple {
        background: #62369b;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #62369b 0%, #b37cff 87%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #62369b 0%, #b37cff 87%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #62369b 0%, #b37cff 87%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#62369b', endColorstr='#b37cff', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    
    .btn.gradient.purple:hover,
    .btn.gradient.purple:active,
    .btn.gradient.purple:focus {
        background: #814ec4;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #814ec4 0%, #9e4aba 87%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#814ec4', endColorstr='#9e4aba', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
    }
    /* Skew */
    
    .button-skew {
        position: relative;
        text-align: center;
        margin-right: 21px;
        -moz-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        -o-transform: skewX(-20deg);
        -ms-transform: skewX(-20deg);
        transform: skewX(-20deg);
    }
    
    .button-skew span {
        display: inline-block;
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    
    .button-skew i {
        background-color: inherit;
        position: absolute;
        height: 100%;
        margin-right: -32px;
        right: 0;
        top: 0;
        padding: 12px 12px;
        line-height: normal;
    }
    
    .button-skew i:before {
        display: inline-block;
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    
    .button-skew.button-sm i {
        padding: 7px 10px;
        margin-right: -27px;
    }
    
    .button-skew.button-lg i {
        padding: 25px 15px;
        margin-right: -40px;
    }
    
    .button-skew.button-xl i {
        padding: 35px 22px;
        margin-right: -55px;
    }
    /* Graphical */
    
    .btn.graphical {
        color: #fff;
        border-radius: 3px;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
        box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 3px -1px rgba(45, 60, 72, 0.5);
        border: 1px solid rgba(0, 0, 0, 0.15);
    }
    
    .btn.graphical:active {
        box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset
    }
    /* 3D */
    
    .btn.button-3d {
        color: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        border-bottom: 4px solid rgba(0, 0, 0, 0.2);
        border-left: none;
        border-right: none;
        border-top: none;
    }
    /* Outline */
    
    .text-white .btn.outline {
        color: #fff;
    }
    
    .btn.outline {
        color: #888;
        background: none;
        border-width: 1px;
        border-style: solid;
        border-color: inherit;
    }
    
    .btn.outline-2 {
        border-width: 2px;
    }
    
    .btn.outline.radius-xl,
    .btn.outline-2.radius-xl {
        border-radius: 100px;
    }
    /* white */
    
    .btn.outline.white {
        color: #e7e7e7;
        border-color: #e7e7e7;
    }
    
    .btn.outline.white:hover {
        color: #000;
    }
    /* black */
    
    .btn.outline.black {
        color: #171717;
        border-color: #00ccff;
    }
    /* gray */
    
    .btn.outline.gray {
        color: #666666;
        border-color: #666666;
    }
    /* pink */
    
    .btn.outline.pink {
        color: #e63f75;
        border-color: #e63f75;
    }
    /* blue */
    
    .btn.outline.blue {
        color: #42b8d4;
        border-color: #42b8d4;
    }
    /* green */
    
    .btn.outline.green {
        color: #35b494;
        border-color: #35b494;
    }
    /* orange */
    
    .btn.outline.orange {
        color: #e56713;
        border-color: #e56713;
    }
    /* red */
    
    .btn.outline.red {
        color: #d93223;
        border-color: #d93223;
    }
    /* brown */
    
    .btn.outline.brown {
        color: #69441f;
        border-color: #69441f;
    }
    /* yellow */
    
    .btn.outline.yellow {
        color: #EFBB20;
        border-color: #EFBB20;
    }
    /* purple */
    
    .btn.outline.purple {
        color: #ae1af7;
        border-color: #ae1af7;
    }
    /* hover */
    
    .btn.outline:hover {
        border-color: rgba(0, 0, 0, 0);
        color: #fff;
    }
    /* button text link */
    
    .btn-link {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        display: inline-block;
        font-weight: 500;
        padding: 0;
    }
    
    .btn-link i {
        margin-left: 10px;
    }
    /* white */
    
    .btn-link.white {
        color: #e7e7e7;
    }
    
    .btn-link.white:hover,
    .btn-link.white:active,
    .btn-link.white:focus {
        color: #CCC;
    }
    /* black */
    
    .btn-link.black {
        color: #171717;
    }
    
    .btn-link.black:hover,
    .btn-link.black:active,
    .btn-link.black:focus {
        color: #000;
    }
    /* Gray */
    
    .btn-link.gray {
        color: #666666;
    }
    
    .btn-link.gray:hover,
    .btn-link.gray:active,
    .btn-link.gray:focus {
        color: #555555;
    }
    /* pink */
    
    .btn-link.pink {
        color: #e63f75;
    }
    
    .btn-link.pink:hover,
    .btn-link.pink:active,
    .btn-link.pink:focus {
        color: #EF2C75;
    }
    /* Blue */
    
    .btn-link.blue {
        color: #42b8d4;
    }
    
    .btn-link.blue:hover,
    .btn-link.blue:active,
    .btn-link.blue:focus {
        color: #00B5CC;
    }
    /* Green */
    
    .btn-link.green {
        color: #35b494;
    }
    
    .btn-link.green:hover,
    .btn-link.green:active,
    .btn-link.green:focus {
        color: #26a585;
    }
    /* Orange */
    
    .btn-link.orange {
        color: #E56713;
    }
    
    .btn-link.orange:hover,
    .btn-link.orange:active,
    .btn-link.orange:focus {
        color: #d55703;
    }
    /* Red */
    
    .btn-link.red {
        color: #D93223;
    }
    
    .btn-link.red:hover,
    .btn-link.red:active,
    .btn-link.red:focus {
        color: #c51e0f;
    }
    /* Brown */
    
    .btn-link.brown {
        color: #69441F;
    }
    
    .btn-link.brown:hover,
    .btn-link.brown:active,
    .btn-link.brown:focus {
        color: #5f3a15;
    }
    /* Yellow */
    
    .btn-link.yellow {
        color: #ecc731;
    }
    
    .btn-link.yellow:hover,
    .btn-link.yellow:active,
    .btn-link.yellow:focus {
        color: ##d4af19;
    }
    /* purple */
    
    .btn-link.purple {
        color: #ae1af7;
    }
    
    .btn-link.purple:hover,
    .btn-link.purple:active,
    .btn-link.purple:focus {
        color: #9804e1;
    }
    /* Dropdown */
    
    .dropdown-menu>li>a {
        padding: 10px 20px;
    }
    /* Box Shadow */
    /* black */
    
    .btn.box-shadow.black {
        box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.19);
    }
    /* gray */
    
    .btn.box-shadow.gray {
        box-shadow: 0 5px 10px 2px rgba(85, 85, 85, 0.19);
    }
    /* pink */
    
    .btn.box-shadow.pink {
        box-shadow: 0 5px 10px 2px rgba(239, 44, 177, 0.19);
    }
    /* blue */
    
    .btn.box-shadow.blue {
        box-shadow: 0 5px 10px 2px rgba(0, 181, 104, 0.19);
    }
    /* green */
    
    .btn.box-shadow.green {
        box-shadow: 0 5px 10px 2px rgba(36, 176, 147, 0.19);
    }
    /* orange */
    
    .btn.box-shadow.orange {
        box-shadow: 0 5px 10px 2px rgba(223, 136, 0, 0.19);
    }
    /* red */
    
    .btn.box-shadow.red {
        box-shadow: 0 5px 10px 2px rgba(242, 45, 78, 0.19);
    }
    /* brown */
    
    .btn.box-shadow.brown {
        box-shadow: 0 5px 10px 2px rgba(56, 58, 76, 0.19);
    }
    /* yellow */
    
    .btn.box-shadow.yellow {
        box-shadow: 0 5px 10px 2px rgba(239, 168, 18, 0.19);
    }
    /* purple */
    
    .btn.box-shadow.purple {
        box-shadow: 0 5px 10px 2px rgba(120, 82, 169, 0.19);
    }
    /* Circle */
    
    .btn.circle-sm {
        width: 28px;
        height: 28px;
        padding: 0;
        border-radius: 40px;
        font-size: 12px;
        line-height: 27px;
    }
    
    .btn.circle {
        width: 40px;
        height: 40px;
        padding: 0;
        border-radius: 40px;
        line-height: 39px;
    }
    
    .btn.circle-lg {
        border-radius: 40px;
        font-size: 20px;
        height: 55px;
        padding: 0;
        width: 55px;
        line-height: 54px;
    }
    
    .btn.sharp-sm {
        width: 28px;
        height: 28px;
        padding: 0;
        font-size: 12px;
        line-height: 27px;
    }
    
    .btn.sharp {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 39px;
    }
    
    .btn.sharp-lg {
        font-size: 20px;
        height: 55px;
        padding: 0;
        width: 55px;
        line-height: 54px;
    }
    /* Social Icon */
    /* .btn.facebook,
.btn.google-plus,
.btn.instagram,
.btn.linkedin,
.btn.twitter,
.btn.youtube,
.btn.whatsapp{
   border-radius:3px;
} */
    /* Social icon link */
    
    .btn-link.pinterest {
        color: #ca2128;
    }
    
    .btn-link.facebook {
        color: #3B5998;
    }
    
    .btn-link.google-plus {
        color: #DE4E43;
    }
    
    .btn-link.linkedin {
        color: #007BB6;
    }
    
    .btn-link.instagram {
        color: #8A5A4E;
    }
    
    .btn-link.twitter {
        color: #1EA1F3;
    }
    
    .btn-link.youtube {
        color: #CE201F;
    }
    
    .btn-link.whatsapp {
        color: #01C854;
    }
    
    .btn-link.tumblr.hover,
    .btn-link.pinterest.hover,
    .btn-link.facebook.hover,
    .btn-link.google-plus.hover,
    .btn-link.linkedin.hover,
    .btn-link.instagram.hover,
    .btn-link.twitter.hover,
    .btn-link.youtube.hover,
    .btn-link.whatsapp.hover {
        color: inherit;
    }
    
    .btn-link.tumblr.hover:hover,
    .btn-link.tumblr.hover:focus,
    .btn-link.tumblr.hover:active {
        color: #2d4e7d;
    }
    
    .btn-link.pinterest.hover:hover,
    .btn-link.pinterest.hover:focus,
    .btn-link.pinterest.hover:active {
        color: #bb0008;
    }
    
    .btn-link.facebook.hover:hover,
    .btn-link.facebook.hover:focus,
    .btn-link.facebook.hover:active {
        color: #3b5998;
    }
    
    .btn-link.google-plus.hover:hover,
    .btn-link.google-plus.hover:focus,
    .btn-link.google-plus.hover:active {
        color: #de4e43;
    }
    
    .btn-link.linkedin.hover:hover,
    .btn-link.linkedin.hover:focus,
    .btn-link.linkedin.hover:active {
        color: #007bb6;
    }
    
    .btn-link.instagram.hover:hover,
    .btn-link.instagram.hover:focus,
    .btn-link.instagram.hover:active {
        color: #8a5a4e;
    }
    
    .btn-link.twitter.hover:hover,
    .btn-link.twitter.hover:focus,
    .btn-link.twitter.hover:active {
        color: #1ea1f3;
    }
    
    .btn-link.youtube.hover:hover,
    .btn-link.youtube.hover:focus,
    .btn-link.youtube.hover:active {
        color: #ce201f;
    }
    
    .btn-link.whatsapp.hover:hover,
    .btn-link.whatsapp.hover:focus,
    .btn-link.whatsapp.hover:active {
        color: #01c854;
    }
    
    .btn.tumblr {
        background-color: #44546b;
    }
    
    .btn.tumblr:hover,
    .btn.tumblr:focus,
    .btn.tumblr:active {
        background-color: #2d4e7d;
    }
    
    .btn.pinterest {
        background-color: #ca2128;
    }
    
    .btn.pinterest:hover,
    .btn.pinterest:focus,
    .btn.pinterest:active {
        background-color: #bb0008;
    }
    
    .btn.facebook {
        background-color: #3B5998;
    }
    
    .btn.facebook:hover,
    .btn.facebook:focus,
    .btn.facebook:active {
        background-color: #4b69a8;
    }
    
    .btn.google-plus {
        background-color: #DE4E43;
    }
    
    .btn.google-plus:hover,
    .btn.google-plus:focus,
    .btn.google-plus:active {
        background-color: #fe6e63;
    }
    
    .btn.linkedin {
        background-color: #007BB6;
    }
    
    .btn.linkedin:hover,
    .btn.linkedin:focus,
    .btn.linkedin:active {
        background-color: #209bd6;
    }
    
    .btn.instagram {
        background-color: #8A5A4E;
    }
    
    .btn.instagram:hover,
    .btn.instagram:focus,
    .btn.instagram:active {
        background-color: #aa7a6e;
    }
    
    .btn.twitter {
        background-color: #1EA1F3;
    }
    
    .btn.twitter:hover,
    .btn.twitter:focus,
    .btn.twitter:active {
        background-color: #0e91e3;
    }
    
    .btn.youtube {
        background-color: #CE201F;
    }
    
    .btn.youtube:hover,
    .btn.youtube:focus,
    .btn.youtube:active {
        background-color: #ee403f;
    }
    
    .btn.whatsapp {
        background-color: #01C854;
    }
    
    .btn.whatsapp:hover,
    .btn.whatsapp:focus,
    .btn.whatsapp:active {
        background-color: #00a834;
    }
    /* Social Icon Outline */
    
    .btn.tumblr.outline,
    .btn.pinterest.outline,
    .btn.facebook.outline,
    .btn.google-plus.outline,
    .btn.instagram.outline,
    .btn.linkedin.outline,
    .btn.twitter.outline,
    .btn.youtube.outline,
    .btn.whatsapp.outline {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid;
    }
    
    .btn.tumblr.outline {
        color: #44546b;
    }
    
    .btn.pinterest.outline {
        color: #ca2128;
    }
    
    .btn.facebook.outline {
        color: #3B5998;
    }
    
    .btn.google-plus.outline {
        color: #DE4E43;
    }
    
    .btn.linkedin.outline {
        color: #007BB6;
    }
    
    .btn.instagram.outline {
        color: #8A5A4E;
    }
    
    .btn.twitter.outline {
        color: #1EA1F3;
    }
    
    .btn.youtube.outline {
        color: #CE201F;
    }
    
    .btn.whatsapp.outline {
        color: #01C854;
    }
    /* Outline Hover */
    
    .btn.tumblr.outline:hover,
    .btn.tumblr.outline:focus,
    .btn.tumblr.outline:active {
        border-color: #2d4e7d;
        background-color: #2d4e7d;
        color: #fff;
    }
    
    .btn.pinterest.outline:hover,
    .btn.pinterest.outline:focus,
    .btn.pinterest.outline:active {
        border-color: #bb0008;
        background-color: #bb0008;
        color: #fff;
    }
    
    .btn.facebook.outline:hover,
    .btn.facebook.outline:focus,
    .btn.facebook.outline:active {
        border-color: #4b69a8;
        background-color: #4b69a8;
        color: #fff;
    }
    
    .btn.google-plus.outline:hover,
    .btn.google-plus.outline:focus,
    .btn.google-plus.outline:active {
        border-color: #fe6e63;
        background-color: #fe6e63;
        color: #fff;
    }
    
    .btn.linkedin.outline:hover,
    .btn.linkedin.outline:focus,
    .btn.linkedin.outline:active {
        border-color: #209bd6;
        background-color: #209bd6;
        color: #fff;
    }
    
    .btn.instagram.outline:hover,
    .btn.instagram.outline:focus,
    .btn.instagram.outline:active {
        border-color: #aa7a6e;
        background-color: #aa7a6e;
        color: #fff;
    }
    
    .btn.twitter.outline:hover,
    .btn.twitter.outline:focus,
    .btn.twitter.outline:active {
        border-color: #0e91e3;
        background-color: #0e91e3;
        color: #fff;
    }
    
    .btn.youtube.outline:hover,
    .btn.youtube.outline:focus,
    .btn.youtube.outline:active {
        border-color: #ee403f;
        background-color: #ee403f;
        color: #fff;
    }
    
    .btn.whatsapp.outline:hover,
    .btn.whatsapp.outline:focus,
    .btn.whatsapp.outline:active {
        border-color: #00a834;
        background-color: #00a834;
        color: #fff;
    }
    
    @media only screen and (max-width: 991px) {
        .button-layout .btn-link,
        .button-layout .site-secondry,
        .button-layout .btn,
        .button-layout .btn {
            margin-bottom: 10px;
        }
    }
    /* Social White */
    
    .btn.white.tumblr,
    .btn.white.pinterest,
    .btn.white.facebook,
    .btn.white.google-plus,
    .btn.white.instagram,
    .btn.white.linkedin,
    .btn.white.twitter,
    .btn.white.youtube,
    .btn.white.whatsapp {
        background: #fff;
    }
    
    .btn.white.tumblr {
        color: #44546b;
    }
    
    .btn.white.pinterest {
        color: #ca2128;
    }
    
    .btn.white.facebook {
        color: #3B5998;
    }
    
    .btn.white.google-plus {
        color: #DE4E43;
    }
    
    .btn.white.linkedin {
        color: #007BB6;
    }
    
    .btn.white.instagram {
        color: #8A5A4E;
    }
    
    .btn.white.twitter {
        color: #1EA1F3;
    }
    
    .btn.white.youtube {
        color: #CE201F;
    }
    
    .btn.white.whatsapp {
        color: #01C854;
    }
    
    .btn.white.tumblr:hover,
    .btn.white.pinterest:hover,
    .btn.white.facebook:hover,
    .btn.white.google-plus:hover,
    .btn.white.instagram:hover,
    .btn.white.linkedin:hover,
    .btn.white.twitter:hover,
    .btn.white.youtube:hover,
    .btn.white.whatsapp:hover {
        color: #fff;
    }
    
    .btn.white.tumblr:hover {
        background-color: #2d4e7d;
    }
    
    .btn.white.pinterest:hover {
        background-color: #bb0008;
    }
    
    .btn.white.facebook:hover {
        background-color: #3B5998;
    }
    
    .btn.white.google-plus:hover {
        background-color: #DE4E43;
    }
    
    .btn.white.linkedin:hover {
        background-color: #007BB6;
    }
    
    .btn.white.instagram:hover {
        background-color: #8A5A4E;
    }
    
    .btn.white.twitter:hover {
        background-color: #1EA1F3;
    }
    
    .btn.white.youtube:hover {
        background-color: #CE201F;
    }
    
    .btn.white.whatsapp:hover {
        background-color: #01C854;
    }
    /* filter buttons css */
    
    .site-filters {
        margin-bottom: 30px;
    }
    
    .site-filters ul {
        margin: 0;
        list-style: none;
    }
    
    .site-filters li {
        display: inline-block;
        padding: 0;
        margin-bottom: 3px;
    }
    
    .site-filters li.btn {
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none !important;
    }
    
    .site-filters li input {
        display: none;
    }
    
    .site-filters a {
        margin: 0 5px 5px 0;
    }
    
    .site-filters .active>[class*="btn"] {
        color: #fff;
        background-color: #EFBB20;
    }
    
    .site-filters.center {
        text-align: center;
    }
    
    .site-filters.center ul {
        display: inline-block;
        margin: auto;
    }
    
    .site-filters.center [class*="btn"] {
        display: inline-block;
        margin: 0 5px 10px;
        text-transform: uppercase;
    }
    
    .mas-1 .card-container {
        margin-left: -1px;
    }
    /* Site Filters Style */
    /* Site Filters Style */
    
    .site-filters.style1 li a {
        color: #000316;
        font-family: montserrat;
        font-weight: 400;
        margin: 0;
        padding: 0 15px;
        position: relative;
    }
    
    .site-filters.style1 li:last-child a:after {
        position: relative;
    }
    
    .site-filters.style1 li a:after {
        background-color: #000316;
        content: "";
        height: 100%;
        opacity: 0.2;
        position: absolute;
        right: -2px;
        top: 0;
        transform: skew(-20deg, -20deg);
        -moz-transform: skew(-20deg, -20deg);
        -webkit-transform: skew(-20deg, -20deg);
        -o-transform: skew(-20deg, -20deg);
        width: 2px;
    }
    
    .site-filters.style1 li.active a,
    .site-filters.style1.white li.active a {
        color: #19bb9f;
    }
    
    .site-filters.style1.white li a:after {
        background-color: #fff;
    }
    
    .site-filters.style1.white li a {
        color: #bfbfbf;
    }
    
    .site-filters .btn.outline {
        border-color: #1ABC9C;
    }
    
    .site-filters.filters-sm li a {
        padding: 5px 20px;
        font-size: 13px;
        font-weight: 500;
    }
    
    .site-filters.gray li a {
        background-color: #e0e3f6;
        color: #000;
    }
    
    .site-filters .button-sm {
        font-size: 13px;
        padding: 5px 20px;
    }
    
    @media only screen and (max-width: 480px) {
        .site-filters.center [class*="btn"] {
            margin: 0 1px 5px;
            padding: 5px 10px;
            font-size: 12px;
        }
    }
    /*== >Title separators ====== */
    
    .dlab-separator-outer {
        overflow: hidden;
    }
    
    .dlab-separator {
        display: inline-block;
        height: 2px;
        width: 80px;
        margin-bottom: 10px;
        position: relative;
    }
    
    .dlab-separator.style-liner {
        width: 20px;
    }
    
    .dlab-separator.style-icon {
        width: 30px;
        height: auto;
        text-align: center;
        font-size: 20px;
    }
    
    .dlab-separator[class*="style-"]:after,
    .dlab-separator[class*="style-"]:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 40px;
        width: 70px;
        height: 2px;
        background: #eee;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .dlab-separator[class*="style-"]:before {
        left: auto;
        right: 40px;
    }
    
    .dlab-separator.style-skew {
        width: 15px;
        height: 10px;
        margin-left: 1px;
        margin-right: 1px;
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        transform: skewX(-10deg);
    }
    
    .dlab-separator.style-skew[class*="style-"]:after,
    .dlab-separator.style-skew[class*="style-"]:before {
        width: 80px;
        height: 4px;
        left: 20px;
        -moz-transform: translateY(-50%) skewX(-10deg);
        -webkit-transform: translateY(-50%) skewX(-10deg);
        -o-transform: translateY(-50%) skewX(-10deg);
        -ms-transform: translateY(-50%) skewX(-10deg);
        transform: translateY(-50%) skewX(-10deg);
    }
    
    .dlab-separator.style-skew[class*="style-"]:before {
        right: 20px;
        left: auto;
    }
    
    .dlab-separator.bnr-title {
        height: 1px;
        width: 155px;
        opacity: 0.5;
    }
    
    .dlab-separator.bnr-title:before {
        height: inherit;
        right: -80px;
        width: 25px;
    }
    
    .dlab-separator.bnr-title:after {
        height: inherit;
        right: -90px;
        top: 0;
        width: 6px;
    }
    
    .dlab-separator.bnr-title:before,
    .dlab-separator.bnr-title:after {
        position: absolute;
        content: "";
        background-color: inherit;
    }
    
    .dlab-separator.bnr-title i {
        background-color: inherit;
        display: block;
        height: inherit;
        position: absolute;
        right: -50px;
        width: 45px;
    }
    /*== >Deviders ====== */
    
    .dlab-divider {
        height: 1px;
        position: relative;
        margin: 30px 0;
    }
    
    .dlab-divider.tb80 {
        margin: 80px 0;
    }
    
    .dlab-divider.tb70 {
        margin: 70px 0;
    }
    
    .dlab-divider.tb60 {
        margin: 60px 0;
    }
    
    .dlab-divider.tb50 {
        margin: 50px 0;
    }
    
    .dlab-divider.tb40 {
        margin: 40px 0;
    }
    
    .dlab-divider.tb20 {
        margin: 20px 0;
    }
    
    .dlab-divider.tb15 {
        margin: 15px 0;
    }
    
    .dlab-divider.tb10 {
        margin: 10px 0;
    }
    
    .dlab-divider.tb0 {
        margin: 0;
    }
    
    .dlab-divider.divider-2px {
        height: 2px;
    }
    
    .dlab-divider.divider-3px {
        height: 3px;
    }
    
    .dlab-divider.divider-4px {
        height: 4px;
    }
    
    .dlab-divider i {
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        display: block;
        border-radius: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .dlab-divider.icon-left {
        margin-left: 40px;
    }
    
    .dlab-divider.icon-left i {
        left: -40px;
    }
    
    .dlab-divider.icon-right {
        margin-right: 40px;
    }
    
    .dlab-divider.icon-right i {
        left: auto;
        right: -40px;
    }
    
    .dlab-divider.icon-center i {
        left: 50%;
        margin-left: -5px;
    }
    /*== >Lists & bullets ====== */
    
    .list-circle,
    .list-angle-right,
    .list-arrow,
    .list-check,
    .list-checked,
    .list-icon-box,
    .list-chevron-circle,
    .list-hand-point,
    .list-cup,
    .list-pen,
    .list-heart,
    .list-star {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }
    
    .list-circle li,
    .list-angle-right li,
    .list-arrow li,
    .list-check li,
    .list-checked li,
    .list-icon-box li,
    .list-chevron-circle li,
    .list-hand-point li,
    .list-cup li,
    .list-pen li,
    .list-heart li,
    .list-star li {
        padding: 5px 5px 5px 30px;
        position: relative;
    }
    
    .list-circle li:before,
    .list-angle-right li:before,
    .list-arrow li:before,
    .list-check li:before,
    .list-checked li:before,
    .list-icon-box li:before,
    .list-chevron-circle li:before,
    .list-hand-point li:before,
    .list-cup li:before,
    .list-pen li:before,
    .list-heart li:before,
    .list-star li:before {
        font-family: "themify";
        position: absolute;
        left: 0;
        top: 5px;
        display: block;
        font-size: 15px;
        color: #777;
    }
    
    ul[class*="list-"] {
        font-size: 15px;
    }
    
    .list-circle li:before {
        font-size: 16px;
    }
    
    .list-circle li:before {
        content: "\e724";
    }
    
    .list-angle-right li:before {
        content: "\e628";
    }
    
    .list-arrow li:before {
        content: "\e661";
    }
    
    .list-check li:before {
        content: "\e64c";
    }
    
    .list-checked li:before {
        content: "\e64d";
        font-family: 'themify';
        font-size: 15px;
    }
    
    .list-icon-box li:before {
        content: "\e6e8";
    }
    
    .list-chevron-circle li:before {
        content: "\e65d";
    }
    
    .list-hand-point li:before {
        content: "\e71b";
    }
    
    .list-star li:before {
        content: "\e60a";
    }
    
    .list-cup li:before {
        content: "\e641";
    }
    
    .list-pen li:before {
        content: "\e61c";
    }
    
    .list-heart li:before {
        content: "\e634";
    }
    /*listing before icon color css*/
    
    .primary li:before {
        color: #EFBB20;
    }
    
    .secondry li:before {
        color: #77C04B;
    }
    
    .black li:before {
        color: #000;
    }
    
    .white li:before {
        color: #fff;
    }
    
    .orange li:before {
        color: #FF6600;
    }
    
    .green li:before {
        color: #00CC00;
    }
    
    .red li:before {
        color: #FF3737;
    }
    
    .no-margin {
        margin: 0 0 0 !important;
        list-style: none;
    }
    /*listing before numbers*/
    
    .list-num-count {
        counter-reset: li;
        padding-left: 0;
    }
    
    .list-num-count>li {
        position: relative;
        margin: 0 0 6px 30px;
        padding: 4px 8px;
        list-style: none;
    }
    
    .list-num-count>li:before {
        content: counter(li, decimal);
        counter-increment: li;
        position: absolute;
        top: 0;
        left: -28px;
        width: 28px;
        height: 28px;
        padding: 5px;
        color: #fff;
        background: #EFBB20;
        font-weight: bold;
        text-align: center;
        font-size: 12px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
    }
    
    .list-num-count.lower-alpha>li:before {
        content: counter(li, lower-alpha);
    }
    
    .list-num-count.upper-alpha>li:before {
        content: counter(li, upper-alpha);
    }
    
    .list-num-count.upper-roman>li:before {
        content: counter(li, upper-roman);
    }
    
    .list-num-count.no-round>li:before {
        background-color: rgba(0, 0, 0, 0);
        color: #333333;
        font-size: 15px;
        font-weight: normal;
        height: auto;
        left: -30px;
        margin: 0;
        width: auto;
    }
    
    .rounded[class*="list-"] li:before {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    }
    
    .rounded[class*="list-"] li:hover:before {
        transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -o-transform: scale(1.5);
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .reverse.primary[class*="list-"] li:hover:before {
        background-color: #1abc9c;
        color: #fff;
    }
    
    .rounded[class*="list-"] li {
        padding: 10px 0 10px 45px;
    }
    
    .rounded[class*="list-"] li {
        padding: 10px 0 10px 45px;
    }
    
    .rounded.border[class*="list-"] li:before {
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid;
        line-height: 28px;
    }
    /* List Style Box */
    
    [class*="list-"].list-box>li {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 4px;
        color: #000000;
        margin-bottom: 6px;
        padding: 10px 20px 10px 50px;
    }
    
    [class*="list-"].list-box>li:before {
        background: #1abc9c none repeat scroll 0 0;
        border-radius: 4px 0 0 4px;
        color: #ffffff;
        display: table-cell;
        height: 100%;
        padding: 10px 0;
        text-align: center;
        top: 0;
        vertical-align: middle;
        width: 40px;
    }
    
    [class*="list-"].list-box>li {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }
    
    [class*="list-"].style1.list-box>li {
        margin-left: 42px;
        border-radius: 0 4px 4px 0;
        padding: 10px 20px 10px 20px;
    }
    
    [class*="list-"].style1.list-box>li:before {
        left: -42px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    
    [class*="list-"].style2.list-box>li {
        padding: 10px 20px 10px 60px;
    }
    
    [class*="list-"].style2.list-box>li:after {
        font-family: FontAwesome;
        content: "\f0da";
        left: 39px;
        position: absolute;
        top: 50%;
        color: #1abc9c;
        font-size: 18px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    [class*="list-"].list-box>li:hover,
    [class*="list-"].style2.list-box>li:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    
    [class*="list-"].style1.list-box>li:hover {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
    }
    
    [class*="list-"].style1.list-box>li:hover:before {
        transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
    }
    
    [class*="list-"].list-box.reverse>li:before {
        color: #1abc9c;
        background: #fff;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    /*== >Tabs ========= */
    /*tabs style 1 [ defult ]*/
    
    .dlab-tabs .tab-pane {
        padding: 20px 0;
    }
    
    .dlab-tabs .nav-tabs>li>a {
        background: #f6f7f8;
        color: #3d474a;
        -webkit-border-radius: 0;
        border-radius: 0;
        font-family: montserrat;
        font-size: 15px;
        font-weight: 400;
        text-transform: capitalize;
        margin-bottom: 3px;
        display: inline-block;
    }
    
    .dlab-tabs .nav-tabs>li>a.active,
    .dlab-tabs .nav-tabs>li>a.active:focus,
    .dlab-tabs .nav-tabs>li>a.active:hover {
        background-color: #fff;
        border-color: #ebedf2;
        border-bottom: 1px solid #FFF;
    }
    
    .dlab-tabs .nav>li>a:focus,
    .dlab-tabs .nav>li>a:hover {
        background-color: transparent;
    }
    
    .dlab-tabs .nav li a:hover {
        border: 1px solid transparent;
    }
    
    .dlab-tabs .nav-tabs>li>a i {
        color: #EFBB20;
        margin-right: 5px;
    }
    /*tabs bg  [ tabs background ]*/
    
    .dlab-tabs.bg-tabs .nav-tabs>li>a {
        border: 1px solid #ebedf2;
        background-color: #efefef;
        margin-right: 2px;
    }
    
    .dlab-tabs.bg-tabs .nav-tabs>li>a.active {
        border-bottom: 1px solid transparent;
        background-color: #fff;
    }
    
    .dlab-tabs.vertical.bg-tabs .nav-tabs>li>a {
        border: 1px solid #ebedf2;
    }
    
    .dlab-tabs.vertical.bg-tabs .nav-tabs>li>a.active {
        border-right: 1px solid transparent;
    }
    
    .dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
        border: 1px solid #ebedf2;
    }
    
    .dlab-tabs.vertical.right.bg-tabs .nav-tabs>li>a.active {
        border-left: 1px solid transparent;
    }
    /*tabs bg & top border  [ tabs background & top border in active ]*/
    
    .dlab-tabs.border-top .nav-tabs>li>a.active {
        border-top: 2px solid #EFBB20;
        padding: 9px 15px 10px;
    }
    /*tabs style 2 [ content with border outer ]*/
    
    .dlab-tabs.border .tab-pane {
        padding: 20px;
        border: 1px solid #ebedf2;
        margin-top: -1px;
    }
    /*tabs style 3  [ left-nav ]*/
    
    .dlab-tabs.vertical .nav-tabs {
        float: left;
        width: 170px;
        border-bottom: none;
        border-right: 1px solid #ebedf2;
    }
    
    .dlab-tabs.vertical .tab-pane {
        padding: 10px 0 10px 20px;
    }
    
    .dlab-tabs.vertical .nav-tabs li {
        float: none;
        margin-right: -1px;
    }
    
    .dlab-tabs.vertical .nav-tabs li a {
        margin-right: 0;
        border-right: none;
    }
    
    .dlab-tabs.vertical .nav-tabs li a.active {
        border-bottom: 1px solid #ebedf2;
    }
    
    .dlab-tabs.vertical .tab-content {
        border-left: 1px solid #ebedf2;
        margin-left: 169px;
    }
    /*tabs style 4  [ left-nav & content with border ]*/
    
    .dlab-tabs.vertical.border .tab-pane {
        padding: 20px;
        margin-left: -1px;
    }
    /*tabs style 5  [ right-nav ]*/
    
    .dlab-tabs.vertical.right .nav-tabs {
        border-left: 1px solid #ebedf2;
        border-right: none;
        float: right;
    }
    
    .dlab-tabs.vertical.right .nav-tabs li {
        margin-right: 0;
        margin-left: -1px;
    }
    
    .dlab-tabs.vertical.right .nav-tabs li a {
        border-right: 1px solid transparent;
        border-left: none;
    }
    
    .dlab-tabs.vertical.right .nav-tabs li a.active {
        border-right: 1px solid #ebedf2;
        border-left: none;
    }
    
    .dlab-tabs.vertical.right .tab-content {
        border-left: none;
        border-right: 1px solid #ebedf2;
        margin-right: 169px;
        margin-left: 0;
    }
    
    .dlab-tabs.vertical.right .tab-pane {
        padding: 10px 20px 10px 0;
    }
    /* Tabs Style Button  */
    
    .tabs-btn .nav-tabs {
        border: 0;
    }
    
    .tabs-btn .nav-tabs li a {
        padding: 13px 20px;
    }
    
    .tabs-btn .nav-tabs li a,
    .tabs-btn .nav-tabs li a:hover,
    .tabs-btn .nav-tabs li a:focus {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 0 none;
    }
    
    .tabs-btn .nav-tabs li a.active:focus,
    .tabs-btn .nav-tabs li a.active:hover,
    .tabs-btn .nav-tabs li a.active {
        background-color: #1abc9c;
        color: #fff;
        border: 0;
    }
    
    .tabs-btn .nav-tabs li a.active i {
        color: #fff;
    }
    
    @media only screen and (max-width: 767px) {
        .tabs-btn .nav-tabs li a {
            padding: 13px 20px;
        }
    }
    /*tabs style 6  [ right-nav & content with border ]*/
    
    .dlab-tabs.vertical.right.border .tab-pane {
        padding: 20px;
        margin-right: -1px;
    }
    /*== >Accordians =====*/
    
    .panel {
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    
    .dlab-accordion .panel {
        border: none;
        border-radius: 0;
        margin-bottom: -1px;
    }
    
    .acod-head {
        position: relative;
    }
    
    .acod-title {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .acod-head .fa {
        margin-right: 5px;
    }
    
    .acod-head a {
        display: block;
        padding: 17px 40px 17px 25px;
        border: 1px solid #dddddd;
        border-radius: 4px;
    }
    
    .acod-head a,
    .acod-head a:hover,
    .acod-head a.collapsed:hover {
        color: #EFBB20;
    }
    
    .acod-head a.collapsed,
    .acod-head a.collapsed:after {
        color: #3d474a;
    }
    
    .acod-head a:after {
        font-family: "themify";
        content: "\e622";
        float: right;
        color: #EFBB20;
        font-size: 16px;
        letter-spacing: -2px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .acod-head a.collapsed:after {
        content: "\e61a";
        font-size: 16px;
        font-family: "themify";
    }
    
    .acod-body {
        border-left: 1px solid #ebedf2;
        border-right: 1px solid #ebedf2;
        border-bottom: 1px solid #ebedf2;
        border-top: 1px solid transparent;
        margin-top: -1px;
        border-radius: 0 0 4px 4px;
    }
    
    .acod-content {
        margin: 20px;
    }
    /* accordian Style  */
    
    .accdown1 .acod-head a:after {
        content: "\e64b";
    }
    
    .accdown1 .acod-head a.collapsed:after {
        content: "\e649";
    }
    /*== accordian rounded corners ==*/
    
    .dlab-accordion.rounded .panel:first-child .acod-head a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .dlab-accordion.rounded .panel:last-child .acod-head a.collapsed {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .dlab-accordion.rounded .panel:last-child .acod-body {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .dlab-accordion.rounded .panel:last-child .acod-body.in {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    /*== accordian space between panel ==*/
    
    .dlab-accordion.space .panel {
        margin-bottom: 5px;
    }
    
    .dlab-accordion.rounded.space .panel .acod-head a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    
    .dlab-accordion.rounded.space .panel .acod-head a.collapsed {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .dlab-accordion.rounded.space .panel .acod-body {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    /*== accordian background for title ==*/
    
    .dlab-accordion.bg-title .acod-head a {
        background-color: #F7F8FA;
    }
    /*== accordian no cover border with content area ==*/
    
    .dlab-accordion.no-cover .acod-body {
        border: none;
    }
    
    .dlab-accordion.no-cover .acod-content {
        padding-left: 20px;
        margin-right: 10px;
        border-left: 2px solid #e8e8e8;
        position: relative;
    }
    
    .dlab-accordion.no-cover .acod-content:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: -5px;
        width: 8px;
        height: 8px;
        background-color: #fff;
        border: 2px solid #e8e8e8;
    }
    /*== accordian title bottom bordered ==*/
    
    .dlab-accordion.border-bottom .acod-head a {
        border-left: none;
        border-right: none;
        border-top: none;
        padding-left: 0;
    }
    /* Accordion Color and Background Grediyant */
    
    .dlab-accordion.primary .acod-head a {
        background-color: #0046c6;
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.primary .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.primary .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.primary.active-bg .acod-head .collapsed {
        background-color: #fff;
    }
    
    .dlab-accordion.primary.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.primary.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.primary.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /* gradient1 */
    
    .dlab-accordion.gradient-1 .acod-head a {
        background: #0046c6;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #0046c6 0%, #c927f1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0046c6', endColorstr='#c927f1', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.gradient-2 .acod-head a {
        background: #ff90e1;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ff90e1 0%, #28b1ff 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff90e1', endColorstr='#28b1ff', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.gradient-1 .acod-head a:hover,
    .dlab-accordion.gradient-2 .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.gradient-1 .acod-head a:after,
    .dlab-accordion.gradient-2 .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
    .dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
        background: #fff;
    }
    
    .dlab-accordion.gradient-1.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.gradient-2.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
    .dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.gradient-1.active-bg .acod-head .collapsed,
    .dlab-accordion.gradient-2.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /* Green */
    
    .dlab-accordion.green .acod-head a {
        background-color: #24A88D;
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.green .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.green .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.green.active-bg .acod-head .collapsed {
        background-color: #fff;
    }
    
    .dlab-accordion.green.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.green.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.green.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /* Yellow */
    
    .dlab-accordion.yellow .acod-head a {
        background-color: #efb822;
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.yellow .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.yellow .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.yellow.active-bg .acod-head .collapsed {
        background-color: #fff;
    }
    
    .dlab-accordion.yellow.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.yellow.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.yellow.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /* red */
    
    .dlab-accordion.red .acod-head a {
        background-color: #ef516c;
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.red .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.red .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.red.active-bg .acod-head .collapsed {
        background-color: #fff;
    }
    
    .dlab-accordion.red.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.red.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.red.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /* blue */
    
    .dlab-accordion.blue .acod-head a {
        background-color: #36a3f7;
        color: #fff;
        border: 0;
    }
    
    .dlab-accordion.blue .acod-head a:hover {
        color: #fff;
    }
    
    .dlab-accordion.blue .acod-head a:after {
        color: #fff;
    }
    
    .dlab-accordion.blue.active-bg .acod-head .collapsed {
        background-color: #fff;
    }
    
    .dlab-accordion.blue.active-bg .acod-head a.collapsed:after,
    .dlab-accordion.blue.active-bg .acod-head .collapsed {
        color: #000;
    }
    
    .dlab-accordion.blue.active-bg .acod-head .collapsed {
        border: 1px solid #ebedf2;
    }
    /*== accordian title bottom bordered with colored ==*/
    
    .dlab-accordion.border-bottom.no-border .acod-head a {
        border: none;
    }
    
    .dlab-accordion.no-border .acod-content {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    /* No Gap */
    
    .no-gap .acod-title a {
        border: 0 none;
        padding: 10px 0;
    }
    
    .no-gap .collapse {
        border: 0 none;
    }
    
    .no-gap .acod-content {
        margin: 10px 0 10px;
    }
    /* accordian size  */
    
    .acco-sm .acod-head a {
        font-size: 12px;
        padding: 5px 30px 5px 15px;
    }
    
    .acco-sm .acod-head a:after {
        font-size: 16px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .acco-lg .acod-head a {
        padding: 18px 40px 18px 25px;
        font-size: 18px;
    }
    
    .acco-lg .acod-head a:after {
        font-size: 34px;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    
    .acco-xl .acod-head a {
        font-size: 22px;
        padding: 25px 50px 25px 30px;
    }
    
    .acco-xl .acod-head a:after {
        font-size: 34px;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    /*== >Carousels ======*/
    /* Blog carousel */
    
    .ow-post-info {
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ebebeb;
    }
    
    .ow-post-title .post-title {
        margin: 0 0 10px;
    }
    
    .ow-post-text {
        margin-bottom: 10px;
    }
    
    .ow-post-text p:last-child {
        margin: 0;
    }
    
    .ow-post-readmore {
        margin-bottom: 10px;
    }
    
    .ow-post-meta {
        margin-bottom: 10px;
    }
    
    .ow-post-meta ul {
        margin: 0 -4px;
        list-style: none;
    }
    
    .ow-post-meta ul li {
        padding: 0;
        display: inline-block;
    }
    
    .ow-post-meta li:after {
        content: "/";
        display: inline-block;
        font-weight: normal;
        margin-left: 5px;
        opacity: 0.5;
    }
    
    .ow-post-meta li:last-child:after {
        display: none;
    }
    
    .ow-post-meta a {
        color: #a9a9a9;
    }
    
    .ow-post-meta li i {
        color: #7b7b7b;
        margin: 0 5px;
    }
    
    .ow-post-tags {
        border-top: 1px solid #E9E9E9;
        padding-top: 10px;
    }
    
    .ow-post-tags .post-comment {
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    
    .ow-post-tags .post-comment a {
        color: #a9a9a9;
    }
    
    .ow-post-tags .post-tags {
        margin: 0 -3px;
        list-style: none;
    }
    
    .ow-post-tags .post-tags a {
        border: 1px solid #ebebeb;
        padding: 2px 8px 1px;
        color: #777;
        margin: 0 3px;
        display: inline-block;
        text-transform: uppercase;
        font-size: 11px;
    }
    
    .ow-post-tags .post-tags a:hover,
    .ow-post-tags .post-tags a:active,
    .ow-post-tags .post-tags a:focus {
        border: 1px solid #0098A6;
        color: #0098A6;
    }
    /* empty media */
    
    .no-image-blog.date-style-2 .ow-post-info {
        padding-top: 70px;
    }
    /*Event carousel */
    
    .ow-event-info {
        position: relative;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #ebebeb;
    }
    
    .ow-event-title .event-title {
        margin: 0 0 10px;
    }
    
    .ow-event-text {
        margin-bottom: 10px;
    }
    
    .ow-event-text p:last-child {
        margin: 0;
    }
    
    .ow-event-readmore {
        margin-bottom: 10px;
    }
    
    .ow-event-meta ul {
        margin: 0;
    }
    
    .ow-event-meta ul li {
        color: #a9a9a9;
        font-weight: 600;
        display: inline-block;
        padding-left: 20px;
    }
    
    .ow-event-meta ul li i {
        color: #7b7b7b;
    }
    /* empty media */
    
    .no-image-event.date-style-2 .ow-post-info {
        padding-top: 70px;
    }
    /*Client carousel */
    
    .ow-client-logo {
        background-color: #fff;
        display: table;
        width: 100%;
    }
    
    .client-logo {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 10px;
    }
    
    .owl-carousel .ow-client-logo img {
        height: 80px;
        max-height: 100%;
        width: auto;
        display: inline-block;
    }
    /* Blog New Add */
    
    .blog-info {
        background-color: rgba(0, 0, 0, 0.9);
        left: 0;
        list-style: outside none none;
        margin: 0;
        padding: 7px 15px;
        position: absolute;
        top: -34px;
        width: 100%;
    }
    
    .blog-info li {
        display: inline-block;
        padding: 0 5px 0px 5px;
        line-height: 14px;
        border-right: 1px solid;
    }
    
    .blog-info li:hover,
    .blog-info li a:hover {
        color: #fff;
    }
    /*== >Testimonials ======*/
    
    .testimonial-pic {
        background: #FFF;
        width: 100px;
        height: 100px;
        position: relative;
        display: inline-block;
        border: 5px solid #FFF;
    }
    
    .testimonial-pic.radius {
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }
    
    .testimonial-pic.radius img {
        width: 100%;
        height: 100;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }
    
    .testimonial-pic.shadow {
        -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
        -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
        box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    }
    
    .testimonial-pic.style1 {
        border: 0 none;
        height: 100px;
        width: 100px;
    }
    
    .quote-left,
    .quote-right {
        position: relative;
    }
    
    .quote-left:before,
    .quote-right:after {
        font-family: "FontAwesome";
        position: absolute;
        z-index: 10;
        top: 15px;
    }
    
    .quote-left:before {
        content: "\f10d";
        left: 0;
    }
    
    .quote-right:after {
        content: "\f10e";
        left: auto;
        right: 0;
    }
    
    .testimonial-text {
        padding: 15px;
        position: relative;
        font-size: 15px;
        font-weight: 400;
    }
    
    .testimonial-detail {
        padding: 5px;
    }
    
    .testimonial-name {
        font-family: montserrat;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    .testimonial-position {
        font-family: montserrat;
        font-size: 12px;
        font-style: inherit;
        text-transform: uppercase;
    }
    
    .testimonial-name,
    .testimonial-position {
        display: block;
    }
    
    .testimonial-text p:last-child {
        margin: 0;
    }
    /*testimonial with background image*/
    
    .testimonial-bg {
        color: #fff;
    }
    /*testimonial 1*/
    
    .testimonial-1 {
        text-align: center;
    }
    
    .testimonial-1 .testimonial-position {
        color: #EFBB20;
    }
    
    .testimonial-1 .testimonial-name,
    .testimonial-1 .testimonial-position {
        display: block;
    }
    
    .testimonial-1 .quote-left:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        background: #EFBB20;
        color: #FFF;
        text-align: center;
        left: 0;
        top: 65px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }
    /*testimonial 2*/
    
    .testimonial-2 .testimonial-text,
    .testimonial-8 .testimonial-text {
        background-color: #F4F5F7;
        padding: 30px;
    }
    
    .testimonial-2 .testimonial-text:after,
    .testimonial-8 .testimonial-text:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 50px;
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #F4F5F7;
    }
    
    .testimonial-2 .testimonial-detail,
    .testimonial-8 .testimonial-detail {
        padding: 25px 0 20px 20px;
    }
    
    .testimonial-2 .testimonial-pic,
    .testimonial-8 .testimonial-pic {
        float: left;
        margin-right: 15px;
        width: 80px;
        height: 80px;
    }
    
    .testimonial-2 .quote-left:before {
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        background: #EFBB20;
        color: #FFF;
        text-align: center;
        left: 0;
        top: 65px;
        border-radius: 100%;
        -webkit-border-radius: 100%;
    }
    
    .testimonial-2 .testimonial-name,
    .testimonial-8 .testimonial-name,
    .testimonial-2 .testimonial-position,
    .testimonial-8 .testimonial-position {
        padding: 2px 0;
    }
    
    .testimonial-2 .testimonial-name,
    .testimonial-8 .testimonial-name {
        padding-top: 12px;
    }
    
    .testimonial-2 .testimonial-position {
        color: #EFBB20;
    }
    
    .testimonial-2 .quote-left:before {
        top: 50px;
    }
    /*testimonial 2 with background image*/
    
    .testimonial-2.testimonial-bg .testimonial-text {
        color: #777;
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    .testimonial-2.testimonial-bg .testimonial-text:after {
        border-top-color: rgba(255, 255, 255, 0.9);
    }
    /*testimonial 3*/
    
    .testimonial-3 {
        text-align: center;
    }
    
    .testimonial-3 .quote-left:before {
        position: static;
        font-size: 40px;
        color: #EFBB20;
    }
    
    .testimonial-3 .testimonial-position {
        color: #EFBB20;
    }
    
    .testimonial-3 .testimonial-name,
    .testimonial-3 .testimonial-position {
        display: inline-block;
    }
    /*testimonial 4*/
    
    .testimonial-4 {
        background-color: #282a3c;
        position: relative;
        padding: 30px 40px 30px 10px;
        margin-left: 140px;
        min-height: 150px;
    }
    
    .testimonial-4:after {
        background-color: #282a3c;
        border-left-width: 4px;
        border-left-style: solid;
        border-left-color: #EFBB20;
        content: "";
        position: absolute;
        left: -80px;
        top: 0;
        height: 100%;
        width: 80%;
        z-index: -1;
        -moz-transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        -o-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }
    
    .testimonial-4 .testimonial-pic {
        position: absolute;
        top: 30px;
        left: 0;
        margin-left: -110px;
    }
    
    .testimonial-4 [class*="quote-"] {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px;
        border-color: #EFBB20;
        border-top-color: transparent !important;
        border-left-color: transparent !important;
    }
    
    .testimonial-4 [class*="quote-"]:after,
    .testimonial-4 [class*="quote-"]:before {
        top: 0;
        right: -20px;
        font-size: 20px;
        color: #fff;
    }
    
    .testimonial-4 .testimonial-text,
    .testimonial-4 .testimonial-detail {
        padding: 0;
    }
    
    .testimonial-4 .testimonial-text {
        margin-bottom: 10px;
    }
    
    .testimonial-4 .testimonial-name,
    .testimonial-4 .testimonial-position {
        display: inline-block;
    }
    
    .testimonial-4 .testimonial-name:after {
        content: "/";
        color: #EFBB20;
        margin: 0 2px 0 5px;
    }
    
    .testimonial-4 .testimonial-name {
        text-transform: uppercase;
    }
    
    .testimonial-4 .testimonial-position {
        font-style: italic;
        color: #bebebe;
    }
    
    .testimonial-4 .testimonial-pic {
        border-color: #EFBB20;
        border-width: 3px;
        width: 90px;
        height: 90px;
    }
    
    @media only screen and (max-width: 480px) {
        .testimonial-4 .testimonial-pic {
            height: 80px;
            width: 80px;
        }
        .testimonial-4:after {
            transform: skewX(-10deg);
            -moz-transform: skewX(-10deg);
            -webkit-transform: skewX(-10deg);
            -o-transform: skewX(-10deg);
        }
        .testimonial-4 {
            padding: 25px 10px 25px 0px;
            margin-left: 110px;
        }
    }
    /*testimonial 5*/
    
    .testimonial-5 .testimonial-text {
        border: 2px solid #e6e6e6;
        padding: 30px;
    }
    
    .testimonial-5 .testimonial-detail {
        padding: 0 0 0 20px;
        margin-top: -35px;
    }
    
    .testimonial-5 .testimonial-pic {
        box-shadow: 0 0 0 2px #e6e6e6;
        width: 70px;
        height: 70px;
    }
    
    .testimonial-5 .testimonial-text p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .testimonial-5 .info p {
        display: inline-block;
        position: relative;
        top: -10px;
        padding: 0 10px;
    }
    /*testimonial 6*/
    
    .testimonial-6 .quote-left:before {
        left: 15px;
    }
    
    .testimonial-6 .quote-left:before,
    .testimonial-6 .quote-right:after {
        color: #b5b5b5;
        font-size: 18px;
    }
    /* Testimonial Text */
    
    .testimonial-6 .testimonial-text {
        padding: 25px 35px 70px 40px;
    }
    
    .testimonial-6 .testimonial-detail {
        position: relative;
        padding: 10px 15px;
        top: -30px;
        width: 85%;
    }
    
    .testimonial-6 .testimonial-pic {
        position: absolute;
        right: 20px;
        top: -50px;
        z-index: 2;
    }
    
    .testimonial-6 .quote-left:before,
    .testimonial-6 .quote-right:after {
        color: #b5b5b5;
        font-size: 18px;
    }
    
    .testimonial-6 .quote-left:before {
        left: 15px;
    }
    
    .testimonial-6 .quote-right:after {
        right: 15px;
        bottom: 20px;
        top: auto;
    }
    
    .testimonial-6 .testimonial-detail:after {
        background-color: inherit;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -23px;
        top: 0;
        transform: skewX(35deg);
        -moz-transform: skewX(35deg);
        -webkit-transform: skewX(35deg);
        -o-transform: skewX(35deg);
        width: 50px;
        z-index: 1;
    }
    /* testimonial 7 */
    
    .testimonial-section {
        position: relative;
        z-index: 1;
    }
    
    .testimonial-section:after {
        background: #f2f2f2 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .testimonial-section .col-md-6 {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .testimonial-section .row {
        margin-left: -30px;
        margin-right: -30px;
    }
    
    .testimonial-7 .testimonial-text {
        border: 2px solid #e6e6e6;
        padding: 18px;
    }
    
    .testimonial-7 .testimonial-detail {
        padding: 0 0 0 20px;
        margin-top: -35px;
    }
    
    .testimonial-7 .testimonial-pic {
        box-shadow: 0 0 0 2px #e6e6e6;
        width: 70px;
        height: 70px;
    }
    
    .testimonial-7 .testimonial-text p {
        font-size: 16px;
        line-height: 30px;
    }
    
    .testimonial-7 .info p {
        display: inline-block;
        position: relative;
        top: -10px;
        padding: 0 10px;
    }
    
    .testimonial-7 .owl-controls .owl-nav {
        bottom: 0;
        margin-top: 0;
        position: absolute;
        right: 0;
    }
    
    .testimonial-7 .owl-prev,
    .testimonial-7 .owl-next {
        background-color: #cccccc;
        border: 0 none;
    }
    
    @media only screen and (max-width: 991px) {
        .testimonial-section:after {
            left: 100%;
        }
        .testimonial-section {
            color: #fff;
        }
        .testimonial-section .col-md-6 {
            padding-left: 15px;
            padding-right: 15px;
        }
        .testimonial-section .row {
            margin-left: -15px;
            margin-right: -15px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .testimonial-section:after {
            content: none;
        }
    }
    /* Testimonial 8 */
    
    .testimonial-8 .testimonial-text {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 6px;
        box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
        padding: 15px;
    }
    
    .testimonial-8 .testimonial-text:after {
        border-top: 15px solid #fff;
        border-left: 0 solid rgba(0, 0, 0, 0);
    }
    
    .testimonial-8 {
        padding: 15px;
    }
    
    .testimonial-box.owl-theme .owl-dots {
        margin-top: 30px;
        position: unset;
        right: auto;
        text-align: center;
        top: auto;
        transform: translateY(-50%);
        width: auto;
    }
    
    .owl-item.active.center .testimonial-text {
        background-color: #ff3b68;
        color: #fff;
    }
    
    .owl-item.active.center .testimonial-8 .testimonial-text:after {
        border-top: 15px solid #ff3b68;
    }
    
    .testimonial-8 .testimonial-text:before {
        content: "\e67e";
        bottom: -10px;
        color: #000000;
        font-family: "themify";
        font-size: 80px;
        opacity: 0.1;
        position: absolute;
        right: 10px;
    }
    /* testimonial-9 */
    
    .testimonial-9 {
        background-color: #fff;
        padding: 50px 25px;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        text-align: center
    }
    
    .testimonial-9 .testimonial-text {
        padding: 0;
    }
    
    .testimonial-9 .testimonial-name,
    .testimonial-10 .testimonial-name {
        font-weight: 600;
        font-size: 13px;
        text-transform: uppercase;
        color: #000;
    }
    
    .testimonial-9 .testimonial-position,
    .testimonial-10 .testimonial-position {
        text-transform: uppercase;
        color: #888q;
        font-size: 12px;
        font-style: inherit;
    }
    
    .testimonial-9 .testimonial-position p,
    .testimonial-10 .testimonial-position p {
        line-height: 26px;
    }
    
    .testimonial-9 .testimonial-text,
    .testimonial-10 .testimonial-text {
        color: #505050;
        font-family: montserrat;
        font-size: 15px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    
    .testimonial-9 .testimonial-pic {
        margin-bottom: 15px;
    }
    /* testimonial-10 */
    
    .testimonial-10 {
        margin: auto;
        max-width: 600px;
        padding-left: 150px;
        position: relative;
    }
    
    .testimonial-10 .testimonial-text {
        padding: 0;
    }
    
    .testimonial-10 .testimonial-pic {
        border: 0 none;
        height: 130px;
        left: 0;
        position: absolute;
        width: 130px;
    }
    
    .testimonial-seven.owl-btn-3 .owl-prev,
    .testimonial-seven.owl-btn-3 .owl-next {
        margin: 0 !important;
    }
    /*== >Pricing table  ===*/
    
    .pricingtable-inner {
        text-align: center;
    }
    
    .pricingtable-price {
        padding: 20px 20px;
        background-color: #fff;
        border: 1px solid #E9E9E9;
    }
    
    .pricingtable-bx {
        color: #282a3c;
        font-family: montserrat;
        font-size: 45px;
        font-weight: 500;
    }
    
    .pricingtable-type {
        font-size: 20px;
        text-transform: uppercase;
        font-size: 16px;
    }
    
    .pricingtable-type:before {
        content: "/";
        margin-right: 3px;
    }
    
    .pricingtable-title {
        background-color: #fff;
        padding: 20px;
        text-transform: uppercase;
    }
    
    .pricingtable-title * {
        margin: 0;
        color: #fff;
        font-weight: 800;
    }
    
    .pricingtable-features {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #E9E9E9;
    }
    
    .pricingtable-features li {
        padding: 12px;
        border-bottom: 1px solid #E9E9E9;
    }
    
    .pricingtable-features li i {
        margin: 0 3px;
    }
    
    .pricingtable-features li:nth-child(even) {
        background-color: #fff;
    }
    
    .pricingtable-features li:last-child {
        border-bottom: none;
    }
    
    .pricingtable-footer {
        margin-top: -1px;
        padding: 20px;
        background-color: #fff;
        border: 1px solid #E9E9E9;
    }
    
    .pricingtable-highlight {
        margin: -20px 0;
        -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
        position: relative;
        z-index: 99;
    }
    
    .pricingtable-highlight .pricingtable-price {
        padding: 30px 20px;
    }
    
    .pricingtable-highlight .pricingtable-footer {
        padding: 30px 20px;
    }
    
    .no-col-gap .pricingtable-wrapper {
        margin-left: -1px;
    }
    /* pricingtable Style 1 */
    
    .pricingtable-wrapper.style1 {
        border: 2px solid #d3d3d3;
        padding: 10px 10px 40px;
        font-family: montserrat;
        margin-left: -1px;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-icon i {
        color: #000000;
        font-size: 48px;
        line-height: 60px;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-price {
        background-color: #fff;
        border: 0;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-bx {
        font-size: 35px;
        font-weight: 800;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-features {
        border: 0;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-features li {
        background: #ffffff none repeat scroll 0 0;
        border: 0 none;
        color: #000;
        font-family: montserrat;
        font-weight: 500;
        padding: 8px 0;
        text-align: left;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-features {
        width: 80%;
        margin: auto;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-features li i {
        border: 2px solid;
        border-radius: 20px;
        display: block;
        float: right;
        font-size: 11px;
        height: 20px;
        line-height: 16px;
        text-align: center;
        width: 20px;
    }
    
    .pricingtable-wrapper.style1 .button-md {
        font-weight: 400;
        padding: 12px 35px;
    }
    
    .pricingtable-wrapper.style1 .pricingtable-type {
        text-transform: capitalize;
    }
    
    .pricingtable-wrapper.style1.active {
        transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -webkit-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
        z-index: 2;
        border: 0;
        padding: 50px 20px;
        margin: 0 -5px;
        position: relative;
        background: #fff;
    }
    
    .pricingtable-wrapper.style2 {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
        padding: 30px;
    }
    
    .pricingtable-wrapper.style2 .pricingtable-price {
        padding: 0;
        background-color: rgba(0, 0, 0, 0);
        border: 0;
    }
    
    .pricingtable-wrapper.style2 .pricingtable-bx {
        background: rgba(0, 0, 0, 0.02) none repeat scroll 0 0;
        border-radius: 10px;
        color: #a0a0a0;
        display: inline-block;
        font-size: 13px;
        margin-top: 20px;
        padding: 15px 25px;
        margin-bottom: 10px;
    }
    
    .pricingtable-wrapper.style2 .pricingtable-bx span {
        font-size: 22px;
    }
    
    .pricingtable-wrapper.style2.active {
        margin: -30px -10px 0;
        padding: 60px 30px;
        position: relative;
        z-index: 1;
    }
    
    .pricingtable-wrapper.style2.active .pricingtable-bx {
        color: #fff;
    }
    /*== COUNTERUP ===*/
    
    .counter {
        position: relative;
    }
    
    .counter-style-1 .counter,
    .counter-style-2 .counter,
    .counter-style-3 .counter {
        font-size: 50px;
        font-weight: 700;
    }
    
    .counter-style-1 .counter-text,
    .counter-style-2 .counter-text {
        font-size: 16px;
        font-weight: 500;
    }
    
    .counter-style-1 .icon {
        font-size: 45px;
        margin-right: 10px;
    }
    
    .counter-style-3.rounded {
        border: 5px solid;
        border-radius: 200px;
        height: 200px;
        width: 200px;
    }
    
    .counter-style-3 .counter-text {
        font-size: 18px;
        font-weight: 400;
        margin: 0 auto;
    }
    
    .counter-style-4 {
        border: 5px solid rgba(0, 0, 0, 0.1);
        padding: 10px 10px 20px;
    }
    
    .counter-style-4 .counter {
        font-size: 70px;
        font-weight: 500;
    }
    
    .counter-style-4 .counter-text {
        font-size: 18px;
        font-weight: 500;
    }
    
    .counter-style-4 .icon {
        font-size: 45px;
        margin-right: 10px;
    }
    /*== >Alert box =====*/
    
    .alert {
        font-family: montserrat;
        border-radius: 0;
        padding: 15px 20px 15px 20px;
        border-width: 1px 1px 1px 4px;
    }
    
    .alert.alert-sm {
        padding: 5px 15px;
        font-size: 12px;
    }
    
    .alert.alert-lg {
        padding: 25px 15px;
        font-size: 16px;
    }
    
    .alert.alert-xl {
        padding: 35px 15px;
        font-size: 18px;
    }
    
    .alert[class*="alert-"]>i {
        margin-right: 8px;
        font-size: 24px;
        position: absolute;
        left: 18px;
        top: 15px;
    }
    
    .alert.no-radius {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
    }
    
    .alert.no-bg {
        background-color: transparent;
        border-width: 2px;
    }
    
    .alert[class*="alert-"] ul {
        padding-left: 25px;
        margin-top: 10px;
    }
    
    .alert[class*="alert-"] ul li:before {
        color: #a94442;
    }
    /* Alert Color */
    
    .alert-warning {
        background-color: #fff3cd;
        border-color: #ffeeba;
        color: #856404;
        border-left-color: #856404;
    }
    
    .alert-success {
        background-color: #d4edda;
        border-color: #c3e6cb;
        color: #155724;
        border-left-color: #155724;
    }
    
    .alert-info {
        background-color: #cce5ff;
        border-color: #b8daff;
        color: #004085;
        border-left-color: #004085;
    }
    
    .alert-danger {
        background-color: #f8d7da;
        border-color: #f5c6cb;
        color: #721c24;
        border-left-color: #721c24;
    }
    
    .alert-not {
        background-color: #222222;
        border-color: #222222;
        color: #aaaaaa;
        border-left-color: #fcd000;
        border-width: 0 0 0 4px;
    }
    
    .alert-not strong {
        color: #fff;
    }
    
    .alert-not code {
        background-color: #fff;
        padding: 2px 10px;
        display: inline-block;
        border-radius: 2px;
    }
    
    .alert-not:hover i {
        color: #fcff00;
    }
    
    .close {
        color: #000000;
        float: right;
        font-size: 16px;
        font-weight: 300;
        line-height: 20px;
        opacity: 0.3;
        text-shadow: none;
        vertical-align: middle;
    }
    
    .alert.alert-icon {
        padding: 15px 20px 15px 60px;
    }
    /*== >Modal pop =====*/
    
    .modal-header {
        border-radius: 3px 3px 0 0;
        -webkit-border-radius: 3px 3px 0 0;
        -moz-border-radius: 3px 3px 0 0;
    }
    
    .modal-footer {
        border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
    }
    
    .modal-header {
        background: #EFBB20;
        padding: 15px 25px;
    }
    
    .modal-header .modal-title {
        color: #fff;
    }
    
    .modal .modal-body {
        padding: 25px;
    }
    
    .modal-xlg {
        width: 1000px;
    }
    
    .provider_registration .bootstrap-select div.dropdown-menu ul li a {
        font-weight: 600;
    }
    
    .provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
        font-weight: 400;
        color: #7c7c7c;
    }
    
    @media only screen and (max-width: 1024px) {
        .modal-xlg {
            width: auto;
            margin-left: 15px;
            margin-right: 15px;
        }
    }
    /*== >Social icons ===*/
    /* social icon default */
    
    .dlab-social-icon {
        display: inline-block;
        margin: 0 -3px;
        padding: 0;
        text-align: center;
    }
    
    .dlab-social-icon li {
        display: inline-block;
        padding: 0;
        font-size: 12px;
    }
    
    .dlab-social-icon li a {
        display: inline-block;
        width: 24px;
        height: 24px;
        padding: 4px;
        font-size: 18px;
        color: #fff;
    }
    
    .dlab-social-icon li a:hover {
        opacity: 0.8;
        color: #fff;
    }
    
    .dlab-social-icon li .fa {
        vertical-align: middle;
    }
    /* social icon with border */
    
    .dlab-social-icon.border li {
        padding: 0 3px;
    }
    
    .dlab-social-icon.border li a {
        border: 1px solid rgba(255, 255, 255, 0.2);
    }
    /* social icon dark */
    
    .dlab-social-links.dark li {
        padding: 0 3px;
    }
    
    .dlab-social-icon.dark li a {
        border: 1px solid #777777;
        color: #777777;
        border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    /* social share icon style 1*/
    
    .dlab-share-icon li {
        border: none;
        width: 36px;
        display: block;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        margin-right: 0;
    }
    
    .dlab-share-icon li a {
        color: #FFF;
    }
    
    .dlab-share-icon li i {
        border-right: none;
        font-size: 14px;
        color: #FFF;
        width: 36px;
        height: 34px;
        line-height: 34px;
        padding: 0;
        text-align: center;
    }
    
    .dlab-share-icon li.fb {
        background: #354d89;
    }
    
    .dlab-share-icon li.fb i {
        background: #3a5799;
    }
    
    .dlab-share-icon li.gp {
        background: #d34b2b;
    }
    
    .dlab-share-icon li.gp i {
        background: #e35736;
    }
    
    .dlab-share-icon li.tw {
        background: #029fdf;
    }
    
    .dlab-share-icon li.tw i {
        background: #00abf0;
    }
    
    .dlab-share-icon li.dig {
        background: #1d61aa;
    }
    
    .dlab-share-icon li.dig i {
        background: #2B6FB8;
    }
    
    .dlab-share-icon li.lin {
        background: #0176be;
    }
    
    .dlab-share-icon li.lin i {
        background: #0082CA;
    }
    
    .dlab-share-icon li.pin {
        background: #ac0104;
    }
    
    .dlab-share-icon li.pin i {
        background: #BD0E15;
    }
    
    .dlab-share-icon li:hover {
        width: 90px;
    }
    /*== >Breadcrumb ====*/
    
    .breadcrumb-row {
        background: #f9f9f9;
        padding: 20px 0;
    }
    
    .breadcrumb-row ul {
        margin: 0;
    }
    
    .breadcrumb-row ul li {
        padding: 0;
        margin-right: 3px;
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
    }
    
    .breadcrumb-row ul li:after {
        content: "\f105";
        margin-left: 7px;
        font-family: fontawesome;
    }
    
    .breadcrumb-row ul li:last-child {
        color: #676767;
    }
    
    .breadcrumb-row ul li:last-child:after {
        display: none;
    }
    
    /
    /*== >Image effects ==*/
    /*use for section*/
    
    .overlay-black-light,
    .overlay-black-middle,
    .overlay-black-dark,
    .overlay-gradient-light,
    .overlay-gradient-middle,
    .overlay-gradient-dark,
    .overlay-white-light,
    .overlay-white-middle,
    .overlay-white-dark,
    .overlay-primary-light,
    .overlay-primary-middle,
    .overlay-primary-dark,
    .overlay-primary {
        position: relative;
    }
    
    .overlay-black-light:after,
    .overlay-black-middle:after,
    .overlay-black-dark:after,
    .overlay-gradient-light:after,
    .overlay-gradient-middle:after,
    .overlay-gradient-dark:after,
    .overlay-white-light:after,
    .overlay-white-middle:after,
    .overlay-white-dark:after,
    .overlay-primary-light:after,
    .overlay-primary-middle:after,
    .overlay-primary-dark:after,
    .overlay-primary:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    
    .overlay-black-light:after,
    .overlay-black-middle:after,
    .overlay-black-dark:after {
        background: #000;
    }
    
    .overlay-gradient-light:after,
    .overlay-gradient-middle:after,
    .overlay-gradient-dark:after {
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
        /* IE6-9 */
    }
    
    .overlay-white-light:after,
    .overlay-white-middle:after,
    .overlay-white-dark:after {
        background: #FFF;
    }
    
    .overlay-primary-light:after,
    .overlay-primary-middle:after,
    .overlay-primary-dark:after,
    .overlay-primary:after {
        background: ;
    }
    
    .overlay-black-light:after {
        opacity: 0.3;
    }
    
    .overlay-black-middle:after {
        opacity: 0.5;
    }
    
    .overlay-black-dark:after {
        opacity: 0.8;
    }
    
    .overlay-gradient-light:after {
        opacity: 0.3;
    }
    
    .overlay-gradient-middle:after {
        opacity: 0.5;
    }
    
    .overlay-gradient-dark:after {
        opacity: 0.8;
    }
    
    .overlay-white-light:after {
        opacity: 0.5;
    }
    
    .overlay-white-middle:after {
        opacity: 0.7;
    }
    
    .overlay-white-dark:after {
        opacity: 0.8;
    }
    
    .overlay-white-dark.op95:after {
        opacity: 0.95;
    }
    
    .overlay-primary-light:after {
        opacity: 0.3;
    }
    
    .overlay-primary-middle:after {
        opacity: 0.5;
    }
    
    .overlay-primary-dark:after,
    .overlay-primary:after {
        opacity: 0.8;
    }
    
    .overlay-black-light .container,
    .overlay-black-middle .container,
    .overlay-black-dark .container,
    .overlay-white-light .container,
    .overlay-white-middle .container,
    .overlay-white-dark .container,
    .overlay-primary-light .container,
    .overlay-primary-middle .container,
    .overlay-primary-dark .container,
    .overlay-primary .container,
    .overlay-black-light .container-fluid,
    .overlay-black-middle .container-fluid,
    .overlay-black-dark .container-fluid,
    .overlay-white-light .container-fluid,
    .overlay-white-middle .container-fluid,
    .overlay-white-dark .container-fluid,
    .overlay-primary-light .container-fluid,
    .overlay-primary-middle .container-fluid,
    .overlay-primary-dark .container-fluid,
    .overlay-primary .container-fluid {
        position: relative;
        z-index: 1;
    }
    /*use for box*/
    
    .overlay-bx {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }
    
    .overlay-icon,
    .overlay-bx .align-m {
        height: auto;
        left: 50%;
        list-style: outside none none;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 100%;
        padding: 0 10px;
    }
    
    .overlay-bx .align-b {
        height: auto;
        left: 0;
        list-style: outside none none;
        margin: 0;
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        transform: translate(0);
        -o-transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
    }
    
    .overlay-icon a {
        display: inline-block;
        padding: 0;
        margin: 0 2px;
    }
    
    .overlay-icon a i {
        background-color: #FFF;
    }
    
    .overlay-bx:hover a>i,
    .dlab-media:hover .overlay-bx a>i,
    .dlab-box-bx:hover .overlay-bx a>i {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
    
    .overlay-bx:hover,
    .dlab-media:hover .overlay-bx,
    .dlab-box:hover .overlay-bx,
    .ow-img:hover .overlay-bx,
    .ow-portfolio-img:hover .overlay-bx {
        opacity: 1;
        visibility: visible;
    }
    /* show for text */
    
    .overlay-text {
        width: 100%;
        position: absolute;
        padding: 20px;
        color: #FFF;
        left: 0;
        bottom: 20px;
    }
    
    .dlab-address-bx {
        display: table;
        text-align: left;
        padding: 20px 20px 20px 25px;
        width: 100%;
        height: 100%;
        position: relative;
        font-size: 14px;
        vertical-align: middle;
        font-weight: 600;
    }
    
    .dlab-address-bx .fa {
        position: absolute;
        top: 22px;
        left: 0;
        font-size: 22px;
    }
    
    .col-md-3 .overlay-text {
        padding: 5px;
    }
    
    .col-md-4 .overlay-text {
        padding: 20px;
    }
    
    .dlab-address2-bx {
        display: table;
        background: #eaeaea;
        padding: 5px 10px;
        margin-bottom: 10px
    }
    /* == >Icon boxes ==*/
    
    .icon-bx-xl,
    .icon-bx-lg,
    .icon-bx-md,
    .icon-bx-sm,
    .icon-bx-xs {
        display: inline-block;
        text-align: center;
        border-radius: 3px;
    }
    
    .icon-bx-xl {
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    
    .icon-bx-lg {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    
    .icon-bx-md {
        width: 100px;
        height: 100px;
        line-height: 100px;
    }
    
    .icon-bx-sm {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    
    .icon-bx-xs {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    
    .icon-bx-xl.radius,
    .icon-bx-lg.radius,
    .icon-bx-md.radius,
    .icon-bx-sm.radius,
    .icon-bx-xs.radius {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    
    .border-1,
    .border-2,
    .border-3,
    .border-4,
    .border-5 {
        border-style: solid;
    }
    
    .border-1 {
        border-width: 1px;
    }
    
    .border-2 {
        border-width: 2px;
    }
    
    .border-3 {
        border-width: 3px;
    }
    
    .border-4 {
        border-width: 4px;
    }
    
    .border-5 {
        border-width: 5px;
    }
    /* Border Color */
    
    .br-col-w1,
    .dlab-info.br-col-w1[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-w1,
    .icon-bx-wraper.bx-style-2.br-col-w1 {
        border-color: rgba(255, 255, 255, 0.15)
    }
    
    .br-col-w2,
    .dlab-info.br-col-w2[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-w2,
    .icon-bx-wraper.bx-style-2.br-col-w2 {
        border-color: rgba(255, 255, 255, 0.3)
    }
    
    .br-col-w3,
    .dlab-info.br-col-w3[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-w3,
    .icon-bx-wraper.bx-style-2.br-col-w3 {
        border-color: rgba(255, 255, 255, 0.5)
    }
    
    .br-col-w4,
    .dlab-info.br-col-w4[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-w4,
    .icon-bx-wraper.bx-style-2.br-col-w4 {
        border-color: rgba(255, 255, 255, 0.7)
    }
    
    .br-col-w5,
    .dlab-info.br-col-w5[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-w5,
    .icon-bx-wraper.bx-style-2.br-col-w5 {
        border-color: rgba(255, 255, 255, 0.9)
    }
    
    .br-col-b1,
    .dlab-info.br-col-b1[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-b1,
    .icon-bx-wraper.bx-style-2.br-col-b1 {
        border-color: rgba(0, 0, 0, 0.15)
    }
    
    .br-col-b2,
    .dlab-info.br-col-b2[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-b2,
    .icon-bx-wraper.bx-style-2.br-col-b2 {
        border-color: rgba(0, 0, 0, 0.3)
    }
    
    .br-col-b3,
    .dlab-info.br-col-b3[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-b3,
    .icon-bx-wraper.bx-style-2.br-col-b3 {
        border-color: rgba(0, 0, 0, 0.5)
    }
    
    .br-col-b4,
    .dlab-info.br-col-b4[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-b4,
    .icon-bx-wraper.bx-style-2.br-col-b4 {
        border-color: rgba(0, 0, 0, 0.7)
    }
    
    .br-col-b5,
    .dlab-info.br-col-b5[class*="border-"],
    .icon-bx-wraper.bx-style-1.br-col-b5,
    .icon-bx-wraper.bx-style-2.br-col-b5 {
        border-color: rgba(0, 0, 0, 0.9)
    }
    /* opacity */
    
    .op0 {
        opacity: 0;
    }
    
    .op1 {
        opacity: 0.1;
    }
    
    .op2 {
        opacity: 0.2;
    }
    
    .op3 {
        opacity: 0.3;
    }
    
    .op4 {
        opacity: 0.4;
    }
    
    .op5 {
        opacity: 0.5;
    }
    
    .op6 {
        opacity: 0.6;
    }
    
    .op7 {
        opacity: 0.7;
    }
    
    .op8 {
        opacity: 0.8;
    }
    
    .op9 {
        opacity: 0.9;
    }
    
    .icon-bx-xl i,
    .icon-bx-lg i,
    .icon-bx-md i,
    .icon-bx-sm i,
    .icon-bx-xs i {
        vertical-align: middle;
    }
    
    .icon-bx-xl i {
        font-size: 80px;
    }
    
    .icon-bx-lg i {
        font-size: 60px;
    }
    
    .icon-bx-md i {
        font-size: 45px;
    }
    
    .icon-bx-sm i {
        font-size: 30px;
    }
    
    .icon-bx-xs i {
        font-size: 20px;
    }
    
    .icon-bx-xl img,
    .icon-bx-lg img,
    .icon-bx-md img,
    .icon-bx-sm img,
    .icon-bx-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
    }
    
    .icon-bx-xl img {
        height: 80px;
    }
    
    .icon-bx-lg img {
        height: 55px;
    }
    
    .icon-bx-md img {
        height: 40px;
    }
    
    .icon-bx-sm img {
        height: 30px;
    }
    
    .icon-bx-xs img {
        height: 20px;
    }
    /*== 11. ICON ==*/
    
    .icon-xl,
    .icon-lg,
    .icon-md,
    .icon-sm,
    .icon-xs {
        display: inline-block;
        text-align: center;
    }
    
    .icon-xl {
        width: 100px;
    }
    
    .icon-lg {
        width: 80px;
    }
    
    .icon-md {
        width: 60px;
    }
    
    .icon-sm {
        width: 40px;
    }
    
    .icon-xs {
        width: 30px;
    }
    
    .icon-xl i,
    .icon-lg i,
    .icon-md i,
    .icon-sm i,
    .icon-xs i {
        vertical-align: middle;
    }
    
    .icon-xl i {
        font-size: 80px;
    }
    
    .icon-lg i {
        font-size: 60px;
    }
    
    .icon-md i {
        font-size: 45px;
    }
    
    .icon-sm i {
        font-size: 30px;
    }
    
    .icon-xs i {
        font-size: 20px;
    }
    
    .icon-xl img,
    .icon-lg img,
    .icon-md img,
    .icon-sm img,
    .icon-xs img {
        vertical-align: middle;
        max-width: 100%;
        width: auto;
    }
    
    .icon-xl img {
        height: 80px;
    }
    
    .icon-lg img {
        height: 70px;
    }
    
    .icon-md img {
        height: 50px;
    }
    
    .icon-sm img {
        height: 30px;
    }
    
    .icon-xs img {
        height: 20px;
    }
    /*== place icon with box ==*/
    
    .icon-bx-wraper {
        position: relative;
    }
    
    .icon-bx-wraper .dlab-tilte {
        margin-top: 0;
    }
    
    .icon-bx-wraper .after-titile-line {
        margin-bottom: 10px;
    }
    
    .icon-bx-wraper p:last-child {
        margin: 0;
    }
    
    .icon-content {
        overflow: hidden;
    }
    /* icon box left aligh */
    
    .icon-bx-wraper.left .icon-bx-xl,
    .icon-bx-wraper.left .icon-bx-lg,
    .icon-bx-wraper.left .icon-bx-md,
    .icon-bx-wraper.left .icon-bx-sm,
    .icon-bx-wraper.left .icon-bx-xs {
        float: left;
        margin-right: 20px;
    }
    
    .icon-bx-wraper.left .icon-xl,
    .icon-bx-wraper.left .icon-lg,
    .icon-bx-wraper.left .icon-md,
    .icon-bx-wraper.left .icon-sm,
    .icon-bx-wraper.left .icon-xs {
        float: left;
        margin-right: 10px;
    }
    /* icon box right aligh */
    
    .icon-bx-wraper.right {
        text-align: right;
    }
    
    .icon-bx-wraper.right .icon-bx-xl,
    .icon-bx-wraper.right .icon-bx-lg,
    .icon-bx-wraper.right .icon-bx-md,
    .icon-bx-wraper.right .icon-bx-sm,
    .icon-bx-wraper.right .icon-bx-xs {
        float: right;
        margin-left: 20px;
    }
    
    .icon-bx-wraper.right .icon-xl,
    .icon-bx-wraper.right .icon-lg,
    .icon-bx-wraper.right .icon-md,
    .icon-bx-wraper.right .icon-sm,
    .icon-bx-wraper.right .icon-xs {
        float: right;
        margin-left: 10px;
    }
    /* icon box center aligh */
    
    .icon-bx-wraper.center {
        text-align: center;
    }
    
    [class*="icon-bx-"][class*="bg-"] a {
        color: #fff;
    }
    
    [class*="icon-bx-"].bg-white a {
        color: inherit;
    }
    
    [class*="icon-bx-"][class*="border-"] {
        display: table;
        line-height: normal;
        margin-left: auto;
        margin-right: auto;
    }
    
    [class*="icon-bx-"][class*="border-"] .icon-cell {
        display: table-cell;
        vertical-align: middle;
    }
    
    .icon-bx-wraper.bx-style-1,
    .icon-bx-wraper.bx-style-2 {
        border-width: 1px;
        border-style: solid;
        border-color: #ebedf2;
    }
    
    .icon-bx-wraper.bx-style-2.center [class*="icon-bx-"],
    .icon-bx-wraper.bx-style-2.left [class*="icon-bx-"],
    .icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
        position: absolute;
    }
    
    .icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .icon-bx-wraper.bx-style-2.center .icon-bx-xl {
        margin-left: -75px;
    }
    
    .icon-bx-wraper.bx-style-2.center .icon-bx-lg {
        margin-left: -60px;
    }
    
    .icon-bx-wraper.bx-style-2.center .icon-bx-md {
        margin-left: -50px;
    }
    
    .icon-bx-wraper.bx-style-2.center .icon-bx-sm {
        margin-left: -40px;
    }
    
    .icon-bx-wraper.bx-style-2.center .icon-bx-xs {
        margin-left: -20px;
    }
    
    .icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
        position: absolute;
        top: auto;
        left: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
        position: absolute;
        top: auto;
        right: 0;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    /*== media with content box css ==*/
    
    .dlab-box,
    .dlab-info,
    .dlab-tilte,
    .dlab-tilte-inner {
        position: relative;
        border: 3px solid #bf9b30;
    }
    
    .dlab-tilte-inner {
        display: inline-block;
    }
    
    .dlab-tilte-inner.skew-title:after {
        content: "";
        position: absolute;
        right: -15px;
        top: 0;
        width: 50px;
        height: 100%;
        z-index: -1;
        -moz-transform: skewX(20deg);
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
    }
    
    .dlab-box[class*="border-"],
    .dlab-info[class*="border-"] {
        border-color: #eee;
    }
    
    .dlab-info.border-1,
    .dlab-info.border-2,
    .dlab-info.border-3,
    .dlab-info.border-4,
    .dlab-info.border-5 {
        border-top: none;
    }
    /*== before & after for line css ==*/
    
    .left-border,
    .right-border {
        position: relative;
    }
    
    .left-border:before,
    .right-border:before {
        content: "";
        position: absolute;
        top: 5px;
        width: 1px;
        height: 90%;
        background: #CCC;
    }
    
    .right-border:before {
        right: 0;
    }
    /*==for images==*/
    
    .dlab-media,
    .dlab-media,
    .dlab-post-media {
        position: relative;
        overflow: hidden;
    }
    
    .dlab-media img,
    .dlab-post-media img {
        width: 100%;
        height: auto;
    }
    /* Box Background */
    
    .dlab-box-bg {
        overflow: hidden;
    }
    
    .dlab-box-bg .btn {
        overflow: unset;
    }
    
    .dlab-box-bg .glyph-icon {
        font-size: 50px;
    }
    
    .dlab-box-bg .icon-bx-wraper {
        background-color: #f8f8f8;
    }
    
    .icon-box-btn .btn {
        background-color: #eeeeee;
        padding: 15px 20px;
        text-transform: uppercase;
        font-size: 15px;
    }
    
    .dlab-box-bg {
        background-size: cover;
    }
    
    .dlab-box-bg.active .icon-bx-wraper {
        background-color: rgba(0, 0, 0, 0.70);
    }
    
    .dlab-box-bg .text-primary,
    .dlab-box-bg .icon-content .dlab-tilte,
    .dlab-box-bg .icon-content p,
    .dlab-box-bg .icon-box-btn .btn {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .dlab-box-bg.active .text-primary,
    .dlab-box-bg.active .icon-content .dlab-tilte,
    .dlab-box-bg.active .icon-content p,
    .dlab-box-bg.active .icon-box-btn .btn {
        color: #fff;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .dlab-box-bg .icon-box-btn .btn {
        border-radius: 0;
        color: #1abc9c;
        font-weight: 600;
        margin-bottom: 0;
    }
    /* >Box New Style */
    
    .content-box-head {
        border-radius: 50px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
        margin-top: -46px;
        padding: 12px 0;
        position: relative;
        z-index: 1;
    }
    /*---------------------------------------------------------------
25. PAGINATION
---------------------------------------------------------------*/
    /* pagination style-1 */
    
    .pagination-bx .pagination,
    .cvf-universal-pagination .pagination {
        margin: 0;
    }
    
    .pagination {
        padding: 10px 0;
    }
    
    .pagination>li:first-child>a,
    .pagination>li:first-child>span {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        margin-left: 0;
    }
    
    .pagination>li:last-child>a,
    .pagination>li:last-child>span {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }
    
    .pagination>li>a,
    .pagination>li>span {
        background-color: #fff;
        border: 1px solid #efefef;
        color: #767676;
        padding: 8px 14px;
        font-weight: 400;
        font-family: montserrat;
        font-size: 14px;
    }
    
    .pagination>li>a:hover,
    .pagination>li>span:hover,
    .pagination>li>a:focus,
    .pagination>li>span:focus {
        border-color: transparent;
        color: #fff;
    }
    
    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        border-color: transparent;
    }
    
    .pagination>.previous>a,
    .pagination>.next>a {
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .pagination-sm .pagination>li>a,
    .pagination-sm .pagination>li>span .pagination-sm .pagination>.previous>a,
    .pagination-sm .pagination>.next>a {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .pagination-lg .pagination>li>a,
    .pagination-lg .pagination>li>span .pagination-lg .pagination>.previous>a,
    .pagination-lg .pagination>.next>a {
        font-size: 18px;
        padding: 10px 20px;
    }
    /* pagination color */
    
    .pagination-bx.primary {}
    
    .pagination-bx.primary .pagination>li>a,
    .pagination-bx.primary .pagination>li>span {
        background-color: #1abc9c;
        color: #fff;
        margin: 0 1px;
        border: 0;
    }
    
    .pagination-bx.primary .pagination>li>a:hover,
    .pagination-bx.primary .pagination>li>span:hover,
    .pagination-bx.primary .pagination>li.active>span,
    .pagination-bx.primary .pagination>li.active>a {
        background-color: #148f77;
    }
    
    .pagination-bx.rounded .pagination>li>a,
    .pagination-bx.rounded .pagination>li>span {
        border-radius: 30px;
        margin: 0 1px;
    }
    
    .pagination-bx.rounded-sm .pagination>li>a,
    .pagination-bx.rounded-sm .pagination>li>span {
        border-radius: 4px;
        margin: 0 1px;
    }
    
    .pagination-bx .pull-right {
        float: right;
    }
    
    .pagination-bx .pagination {
        width: 100%;
    }
    
    .pagination-bx.gray .pagination>li>a,
    .pagination-bx.gray .pagination>li>span {
        background-color: #f6f7f8;
        margin: 0 1px;
        border: 0;
    }
    
    .pagination-bx.gray .pagination>li>a:hover,
    .pagination-bx.gray .pagination>li>span:hover,
    .pagination-bx.gray .pagination>li.active>span,
    .pagination-bx.gray .pagination>li.active>a {
        background-color: #1abc9c;
        box-shadow: 2px 2px 8px 0 rgba(26, 188, 156, 0.5);
        color: #fff;
    }
    
    @media only screen and (max-width: 991px) {
        .pagination-bx {
            margin-bottom: 30px;
        }
    }
    /*DataTable  pagination */
    
    .dataTables_paginate ul.pagination {
        margin: 0;
    }
    
    .dataTables_paginate .pagination>li {
        padding: 0;
    }
    
    .m-b30 {
        margin-bottom: 15px;
    }
    
    .m-b50 {
        margin-bottom: 50px;
    }
    
    .ml-20 {
        margin-left: 20px;
    }
    
    .text2 {
        font-size: 30px;
        color: #00ccff;
        text-align: center;
        margin-bottom: 30px;
        margin-top: -20px;
    }
    /*---------------------------------------------------------------
26. FOOTER
---------------------------------------------------------------*/
    /*newsletter*/
    /* Subscribe Form */
    /* scroll top btn css */
    
    button.scroltop {
        background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
        border-color: #efbb20;
        border-radius: 20px;
        border-style: solid;
        border-width: 0;
        bottom: 15px;
        box-shadow: 2px 2px 12px -5px #000000;
        color: #efbb20;
        cursor: pointer;
        display: none;
        height: 40px;
        line-height: 26px;
        margin: 0;
        position: fixed;
        right: 15px;
        text-align: center;
        width: 40px;
        z-index: 999;
    }
    /* Footer White */
    
    .footer-white {
        border-top: 0px solid #e0e0e0;
    }
    
    .footer-white .form-control {
        border-color: rgba(0, 0, 0, 0.1);
    }
    
    .footer-white .footer-top {
        background-color: #fdfdfd;
    }
    
    .footer-white .footer-bottom {
        background-color: #efefef;
    }
    
    footer.footer-white h1,
    footer.footer-white h2,
    footer.footer-white h3,
    footer.footer-white h4,
    footer.footer-white h5,
    footer.footer-white h6,
    footer.footer-white h1 a,
    footer.footer-white h2 a,
    footer.footer-white h3 a,
    footer.footer-white h4 a,
    footer.footer-white h5 a,
    footer.footer-white h6 a,
    footer.footer-white.site-footer .widget_services ul li a,
    footer.footer-white p,
    footer.footer-white strong,
    footer.footer-white b,
    footer.footer-white,
    footer.footer-white .footer-bottom,
    footer.footer-white .footer-bottom a {
        color: #000
    }
    
    .footer-white .footer-bottom {
        border: 0;
    }
    
    .footer-white .widget_getintuch i {
        background-color: rgba(0, 0, 0, 0);
        border: 0 solid rgba(0, 0, 0, 0.0);
        font-size: 20px;
    }
    
    .footer-contact-info {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    /* Footer Color */
    
    .footer-gray .footer-top,
    .footer-gray .footer-bottom {
        background-color: #292929;
    }
    
    .footer-gray-1 .footer-top,
    .footer-gray-1 .footer-bottom {
        background-color: #1A1A1A;
    }
    
    .site-footer .icon-bx-wraper {
        overflow: hidden;
    }
    
    .site-footer .icon-content {
        overflow: unset;
    }
    
    .site-footer .dlab-tilte {
        position: inherit;
    }
    
    .site-footer .btn.circle {
        color: #fff;
        font-size: 16px;
    }
    
    @media only screen and (max-width: 480px) {
        footer .footer-info-bar .col-xs-6,
        footer .footer-contact-info .col-xs-6 {
            width: 100%;
        }
    }
    /*---------------------------------------------------------------
27. PAGE-CONTENT
---------------------------------------------------------------*/
    
    .page-wraper {
        background: #fff;
    }
    
    .gray-layout.page-wraper .main-bar,
    .gray-layout.page-wraper .bg-white,
    .gray-layout.page-wraper {
        background: #F7F9FB !important;
    }
    
    .page-content {
        margin-top: 0;
        padding-bottom: 50px;
    }
    
    .content-area {
        padding-top: 60px;
    }
    
    .section-full {
        position: relative;
        background-color: #000;
        padding: 50px;
    }
    
    .section-full:last-child {
        margin-bottom: -50px;
    }
    /*= Section Head Part =*/
    
    .section-head {
        margin-bottom: 40px;
    }
    
    .section-head.no-margin {
        margin-bottom: 0;
    }
    
    .section-head h1,
    .section-head h2,
    .section-head h3 {
        margin-top: 0;
    }
    
    .title-small {
        display: block;
        color: #494949;
        margin-bottom: 15px;
    }
    
    .section-head p {
        padding-top: 10px;
        font-size: 16px;
        color: #0f192d;
    }
    
    .text-center.section-head p {
        margin-left: auto;
        margin-right: auto;
        max-width: 700px;
        padding-top: 0;
    }
    
    .text-white {
        color: #FFF;
    }
    
    .text-white h1,
    .text-white h2,
    .text-white h3,
    .text-white h4,
    .text-white h5,
    .text-white h6,
    .text-white p,
    .text-white .title-small {
        color: #FFF;
    }
    /*= Section Content Part =*/
    
    .section-content {}
    
    @media only screen and (max-width: 1024px) {
        .section-full {
            background-attachment: scroll !important;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .page-content {
            margin-top: 0;
        }
    }
    /*---------------------------------------------------------------
28. INNER-CONTENT
---------------------------------------------------------------*/
    /*page not found*/
    
    .page-notfound {
        padding: 50px 0;
    }
    
    .page-notfound strong {
        font-size: 200px;
        font-weight: 900;
        line-height: 140px;
        display: block;
    }
    
    .page-notfound strong i {
        font-size: 190px;
        margin: 0 10px;
    }
    
    .page-notfound .searchform {
        position: relative;
        text-align: left;
        max-width: 420px;
        margin: 30px auto;
    }
    
    @media only screen and (max-width: 767px) {
        .page-notfound strong i,
        .page-notfound strong {
            font-size: 120px;
        }
    }
    /* required classes */
    
    .sticky {
        clear: both;
    }
    
    .gallery-caption {
        clear: both;
    }
    
    .bypostauthor {
        clear: both;
    }
    /*Text meant only for screen readers. */
    
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
    }
    
    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }
    /*===============================================

   gallery pages css

=============================================== */
    
    .dlab-gallery-listing {
        list-style: none;
        margin-bottom: 0;
    }
    /*===============================================

   Layout boxed css

=============================================== */
    
    #bg {
        background-attachment: fixed;
        background-size: cover;
    }
    
    .boxed .page-wraper {
        max-width: 1200px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }
    
    .boxed .tp-banner-container,
    .boxed .rev_slider_wrapper {
        left: 0 !important;
        width: 100% !important;
    }
    
    .boxed .tp-rightarrow {
        right: 0 !important;
    }
    
    .boxed .tp-leftarrow {
        left: 0 !important;
    }
    
    .boxed.footer-fixed .site-footer {
        left: 50%;
        width: 1200px;
        margin: 0 -600px;
    }
    
    .boxed .is-fixed .main-bar {
        left: 50%;
        width: 1200px;
        margin: 0 -600px;
    }
    
    .boxed .is-fixed.header-curve .logo-header:after {
        right: auto;
        left: -15px;
        width: 90%;
    }
    /* Frame */
    
    .frame {
        padding: 30px;
    }
    
    .frame .page-wraper {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
    }
    
    .frame .tp-banner-container,
    .frame .rev_slider_wrapper {
        left: 0 !important;
        width: 100% !important;
    }
    
    .frame .tp-rightarrow {
        right: 0 !important;
    }
    
    .frame .tp-leftarrow {
        left: 0 !important;
    }
    
    .frame .is-fixed .main-bar {
        left: 0;
        width: 100%;
        margin: 0;
    }
    
    .frame .is-fixed.header-curve .logo-header:after {
        right: auto;
        left: -15px;
        width: 90%;
    }
    
    .frame button.scroltop {
        right: 50px;
        bottom: 50px;
    }
    
    @media only screen and (max-width: 1024px) {
        .frame {
            padding: 0;
        }
        .frame button.scroltop {
            right: 15px;
            bottom: 15px;
        }
    }
    
    .owl-imgbx,
    .ow-portfolio-img {
        position: relative;
    }
    
    .ow-entry-content {
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #eee;
        background-color: #fff;
        padding: 20px;
        margin-bottom: 5px;
    }
    
    .ow-entry-title {
        font-size: 16px;
        font-weight: 600;
        padding: 5px 0;
    }
    
    .ow-entry-title,
    .ow-entry-title a {
        color: #3d474a;
    }
    
    .ow-entry-text p:last-child {
        margin: 0;
    }
    /*product detail page css*/
    /* Product Details*/
    
    .btn-quantity {
        width: 150px;
    }
    
    .product-description.dex-tabs.border-top .nav-tabs>li.active>a {
        border-top: 2px solid #efbb20;
    }
    
    .product-description.dex-tabs .nav-tabs>li>a i {
        color: #efbb20;
    }
    
    .dex-tabs.bg-tabs .nav-tabs>li>a {
        background-color: #fcfcfc;
    }
    
    .btn-quantity.style-1 {
        width: 130px;
    }
    
    .btn-quantity.style-1 input {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 0 none;
        font-size: 14px;
        padding: 0 45px;
        text-align: center;
    }
    
    .btn-quantity.style-1 .input-group-btn-vertical button:last-child,
    .btn-quantity.style-1 .input-group-btn-vertical button:first-child {
        background: #ebebeb none repeat scroll 0 0;
        border: 0 none;
        position: absolute;
        height: 40px;
        top: 0;
        width: 40px;
        padding: 0;
        z-index: 2;
        margin: 0;
    }
    
    .btn-quantity.style-1 .input-group-btn-vertical button:hover {
        background-color: #d1d1d1;
    }
    
    .btn-quantity.style-1 .input-group-btn-vertical button:first-child {
        right: 0;
    }
    
    .btn-quantity.style-1 .input-group-btn-vertical button:last-child {
        left: 0;
    }
    
    .btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical i {
        color: #909090;
        font-size: 16px;
        position: unset;
    }
    
    .btn-quantity.style-1 .input-group {
        position: relative;
    }
    
    .btn-quantity.style-1 .bootstrap-touchspin .input-group-btn-vertical {
        position: unset;
    }
    /*Product Review*/
    
    ol.commentlist {
        list-style: none;
        margin: 0;
    }
    
    ol.commentlist li {
        position: relative;
        padding: 0;
        margin-bottom: 20px;
        background: #F7F8FA;
        padding: 20px;
        border: 1px dashed #EEEEEE;
    }
    
    ol.commentlist li img {
        float: left;
        border: 5px solid #FFF;
        width: 80px;
        height: auto;
    }
    
    ol.commentlist li .comment-text {
        padding-left: 100px;
    }
    
    ol.commentlist li .meta {
        margin-bottom: 5px;
    }
    
    ol.commentlist li .meta strong {
        font-size: 16px;
    }
    
    ol.commentlist li .meta .time {
        color: #999;
        display: block;
        font-size: 14px;
    }
    
    ol.commentlist li .description p {
        margin: 0;
    }
    
    ol.commentlist li .star-rating {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .comment-reply-title {
        margin-top: 0;
    }
    
    .comment-form [class*="comment-form"] {
        width: 49%;
    }
    
    .comment-form label {
        display: block;
    }
    
    .comment-form [class*="comment-form"] input,
    .comment-form [class*="comment-form"] textarea {
        border: 1px solid #CCC;
        padding: 8px 10px;
        width: 100%;
    }
    
    .comment-form {
        margin: 0 -15px;
    }
    
    .comment-form [class*="comment-form"],
    .comment-form .form-submit {
        margin-bottom: 20px;
        padding: 0 15px;
    }
    
    .dlab-quik-search {
        background-color: rgba(20, 21, 22, 0.95) !important;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
        display: none;
        overflow: hidden;
    }
    
    .dlab-quik-search.On form {
        transition: all 0.5s ease 0.5s;
        -moz-transition: all 0.5s ease 0.5s;
        -webkit-transition: all 0.5s ease 0.5s;
        max-width: 1200px;
        opacity: 1;
        border-bottom: 2px solid #000;
    }
    
    .dlab-quik-search form {
        width: 100%;
        max-width: 100px;
        margin: auto;
        position: relative;
        top: 50%;
        transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        -webkit-transform: translate(0px, -50%);
        opacity: 0;
    }
    
    .dlab-quik-search .form-control {
        padding: 15px 60px 15px 15px;
        width: 100%;
        height: 90px;
        border: none;
        background: none;
        color: #fff;
        font-size: 35px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        font-family: Montserrat;
        text-align: center;
    }
    
    .dlab-quik-search .form-control::-moz-placeholder {
        color: #706e6e;
    }
    
    .dlab-quik-search .form-control:-moz-placeholder {
        color: #706e6e;
    }
    
    .dlab-quik-search .form-control:-ms-input-placeholder {
        color: #706e6e;
    }
    
    .dlab-quik-search .form-control::-webkit-input-placeholder {
        color: #706e6e;
    }
    
    .dlab-quik-search span {
        position: absolute;
        right: 15px;
        top: 40px;
        margin: -15px 0;
        height: 25px;
        font-size: 20px;
        cursor: pointer;
        color: #fff;
        font-size: 35px;
    }
    /* form control style */
    
    .form-box1 .form-control {
        height: 50px;
        padding: 15px 20px;
        font-size: 16px;
        text-transform: capitalize;
        border: 2px solid rgba(0, 0, 0, 0.05);
    }
    
    .form-box1 textarea.form-control {
        height: 150px;
    }
    
    .form-box1 .form-control:focus,
    .form-box1 .form-control:hover {
        border: 2px solid rgba(0, 0, 0, 0.2);
    }
    
    #gmap_canvas {
        width: 100%;
        height: 400px;
    }
    
    #gmap_canvas img {
        max-width: none!important;
        background: none!important
    }
    /* sosiyal btn color */
    
    .fb-btn {
        background-color: #4867AA;
    }
    
    .tw-btn {
        background-color: #1DA1F2;
    }
    
    .gplus-btn {
        background-color: #DC4A38;
    }
    
    .pin-btn {
        background-color: #CC2127;
    }
    
    .link-btn {
        background-color: #0274B3;
    }
    
    .dlab-social-icon.dlab-social-icon-lg li a {
        font-size: 14px;
        height: 35px;
        line-height: 34px;
        padding: 0;
        width: 35px;
    }
    /* Team Section */
    
    .dlab-media.dlab-media-left .dlab-info-has,
    .dlab-media.dlab-media-top .dlab-info-has,
    .dlab-media.dlab-media-right .dlab-info-has {
        bottom: auto;
        margin-bottom: 0;
        top: 0;
    }
    /* Top Side Icon */
    
    .dlab-media.dlab-media-top .dlab-info-has {
        margin-top: -100px;
    }
    
    .dlab-media.dlab-media-top:hover .dlab-info-has,
    .dlab-box:hover .dlab-media.dlab-media-top .dlab-info-has {
        margin-top: 0;
    }
    /* Left Side Icon */
    
    .dlab-media.dlab-media-left .dlab-info-has {
        left: 0;
        padding: 15px;
        width: auto;
        margin-left: -60px;
    }
    
    .dlab-media.dlab-media-left:hover .dlab-info-has {
        margin-left: 0px;
    }
    
    .dlab-media.dlab-media-left .dlab-social-icon li {
        display: block;
        margin: 3px 0;
    }
    /* Right Side Icon */
    
    .dlab-media.dlab-media-right .dlab-info-has {
        right: 0;
        padding: 15px;
        width: auto;
        left: auto;
        margin-right: -60px;
    }
    
    .dlab-media.dlab-media-right:hover .dlab-info-has {
        margin-right: 0px;
    }
    
    .dlab-media.dlab-media-right .dlab-social-icon li {
        display: block;
        margin: 3px 0;
    }
    /* Team 4 */
    
    .rounded-team .round-box {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        left: 0px;
        margin: 0 auto;
        position: relative;
        z-index: 2;
        width: 195px;
        height: 195px;
        border-radius: 100%;
        overflow: hidden;
        padding: 10px;
        display: block;
        border: 1px solid #fff;
    }
    
    .rounded-team .team-mamber {
        width: 100%;
        height: 100%;
        padding: 10px;
        overflow: hidden;
        border-radius: 100%;
        background-color: #fff;
    }
    
    .rounded-team .team-mamber img {
        -moz-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
    }
    
    .rounded-team .sosial-icon-team {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border-radius: 100%;
        display: block;
        height: 195px;
        overflow: hidden;
        position: absolute;
        right: 50%;
        top: 0;
        width: 195px;
        margin-right: -97px;
    }
    
    .rounded-team .sosial-icon-team ul.rounde-team-social-icon li a,
    .rounded-team .sosial-icon-team ul li {
        width: 100%;
        display: block;
        color: #fff;
    }
    
    .rounded-team .sosial-icon-team ul.rounde-team-social-icon {
        margin-right: -5px;
        margin-top: 28px;
        width: 80px;
        float: right;
    }
    
    .rounded-team {
        position: relative;
    }
    
    .rounded-team:hover .sosial-icon-team {
        margin-right: -117px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .rounded-team:hover .round-box {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        ;
        left: -20px;
    }
    
    .rounded-team .team-info {
        border-color: #d3d3d3;
        margin-top: -27px;
    }
    
    .rounded-team .team-social-btn ul li a {
        background-color: #c0c0c0;
    }
    
    .rounded-team .rounde-team-social-icon li a {
        color: #ffffff;
        font-size: 14px;
        height: 35px;
        line-height: 34px;
        padding: 0;
        width: 35px;
    }
    /* team 5 */
    
    .team-box-type {
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .team-mamber-img,
    .team-info-box {
        width: 50%;
    }
    
    .team-info-box {
        padding: 20px;
    }
    
    .team-mamber-img,
    .team-info-box {
        display: table-cell;
        vertical-align: middle;
    }
    
    .team-box-type,
    .team-info-box {
        overflow: hidden;
    }
    
    .team-p-info {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .team-p-info li {
        display: block;
        width: 100%;
        font-size: 15px;
        padding: 5px 0;
        color: #404040;
    }
    
    @media only screen and (max-width: 767px) {
        .team-mamber-img,
        .team-info-box {
            width: 100%;
            display: block;
        }
        .team-mamber-img,
        .team-info-box {}
        .dlab-quik-search .form-control {
            font-size: 18px;
            height: 70px;
        }
        .dlab-quik-search span {
            font-size: 18px;
            right: 30px;
            top: 39px;
        }
    }
    /*---------------------------------------------------------------
29. SIDE-NAV
---------------------------------------------------------------*/
    
    .sidenav.cs-sidenav {
        width: 800px;
        right: -820px;
        left: auto;
    }
    
    .sidenav {
        height: 100%;
        width: 300px;
        position: fixed;
        z-index: 9;
        top: 0;
        left: -320px;
        background-color: #fff;
        overflow-x: hidden;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.2);
        border: 0 none;
        border-radius: 0;
    }
    
    .sidenav>ul li a {
        padding: 10px 15px;
        display: block;
        border-color: #ebebeb;
        border-image: none;
        border-style: solid;
        border-width: 1px 0;
        display: block;
        margin-bottom: -1px;
        padding: 10px 15px;
        font-size: 15px;
        font-weight: 600;
    }
    
    .sidenav>ul li a:hover {
        color: #fff;
    }
    
    .sidenav .logo-header {
        height: auto;
        padding: 15px;
        width: 100%;
    }
    
    .button-side-nav {
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 999;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-align: center;
        line-height: 50px;
        box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0.4);
        font-size: 17px;
        cursor: pointer;
    }
    
    .sidenav .closebtn {
        color: #ffffff;
        font-size: 24px;
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
        z-index: 9;
    }
    
    #main {
        transition: margin-left .5s;
        -moz-transition: margin-left .5s;
        -webkit-transition: margin-left .5s;
        -o-transition: margin-left .5s;
    }
    
    @media only screen and (max-width: 800px) {
        .sidenav.cs-sidenav {
            width: 100%;
        }
    }
    /*==== Particles ====*/
    
    #particles-js .container {
        z-index: 2;
    }
    
    .particles-js-canvas-el {
        position: absolute;
        top: 0;
        z-index: 1;
    }
    /*==== LOADING ====*/
    
    #loading-area {
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: fixed;
        left: 0;
        top: 0;
        opacity: 1;
        z-index: 999999999;
        background-repeat: no-repeat;
        background-size: 60px;
        background-position: center;
    }
    /* loader1 */
    
    .loading-1#loading-area,
    .loading-2#loading-area,
    .loading-3#loading-area,
    .loading-4#loading-area {
        background-color: #fff;
        background-image: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .loading-1#loading-area .loader1,
    .loading-2#loading-area .loader2,
    .loading-3#loading-area .loader3,
    .loading-4#loading-area .loader4 {
        margin: 0;
    }
    
    .loader1 {
        font-weight: 500;
        font-size: 1.8em;
        text-transform: uppercase;
        letter-spacing: 0.5em;
        color: #000;
    }
    
    .loader1 .letter {
        display: inline-block;
        line-height: 1em;
    }
    
    .loading-1 .loader1 {
        color: #000;
        width: 100%;
    }
    /* loader2 */
    
    #loading-area.loading-2 {
        display: table;
        text-align: center;
        background-image: none;
        background: #fff;
    }
    
    .loading-2 .loader2 {
        display: table-cell;
        vertical-align: middle;
        color: #000;
        margin: 0;
    }
    
    .loader2 {
        position: relative;
        font-weight: 500;
        font-size: 30px;
    }
    
    .loader2 .letters {
        position: absolute;
        margin: auto;
        left: 0;
        top: 50%;
        right: 0;
        opacity: 0;
        transform: transformY(-50%);
    }
    /* loader3 */
    
    .loader3 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
    }
    
    .loader3 .letter {
        display: inline-block;
        line-height: 1em;
    }
    /* loader4 */
    
    .loader3,
    .loader4 {
        position: relative;
        font-weight: 500;
        letter-spacing: 10px;
        text-transform: uppercase;
    }
    
    .loader4 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
    }
    
    .loader4 .letter {
        transform-origin: 50% 100%;
        display: inline-block;
        line-height: 1em;
    }
    /* ------------------------------------------------
30. CONTACT
------------------------------------------------ */
    
    .dlab-social-icon.dlab-social-icon-lg li a {
        color: #ffffff;
        font-size: 14px;
        height: 35px;
        line-height: 34px;
        padding: 0;
        width: 35px;
    }
    
    .dlab-social-icon-lg.dlab-social-icon li {
        display: inline-block;
        font-size: 12px;
        padding: 0;
    }
    
    .dlab-social-icon-lg.dlab-social-icon.border li a {
        border: 1px solid rgba(255, 255, 255, 0.05);
    }
    
    .contact-style-1 input {
        height: 50px;
    }
    
    .contact-style-1 .btn {
        height: 50px;
        width: 100%;
    }
    
    .contact-style-1 .form-control {
        padding: 10px 20px;
    }
    
    .contact-style-1 .form-control:focus,
    .contact-style-1 .form-control:hover {
        border-color: #c0c0c0;
    }
    
    .contact-style-1 h2 {
        margin-top: 0;
    }
    
    .contact-style-1 .border-1 {
        border: 1px solid #eee;
    }
    
    .contact-style-1 .dlab-social-icon-lg {
        border-top: 1px solid #eeeeee;
        padding-top: 20px;
        text-align: left;
        width: 100%;
        margin: 0;
    }
    
    .contact-style-1 .dlab-social-icon-lg a {
        text-align: center;
    }
    
    .contact-style-1 .dlab-social-icon-lg li a:hover {
        background: #fff;
        color: #000;
        border: 1px solid #eee;
    }
    
    .contact-style-1 .form-group {
        margin-bottom: 25px;
    }
    /* ------------------------------------------------
31. SHOPPING
------------------------------------------------ */
    /* 
   1.0 Checkout 
   
*/
    /*===== 1.0 Checkout =====*/
    
    .shop-form .form-control,
    .shop-form .bootstrap-select .dropdown-toggle {
        border-width: 2px;
        border-radius: 0;
    }
    
    .shop-form .bootstrap-select .dropdown-toggle {
        border-width: 2px !important;
    }
    
    .shop-form p {
        font-weight: 500;
        color: #a3a3a3;
    }
    
    .shop-form textarea {
        height: 150px;
    }
    
    .shop-form .form-control:hover,
    .shop-form .form-control:focus,
    .shop-form .bootstrap-select:focus .dropdown-toggle,
    .shop-form .bootstrap-select:hover .dropdown-toggle {
        border-color: #636363 !important;
    }
    
    .check-tbl img {
        width: 80px;
    }
    
    .check-tbl th {
        font-weight: 700;
        font-size: 15px;
        padding: 10px;
    }
    
    .check-tbl td {
        font-weight: 600;
        padding: 10px;
    }
    
    .check-tbl.table>tbody>tr>td,
    .check-tbl.table>tbody>tr>th,
    .check-tbl.table>tfoot>tr>td,
    .check-tbl.table>tfoot>tr>th,
    .check-tbl.table>thead>tr>td,
    .check-tbl.table>thead>tr>th {
        vertical-align: middle;
    }
    /* shop-price */
    
    .product-price,
    .check-tbl .product-price,
    .product-price-total,
    .check-tbl .product-price-total,
    .check-tbl .product-item-price {
        font-weight: 700;
    }
    /* Cart */
    
    .product-item-close a {
        background: #ff3131;
        color: #fff;
        padding: 8px;
        border-radius: 30px;
    }
    
    .product-item-close a:hover {
        opacity: 0.5;
    }
    /* Product Item */
    
    .item-img {
        overflow: hidden;
        position: relative;
    }
    
    .item-img img {
        width: 100%;
    }
    
    .item-info-in {
        bottom: -20%;
        padding: 15px;
        position: absolute;
        text-align: center;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.2s;
        opacity: 0;
    }
    
    .item-box:hover .item-info-in {
        opacity: 1;
        bottom: 0;
    }
    
    .item-info-in ul li {
        display: inline-block;
    }
    
    .item-info-in ul li a {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        padding: 5px 10px;
    }
    
    .item-info-in ul,
    .item-review {
        margin: auto;
        padding: 0;
        list-style: none;
    }
    
    .item-review li {
        display: inline-block;
        font-size: 15px;
    }
    
    .item-price del {
        font-size: 16px;
        font-weight: 400;
        opacity: 0.4;
    }
    
    .item-price {
        font-family: open sans;
        font-size: 18px;
        font-weight: 600;
    }
    
    .item-info-in.center {
        bottom: auto;
        left: 50%;
        top: 30%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    
    .item-box:hover .item-info-in.center {
        top: 50%;
        bottom: auto;
    }
    
    .item-info-in.no-bg {
        background-color: rgba(0, 0, 0, 0);
    }
    
    .item-info-in.no-bg.tb a {
        color: #000;
    }
    
    .item-info-in.no-bg.tb a:hover {
        color: #000;
        opacity: 0.8;
    }
    /* Dir */
    
    .item-info-in.left {
        width: auto;
        padding: 10px;
    }
    
    .item-info-in.left ul li {
        display: block;
    }
    
    .item-info-in.right {
        width: auto;
        padding: 10px;
        right: 0;
        left: auto;
    }
    
    .item-info-in.right ul li {
        display: block;
    }
    
    .item-info-in.top {
        width: auto;
        padding: 10px;
        top: -20%;
        left: 0;
        bottom: auto;
        height: auto;
    }
    
    .item-box:hover .item-info-in.top,
    .item-img:hover .item-info-in.top,
    .item-box:hover .item-info-in.top.right,
    .item-img:hover .item-info-in.top.right {
        top: 0;
    }
    
    .item-img:hover .item-info-in.top,
    .item-box:hover .item-info-in.top {
        bottom: auto;
    }
    
    .item-info-in.top.right ul li {
        display: block;
    }
    
    .item-info-in.top.right {
        width: auto;
        padding: 10px;
        top: -20%;
        right: 0;
        bottom: auto;
        left: auto;
    }
    
    .item-info-in.full {
        height: 100%;
    }
    
    .item-info-in.full ul li {
        display: block;
        width: 100%;
    }
    
    .item-info-in.full ul,
    .item-info-in.full .center {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    /* item add */
    
    .item-add {
        outline: 8px solid rgba(255, 255, 255, 0.5);
        outline-offset: -20px;
        position: relative;
        overflow: hidden;
    }
    
    .add-box {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        height: 100%;
        left: 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 100%;
    }
    
    .add-box h2 {
        font-size: 50px;
        line-height: 50px;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    
    .add-box h5 {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    
    .item-add.add-style-2 {
        outline: 8px solid rgba(0, 0, 0, 0.1);
    }
    
    .item-add.add-style-2 img {
        opacity: 0.05;
    }
    
    .item-add.add-style-2 .add-box h2,
    .item-add.add-style-2 .add-box h5 {
        text-shadow: none;
    }
    
    .item-add.add-style-3 {
        outline: none;
    }
    
    .item-add.add-style-3 h5,
    .item-add.add-style-3 h2 {
        text-shadow: none;
    }
    
    .item-add.add-style-3 h2 {
        font-size: 30px;
        margin: 0;
    }
    
    .item-add.add-style-3 .add-box .add-box-in {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 20px 30px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .item-add.add-style-3 .add-box .add-box-in.black {
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .item-add.add-style-3:hover .add-box-in {
        padding: 30px 40px;
    }
    /* Product Details Item */
    
    .shop-item-rating {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .shop-item-rating span {
        display: block;
        text-align: right;
        margin-bottom: 10px;
    }
    
    .shop-item-tage span {
        font-size: 15px;
        font-weight: 600;
    }
    
    .shop-item-tage a {
        font-weight: 600;
        margin-left: 7px;
    }
    /* Hover Style  */
    
    .outline-hv {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        outline: 10px solid rgba(255, 255, 255, 0.5);
    }
    
    .item-box:hover .outline-hv,
    .outline-hv:hover {
        outline: 10px solid rgba(255, 255, 255, 0.5);
        outline-offset: -30px;
    }
    /* Product Item */
    
    .product-item .dlab-info {
        border-top: 1px solid #e9e9e9;
    }
    
    .product-item .dlab-box {
        border: 1px solid #e9e9e9;
        position: relative;
    }
    
    .product-item .sale:after {
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-top: 4px solid #8f0000;
        bottom: -4px;
        content: "";
        position: absolute;
        right: 0;
    }
    
    .product-item .sale {
        position: absolute;
        right: -5px;
        top: 10px;
        z-index: 2;
    }
    
    .product-item .overlay-icon {
        bottom: 0px;
        top: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .product-item:hover .overlay-icon {
        bottom: 40px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
    }
    
    .product-item:hover img {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    
    .product-item .overlay-icon a i {
        background-color: #efbb20;
        color: #fff;
    }
    
    .product-item:hover .dlab-box,
    .product-item:hover .dlab-info {
        border-color: #d0d0d0;
    }
    
    .add-product .dlab-info-has.bg-black {
        background-color: rgba(0, 0, 0, 0.4);
    }
    
    .add-product .dlab-info-has {
        top: 0;
    }
    
    .add-product del {
        opacity: 0.6
    }
    
    .product-service .icon-bx-wraper {
        border: 0;
    }
    
    .product-item del {
        color: #b0b0b0;
        font-size: 18px;
        margin-top: 0;
        position: relative;
        top: -1px;
    }
    /* Item Widgets */
    
    .item-widgets-box,
    .item-widgets-body {
        overflow: hidden;
    }
    
    .item-widgets-box {
        margin-top: 15px;
    }
    
    .item-widgets-box:first-child {
        margin-top: 0;
    }
    
    .item-widgets-left {
        padding-right: 15px;
    }
    
    .item-widgets-left img {
        width: 80px;
    }
    
    .item-widgets-left,
    .item-widgets-body,
    .item-widgets-right {
        display: table-cell;
        vertical-align: middle;
    }
    
    .item-widgets-body .item-title,
    .item-widgets-body .item-price del {
        font-size: 15px;
    }
    /* product item size */
    
    .product-item-size .btn {
        background-color: #f3f3f3;
        border: 0px solid #e0e0e0;
        border-radius: 0;
        font-size: 14px;
        height: 40px;
        line-height: 38px;
        padding: 0;
        text-align: center;
        width: 40px;
        margin-right: 4px;
    }
    
    .product-item-size .btn.active {
        background-color: #1abc9c;
        box-shadow: none;
        color: #fff;
    }
    
    .product-item-size.size-sm .btn {
        font-size: 11px;
        height: 25px;
        line-height: 23px;
        width: 25px;
    }
    
    .product-item-size.size-lg .btn {
        font-size: 18px;
        height: 50px;
        line-height: 48px;
        width: 50px;
    }
    /* product-item-color */
    
    .product-item-color .btn {
        border: 0 none;
        border-radius: 30px !important;
        height: 30px;
        opacity: 0.5;
        padding: 0;
        width: 30px;
        border: 2px solid rgba(0, 0, 0, 0.1);
        margin-right: 5px;
    }
    
    .product-item-color .btn.active {
        border: 2px solid rgba(0, 0, 0, 0.3);
        box-shadow: none;
        opacity: 1;
    }
    
    .product-item-color.size-sm .btn {
        height: 20px;
        width: 20px;
    }
    /* Product Gallery */
    
    .product-gallery.on-show-slider {
        position: relative;
    }
    
    .sticky-top,
    .sticky-top>.side-bar {
        position: sticky;
        position: -webkit-sticky;
        top: 100px;
    }
    /* Download File */
    
    .download-file ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .download-file ul li {
        display: block;
        margin-bottom: 10px;
    }
    
    .download-file ul li a {
        background: #e0e0e0 none repeat scroll 0 0;
        color: #000000;
        display: block;
        padding: 15px 20px;
    }
    
    .download-file ul li a span {
        margin-right: 10px;
    }
    /* =============================
   Spacing End Alignment	
============================= */
    
    .site-footer .widget_getintuch {
        padding-top: 0;
    }
    
    .content-inner {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .content-inner-1 {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    
    .content-inner-2 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .content-inner-3 {
        padding-top: 30px;
    }
    
    .content-inner-4 {
        padding-top: 0;
        padding-bottom: 80px;
    }
    
    .content-inner-5 {
        padding-top: 50;
        padding-bottom: 50px;
    }
    
    .testimonial-five .owl-controls {
        margin-top: 0px;
    }
    
    .dis-tbl {
        display: table;
    }
    
    .dis-tbl-cell {
        display: table-cell;
        vertical-align: middle;
    }
    
    .dis-tbl-cell-t {
        display: table-cell;
        vertical-align: top;
    }
    
    .dis-tbl-cell-b {
        display: table-cell;
        vertical-align: bottom;
    }
    
    .img-cover {
        object-fit: cover;
        width: 100%;
    }
    /* sp */
    
    .row.sp20,
    .sp20 {
        margin-left: -9px;
        margin-right: -9px;
    }
    
    .row.sp20 [class*="col-"],
    .sp20 [class*="col-"] {
        padding-left: 9px;
        padding-right: 9px;
    }
    
    .row.sp15,
    .sp15 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    
    .row.sp15 [class*="col-"],
    .sp15 [class*="col-"] {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
    
    .row.sp10,
    .sp10 {
        margin-left: -5px;
        margin-right: -5px;
    }
    
    .row.sp10 [class*="col-"],
    .sp10 [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }
    /* Mobile Spacing */
    
    @media only screen and (max-width: 991px) {
        .sticky-top {
            position: unset;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .content-area {
            padding-top: 30px;
        }
        .page-content {
            padding-bottom: 30px;
        }
        .footer-top {
            padding-top: 30px;
        }
        .site-footer .widget {
            margin-bottom: 25px;
        }
        .section-full:last-child {
            margin-bottom: -30px;
        }
        .content-inner {
            padding-bottom: 20px;
            padding-top: 30px;
        }
        .content-inner-1 {
            padding-top: 30px;
            padding-bottom: 0px;
        }
        .content-inner-2 {
            padding-top: 30px;
            padding-bottom: 30px;
        }
        .section-head {
            margin-bottom: 25px;
        }
        .dlab-project-left {
            padding-top: 30px;
        }
        .testimonial-section {
            padding-top: 30px;
        }
        .testimonial-section .owl-controls {
            margin-top: 20px;
        }
        .section-head p {
            padding-top: 0;
        }
        .h3 {
            font-size: 28px;
            margin-top: 10px;
        }
        .about-service .icon-bx-wraper:nth-child(2) {
            margin-top: 0;
        }
        .side-bar {
            margin-bottom: 30px;
        }
        .dlab-post-title .post-title {
            margin-top: 10px;
        }
        .footer-info-box .newsletter {
            margin-bottom: 10px;
        }
        ol.commentlist li .star-rating {
            position: unset;
        }
        .comment-form [class*="comment-form"] {
            width: 100%;
        }
        .pricingtable-wrapper {
            margin-bottom: 30px;
        }
        .pricingtable-highlight {
            margin: 0;
        }
        .disnone-md {
            display: none;
        }
    }
    /* Owl Slider */
    
    .slide-item {
        position: relative;
    }
    
    .slide-item .slide-content {
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .slide-item-img img {
        object-fit: cover;
    }
    
    .slide-content-box {
        position: relative;
        top: 30%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all 1s ease 0.5s;
        -webkit-transition: all 1s ease 0.5s;
        -o-transition: all 1s ease 0.5s;
        -moz-transition: all 1s ease 0.5s;
    }
    
    .owl-slider-banner .owl-theme .owl-dots {
        margin-top: 0;
        position: absolute;
        right: 50px;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 25px;
        color: rgba(255, 255, 255, 0.5)
    }
    
    .owl-slider-banner .owl-theme .owl-dots .owl-dot span {
        height: 9px;
        width: 9px;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.2)
    }
    
    .owl-slider-banner .owl-theme .owl-dots .owl-dot {
        border: 1px solid;
        border-radius: 20px;
        display: inline-block;
        margin: 4px;
        padding: 4px;
    }
    
    .owl-slider-banner .owl-theme .owl-dots .owl-dot.active,
    .owl-slider-banner .owl-theme .owl-dots .owl-dot:hover {
        border: 1px solid #FF3B68;
    }
    
    .owl-slider-banner .owl-item .slide-content-box {
        opacity: 0;
    }
    
    .owl-slider-banner .owl-item.active .slide-content-box {
        opacity: 1;
        transition: all 0.5s ease 0.5s;
        -moz-transition: all 0.5s ease 0.5s;
        -webkit-transition: all 0.5s ease 0.5s;
        -o-transition: all 0.5s ease 0.5s;
        top: 50%;
    }
    /* Shop Categories */
    
    .shop-categories .acod-head a {
        border-width: 0 0 2px;
        color: #000000;
        font-size: 15px;
        font-weight: 600;
        padding: 10px 0;
        text-transform: uppercase;
        border-radius: 0;
    }
    
    .shop-categories .acod-body {
        border-width: 0;
    }
    
    .shop-categories .acod-content {
        margin: 15px 0 15px;
    }
    
    .shop-categories .collapsed {}
    
    .shop-categories .acod-head a.collapsed:after,
    .shop-categories .acod-head a:after {
        font-family: open sans;
        font-weight: 700;
        color: #000;
        font-size: 18px;
        right: 5px;
    }
    
    .shop-categories .acod-head a:after {
        content: "--";
    }
    
    .shop-categories .acod-head a.collapsed:after {
        content: "+";
    }
    
    .product-brand .search-content {
        display: block;
        margin-bottom: 0;
        padding: 10px 0;
    }
    
    .product-brand .search-content .search-content-area {
        margin-bottom: 0;
    }
    /* Price */
    
    .price .amount {
        border: 0 none;
        color: #404040;
        font-weight: 700;
        margin-bottom: 15px;
        padding: 0;
        text-align: left;
        width: 100%;
    }
    
    .price .ui-widget-content {
        margin: 0 8px;
    }
    
    .container-fluid.wide {
        padding-left: 30px;
        padding-right: 30px;
    }
    /* Shop Account */
    
    .shop-account .form-control {
        background: #efefef none repeat scroll 0 0;
        border: 0 none;
        box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.05);
        font-size: 14px;
        height: 50px;
        padding: 0 20px;
    }
    
    .shop-account .btn.button-lg {
        font-size: 14px;
        font-weight: 700;
        padding: 14px 30px;
        text-transform: uppercase;
    }
    
    .shop-account .border-1 {
        border-color: #dfdfdf;
    }
    
    .shop-account .form-control:focus {
        box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.05);
        background-color: #fff;
    }
    /* Google Recaptcha */
    
    .g-recaptcha,
    #rc-imageselect {
        transform: scale(0.99);
        -webkit-transform: scale(0.99);
        -moz-transform: scale(0.99);
        -o-transform: scale(0.99);
        transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    
    @media screen and (max-width: 575px) {
        #rc-imageselect,
        .g-recaptcha {
            transform: scale(0.77);
            -moz-transform: scale(0.77);
            -o-transform: scale(0.77);
            -webkit-transform: scale(0.77);
            transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            -o-transform-origin: 0 0;
            -webkit-transform-origin: 0 0;
        }
    }
    
    .recaptcha-box {
        height: 60px;
    }
    
    .g-recaptcha>div {
        width: 250px !important;
    }
    /* Mo-Left */
    
    .mo-nav .logo-header,
    .mo-nav .social-menu {
        display: none;
    }
    /* Google Recaptcha */
    
    @media screen and (max-width: 991px) {
        .mo-left .header-nav.nav-dark {
            background-color: #141516;
        }
        .mo-left .header-nav {
            overflow: scroll;
            position: fixed;
            width: 280px;
            left: -280px;
            height: 100vh !important;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            top: 0;
            background-color: #fff;
            margin: 0;
            z-index: 99;
        }
        .mo-left .header-nav li.open a {
            position: relative;
        }
        .navbar-nav {
            overflow-x: unset;
            height: 100%;
        }
        .mo-left .header-nav.show {
            left: -1px;
            transition: all 0.8s;
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -o-transition: all 0.8s;
            margin: 0;
            width: 280px;
            border: 0;
        }
        .mo-left .is-fixed .header-nav .nav {
            height: auto;
        }
        .mo-left .navbar-toggler.open:after {
            background-color: rgba(0, 0, 0, 0.6);
            content: "";
            height: 100%;
            left: 0;
            position: fixed;
            right: -20px;
            top: -63px;
            transform: scale(100);
            -o-transform: scale(100);
            -moz-transform: scale(100);
            -webkit-transform: scale(100);
            width: 100%;
            z-index: -1;
            transition: all 0.5s;
            transform-origin: top right;
            margin: 0 0px 0px 20px;
            -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
        }
        .mo-left .header-nav .logo-header {
            display: block;
            float: none;
            height: auto;
            max-width: 100%;
            padding: 30px 15px;
            width: 100%;
        }
        .mo-left .header-nav .logo-header img {
            max-width: unset;
            width: 180px;
        }
        .mo-left .navbar-toggler.open span {
            background: #fff;
        }
    }
    /* Plugine box */
    
    .plugine-box {}
    /* Support and Buy Button */
    
    .theme-btn {
        background-color: #ffffff;
        border-radius: 40px;
        bottom: 10px;
        color: #ffffff;
        display: table;
        height: 50px;
        left: 10px;
        min-width: 50px;
        position: fixed;
        text-align: center;
        z-index: 9999;
    }
    
    .theme-btn i {
        font-size: 22px;
        line-height: 50px;
    }
    
    .theme-btn.bt-support-now {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1ebbf0+8,39dfaa+100 */
        background: #1ebbf0;
        /* Old browsers */
        background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        bottom: 70px;
    }
    
    .theme-btn.bt-buy-now {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1fdf61+0,88BA46+100 */
        background: #1fdf61;
        /* Old browsers */
        background: -moz-linear-gradient(top, #A3D179 0%, #88BA46 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #A3D179 0%, #88BA46 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #A3D179 0%, #88BA46 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46', GradientType=0);
        /* IE6-9 */
    }
    
    .theme-btn:hover {
        color: #fff;
        padding: 0 20px;
    }
    
    .theme-btn span {
        display: table-cell;
        vertical-align: middle;
        font-size: 16px;
        letter-spacing: -15px;
        opacity: 0;
        line-height: 50px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        text-transform: uppercase;
    }
    
    .theme-btn:hover span {
        opacity: 1;
        letter-spacing: 1px;
        padding-left: 10px;
    }
    
    .at-expanding-share-button[data-position="bottom-left"] {
        bottom: 130px !important;
    }
    /* ================================
   Shop Filter Mobile 
================================ */
    
    .filter-mobile {
        display: none;
        border: 1px solid rgba(0, 0, 0, 0.1);
        align-items: center;
        text-align: center;
        position: sticky;
        top: 80px;
        background: #fff;
        box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);
    }
    
    .filter-mobile .filter-bx:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.1);
    }
    
    .filter-mobile .filter-bx {
        width: 50%;
        padding: 10px;
    }
    
    .filter-btn {
        color: #404040;
        font-weight: 600;
        border: 2px solid rgba(0, 0, 0, 0.1);
        padding: 3px 10px;
        border-radius: 4px;
    }
    
    .filter-btn:hover {
        background-color: #000;
        color: #fff;
    }
    
    .filter-btn i {
        margin-right: 5px;
    }
    
    .filter-bx .bootstrap-select .dropdown-toggle {
        max-width: 100px;
    }
    
    .filter-bx .bootstrap-select .dropdown-toggle {
        border: 2px solid rgba(0, 0, 0, 0.1) !important;
        border-radius: 4px;
        padding: 2px 10px;
        color: #404040;
        font-weight: 600;
        height: 32px;
    }
    
    .filter-bx .bootstrap-select.btn-group .dropdown-toggle .caret {
        top: 9px;
    }
    
    .filter-btn.close {
        display: none;
        opacity: 0;
    }
    
    @media only screen and (max-width: 991px) {
        .item-info-in ul li a {
            font-size: 14px;
            padding: 5px;
        }
        .item-review li {
            font-size: 13px;
        }
        .filter-on .filter-btn.close {
            border: 0;
            z-index: 1;
            position: fixed;
            right: 10px;
            top: 10px;
            color: #fff;
            opacity: 1;
            font-size: 18px;
            display: block;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            opacity: 1;
        }
        .filter-btn.close:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .filter-mobile {
            display: flex;
            margin-bottom: 30px;
        }
        .filter-left {
            padding: 20px 20px;
            width: 280px;
            position: fixed !important;
            left: -310px;
            top: 0;
            background: #fff;
            z-index: 9999999;
            box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
            overflow-y: scroll;
            height: 100%;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
        .filter-left.filter-on {
            left: 0;
        }
        .filter-bar {
            top: 80px;
            position: sticky;
            z-index: 999;
        }
        .filter-bar.sticky-top .side-bar {
            z-index: 9;
            top: 0;
            position: unset;
        }
        .sticky-top.filter-bar {
            z-index: 99999999;
            top: 80px;
            position: sticky;
        }
        .filter-left:after {
            content: "";
            position: fixed;
            width: 0;
            background: #000;
            height: 100%;
            z-index: -1;
            left: 0;
            top: 0;
            opacity: 0;
            transition: all 0.5s;
            -moz-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
        }
        .filter-left.filter-on:after {
            width: 1000px;
            left: 280px;
            opacity: 0.8;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .sp10-sm .row,
        .row.sp10-sm,
        .sp10-sm {
            margin-left: -8px;
            margin-right: -8px;
        }
        .row.sp10-sm [class*="col-"],
        .sp10-sm [class*="col-"] {
            padding-left: 8px;
            padding-right: 8px;
        }
        .logo-header {
            margin-right: 15px;
        }
        .slider-carousel {
            padding: 15px 0 40px;
        }
    }
    /* ============================================== 
   header 
================================================ */
    /* Header Box */
    
    .logo-header {
        width: 300px;
    }
    
    .header-full .main-bar {
        padding: 30px 0;
        transition: all 0.5s;
    }
    
    .header-full .is-fixed .main-bar {
        padding: 0;
    }
    /* Search BX style 1 */
    
    .dlab-quik-search.search-style-1 {
        width: 100%;
        background-color: #fff !important;
        color: #000;
    }
    
    .dlab-quik-search.search-style-1 .form-control,
    .dlab-quik-search.search-style-1 .form-control::placeholder,
    .dlab-quik-search.search-style-1 .form-control::-moz-placeholder {
        color: #000;
    }
    
    .extra-cell ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .extra-cell ul li {
        display: inline-block;
        vertical-align: middle;
    }
    
    .extra-cell ul li .btn-link {
        padding: 0 0px 0 20px;
        margin-left: 10px;
        position: relative;
        cursor: pointer;
    }
    
    .extra-cell ul li .btn-link:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 1px;
        background: #000;
        left: 0;
        top: 0;
        opacity: 0.1;
    }
    
    .extra-cell ul li .btn-link i {
        margin-left: 0;
    }
    /* Post Title */
    
    .header-nav .nav>li.post-slider .mega-menu,
    .has-mega-menu.post-slider .mega-menu {
        display: block;
        padding: 20px;
        width: 1170px;
        max-width: 1170px;
        margin: auto;
    }
    
    .header-content-bx {
        position: relative;
    }
    
    .header-content-bx .header-nav {
        position: unset;
    }
    
    .post-slider .post-title {
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    
    .post-slider .dlab-post-meta ul li {
        font-size: 12px;
    }
    
    .post-slider .dlab-post-title .post-title {
        margin-top: 5px;
    }
    
    .post-slider .dlab-post-meta {
        margin-bottom: 5px;
    }
    
    .post-slider .dlab-post-info {
        padding: 10px 10px 0px;
    }
    
    .post-slider .owl-prev,
    .post-slider .owl-next {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: transparent;
        color: #fff;
        line-height: 15px;
        padding: 0;
        text-align: center;
        margin: 0px 2px;
        border: 1px solid #fff;
        font-size: 14px;
    }
    
    .post-slider .owl-prev:hover,
    .post-slider .owl-next:hover {
        background: transparent;
        color: #fff;
    }
    
    .post-slider .owl-prev i,
    .post-slider .owl-next i {
        font-size: 14px;
        margin: 0;
    }
    
    .header-post-title {
        margin-bottom: 15px;
    }
    
    .header-post-title h4 {
        text-transform: capitalize;
        font-weight: 500;
        margin: 0;
    }
    
    .post-slider .blog-post {
        margin-bottom: 0;
    }
    
    .post-slider .owl-nav {
        position: absolute;
        right: 0;
        top: -62px;
        width: 100%;
    }
    /* Life Style Tabs */
    /* .post-slider.life-style .mega-menu{
   opacity: 1 !important;
   visibility: visible !important;
} */
    
    .header-nav .nav>li.post-slider.life-style .mega-menu,
    .has-mega-menu.post-slider.life-style .mega-menu {
        padding: 0;
    }
    
    .life-style-bx {
        display: flex;
        flex-direction: column;
    }
    
    .life-style-tabs {
        width: 100%;
        background-color: #a7d1f1;
        position: relative;
        z-index: 1;
        padding: 20px;
    }
    
    .life-style-post {
        width: 100%;
        background: #fff;
    }
    
    .life-style-post-bx {
        padding: 30px 40px;
    }
    
    .life-style-tabs ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    
    .life-style-tabs ul li {
        display: inline-block;
    }
    
    .life-style-post-bx {
        display: none;
    }
    
    .life-style-post-bx.show {
        display: block;
    }
    
    .life-style-tabs ul li a {
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        padding: 0px 15px;
        display: block;
        text-align: right;
        font-family: Montserrat;
    }
    
    .life-style-tabs ul li a:hover,
    .life-style-tabs ul li a.active {
        color: #000 !important;
        background: transparent !important;
    }
    
    .header-nav .nav>li:hover>a {
        position: relative;
    }
    
    @media only screen and (max-width: 1200px) {
        .header-nav .nav>li.post-slider .mega-menu,
        .has-mega-menu.post-slider .mega-menu {
            width: 100%;
            max-width: 100%;
        }
    }
    
    @media only screen and (max-width: 991px) {
        .header-content-bx .header-nav {
            position: fixed;
        }
        .navbar-toggler {
            float: right;
        }
        .mo-left .header-nav {
            background-size: cover;
        }
        .header-nav .nav>li.post-slider .mega-menu,
        .has-mega-menu.post-slider .mega-menu {
            display: none;
        }
        .header-nav .nav>li.has-mega-menu {
            position: relative;
        }
        .header-nav .nav>li .sub-menu li a:hover {
            background-color: transparent;
        }
        .header-nav .nav>li .sub-menu li a {
            padding: 10px 20px;
            color: #fff;
            opacity: 0.7;
            font-weight: 400;
            font-size: 13px;
        }
        .header-nav .nav>li .sub-menu .sub-menu {
            padding: 10px 0;
        }
        .header-nav .nav>li .sub-menu .sub-menu li a {
            padding: 6px 45px;
        }
        .header-nav .nav>li:hover>a:after {
            content: none;
        }
        .header-nav .nav>li>a:hover,
        .header-nav .nav>li>a:active,
        .header-nav .nav>li>a:focus {}
        .header-nav .logo-header a {
            display: block;
            width: 100%;
            text-align: center;
        }
        .header-nav .nav>li.open.post-slider .mega-menu,
        .has-mega-menu.open.post-slider .mega-menu {
            display: block;
        }
        .site-header .header-nav .nav>li.active>a,
        .site-header .header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover,
        .site-header .header-nav .nav>li:hover>a,
        .site-header .header-nav .nav>li .mega-menu>li ul a:hover,
        .site-header .header-nav .nav>li .sub-menu li:hover>a {
            color: #000;
        }
        .header-post-title h4 {
            color: #fff;
            font-size: 14px;
            opacity: 0.8;
            font-weight: 400;
        }
        .post-slider .owl-prev i,
        .post-slider .owl-next i {
            float: none;
            position: unset;
            margin: 0;
        }
        .post-slider .owl-prev:hover,
        .post-slider .owl-next:hover {
            background: #fff;
            color: #000;
        }
        .header-nav .nav>li.post-slider .mega-menu,
        .has-mega-menu.post-slider .mega-menu {
            padding: 5px 30px;
        }
        .post-slider .post-title a,
        .post-slider .post-title a:hover {
            color: #fff;
            box-shadow: none;
        }
        .post-slider .dlab-post-info {
            padding: 10px 0px 0px;
        }
        .post-slider .dlab-post-title .post-title {
            font-size: 13px;
        }
        .post-slider .dlab-post-meta ul {
            display: block !important;
        }
        .post-slider .dlab-post-meta .post-date strong,
        .post-slider .dlab-post-meta .post-date {
            color: #fff;
        }
        .post-slider .dlab-post-meta ul li {
            font-size: 11px;
            display: inline-block !important;
            width: auto;
        }
        .life-style-bx .life-style-tabs,
        .life-style-bx .life-style-post {
            width: 100%;
        }
        .life-style-bx {
            display: block;
        }
        .life-style-post {
            display: none !important;
        }
        .life-style-tabs:after {
            content: none;
        }
        .life-style-tabs {
            background-image: none;
            padding: 0;
            background-color: transparent;
        }
        .life-style-tabs ul {
            display: block !important;
        }
        .life-style-tabs ul li a {
            color: #fff;
            font-weight: 400;
            font-size: 13px;
            padding: 10px 20px;
            display: block;
            text-align: left;
            text-transform: capitalize;
            opacity: 0.7;
        }
        .life-style-tabs ul li a.active {
            color: #fff !important;
            background: transparent !important;
        }
        .header-nav .nav>li .sub-menu li a:hover,
        .life-style-tabs ul li a:hover {
            opacity: 0.9;
        }
        /* .social-menu{
       display: block;
       width: 100%;
       text-align: center;
       margin-top: 30px;
       position: sticky;
       top: 93%;
   } */
        .social-menu ul {
            margin: 0;
            padding: 0;
            list-style: none;
            padding-bottom: 15px;
        }
        .social-menu ul li {
            display: inline-block;
        }
        .social-menu ul li a {
            color: #fff;
            font-size: 16px;
            padding: 0 10px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .logo-header {
            margin-right: 15px;
        }
        .extra-cell ul li a,
        .extra-cell ul li .btn-link {
            font-size: 14px;
        }
        .extra-cell ul li a {
            padding: 5px 15px;
            font-size: 12px;
        }
        .extra-cell ul li .btn-link {
            padding: 0 0px 0 10px;
            margin-left: 5px;
        }
        .mo-left .navbar-toggler.open:after {
            margin: 0 0px 0px 15px;
        }
    }
    /* Gutenberg Css */
    
    .min-container,
    .blog-post.blog-single {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .max-container {
        max-width: 1500px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 55px;
        padding-right: 55px;
    }
    
    .blog-post.blog-single .dlab-post-info {
        padding: 0;
    }
    
    .blog-post.blog-single .dlab-post-text.text>ol,
    .blog-post.blog-single .dlab-post-text.text>ul {
        padding-left: 30px;
    }
    
    .blog-post.blog-single .dlab-post-text.text>ol li,
    .blog-post.blog-single .dlab-post-text.text>ul li {
        padding: 5px 5px;
        color: #2b2d2e;
    }
    
    .blog-post.blog-single .dlab-post-text.text>.wp-block-gallery {
        padding: 0;
        list-style: none;
    }
    
    .blog-post.blog-single .dlab-post-text.text>.wp-block-gallery li {
        padding: 0;
        list-style: none;
        margin: 10px;
    }
    
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        margin: 0 8px 8px 0;
    }
    
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 8px;
    }
    
    .content-spacious-full .wp-block-gallery {
        margin-left: calc(-200px - (10px/2));
        margin-right: calc(-200px - (10px/2));
        width: calc(100% + 400px + 10px);
        max-width: initial;
    }
    
    .alignwide {
        margin-left: calc(-100px - (10px/2));
        margin-right: calc(-100px - (10px/2));
        width: calc(100% + 200px + 10px);
        max-width: initial;
    }
    
    .alignfullwide {
        margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px)/2));
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    .thm-unit-test .dlab-post-text h1,
    .thm-unit-test .dlab-post-text h2,
    .thm-unit-test .dlab-post-text h3,
    .thm-unit-test .dlab-post-text h4,
    .thm-unit-test .dlab-post-text h5,
    .thm-unit-test .dlab-post-text h6 {
        font-family: Roboto;
    }
    
    .dlab-post-text h1,
    .thm-unit-test .dlab-post-text h1 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    
    .dlab-post-text h2,
    .thm-unit-test .dlab-post-text h2 {
        font-size: 32px;
        line-height: 45px;
        margin-bottom: 5px;
        font-weight: 700;
    }
    
    .dlab-post-text h3,
    .thm-unit-test .dlab-post-text h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 8px;
        font-weight: 700;
    }
    
    .dlab-post-text h4,
    .thm-unit-test .dlab-post-text h4 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 5px;
        font-weight: 600;
    }
    
    .dlab-post-text h5,
    .thm-unit-test .dlab-post-text h5 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
        font-weight: 600;
    }
    
    .dlab-post-text h6,
    .thm-unit-test .dlab-post-text h6 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    
    pre {
        margin: 0 0 25px;
        padding: 20px;
        color: #ddd;
        background-color: #222;
        white-space: pre;
        text-shadow: 0 1px 0 #000;
        border-radius: 5px;
        border-bottom: 1px solid #555;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) inset, 0 0 20px rgba(0, 0, 0, 0.2) inset;
    }
    
    .blog-post.blog-single .dlab-post-text ul li,
    .blog-post.blog-single .dlab-post-text ol li,
    .blog-post.blog-single .dlab-post-text p {
        font-size: 16px;
        line-height: 28px;
    }
    
    .blog-post.blog-single .dlab-post-text p {
        margin-bottom: 28px;
        color: #696969;
    }
    
    .blog-post.blog-single .dlab-post-text blockquote p {
        font-size: 24px;
        line-height: 34px;
        color: #2b2d2e;
        margin-bottom: 10px;
        font-weight: 500;
        text-align: left;
    }
    
    .wp-block-table {}
    
    .blog-post.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: calc(-190px - (10px/2));
        margin-right: calc(-190px - (10px/2));
        width: calc(100% + 380px + 10px);
        max-width: initial;
    }
    
    .paginate-links {
        display: flex;
        align-items: center;
        margin: 20px 0;
    }
    
    .paginate-links a,
    .paginate-links>span {
        margin: 0 0 0 10px;
        position: relative;
        border: 0px solid #6cc000;
        color: #000;
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        line-height: 40px;
        min-width: 40px;
        height: 40px;
        text-align: center;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
        background: #E0E0E0;
        border-radius: 3px;
    }
    
    .wp-block-button__link {
        border-radius: 4px;
        font-size: 16px;
        padding: 10px 30px;
        font-weight: 700;
    }
    
    .blog-post.blog-single .dlab-post-text .has-large-font-size {
        font-size: 36px;
        line-height: 50px;
        color: #000;
    }
    /* Gutenberg Gallery */
    
    .wp-block-gallery {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        padding: 0
    }
    
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0 6px 6px 0;
        position: relative
    }
    
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        height: 100%;
        margin: 0
    }
    
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure {
            align-items: flex-end;
            display: flex;
            justify-content: flex-start
        }
    }
    
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        display: block;
        height: auto;
        max-width: 100%;
        width: 100%
    }
    
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .wp-block-gallery .blocks-gallery-image img,
        .wp-block-gallery .blocks-gallery-item img {
            width: auto
        }
    }
    
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption {
        background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 60%, transparent);
        bottom: 0;
        color: #fff;
        font-size: 13px;
        max-height: 100%;
        overflow: auto;
        padding: 40px 10px 5px;
        position: absolute;
        text-align: center;
        width: 100%
    }
    
    .wp-block-gallery .blocks-gallery-image figcaption img,
    .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }
    
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        width: 100%;
        border-radius: 10px;
    }
    
    @supports ((position:-webkit-sticky) or (position:sticky)) {
        .wp-block-gallery.is-cropped .blocks-gallery-image a,
        .wp-block-gallery.is-cropped .blocks-gallery-image img,
        .wp-block-gallery.is-cropped .blocks-gallery-item a,
        .wp-block-gallery.is-cropped .blocks-gallery-item img {
            -o-object-fit: cover;
            flex: 1;
            height: 100%;
            object-fit: cover
        }
    }
    
    .wp-block-gallery .blocks-gallery-image,
    .wp-block-gallery .blocks-gallery-item {
        width: calc(50% - 8px)
    }
    
    .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
        margin-right: 0
    }
    
    .wp-block-gallery.columns-1 .blocks-gallery-image,
    .wp-block-gallery.columns-1 .blocks-gallery-item {
        margin-right: 0;
        width: 100%
    }
    
    @media only screen and (max-width: 1024px) {
        .alignwide {
            margin-left: 0;
            margin-right: 0;
            width: 100% !important;
            max-width: 100% !important;
        }
        .alignwide .alignleft img {
            width: 100%;
        }
        .alignwide .alignleft {
            margin: 5px 0px 25px 0;
            float: none;
        }
    }
    
    @media (min-width:600px) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(33.33333% - 10.66667px)
        }
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(25% - 12px)
        }
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(20% - 12.8px)
        }
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(16.66667% - 13.33333px)
        }
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(14.28571% - 13.71429px)
        }
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            margin-right: 6px;
            width: calc(12.5% - 14px)
        }
        .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
        .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
        .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
        .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
        .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
        .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
        .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
        .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
        .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
        .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
        .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
        .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
        .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
        .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
        .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
        .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
    }
    
    .wp-block-gallery .blocks-gallery-image:last-child,
    .wp-block-gallery .blocks-gallery-item:last-child {
        margin-right: 0
    }
    
    .wp-block-gallery .blocks-gallery-item.has-add-item-button {
        width: 100%
    }
    
    .wp-block-image.alignfullwide img {
        border-radius: 0;
    }
    
    .wp-block-image img {
        border-radius: 10px;
    }
    
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright {
        max-width: 305px;
        width: 100%
    }
    
    .wp-block-gallery.aligncenter,
    .wp-block-gallery.alignleft,
    .wp-block-gallery.alignright {
        display: flex
    }
    
    .aligncenter {
        text-align: center;
    }
    
    .wp-block-gallery.aligncenter .blocks-gallery-item figure {
        justify-content: center
    }
    
    .blog-single.blog-post.sidebar .alignfullwide,
    .blog-single.blog-post.sidebar .alignwide,
    .blog-single.blog-post.sidebar .dlab-post-text .wp-block-gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        max-width: initial;
    }
    
    .blog-overlap {
        background: #fff;
        margin-top: -140px;
        padding: 20px 20px 0;
        border-radius: 4px 4px 0px 0px;
    }
    
    .blog-single.blog-post.sidebar {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    
    .container .min-container {
        padding-left: 0;
        padding-right: 0;
    }
    
    @media only screen and (max-width: 1200px) {
        .blog-post.blog-single .dlab-post-text .wp-block-gallery {
            margin-left: calc(-100px - (10px/2));
            margin-right: calc(-100px - (10px/2));
            width: calc(100% + 200px + 10px);
        }
    }
    
    @media only screen and (max-width: 991px) {
        .blog-post.blog-single .dlab-post-text .wp-block-gallery {
            margin-left: 0;
            margin-right: 0;
            width: 100%;
        }
    }
    /* DEEPAK WORK */
    
    .client-box-full .testimonial-text p {
        font-size: 20px;
        font-style: italic;
        font-family: PlayfairDisplay;
        line-height: 30px;
    }
    
    .client-box-full .testimonial-detail .testimonial-position {
        color: #0c0c0c;
    }
    
    .client-box-full .testimonial-detail .testimonial-name {
        font-size: 22px;
        text-transform: capitalize;
        font-family: 'Roboto', sans-serif;
    }
    
    .client-box-full .testimonial-pic {
        height: 80px;
        width: 80px;
        border: 0;
        margin-bottom: 10px;
    }
    
    .client-box-full .owl-nav .owl-prev i,
    .client-box-full .owl-nav .owl-next i {
        height: 50px;
        width: 50px;
        background: var(--bg-color);
        color: #fff;
        border-radius: 50px;
        font-size: 22px;
        text-align: center;
        line-height: 50px;
    }
    
    .client-box-full .owl-nav .owl-prev,
    .client-box-full .owl-nav .owl-next {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
    }
    
    .client-box-full .owl-nav .owl-prev {
        left: 0;
    }
    
    .client-box-full .owl-nav .owl-next {
        right: 0;
    }
    
    .client-box-full .testimonial-1 {
        margin: 0 100px;
    }
    
    .full-img {
        width: 100%;
    }
    
    .extra-content {
        font-size: 18px;
        line-height: 28px;
        color: #7b7b7b;
    }
    
    i.fa.fa-arrow-right {
        margin-right: 7px;
        color: #5dbebe;
    }
    
    .icon-bar {
        position: fixed;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .icon-bar a {
        display: block;
        text-align: center;
        padding: 13px;
        transition: all 0.3s ease;
        color: white;
        font-size: 18px;
    }
    
    .icon-bar a:hover {
        background-color: #000;
    }
    
    .facebook {
        background: #3B5998;
        color: white;
    }
    
    .twitter {
        background: #55ACEE;
        color: white;
    }
    
    .instagram {
        background: #dd4b39;
        color: white;
    }
    
    .whatsaap {
        background: #35F354;
        color: white;
    }
    
    .youtube {
        background: #bb0000;
        color: white;
    }
    
    .contact-info a {
        color: #fff;
    }
    
    .mfp-bg,
    .mfp-wrap {
        position: fixed;
        left: 0;
        top: 0
    }
    
    .mfp-bg,
    .mfp-container,
    .mfp-wrap {
        height: 100%;
        width: 100%
    }
    
    .mfp-container:before,
    .mfp-figure:after {
        content: ''
    }
    
    .mfp-bg {
        z-index: 1042;
        overflow: hidden;
        background: #0b0b0b;
        opacity: .8;
        filter: alpha(opacity=80)
    }
    
    .mfp-wrap {
        z-index: 1043;
        outline: 0!important;
        -webkit-backface-visibility: hidden;
    }
    
    .mfp-container {
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    
    .mfp-container:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }
    
    .mfp-align-top .mfp-container:before {
        display: none
    }
    
    .mfp-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        text-align: left;
        z-index: 1045
    }
    
    .mfp-close,
    .mfp-preloader {
        text-align: center;
        position: absolute
    }
    
    .mfp-ajax-holder .mfp-content,
    .mfp-inline-holder .mfp-content {
        width: 100%;
        cursor: auto
    }
    
    .mfp-ajax-cur {
        cursor: progress
    }
    
    .mfp-zoom-out-cur,
    .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
        cursor: -moz-zoom-out;
        cursor: -webkit-zoom-out;
        cursor: zoom-out
    }
    
    .mfp-zoom {
        cursor: pointer;
        cursor: -webkit-zoom-in;
        cursor: -moz-zoom-in;
        cursor: zoom-in
    }
    
    .mfp-auto-cursor .mfp-content {
        cursor: auto
    }
    
    .mfp-arrow,
    .mfp-close,
    .mfp-counter,
    .mfp-preloader {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }
    
    .mfp-loading.mfp-figure {
        display: none
    }
    
    .mfp-hide {
        display: none!important
    }
    
    .mfp-preloader {
        color: #CCC;
        top: 50%;
        width: auto;
        margin-top: -.8em;
        left: 8px;
        right: 8px;
        z-index: 1044
    }
    
    .mfp-preloader a {
        color: #CCC
    }
    
    .mfp-close,
    .mfp-preloader a:hover {
        color: #FFF
    }
    
    .mfp-s-error .mfp-content,
    .mfp-s-ready .mfp-preloader {
        display: none
    }
    
    button.mfp-arrow,
    button.mfp-close {
        overflow: visible;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        display: block;
        outline: 0;
        padding: 0;
        z-index: 1046;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    
    button::-moz-focus-inner {
        padding: 0;
        border: 0
    }
    
    .mfp-close {
        width: 44px;
        height: 44px;
        line-height: 44px;
        right: 0;
        top: 0;
        text-decoration: none;
        opacity: .65;
        filter: alpha(opacity=65);
        padding: 0 0 18px 10px;
        font-style: normal;
        font-size: 28px;
        font-family: Arial, Baskerville, monospace
    }
    
    .mfp-close:focus,
    .mfp-close:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    
    .mfp-close:active {
        top: 1px
    }
    
    .mfp-close-btn-in .mfp-close {
        color: #333
    }
    
    .mfp-iframe-holder .mfp-close,
    .mfp-image-holder .mfp-close {
        color: #FFF;
        right: -6px;
        text-align: right;
        padding-right: 6px;
        width: 100%
    }
    
    .mfp-counter {
        position: absolute;
        top: 0;
        right: 0;
        color: #CCC;
        font-size: 12px;
        line-height: 18px;
        white-space: nowrap
    }
    
    .mfp-figure,
    img.mfp-img {
        line-height: 0
    }
    
    .mfp-arrow {
        position: absolute;
        opacity: .65;
        filter: alpha(opacity=65);
        margin: -55px 0 0;
        top: 50%;
        padding: 0;
        width: 90px;
        height: 110px;
        -webkit-tap-highlight-color: transparent
    }
    
    .mfp-arrow:active {
        margin-top: -54px
    }
    
    .mfp-arrow:focus,
    .mfp-arrow:hover {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    
    .mfp-wrap {
        z-index: 100001;
    }
    
    .mfp-bg {
        z-index: 100000;
    }
    
    .mfp-arrow .mfp-a,
    .mfp-arrow .mfp-b,
    .mfp-arrow:after,
    .mfp-arrow:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: inset transparent
    }
    
    .mfp-arrow .mfp-a,
    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }
    
    .mfp-arrow .mfp-b,
    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }
    
    .mfp-arrow-left {
        left: 0
    }
    
    .mfp-arrow-left .mfp-a,
    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px
    }
    
    .mfp-arrow-left .mfp-b,
    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F
    }
    
    .mfp-arrow-right {
        right: 0
    }
    
    .mfp-arrow-right .mfp-a,
    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px
    }
    
    .mfp-arrow-right .mfp-b,
    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F
    }
    
    .mfp-iframe-holder {
        padding-top: 40px;
        padding-bottom: 40px
    }
    
    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }
    
    .mfp-image-holder .mfp-content,
    img.mfp-img {
        max-width: 100%
    }
    
    .mfp-iframe-holder .mfp-close {
        top: -40px
    }
    
    .mfp-iframe-scaler {
        width: 100%;
        height: 0;
        overflow: hidden;
        padding-top: 56.25%
    }
    
    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #000
    }
    
    .mfp-figure:after,
    img.mfp-img {
        width: auto;
        height: auto;
        display: block
    }
    
    img.mfp-img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 0;
        margin: 0 auto
    }
    
    .mfp-figure:after {
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        right: 0;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #444
    }
    
    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px
    }
    
    .mfp-figure figure {
        margin: 0
    }
    
    .mfp-bottom-bar {
        margin-top: -36px;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        cursor: auto
    }
    
    .mfp-title {
        text-align: left;
        line-height: 18px;
        color: #F3F3F3;
        word-wrap: break-word;
        padding-right: 36px
    }
    
    .mfp-gallery .mfp-image-holder .mfp-figure {
        cursor: pointer
    }
    
    @media screen and (max-width:800px) and (orientation:landscape),
    screen and (max-height:300px) {
        .mfp-img-mobile .mfp-image-holder {
            padding-left: 0;
            padding-right: 0
        }
        .mfp-img-mobile img.mfp-img {
            padding: 0
        }
        .mfp-img-mobile .mfp-figure:after {
            top: 0;
            bottom: 0
        }
        .mfp-img-mobile .mfp-figure small {
            display: inline;
            margin-left: 5px
        }
        .mfp-img-mobile .mfp-bottom-bar {
            background: rgba(0, 0, 0, .6);
            bottom: 0;
            margin: 0;
            top: auto;
            padding: 3px 5px;
            position: fixed;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }
        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }
        .mfp-img-mobile .mfp-counter {
            right: 5px;
            top: 3px
        }
        .mfp-img-mobile .mfp-close {
            top: 0;
            right: 0;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: rgba(0, 0, 0, .6);
            position: fixed;
            text-align: center;
            padding: 0
        }
    }
    
    @media all and (max-width:900px) {
        .mfp-arrow {
            -webkit-transform: scale(.75);
            transform: scale(.75)
        }
        .mfp-arrow-left {
            -webkit-transform-origin: 0;
            transform-origin: 0
        }
        .mfp-arrow-right {
            -webkit-transform-origin: 100%;
            transform-origin: 100%
        }
        .mfp-container {
            padding-left: 6px;
            padding-right: 6px
        }
    }
    
    .mfp-ie7 .mfp-img {
        padding: 0
    }
    
    .mfp-ie7 .mfp-bottom-bar {
        width: 600px;
        left: 50%;
        margin-left: -300px;
        margin-top: 5px;
        padding-bottom: 5px
    }
    
    .mfp-ie7 .mfp-container {
        padding: 0
    }
    
    .mfp-ie7 .mfp-content {
        padding-top: 44px
    }
    
    .mfp-ie7 .mfp-close {
        top: 0;
        right: 0;
        padding-top: 0
    }
    
    .dlab-media>a {
        width: 100%;
        display: block;
        line-height: 0;
    }
    
    .dlab-media>a>img {
        object-fit: cover;
    }
    /* Video Bx ======= */
    
    .video-info img {
        border-style: none;
        height: auto;
        max-width: 100% !important;
        vertical-align: middle;
            margin-top: 13px;

    }
    
    .video-bx {
        padding: 130px 0;
    }
    
    .video-bx .video-title {
        font-size: 42px;
    }
    
    .video-bx .video-content {
        font-size: 18px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.9);
        width: 80%;
        margin: 0 auto 50px;
    }
    
    .video-bx .video-play {
        margin-bottom: 60px;
    }
    
    .video-bx .video-play .popup-youtube:hover {
        color: #fff;
    }
    
    .video-bx .video-play .popup-youtube {
        height: 135px;
        width: 135px;
        border: 2px solid;
        border-radius: 50%;
        line-height: 135px;
        font-size: 36px;
        display: block;
        text-align: center;
        margin: auto;
    }
    
    .video-bx1 {
        position: relative;
    }
    
    .video-bx1 .video-play {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 99;
    }
    
    .video-bx1 .video-play a {
        height: 80px;
        width: 80px;
        border: 2px solid #fff;
        border-radius: 50%;
        display: block;
        text-align: center;
        line-height: 80px;
        font-size: 18px;
        color: #fff;
        margin: 0 auto 20px;
    }
    
    .video-bx2 .video-play a {
        height: 80px;
        width: 80px;
        font-size: 30px;
        background-color: var(--bg-color);
        color: #fff;
        display: block;
        border-radius: 50%;
        text-align: center;
        line-height: 80px;
        float: left;
        margin-right: 20px;
    }
    
    .video-bx2 .video-play p {
        font-weight: 600;
        font-size: 13px;
        padding: 22px 0;
        line-height: 18px;
    }
    
    .video-bx2 {
        background-color: #fff;
        border: 4px solid #00ccff;
        padding: 11px;
        width: 160px;
    }
    
    .video-bx2 .years-date {
        font-size: 45px;
        line-height: 70px;
        font-weight: 800;
        margin-bottom: 0;
    }
    
    .video-bx2 .years {
        font-size: 15px;
        margin-bottom: 0;
        line-height: 28px;
        font-weight: 700;
    }
    
    .video-bx2 .years-work {
        font-size: 12px;
        font-weight: 500;
        margin-bottom: 0;
        line-height: 15px;
    }
    
    .video-info {
        position: relative;
    }
    
    .video-info .video-bx2 {
        position: absolute;
        bottom: -20px;
        left: 0;
    }
    
    .video-bx .video-play.play-bg-primary .popup-youtube {
        border: 0;
        background-color: var(--bg-color);
        color: #fff;
    }
    
    .video-bx .video-play.play-bg-primary {
        margin-bottom: 0;
    }
    
    .mt-30 {
        margin-top: 30px;
    }
    
    .item {
        border: 1px solid aqua;
        margin-bottom: 20px;
    }
    
    footer.container-fluid.themebg {
        margin-top: 30px!important;
    }
    
    .photo img {
 border: 3px solid #00ccff;
    width: 190px;
    margin-right: 10px;
    height: auto;        
    }
	
	.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}
table td { width:400px !important; }
}