    /* 
==========================================
   Imported styles
==========================================
*/
    
    @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
    @import url(bootstrap.min.css);
    @import url(bootstrap-select.min.css);
    @import url(jquery.bootstrap-touchspin.css);
    @import url(font-awesome.css);
    @import url(flaticon.css);
    @import url(../assets/revolution/css/settings.css);
    @import url(../assets/revolution/css/layers.css);
    @import url(../assets/revolution/css/navigation.css);
    @import url(owl.carousel.css);
    @import url(jquery.bxslider.css);
    @import url(jquery-ui.css);
    @import url(jquery.fancybox.css);
    @import url(polyglot-language-switcher.css);
    @import url(animate.min.css);
    @import url(nouislider.css);
    @import url(nouislider.pips.css);
    @import url(magnific-popup.css);
    @import url(hover.css);
    @import url(vertical-tab.css);
    @import url(fancybx.css);
    /* 

============================================
   Global styles
============================================
*/
    
    body {
        color: #222222;
        font-size: 15px;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    ul {
        margin: 0;
        padding: 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'Roboto', sans-serif;
    }
    
    ul {
        list-style-type: none;
    }
    
    p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
    
    a {
        text-decoration: none;
        display: inline-block;
        outline: none;
    }
    
    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }
    
    img {
        width: 100%;
        display: inline-block;
    }
    
    .img-wi {
        width: auto;
        margin-bottom: 20px;
        display: block;
    }
    
    button {
        border: none;
        outline: none;
        box-shadow: none;
        display: block;
        padding: 0;
        background: transparent;
    }
    
    input,
    textarea {
        display: block;
        font-size: 16px;
        line-height: 28px;
        outline: none;
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .boxed_wrapper {
        width: 100%;
        background: #fff;
        overflow-x: hidden;
    }
    
    .mt-30 {
        margin-top: 30px
    }
    
    .clear_fix {
        clear: both;
    }
    
    .clear_fix:after {
        display: table;
        content: '';
        clear: both;
    }
    
    .list_inline li {
        display: inline-block;
    }
    
    .social li {
        display: inline-block;
        font-size: 14px;
    }
    
    .social li a {
        color: #fff;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    
    .default_link {
        font-size: 14px;
        text-transform: uppercase;
        color: #26cdff;
        font-weight: 600;
    }
    
    .default_link:hover {
        color: #26cdff;
    }
    
    .default_link i {
        margin-left: 3px;
        font-weight: 700;
        font-size: 18px;
    }
    
    .uppercase {
        text-transform: uppercase;
    }
    
    .padd-80 {
        padding-top: 80px;
    }
    
    .tran3s {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    
    .center {
        text-align: center;
    }
    
    .row-5 {
        margin: 0 -5px;
    }
    
    .thm-color {
        color: #26cdff;
    }
    
    .bold {
        font-weight: 700;
    }
    
    .s-bold {
        font-weight: 600;
    }
    
    .m-bold {
        font-weight: 600;
    }
    
    .float_left {
        float: left;
    }
    
    .float_right {
        float: right;
    }
    
    @media (min-width: 1200px) {
        .container {
            padding: 0;
        }
    }
    /*
===============================================
  button style
===============================================
*/
    
    .thm-btn {
        position: relative;
        background: #f26722;
        font-size: 14px;
        line-height: 42px;
        font-weight: 700;
        color: #ffffff;
        border: 2px solid #f26722;
        text-transform: uppercase;
        display: inline-block;
        padding: 0 26px;
        font-family: 'Roboto', sans-serif;
        -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
    }
    
    .thm-btn:hover {
        background: transparent;
        color: #000;
        -webkit-transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        transition: all .5s cubic-bezier(0.4, 0, 1, 1);
        border: 2px solid #000;
    }
    
    .theme_menu .link_btn {
        margin-top: 24px;
        color: #222222;
    }
    
    .button-style-one {
        margin-top: 20px;
        color: #26cdff;
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1px;
        font-family: 'Roboto', sans-serif;
        margin-bottom: 12px;
    }
    
    .button-style-one:before {
        content: "";
        position: absolute;
        bottom: 0px;
        width: 94px;
        height: 1px;
        background: #26cdff;
    }
    
    .button-style-one:hover {
        color: #26cdff;
    }
    
    .button-style-two {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #222222;
        padding: 11px 26px;
        border: 1px solid #26cdff;
        letter-spacing: 1px;
    }
    
    .button-style-two:hover {
        color: #222222;
    }
    
    .anim-3 {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .anim-5 {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    /*
--------------------------------------------
  sec title style
--------------------------------------------
*/
    
    .sec-title {
        position: relative;
        margin-bottom: 20px;
    }
    
    .sec-title h2 {
        position: relative;
        font-size: 40px;
        margin-bottom: 30px;
        text-transform: capitalize;
        font-weight: 700;
    }
    
    .sec-title h2.left:before {
        position: absolute;
        content: '';
        background: #ee6521;
        width: 50px;
        height: 3px;
        left: 0px;
        bottom: -15px;
    }
    
    .sec-title h2.center:before {
        position: absolute;
        content: '';
        background: #f26722;
        width: 50px;
        height: 3px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -15px;
    }
    
    .sec-title span {
        color: #26cdff;
    }
    
    .scroll-top {
        width: 50px;
        height: 40px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 99;
        display: none;
        color: #fff;
        text-align: center;
        background: #f26722;
        border-radius: 3px;
    }
    
    .scroll-top span:before {
        font-size: 27px;
    }
    
    .scroll-top:after {
        position: absolute;
        z-index: -1;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icons/pre2.gif);
    }
    /*
=================================================
  header-style
=================================================
*/
    
    .crypto-top-strip {
        position: relative;
        background-color: #414141;
        padding: 8px 0px;
    }
    
    .crypto-top-strip .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .crypto-userinfo {
        margin-bottom: 0;
        float: left;
    }
    
    .crypto-userinfo li {
        list-style: none;
        float: left;
        color: #ffffff;
        font-size: 14px;
        padding: 0px 15px;
        margin-right: 11px;
    }
    
    .crypto-userinfo li:first-child {
        padding-left: 0px;
    }
    
    .crypto-userinfo li i {
        float: left;
        margin: 4px 10px 0px 0px;
    }
    
    .crypto-userinfo a {
        color: #fff;
    }
    
    .crypto-userinfo li:hover i {
        color: #F26722;
    }
    
    .crypto-userinfo li:hover a {
        color: #F26722;
    }
    
    .crypto-user-section {
        float: right;
    }
    
    .crypto-user-section li {
        float: left;
        list-style: none;
    }
    
    .crypto-user-section>li {
        margin-left: 30px;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 500;
    }
    
    .crypto-user-section>li a i {
        float: left;
        margin: 3px 16px 0px 0px;
        font-size: 14px;
    }
    
    .crypto-user-section li a {
        color: #ffffff;
        transition: .3s all;
    }
    
    .crypto-user-section li a:hover i {
        color: #F26722;
    }
    /* Language Switcher */
    
    .crypto-language {
        float: left;
        margin: 0px 0px 0px 0px;
    }
    
    .crypto-language ul {
        margin: 0px;
    }
    
    .crypto-language ul li {
        list-style: none;
        float: left;
        position: relative;
    }
    
    .crypto-language>ul>li>a {
        color: #ffffff;
    }
    
    .crypto-language>ul>li>a:after {
        content: "\f107";
        font-family: FontAwesome;
        display: inline-block;
        font-size: 11px;
        margin-left: 4px;
    }
    
    .crypto-language>ul>li>i {
        font-size: 11px;
        color: #ffffff;
        margin-right: 3px;
    }
    
    .crypto-language>ul>li:hover .crypto-language-menu {
        opacity: 1;
        visibility: visible;
    }
    
    .crypto-language-menu {
        position: absolute;
        left: 0px;
        top: 100%;
        background-color: #ffffff;
        margin: 0px;
        z-index: 2;
        opacity: 0;
        visibility: hidden;
    }
    
    .crypto-language-menu li {
        float: left;
        width: 100%;
        padding: 6px 10px;
        border-bottom: 1px solid #dddddd;
    }
    
    .crypto-language-menu li:last-child {
        border-bottom: none;
    }
    
    .crypto-language-menu li a {
        color: #000;
        font-size: 12px;
    }
    /*logo*/
    
    .mainmenu-area {
        padding: 25px 0px;
    }
    
    .main-logo {
        margin: 0px 0px;
    }
    
    .mainmenu-area .row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    
    @media (max-width: 480px) {
        .main-logo img {
            width: 80%;
            position: relative;
            top: 6px;
            left: -36px;
        }
        .crypto-userinfo li {
            font-size: 12px
        }
        .mainmenu-area .thm-btn {
            padding: 0 6px !important;
        }
        .mainmenu-area .right-area .link_btn {
            margin-top: 0 !important
        }
        .main-menu {
            margin-top: 15px !important;
        }
    }
    
    @media (max-width: 360px) {
        .crypto-userinfo li {
            font-size: 10px
        }
    }
    /*==============================================
    Mainmenu Area Css
===============================================*/
    
    .mainmenu-area {
        background: #fff;
        theme_menu {
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            background: #fff;
        }
        box-shadow: 0 2px 5px 0 rgba(0,
        0,
        0,
        0.16),
        0 2px 10px 0 rgba(0,
        0,
        0,
        0.12);
        box-shadow: 0 2px 5px 0 rgba(0,
        0,
        0,
        0.16),
        0 2px 10px 0 rgba(0,
        0,
        0,
        0.12);
    }
    
    @media (min-width: 992px) {
        .wid-22 {
            width: 22% !important;
        }
        .wid-78 {
            width: 78% !important;
        }
    }
    
    @media (max-width: 992px) {
        .main-menu {
            position: relative;
            margin-top: 15px !important;
            margin-bottom: 15px;
        }
        .mainmenu-area .menu-column {
            border-top: 1px solid #ccc
        }
        .mainmenu-area .right-area .link_btn {
            margin-top: 10px !important;
        }
    }
    
    @media (max-width: 767px) {
        .rev_slider_wrapper .slide-content-box .button a {
            line-height: 25px !important;
            font-size: 10px !important;
        }
    }
    
    .main-menu {
        position: relative;
        margin-top: 0px
    }
    
    .navbar-collapse {
        padding: 0px
    }
    
    .navigation {
        position: relative;
        font-family: 'Montserrat', sans-serif;
    }
    
    .navigation li {
        display: inline-block;
    }
    
    .navigation li a {
        padding: 0px 10px 0px;
        text-transform: uppercase;
        color: #222;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
        font-size: 12px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }
    
    .navigation>li:hover>a {
        color: #F26722;
    }
    
    .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        background: #ef6622;
        width: 180px;
        padding: 10px 0px;
        z-index: 999;
        display: none;
        margin-top: 31px;
    }
    
    .navigation>li>ul>li {
        position: relative;
        display: block;
    }
    
    .navigation>li>ul>li>a {
        color: #ffffff;
        display: block;
        font-size: 13px;
        font-weight: 400;
        line-height: 20px;
        padding: 3px 15px;
        margin: 0;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
    }
    
    .navigation>li>ul>li:hover>a {
        color: #000;
    }
    /*========= third-menu ===============*/
    
    .navigation>li>ul>li.third-menu ul {
        position: absolute;
        left: 230px;
        top: 0px;
        background: #333;
        width: 200px;
        border-top: 2px solid #fff;
        padding: 12px 0px;
        z-index: 999;
        display: none;
    }
    
    .navigation>li>ul>li.third-menu {
        position: relative;
    }
    
    .navigation>li>ul>li.third-menu ul a {
        color: #ffffff;
        display: block;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        padding: 12px 20px;
        margin: 0;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
    }
    
    .navigation>li>ul>li.third-menu ul a:hover {
        color: #fdc716;
    }
    
    .navigation>li>ul>li.third-menu:after {
        position: absolute;
        content: "\f0de";
        font-family: FontAwesome;
        color: #fff;
        font-size: 20px;
        line-height: 40px;
        right: 14px;
        transform: rotate(90deg);
        top: 3px;
    }
    /*========= mobile-menu ==============*/
    
    .mobile-menu .dropdown-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 42px;
        border-left: 1px solid #26cdff;
        cursor: pointer;
        display: block;
        z-index: 5;
    }
    
    .mobile-menu .dropdown-btn:after {
        position: absolute;
        content: "\f107";
        font-family: FontAwesome;
        color: #F26722;
        font-size: 20px;
        line-height: 40px;
        text-align: center;
        width: 100%;
    }
    
    .mobile-menu,
    .mobile-menu>li>ul,
    .mobile-menu>li>ul>li>ul {
        background: #000;
    }
    
    .mobile-menu>li>ul,
    .mobile-menu>li>ul>li>ul {
        display: none;
    }
    
    .mobile-menu>li>a,
    .mobile-menu>li>ul>li>a,
    .mobile-menu>li>ul>li>ul>li>a {
        background: #fff;
        padding: 10px 20px;
        line-height: 22px;
        color: #222;
        display: block;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        border-top: 1px solid #F26722;
    }
    
    .mainmenu-area .right-area .link_btn {
        margin-top: 24px;
    }
    
    .mainmenu-area .navigation>li.current>a {
        position: relative;
        color: #F26722;
    }
    
    .mainmenu-area .navigation>li.current>a:before {
        content: "";
        content: "";
        position: absolute;
        bottom: -22px;
        left: 0px;
        width: 100%;
        height: 3px;
        background: transparent;
    }
    
    .ft-rgt {
        float: right;
    }
    /*menu*/
    
    .theme_menu {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background: #fff;
    }
    
    .theme_menu .menu-column {
        padding: 0;
    }
    
    .nav_side_content {
        margin-top: 33px;
        float: left;
        position: relative;
        left: -20px;
    }
    
    .nav_side_content .cart_select {
        border-left: 1px solid #ececec;
        padding-left: 5px;
    }
    /* Mainmenu fixed style */
    
    @-webkit-keyframes menu_sticky {
        0% {
            margin-top: -100px;
        }
        50% {
            margin-top: -90px;
        }
        100% {
            margin-top: 0;
        }
    }
    
    @keyframes menu_sticky {
        0% {
            margin-top: -100px;
        }
        50% {
            margin-top: -90px;
        }
        100% {
            margin-top: 0;
        }
    }
    
    .mainmenu-area.stricky-fixed {
        margin: 0;
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
        -webkit-animation-name: menu_sticky;
        animation-name: menu_sticky;
        -webkit-animation-duration: 0.60s;
        animation-duration: 0.60s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    /*** 
=============================================
    Rev Slider style
=============================================
***/
    
    .rev_slider_wrapper .slide-content-box h1 {
        color: #fff;
        font-size: 45px;
        line-height: 62px;
        margin: 14px 0 9px;
        font-weight: 500;
        padding: 0px 25px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        padding-left: 0px !important;
    }
    
    .rev_slider_wrapper .slide-content-box h2 {
        font-size: 45px;
        color: #f26722;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
        font-weight: 700;
    }
    
    .rev_slider_wrapper .slide-content-box p {
        color: #ffffff;
        font-size: 15px;
        line-height: 30px;
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        margin: 0 0 30px;
    }
    
    @media (max-width: 992px) {
        .rev_slider_wrapper .slide-content-box p {
            font-size: 14px !important;
        }
    }
    
    @media (max-width: 767px) {
        .rev_slider_wrapper .slide-content-box p {
            font-size: 12px !important;
            width: 60% !important;
            display: none;
        }
    }
    
    .rev_slider_wrapper .button .thm-btn:hover {
        background: #fff;
        color: #000;
        border: 2px solid #000;
        transition: .5s;
    }
    
    .rev_slider_wrapper .slide-content-box .button a {
        padding: 0px 22px;
        margin-right: 15px;
        transition: all 500ms ease !important;
        -moz-transition: all 500ms ease !important;
        -webkit-transition: all 500ms ease !important;
        -ms-transition: all 500ms ease !important;
        -o-transition: all 500ms ease !important;
    }
    
    .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution {
        background: #fff;
        padding: 0px 35px;
        color: #222;
        border-color: #fff;
    }
    
    .rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover {
        background: #26cdff;
        color: #fff;
        border-color: #26cdff;
    }
    
    .rev_slider_wrapper .slide-content-box.last-slide p {
        margin: 0;
    }
    
    .rev_slider_wrapper .slide-content-box.last-slide a {
        margin: 0 8px;
    }
    
    .rev_slider_wrapper .slotholder {
        position: relative;
    }
    
    .slotholder:after {
        background: rgba(0, 0, 0, 0.0);
        width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        pointer-events: none;
    }
    
    .tp-bannertimer {
        display: none;
    }
    
    .rev_slider_wrapper .tparrows {
        background: transparent;
        border: 2px solid #fff;
    }
    
    .tp-revslider-mainul {
        width: 100% !important;
    }
    /*
=================================================================
  page title style
=================================================================
*/
    
    .page-title {
        background: url(../images/resources/banner.jpg)no-repeat;
        padding: 69px 0px 63px;
        overflow: hidden;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
    }
    
    .page-title .clearfix .pull-left {
        position: relative;
        z-index: 10;
    }
    
    .page-title .clearfix .pull-right {
        position: relative;
        z-index: 10;
    }
    
    .page-title .overlay:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(34, 34, 34, 0.53);
        opacity: 1;
        content: "";
    }
    
    .page-title h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #ffffff;
    }
    
    .page-title p {
        color: #fff;
        margin-top: 14px;
        letter-spacing: 1px;
    }
    
    .page-title .path {
        font-size: 14px;
        color: #ffffff;
        font-weight: 600;
        line-height: 28px;
        padding: 18px 15px 0px;
    }
    
    .page-title .path a {
        position: relative;
        font-size: 14px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        transition: .5s;
    }
    
    .page-title .path a:hover {
        color: #26cdff;
        transition: .5s;
    }
    /*
====================================================================
   latest-news style
====================================================================
*/
    
    .news {
        padding: 70px 0px 70px;
    }
    
    .blog-latest-news {
        padding: 100px 0 100px
    }
    
    .news .sec-title {
        margin: 0px 0px 66px;
    }
    
    .news .sec-title p {
        max-width: 650px;
        color: #848484;
    }
    
    .news .news-post {
        float: left;
        width: 100%;
        background: #fff;
        position: relative;
        margin-bottom: 30px;
        -webkit-box-shadow: 0px 0px 20px #DFDFDF;
        -moz-box-shadow: 0px 0px 20px #DFDFDF;
        -ms-box-shadow: 0px 0px 20px #DFDFDF;
        -o-box-shadow: 0px 0px 20px #DFDFDF;
        box-shadow: 0px 0px 20px #DFDFDF;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    
    .news .news-post img {
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    
    .news .news-post:hover img,
    .news .news-post:focus img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .news .news-post .news-post-image {
        position: relative;
        overflow: hidden;
        z-index: 1;
    }
    
    .news .news-post .news-post-image .news-overlay {
        z-index: 1;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .news .news-post .news-post-image .news-category {
        margin: 20px 0 0 15px;
        float: left;
        z-index: 2;
        position: absolute;
    }
    
    .news .news-post .news-post-image .news-category>a {
        font-size: 12px;
        font-weight: 700;
        padding: 5px 15px;
        line-height: 1.5;
        font-family: "Open Sans", Arial, sans-serif;
        text-transform: uppercase;
        color: #fff;
        border: 1px solid #26cdff;
        margin: 0 4px 4px 0;
        background: #26cdff;
        display: -moz-inline-stack;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }
    
    .news .news-post .news-post-image .news-category>a:hover {
        background: transparent;
        border: 1px solid #fff;
    }
    
    .news .news-post .news-post-image .news-category>a:hover,
    .news .news-post .news-post-image .news-category>a:active,
    .news .news-post .news-post-image .news-category>a:focus {
        text-decoration: none;
    }
    
    .news .news-post .news-post-text {
        padding: 20px 10px;
        background: #fff;
    }
    
    .news .news-post .news-post-text h3 {
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 15px;
        font-weight: 500;
        line-height: 24px;
    }
    
    .news .news-post .news-post-text h3 {
        color: #222;
    }
    
    .news .news-post .news-post-text h3:hover {
        color: #e05511;
    }
    
    .news .news-post .news-post-text h3 a:hover,
    .news .news-post .news-post-text h3 a:active,
    .news .news-post .news-post-text h3 a:focus {
        text-decoration: none;
    }
    
    .news .news-post .news-post-text p {
        font-size: 14px;
        margin-bottom: 0;
        color: #222;
    }
    
    .news .news-post .news-post-text p:last-child {
        margin-bottom: 0 !important;
    }
    
    .news .news-post .news-post-meta {
        border-top: 1px solid #222;
        padding: 10px 10px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 400;
    }
    
    .news .news-post .news-post-meta a {
        font-size: 15px;
        margin-right: 10px;
        margin-bottom: 0px;
        color: #222;
        font-weight: 600;
    }
    
    .news .news-post .news-post-meta a i {
        display: inline-block;
        margin-right: 5px;
        color: #26cdff
    }
    
    .rd-btn {
        line-height: 34px;
        margin-top: 20px;
        margin: 20px auto 0px;
    }
    
    .news .news-post .news-post-meta a:hover,
    .news .news-post .news-post-meta a:active,
    .news .news-post .news-post-meta a:focus {
        text-decoration: none;
    }
    
    .news .news-post .news-post-meta a:hover {
        color: #f26722;
    }
    
    .news .owl-theme .owl-nav {
        margin: 0;
        padding: 0;
        position: absolute;
        bottom: 100%;
        right: 0;
        margin: 0;
        margin-bottom: 70px;
    }
    
    .news .owl-theme .owl-nav [class*=owl-] {
        color: #f26722;
        font-size: 24px;
        margin: 0;
        padding: 0;
        background-color: transparent;
        height: 40px;
        width: 40px;
        border: 2px solid #f26722;
        line-height: 36px;
        text-align: center;
        margin-left: 10px;
        display: inline-block;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
    }
    
    .news .owl-theme .owl-nav [class*=owl-]:hover {
        color: #fff;
        border: 2px solid #f26722;
        background: #f26722;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    /*
==================================================
  feature style
==================================================
*/
    
    .feature {
        margin-top: -80px;
    }
    
    .feature .item-list .item {
        margin-bottom: 70px;
        position: relative;
        transition: all ease-in 400ms;
        -webkit-transition: all ease-in 400ms;
        -moz-transition: all ease-in 400ms;
    }
    
    .feature .item-list .item:hover .overlay {
        bottom: 0;
    }
    
    .feature .item-list .item .content-box {
        top: 50%;
        margin-top: -50px;
        display: inline-block;
        padding: 0px 24px;
        position: absolute;
        text-align: center;
        z-index: 1;
        color: #fff;
    }
    
    .feature .item-list .item .content-box h3 {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 700;
    }
    
    .feature .item-list .item .overlay {
        background-color: #26cdff;
        display: inline-block;
        left: 0;
        padding: 50px 30px 30px;
        position: absolute;
        right: 0;
        text-align: center;
        bottom: -100%;
        height: 100%;
        transition: all ease-in 500ms;
        -webkit-transition: all ease-in 500ms;
        -moz-transition: all ease-in 500ms;
        z-index: 0;
    }
    
    .feature .item-list .item .overlay:before {
        background-color: rgb(122, 186, 30);
        top: -55px;
        content: "";
        height: 56px;
        left: -27px;
        position: absolute;
        transform: skewX(-40deg);
        -webkit-transform: skewX(-138deg);
        width: 52px;
    }
    
    .feature .item-list .item .overlay:after {
        background-color: rgb(122, 186, 30);
        top: -55px;
        content: "";
        height: 56px;
        right: -27px;
        position: absolute;
        transform: skewX(40deg);
        -webkit-transform: skewX(138deg);
        width: 52px;
    }
    
    .feature .item-list .item .image-box {
        position: relative;
        overflow: hidden;
    }
    
    .feature .item-list .item .icon-box {
        position: absolute;
        top: -45px;
        right: 50%;
        margin-right: -45px;
        width: 90px;
        height: 90px;
        border: 4px solid #26cdff;
        border-radius: 50%;
        background: #fff;
        text-align: center;
    }
    
    .feature .item-list .item .icon-box i {
        position: relative;
        top: 15px;
        color: #222222;
    }
    
    .feature .item-list .item .icon-box i:before {
        font-size: 38px;
        margin: 0px;
    }
    
    .item-list .button-style-two {
        position: relative;
        top: -21px;
        background: #fff;
    }
    /* 
==============================================
  google map Section style
==============================================
*/
    
    .home-google-map .google-map {
        width: 100%;
        height: 400px;
    }
    
    .home-google-map .gmnoprint {
        display: none;
    }
    /*** 
====================================================================
  contact Section style
====================================================================
***/
    
    .default-cinfo .icon_box {
        width: 40px;
    }
    
    .default-cinfo li+li {
        margin-top: 10px;
        border-top: 1px solid #f1f1f1;
        padding-top: 12px;
    }
    
    .default-cinfo li .icon_box,
    .default-cinfo li .text-box {
        display: table-cell;
        vertical-align: top;
    }
    
    .default-cinfo li .icon_box i {
        font-size: 20px;
        color: #26cdff;
        position: relative;
        top: 7px;
    }
    
    .default-cinfo .accordion .acc-btn {
        background: #f7f7f7;
        padding: 14px 30px;
        margin: 0;
    }
    
    .default-cinfo .accordion-box {
        border: none;
    }
    
    .default-cinfo .accordion {
        border: 1px solid #f7f7f7;
    }
    
    .default-cinfo .accordion-box .accordion .acc-content b {
        color: #222;
        font-weight: 600;
    }
    /*form*/
    
    .default-form {
        position: relative;
    }
    
    .default-form p {
        color: #fff;
        font-size: 18px;
        line-height: 34px;
        margin-bottom: 20px;
    }
    
    .default-form p span {
        color: #ab7442;
        font-size: 20px;
        font-weight: 600;
    }
    
    .default-form .form-box {
        position: relative;
    }
    
    .comment-form .form-box {
        padding: 25px 25px 0px 25px;
    }
    
    .default-form .form-group {
        position: relative;
    }
    
    .form-group.style-two {
        margin-bottom: 30px;
    }
    
    .default-form .comment-form .form-box .form-group {
        margin-bottom: 25px;
    }
    
    .default-form.form-box .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .default-form.form-box .row .form-group {
        padding: 0px 0px;
    }
    
    .default-form .form-group .field-label {
        display: block;
        line-height: 24px;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #232323;
        font-weight: 500;
        font-size: 13px;
    }
    
    .default-form .form-group .field-label sup {
        color: #ff0000;
        font-size: 14px;
    }
    
    .default-form input[type="text"],
    .default-form input[type="email"],
    .default-form input[type="password"],
    .default-form input[type="number"],
    .default-form select,
    .default-form textarea {
        display: block;
        width: 100%;
        line-height: 24px;
        height: 55px;
        font-size: 16px;
        box-shadow: none;
        border: 1px solid #f4f4f4;
        padding: 12px 15px;
        border-radius: 0px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .default-form textarea {
        height: 120px;
    }
    
    .default-form .bootstrap-select {
        border: 1px solid #f4f4f4;
        background: #f7f7f7;
        color: #26cdff;
        padding: 10px 0;
        font-size: 16px;
    }
    
    .default-form .btn-group.open .dropdown-toggle {
        box-shadow: none;
    }
    
    .default-form .btn-group.open .dropdown-toggle:focus {
        border: none;
        outline: none;
    }
    
    .default-form .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }
    
    .default-form .dropdown-menu>li>a:focus,
    .dropdown-menu>li>a:hover {
        background-color: #26cdff;
        color: #fff;
    }
    
    .default-form .form-control:focus {
        border-color: #26cdff;
        box-shadow: none;
    }
    
    .default-form .thm-btn {
        width: 100%;
    }
    
    .default-form form input::-webkit-input-placeholder {
        color: #9e9e9e;
    }
    
    .default-form form input:-moz-placeholder {
        /* Firefox 18- */
        color: #9e9e9e;
    }
    
    .default-form form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #9e9e9e;
    }
    
    .default-form form input:-ms-input-placeholder {
        color: #9e9e9e;
    }
    
    .default-form .alert-success {
        color: #26cdff;
        background: none;
        border: none;
        font-size: 18px;
    }
    /*** 
====================================================================
  consultation Section
====================================================================
***/
    
    .consultation .default-form-area {
        background: #fff;
        padding: 40px 30px 10px;
        border: 1px solid #f4f4f4;
        max-width: 690px;
        margin: 0 auto;
        margin-top: -40px;
        position: relative;
    }
    /***
==================================================
   Team Member styles
==================================================
***/
    
    .testimonials {
        position: relative;
        padding-bottom: 30px;
    }
    
    .single-testimonial h3,
    .single-testimonial p {
        margin: 0;
    }
    
    .single-testimonial h4 {
        font-size: 18px;
        color: #222;
        text-transform: capitalize;
        margin-top: 12px;
        margin-bottom: 6px;
    }
    
    .single-testimonial .img-box {
        position: relative;
    }
    
    .single-testimonial .img-box img {
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    
    .testimonials .single-testimonial {
        margin-bottom: 40px;
        border: 1px solid #f4f4f4;
        padding: 30px 10px 26px;
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    
    .testimonials .single-testimonial:hover {
        box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0), 0 0px 82px 0 rgba(0, 0, 0, 0.05);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    
    .single-testimonial .author-info {
        overflow: hidden;
        border: 2px solid #f4f4f4;
        padding: 6px 0 9px;
        margin-top: 5px;
    }
    
    .single-testimonial p a {
        color: #26cdff;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .single-testimonial .text {
        margin-top: 15px;
        border-bottom: 1px solid #f4f4f4;
        padding-bottom: 22px;
        margin-bottom: 20px;
    }
    
    .single-testimonial .text p {
        font-size: 16px;
    }
    /*
========================================================
   latest-gallery styles 
========================================================
*/
    
    .latest-gallery {
        padding: 95px 0px 70px;
    }
    
    .latest-gallery .single-item {
        padding-bottom: 30px;
    }
    
    .latest-gallery .single-item .img-box {
        position: relative;
        overflow: hidden;
    }
    
    .latest-gallery .single-item .img-box img {
        width: 100%;
    }
    
    .latest-gallery .single-item .title h5 {
        color: #222;
        padding: 25px 0 0;
        font-size: 16px;
        font-weight: 400;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .latest-gallery .single-item:hover .title h5 {
        color: #26cdff;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .latest-gallery .single-item .img-box .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(122, 186, 30, 0.77);
        text-align: center;
        opacity: 0;
        transition: all .3s ease;
    }
    
    .latest-gallery .single-item .img-box .overlay .social {
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
    
    .latest-gallery .single-item .img-box .overlay .inner {
        display: table;
        width: 100%;
        height: 100%;
        position: relative;
    }
    
    .latest-gallery .single-item .social a i:before {
        font-size: 30px;
        color: #fff;
        margin: 0px;
    }
    
    .latest-gallery .single-item .social h4 {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        margin-top: 20px;
    }
    
    .latest-gallery .single-item .img-box .overlay .box {
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .latest-gallery .single-item .img-box .overlay .box .content {
        display: table-cell;
        vertical-align: bottom;
    }
    
    .latest-gallery .single-item .img-box .overlay .top {
        text-align: center;
    }
    
    .latest-gallery .single-item .img-box .overlay .top ul {
        margin-bottom: 0;
        margin-bottom: 20%;
    }
    
    .latest-gallery .single-item .img-box .overlay .top li a {
        width: 45px;
        height: 45px;
        color: #fff;
        font-size: 16px;
        line-height: 48px;
        text-align: center;
        background: #222;
        display: block;
        border-radius: 50%;
        -webkit-transition: .4s ease;
        transition: .4s ease;
    }
    
    .latest-gallery .single-item .img-box .overlay .top li a:hover {
        background: #1f1f1f;
        color: #26cdff;
    }
    
    .latest-gallery .single-item .img-box .overlay .bottom {
        padding: 10px 0px;
        padding-right: 0;
        text-align: center;
    }
    
    .latest-gallery .single-item .img-box .overlay .bottom .title h3 {
        margin: 0;
        color: #fff;
        font-family: "Roboto Slab", serif;
        line-height: 30px;
        font-size: 15px;
    }
    
    .latest-gallery .single-item:hover .img-box .overlay {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
        visibility: visible;
    }
    
    .post-filter {
        display: inline-block;
        margin: 0;
        margin-bottom: 50px;
    }
    
    .post-filter li {
        padding: 5px 5px;
    }
    
    .post-filter li span {
        padding: 7px 20px;
        color: #343434;
        font-size: 14px;
        border: 1px solid #e5e5e5;
        font-weight: 500;
        font-family: 'Roboto', sans-serif;
        line-height: 24px;
        display: block;
        padding-right: 16px;
        cursor: pointer;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .post-filter li:hover span,
    .post-filter li.active span {
        color: #fff;
        background: #26cdff;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    /*** 
=============================================
   Checkout Area style
=============================================
***/
    
    .checkout-area {
        padding-bottom: 100px;
        padding-top: 80px;
    }
    
    .checkout-area .exisitng-customer {
        border: 1px solid #f7f7f7;
        display: block;
        padding: 20px 28px 21px;
        position: relative;
        margin-bottom: 20px;
    }
    
    .checkout-area .exisitng-customer:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #26cdff;
        content: "";
    }
    
    .checkout-area .exisitng-customer h5 {
        color: #252525;
        font-size: 16px;
        font-weight: 300;
    }
    
    .checkout-area .exisitng-customer h5 a {
        color: #26cdff;
        display: inline-block;
        padding-left: 15px;
    }
    
    .checkout-area .coupon {
        border: 1px solid #f7f7f7;
        display: block;
        padding: 20px 28px 21px;
        position: relative;
        margin-bottom: 60px;
    }
    
    .checkout-area .coupon:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #26cdff;
        content: "";
    }
    
    .checkout-area .coupon h5 {
        color: #252525;
        font-size: 16px;
        font-weight: 300;
    }
    
    .checkout-area .coupon h5 a {
        color: #26cdff;
        display: inline-block;
        padding-left: 15px;
    }
    
    .checkout-area .form form .field-label {
        color: #222;
        text-transform: capitalize;
        font-weight: 400;
        margin-bottom: 8px;
    }
    
    .checkout-area .form form .field-input input[type="text"] {
        border: 2px solid #f7f7f7;
        color: #9a9a9a;
        display: block;
        font-size: 16px;
        height: 48px;
        margin-bottom: 25px;
        padding: 0 15px;
        width: 100%;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .checkout-area .form form .field-input input[type="text"]:focus {
        border: 2px solid #26cdff;
    }
    
    .checkout-area .create-acc .checkbox {
        margin: 7px 0 0;
    }
    
    .checkout-area .create-acc .checkbox label {
        color: #26cdff;
        font-weight: 300;
        font-size: 16px;
    }
    
    .checkout-area .create-acc .checkbox input {
        margin-top: 3px;
    }
    
    .checkout-area .shipping-info input[type="checkbox"] {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 40px;
        position: relative;
        top: -2px;
        vertical-align: middle;
    }
    
    .checkout-area .form form .field-input textarea {
        border: 2px solid #f7f7f7;
        color: #9e9e9e;
        display: block;
        font-size: 16px;
        height: 124px;
        margin-bottom: 28px;
        padding: 10px 15px;
        width: 100%;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .checkout-area .form form .field-input textarea:focus {
        border-color: #26cdff;
    }
    
    .checkout-area .bottom {
        padding-top: 70px
    }
    
    .checkout-area .table .sec-title-two {
        padding-bottom: 32px;
    }
    
    .checkout-area .table {
        overflow-x: auto;
        position: relative;
        width: 100%;
        margin-bottom: 0;
    }
    
    .checkout-area .table .cart-table {
        min-width: auto;
        width: 100%;
    }
    
    .checkout-area .table .cart-table .cart-header {
        background: #f7f7f7;
        color: #252525;
        font-size: 14px;
        position: relative;
        text-transform: uppercase;
        width: 100%;
        font-weight: 400;
    }
    
    .checkout-area .table .cart-table thead tr th {
        font-weight: 400;
        line-height: 24px;
        min-width: 110px;
        padding: 19px 30px 17px;
    }
    
    .checkout-area .table .cart-table thead tr th.product-column {
        padding-left: 30px;
        text-align: left;
    }
    
    .checkout-area .table .cart-table tbody tr {
        border-bottom: 1px solid #f7f7f7;
    }
    
    .checkout-area .table .cart-table tbody tr td {
        vertical-align: middle
    }
    
    .checkout-area .table .cart-table tbody tr td {
        min-width: 110px;
        padding: 25px 30px;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box {
        min-height: 70px;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
        width: 70px;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
        display: block;
        max-width: 100%;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
    .checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
        display: table-cell;
        vertical-align: middle;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
        padding-left: 20px;
    }
    
    .checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
        color: #252525;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    
    .checkout-area .table .cart-table tbody tr .qty {
        padding-right: 30px;
        width: 130px;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
        float: right;
        width: 70px;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .form-control {
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 0 !important;
        box-shadow: none;
        color: #252525;
        display: block;
        font-size: 18px;
        font-weight: 400;
        height: 34px;
        padding: 6px 0;
        text-align: center;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0
    }
    
    .checkout-area .table .cart-table tbody tr .qty .btn-default {
        background-color: #26cdff;
        border-color: #26cdff;
        color: #fff;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0;
        margin-top: -2px;
    }
    
    .checkout-area .table .cart-table tbody tr td.price {
        color: #26cdff;
        font-size: 16px;
        font-weight: 300;
    }
    
    .cart-total .sec-title-two {
        padding-bottom: 32px;
    }
    
    .cart-total-table {
        border: 2px solid #ebebeb
    }
    
    .cart-total-table li {
        border-bottom: 1px solid #ebebeb
    }
    
    .cart-total-table li:last-child {
        border-bottom: none
    }
    
    .cart-total-table li span.col.col-title {
        border-right: 1px solid #ebebeb;
        color: #272727;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding: 10px 18px;
        position: relative;
        width: 50%;
    }
    
    .cart-total-table li span.col {
        color: #9a9a9a;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        padding: 10px 18px;
        position: relative;
        width: 50%;
    }
    
    .cart-total-table li span.col b {
        color: #26cdff;
        font-weight: 300;
        text-decoration: underline;
    }
    
    .cart-total .payment-options {
        background: #f7f7f7 none repeat scroll 0 0;
        margin-top: 30px;
        overflow: hidden;
        padding: 23px 20px 35px;
    }
    
    .cart-total .payment-options .option-block {
        margin-bottom: 14px
    }
    
    .cart-total .payment-options .option-block .checkbox {
        margin: 0 0 5px;
    }
    
    .cart-total .payment-options .option-block .checkbox label {
        font-weight: 300;
        min-height: 20px;
        padding-left: 20px;
    }
    
    .cart-total .payment-options .option-block .checkbox label input {
        top: -1px;
    }
    
    .cart-total .payment-options .option-block .checkbox label span {
        color: #252525;
        padding-left: 10px;
    }
    
    .cart-total .payment-options .option-block .checkbox label span b {
        color: #26cdff;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        padding-left: 25px;
        text-decoration: underline;
    }
    
    .cart-total .payment-options .option-block .text {
        padding-left: 30px;
    }
    
    .cart-total .payment-options .option-block .text p {
        margin: 0;
        line-height: 28px;
    }
    
    .placeorder-button button {}
    
    .placeorder-button button:hover {}
    /*** 
=============================================
     shop style
=============================================
***/
    
    .shop {
        position: relative;
        padding: 60px 0px 40px;
    }
    
    .shop .hover-effect {
        margin-bottom: 15px;
        padding-top: 10px;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .shop .hover-effect:hover {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        -webkit-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    
    .single-shop-item .img-box {
        position: relative;
        overflow: hidden;
        border: 1px solid #fff;
        -webkit-transition: .5s ease;
        transition: .5s ease;
        background: #f7f7f7;
        text-align: center;
    }
    
    .single-shop-item:hover .img-box {
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }
    
    .single-shop-item .img-box .offer-box {
        position: absolute;
        top: 10px;
        left: 10px;
    }
    
    .single-shop-item .img-box .offer-box .inner {
        position: relative;
    }
    
    .single-shop-item .img-box .offer-box .inner:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 0;
        height: 0;
        background-color: transparent;
        border-bottom: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-top: 35px solid #ab7442;
        border-left: 35px solid #ab7442;
        border-right: 35px solid transparent;
    }
    
    .single-shop-item .img-box .offer-box .inner span {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        line-height: 35px;
        -webkit-transform-origin: 70% 35%;
        transform-origin: 70% 35%;
    }
    
    .single-shop-item .text-box h3,
    .single-shop-item .text-box p {
        margin: 0;
    }
    
    .single-shop-item .text-box h3 {
        font-size: 18px;
        line-height: 50px;
        color: #1F1F1F;
        margin-top: 10px;
    }
    
    .single-shop-item .text-box p {
        font-size: 20px;
        line-height: 24px;
    }
    
    .single-shop-item .text-box p i {
        font-size: 18px;
    }
    
    .single-shop-item .text-box p span {
        display: inline-block;
        vertical-align: top;
        color: #ab7442;
        font-size: 18px;
        font-weight: 400;
    }
    
    .single-shop-item .text-box p del {
        color: #9f9f9f;
        font-size: 14px;
        line-height: 24px;
        vertical-align: super;
        display: inline-block;
        font-weight: normal;
    }
    
    .single-shop-item .text-box p del i {
        font-size: 14px;
    }
    
    .single-shop-item .thm-btn.thm-tran-bg {
        color: #ffffff;
        border-color: #fff;
    }
    
    .single-shop-item .thm-btn:hover {
        color: #26cdff;
        background: #ffffff;
    }
    
    .single-shop-item:hover .img-box .overlay {
        background-color: rgba(255, 255, 255, 0.9);
    }
    
    .single-shop-item:hover .img-box .overlay .box .content ul li a {
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0);
        transform: translate3d(0px, 0px, 0);
    }
    
    .default-overlay-outer {
        position: absolute;
        display: block;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        padding: 10px;
        transition: all 700ms ease;
        -webkit-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
    }
    
    .default-overlay-outer .inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        text-align: center;
    }
    
    .default-overlay-outer .inner .content-layer {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        color: #ffffff;
    }
    
    .single-shop-item .default-overlay-outer {
        opacity: 0;
        top: -100%;
        background: rgba(72, 199, 236, 0.9);
    }
    
    .single-shop-item:hover .default-overlay-outer {
        top: 0;
        opacity: 1;
    }
    
    .single-shop-item .content-box {
        position: relative;
        padding: 20px 0px;
    }
    
    .single-shop-item .content-box h4 {
        font-size: 14px;
        font-weight: 600;
        margin: 0px 0px;
        line-height: 1.4em;
        color: #252525;
        margin-bottom: 6px;
    }
    
    .single-shop-item .content-box a,
    .single-shop-item .content-boxa:hover {
        color: #b89b5e;
    }
    
    .single-shop-item .content-box h4 a {
        color: #252525;
        text-transform: uppercase;
    }
    
    .single-shop-item .content-box .rating {
        font-size: 13px;
        color: #26cdff;
        margin-bottom: 15px;
        position: absolute;
        right: 5px;
        top: 14px;
    }
    
    .single-shop-item .content-box .item-price {
        font-size: 16px;
        font-weight: 400;
        color: #26cdff;
        line-height: 24px;
    }
    
    .single-shop-item .content-box .item-price del {
        color: #a2a2a2;
        margin-left: 7px;
        font-size: 15px;
    }
    
    .single-shop-item .content-box .item-price .strike-through {
        color: #999999;
        font-weight: normal;
        font-size: 14px;
        padding-left: 10px;
        line-height: 20px;
        font-family: 'Lato', sans-serif;
    }
    /*============================= Sidebar Style One ==================*/
    
    .sidebar_styleOne .theme_title,
    .sidebar_styleTwo .theme_title {
        padding-bottom: 18px;
    }
    
    .sidebar_search {
        height: 54px;
        margin-bottom: 35px;
        position: relative;
    }
    
    .sidebar_search input {
        width: 100%;
        height: 50px;
        border: none;
        border: 1px solid #f1f1f1;
        padding: 0 56px 0 12px;
        color: #9e9e9e;
    }
    
    .sidebar_search button {
        width: 54px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        color: #26cdff;
    }
    
    .sidebar_categories {
        margin-top: 60px;
    }
    
    .sidebar_categories ul {
        margin-top: 22px;
        margin-bottom: 35px;
    }
    
    .sidebar_categories ul li {
        line-height: 48px;
        border-bottom: 1px solid #f1f1f1;
    }
    
    .sidebar_categories ul li:last-child {
        border: none;
    }
    
    .sidebar_categories ul li a {
        font-weight: normal;
        color: #9e9e9e;
        position: relative;
    }
    
    .sidebar_categories ul li a:hover {
        color: #ab7442;
    }
    
    .sidebar_categories ul li input[type="checkbox"] {
        float: right;
        position: relative;
        top: 14px;
    }
    
    .sidebar_categories ul li a:before {
        content: '\f114';
        font-family: 'FontAwesome';
        margin-right: 10px;
    }
    
    .sidebar_categories.archive ul li a:before {
        content: "\f00c";
    }
    
    .sidebar_categories ul li a:hover {
        color: #26cdff;
    }
    
    .recent_news_sidebar .theme_title {
        margin-bottom: 40px;
    }
    
    .recent_news_sidebar {
        margin-bottom: 62px;
    }
    
    .recent_news_sidebar .single_news_sidebar {
        margin-bottom: 29px;
    }
    
    .recent_news_sidebar .img_holder img {
        width: 75px;
        height: 75px;
        border-radius: 5px;
    }
    
    .recent_news_sidebar .post {
        padding-left: 26px;
        width: 72%;
        margin-top: -10px;
    }
    
    .recent_news_sidebar .post h6 a {
        font-size: 16px;
        color: #272727;
        line-height: 28px;
        font-weight: 900;
        margin-bottom: 2px;
    }
    
    .recent_news_sidebar .post p a {
        font-size: 14px;
    }
    
    .recent_news_sidebar .post p a i {
        margin-right: 4px;
        font-size: 16px;
    }
    
    .recent_news_sidebar .img_holder {
        position: relative;
    }
    
    .recent_news_sidebar .img_holder .opacity {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        border-radius: 5px;
        transform: scale(0.1);
        -webkit-transform: scale(0.1);
        -moz-transform: scale(0.1);
        -ms-transform: scale(0.1);
        -o-transform: scale(0.1);
    }
    
    .recent_news_sidebar .img_holder .opacity .icon {
        display: table;
        width: 100%;
        height: 100%;
    }
    
    .recent_news_sidebar .img_holder .opacity .icon span {
        display: table-cell;
        vertical-align: middle;
    }
    
    .recent_news_sidebar .img_holder .opacity .icon span a {
        display: block;
        width: 45px;
        height: 45px;
        margin: 0 auto;
        line-height: 45px;
        border-radius: 50%;
        color: #fff;
        text-align: center;
    }
    
    .recent_news_sidebar .single_news_sidebar:hover .opacity {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    
    .sidebar_tags {
        margin-bottom: 30px;
    }
    
    .sidebar_tags ul {
        padding: 15px 0px;
    }
    
    .sidebar_tags ul li {
        display: inline-block;
        margin: 0 4px 8px 0;
    }
    
    .sidebar_tags ul li a {
        display: block;
        font-weight: normal;
        font-size: 15px;
        color: #9e9e9e;
        line-height: 32px;
        border: 1px solid #f1f1f1;
        background: #fff;
        border-radius: 2px;
        text-align: center;
        padding: 0 14px;
    }
    
    .sidebar_tags ul li a:hover {
        color: #ffffff;
        background: #26cdff;
    }
    
    .single-sidebar.price-ranger .ui-widget-content {
        background: #f7f7f7;
        border: none;
        height: 2px;
    }
    
    .single-sidebar.price-ranger .ui-slider-handle {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #222;
        margin-left: -4px;
        outline: none;
        background: #26cdff;
    }
    
    .single-sidebar.price-ranger .ui-slider .ui-slider-range {
        background: #252525;
    }
    
    .single-sidebar.price-ranger .ui-slider-horizontal .ui-slider-handle {
        top: -5px;
    }
    
    .single-sidebar.price-ranger #slider-range {
        margin-top: 25px;
    }
    
    .single-sidebar.price-ranger .ranger-min-max-block {
        margin-top: 20px;
        margin-bottom: 45px;
    }
    
    .single-sidebar.price-ranger .ranger-min-max-block input {
        display: inline-block;
    }
    
    .single-sidebar.price-ranger .ranger-min-max-block input[type='submit'] {
        width: 80px;
        border: none;
        border-radius: 0px;
        text-align: center;
        outline: none;
        line-height: 35px;
        font-size: 14px;
        margin-right: 37px;
        color: #ffffff;
        font-weight: 700;
        background: #26cdff;
        text-transform: uppercase;
        border: 2px solid #26cdff;
    }
    
    .single-sidebar.price-ranger .ranger-min-max-block input[type='text'] {
        border: none;
        text-align: center;
        outline: none;
        width: 40px;
        color: #9c9c9c;
        font-weight: 400;
        text-align: right;
    }
    
    .single-sidebar.price-ranger .ranger-min-max-block input[type='text'].max {}
    
    .single-sidebar.price-ranger .ranger-min-max-block span {
        color: #9c9c9c;
        font-weight: 400;
    }
    
    .best_sellers .theme_title {
        margin-bottom: 36px;
    }
    
    .best_sellers .best_selling_item .text {
        padding-left: 20px;
        margin-top: -3px;
    }
    
    .best_sellers .best_selling_item .text h6 {
        font-size: 16px;
        font-weight: 700;
        color: #272727;
    }
    
    .best_sellers .best_selling_item .text ul li {
        display: inline-block;
        margin-right: 3px;
        font-size: 12px;
        margin-top: 10px;
        color: #26cdff;
    }
    
    .best_sellers .best_selling_item .text span {
        display: block;
        margin-top: 10px;
        color: #26cdff;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Roboto';
    }
    
    .best_sellers .best_selling_item {
        margin: 20px 0 20px 0;
        padding-bottom: 17px;
    }
    
    .best_sellers .best_selling_item.border {
        border-bottom: 1px solid #f7f7f7;
    }
    
    .sidebar_styleTwo .sidebar_categories {
        margin-top: 30px;
    }
    
    .sidebar_styleTwo .sidebar_tags {
        margin: 19px 0 51px 0;
    }
    /*** 
=============================================
   page_pagination style
=============================================
***/
    
    .page_pagination {
        text-align: center;
    }
    
    .page_pagination li {
        display: inline-block;
        margin: 10px 4px 0;
    }
    
    .page_pagination li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid rgba(229, 229, 229, 0.57);
        text-align: center;
        color: #848484;
        font-size: 18px;
    }
    
    .page_pagination li a.active,
    .page_pagination li a:hover {
        color: #fff;
        background: #26cdff;
    }
    /*
=================================================================
  page title style
=================================================================
*/
    
    .bredcrumb {
        opacity: 1;
        position: relative;
    }
    
    .bg-image-holder,
    .bg-image {
        background-size: cover!important;
        background-position: top;
        transition: all 0.3s linear;
        padding-top: 90px;
        padding-bottom: 80px;
        background: #e2e2e2;
        position: relative;
        width: 100%;
    }
    
    .bredcrumb .bg-image h1 {
        color: #ffffff;
        position: relative;
        font-weight: 700;
        margin-bottom: 0px;
    }
    
    .bredcrumb .bg-image:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.57);
        opacity: 1;
        content: "";
    }
    
    .bredcrumb h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        color: #ffffff;
    }
    
    .bredcrumb .middle {
        text-align: center;
        background-color: rgb(242, 103, 34);
        margin-top: 0;
        margin-bottom: 0;
        padding: 0px
    }
    
    .bredcrumb .middle li {
        padding: 15px 10px;
        position: relative;
        display: inline-block;
        text-transform: capitalize;
        color: #222222;
        font-weight: 600;
    }
    
    .bredcrumb .middle li a {
        color: #222222;
    }
    
    .bredcrumb .middle li .inner {
        color: #fff;
    }
    
    .bredcrumb .middle li:after {
        content: "\f105";
        right: -5px;
        top: 15px;
    }
    
    .bredcrumb .middle li:last-child:after {
        display: none;
        padding-left: 10px
    }
    
    .bredcrumb ul li:after {
        position: absolute;
        content: '\f101';
        font-family: FontAwesome;
        top: 14px;
    }
    
    .tab-title-h4 h4 {
        color: #3d3d3d;
        font-size: 20px;
        margin-bottom: 40px;
    }
    /*
===================================================
  footer style
===================================================
*/
    
    footer {
        position: relative;
        padding: 50px 0px 20px;
        width: 100%;
        background: -moz-linear-gradient(top, #575757 0%, #191714 100%);
        background: -webkit-linear-gradient(top, #575757 0%, #191714 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffc66e', endColorstr='#ff860a', GradientType=0);
    }
    
    .clr {
        color: #F26722;
    }
    
    .footer .footer-text a .footer-logo {
        margin-bottom: 20px;
    }
    
    @media (min-width: 768px) {
        .footer .footer-text a .footer-logo {
            margin-bottom: 30px;
        }
    }
    
    .footer .single-sidebar .popular-post li .title-holder a .post-title {
        color: #fff !important
    }
    
    .footer .single-sidebar .popular-post li {
        border-bottom-color: rgba(204, 204, 204, .5);
    }
    
    .footer .sidebar-wrapper .single-sidebar .wedgit-title {
        padding-bottom: 20px !important
    }
    
    .footer .footer-text p {
        color: #ffffff;
        font-size: 13px;
        margin-top: 0px;
        margin-bottom: 5px;
        font-size: 13px;
    }
    
    .footer-text img {
        margin-bottom: 20px;
    }
    
    .footer .wedgit-title h3 {
        color: #fff !important;
        font-size: 24px !important;
        text-transform: capitalize !important;
    }
    
    @media (min-width: 768px) {
        .footer .footer-text p {
            font-size: 13px;
            line-height: 24px;
        }
    }
    
    @media (min-width: 992px) {
        .footer .footer-text p {
            font-size: 13px;
            line-height: 26px;
        }
    }
    
    .footer h3 {
        color: #ffffff;
        margin-top: 30px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    
    @media (min-width: 768px) {
        .footer h3 {
            margin-top: 0px;
        }
    }
    
    .footer .social-icons {
        margin-top: 20px;
        margin-left: -10px;
    }
    
    .footer .social-icons .btn-social-o {
        background-color: transparent!important;
        color: #ffffff;
        font-size: 14px;
    }
    
    @media (min-width: 768px) {
        .footer .social-icons .btn-social-o {
            width: 30px;
            height: 30px;
        }
    }
    
    @media (min-width: 992px) {
        .footer .social-icons .btn-social-o {
            width: 30px;
            height: 30px;
        }
    }
    
    .footer .social-icons .btn-social-o:hover {
        color: #F26722;
    }
    
    .footer .instagram ul {
        padding: 0 10px;
        margin-top: 20px;
    }
    
    .footer .instagram li {
        width: auto;
        overflow: hidden;
        padding: 10px 5px 0;
    }
    
    .footer .instagram li img {
        width: 100%;
        height: 100%;
    }
    
    .links {
        padding-left: 50px;
    }
    
    .links p {
        color: #fff;
        font-size: 13px;
    }
    
    @media (min-width: 992px) {
        .links {
            padding-left: 50px;
        }
    }
    
    .links ul {
        margin-top: 25px;
    }
    
    .links li a {
        display: block;
        position: relative;
        color: #ffffff;
        font-size: 14px;
        margin-top: 20px;
        padding-left: 15px;
    }
    
    @media (min-width: 768px) {
        .links li a {
            font-size: 13px;
            margin-top: 15px;
        }
    }
    
    @media (min-width: 992px) {
        .links li a {
            font-size: 14px;
            margin-top: 20px;
        }
    }
    
    .links li a:before {
        position: absolute;
        content: "\f101";
        font-family: 'FontAwesome';
        left: 0;
        transition: color 0.3s ease;
    }
    
    .links li a:hover {
        color: #26cdff;
        opacity: 1!important;
    }
    
    .links li a:hover:before {
        color: #26cdff;
    }
    
    .location ul {
        margin-top: 25px;
    }
    
    .location ul li {
        color: #ffffff;
        margin-top: 15px;
        font-size: 14px;
        padding-left: 25px;
    }
    
    @media (min-width: 768px) {
        .location ul li {
            font-size: 13px;
        }
    }
    
    @media (min-width: 992px) {
        .location ul li {
            font-size: 14px;
        }
    }
    
    .location ul li:first-child {
        padding-left: 0px;
    }
    
    .location ul li a {
        color: #ffffff;
    }
    
    .location ul li a:hover {
        color: #F26722;
        opacity: !important;
    }
    
    .location ul li i {
        display: inline-block;
        position: absolute;
        left: 15px;
        margin-top: 4px;
    }
    
    .location ul li .social-icons i {
        left: auto;
    }
    
    .copyright {
        margin-top: 20px;
    }
    
    .copyright hr {
        background-color: #ffffff;
        opacity: 0.2;
        margin-top: 0px;
    }
    
    .copyright p {
        color: #ffffff;
        font-size: 13px;
    }
    
    .copyright p a {
        color: #ccc;
    }
    
    .copyright p a:hover {
        color: #f26722!important;
    }
    /*
================================================
   business features style
================================================
*/
    
    .min-features {
        padding: 50px 0 70px
    }
    
    .single-features {
        background: #033d75;
        padding: 30px 15px;
        transition: all 0.3s ease;
        margin-bottom: 30px;
    }
    
    .single-features:hover {
        background: #26cdff
    }
    
    .media {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    
    .single-features .media img {
        max-height: 64px;
        max-width: 64px;
        margin-right: 20px;
        object-fit: cover;
    }
    
    .single-features .media-body h5 {
        font-size: 20px;
        color: #f1f1f1;
        margin-top: 0;
        padding-top: 12px;
    }
    /*
================================================
   about style
================================================
*/
    
    .about {
        padding: 70px 0px 70px;
    }
    
    .about .item-list .item.clearfix {
        margin-top: 20px;
    }
    
    @media (max-width: 992px) {
        .about .item .image-box img {
            margin-bottom: 30px
        }
        .about.more .item .image-box img {
            margin-top: 30px;
            margin-bottom: 0 !important
        }
    }
    
    .about .item-list .item .content-box {}
    
    .about .item-list .item .content-box h4 {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #222222;
        line-height: 27px;
    }
    
    .about.about-2 .item-list .item.clearfix {
        margin-top: 20px
    }
    
    .about.about-2 .item-list .item .content-box p {
        padding-bottom: 30px;
        text-align: justify;
    }
    
    .about .item-list .item .content-box p {
        max-width: 720px;
        color: #666666;
        margin-top: 26px;
        padding-bottom: 28px;
    }
    
    .about .item .image-box img {
        width: auto;
        max-width: 100%;
        border: 1px solid #222222;
    }
    
    .s-list {
        margin-top: 30px
    }
    
    .s-list li {
        margin-bottom: 10px;
        color: #777;
        font-size: 15px
    }
    
    .s-list span.fa {
        font-size: 16px;
        color: #26cdff;
        margin-right: 10px;
    }
    
    .about.style-two {
        padding-top: 100px;
    }
    
    @media (max-width: 992px) {
        .about .bity img {
            margin-top: 30px
        }
    }
    
    .about .about-links li {
        display: inline-block;
        margin: 30px 10px 0px 0px;
    }
    
    .about .about-links li a {
        letter-spacing: 1px;
    }
    /*
------------------------------------------------
  Fact Counter 
------------------------------------------------
*/
    
    .countup-section {
        background-position: top center !important;
        background-image: url(../images/background/counter-bg.jpg);
    }
    
    .countup-section.bg-image:before {
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background: rgba(0, 0, 0, 0.6);
    }
    
    .countup-section .single_block {
        position: relative;
    }
    
    .countup-section .sec-title h2 {
        color: #fff;
    }
    
    .countup-section p {
        color: #fff;
    }
    
    .countup-section .counter,
    .countup-section span.count {
        font-weight: 700;
        padding-bottom: 10px;
        font-size: 40px;
        z-index: 555;
        color: #26cdff;
        display: inline-block;
    }
    
    .bg-none {
        background-image: none;
    }
    
    .bg-none:before {
        content: none !important;
    }
    
    .bg-none h2 {
        color: #000 !important;
    }
    
    @media (min-width: 768px) {
        .countup-section .counter,
        .countup-section span.count {
            font-size: 40px;
        }
    }
    
    @media (min-width: 992px) {
        .countup-section .counter,
        .countup-section span.count {
            font-size: 50px;
        }
    }
    
    .countup-section .icon-box {
        margin: 0 auto 20px;
    }
    
    .countup-section .icon-box img {
        position: relative;
        max-width: 64px;
        margin-top: 9px;
    }
    
    @media (min-width: 768px) {
        .countup-section .single_block {
            margin: 0;
        }
    }
    
    @media (max-width: 768px) {
        .countup-section {
            padding: 80px 0
        }
        .countup-section .single_block {
            margin: 20px 0;
        }
    }
    
    .countup-section h3 {
        color: #fff;
        font-size: 15px;
        padding-top: 0px;
        text-align: center;
    }
    
    .countup-section .mar-30:hover h3 {
        color: #F26722;
    }
    /*
===========================================================
  how-it-work
===========================================================
*/
    
    .how-it-work {
        padding: 70px 0 70px;
    }
    
    .how-it-work .how-one-container {
        margin-top: 66px
    }
    
    .how-it-work .sec-title p {
        max-width: 650px;
        margin: 0 auto;
        color: #848484;
        margin-top: 20px;
    }
    
    .how-box-one {
        position: relative;
        padding: 40px 20px;
        margin-bottom: 30px;
        transition: all .3s;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        /* background: linear-gradient(rgba(128, 128, 128, 0.87), rgb(39, 36, 36)) !important; */
        border-radius: 5px;
        width: 100%;
        height: auto;
    }
    
    .how-box-one:before {
        position: absolute;
        content: '';
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        width: 100%;
        height: 100%;
        background: rgba(12, 12, 12, 0.85);
        border-radius: 5px;
    }
    
    .how-boximg1 {
        background-image: url(../images/background/apro-1.jpg);
    }
    
    .how-boximg2 {
        background-image: url(../images/background/apro-2.jpg);
    }
    
    .how-boximg3 {
        background-image: url(../images/background/apro-3.jpg);
    }
    
    .how-box-one p {
        text-align: justify;
        font-size: 13px;
    }
    
    .how-box-one:hover,
    .how-box-one.active {
        box-shadow: 0 0 7px rgba(0, 0, 0, 0.56);
    }
    
    .how-box-one:after {
        content: '';
        position: absolute;
        top: 0;
        right: -100px;
        width: 200px;
        height: 120px;
        background: url(../images/elements/arrow-big.html) center center no-repeat;
    }
    
    .how-box-one:last-child:after {
        display: none
    }
    
    @media (max-width:991px) {
        .how-box-one:after {
            display: none
        }
    }
    
    .how-box-one .icon-box {
        position: relative;
        font-size: 32px;
        width: 64px;
        height: 64px;
        line-height: 80px;
        margin: 0 auto 30px;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }
    
    .how-box-one h4 {
        position: relative;
        margin-bottom: 15px;
        color: #fff;
        font-weight: 500;
        font-size: 22px;
    }
    
    .how-box-one .text {
        position: relative;
        line-height: 1.8em;
        padding: 0px;
        color: #fff
    }
    
    .how-box-one h3 a {
        position: relative;
        color: #2a2a2a;
    }
    
    .default-form input[type="text"],
    .default-form input[type="email"],
    .default-form input[type="password"],
    .default-form input[type="tel"],
    .default-form input[type="url"],
    .default-form select,
    .default-form textarea {
        display: block;
        width: 100%;
        line-height: 24px;
        height: 52px;
        font-size: 14px;
        border: 1px solid #e3e3e3;
        padding: 13px 20px;
        background-color: #ffffff;
        color: #333333;
        border-radius: 0px;
        transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .default-form select {
        cursor: pointer;
        -moz-appearance: none;
        -webkit-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        background: #ffffff url(../images/icons/icon-select.html) right center no-repeat;
    }
    
    .default-form textarea {
        height: 140px;
        resize: none;
    }
    
    .default-form select option {
        text-indent: 20px;
        color: #222222;
    }
    
    .default-form input:focus,
    .default-form select:focus,
    .default-form textarea:focus {
        border-color: #3ba5ea;
    }
    
    .default-form input.error,
    .default-form select.error,
    .default-form textarea.error {
        border-color: #ff0000 !important;
    }
    
    .default-form label.error {
        display: block;
        line-height: 24px;
        padding: 5px 0px 0px;
        margin: 0px;
        text-transform: uppercase;
        font-size: 12px;
        color: #ff0000;
        font-weight: 500;
    }
    /*
===========================================================
   our-services style
===========================================================
*/
    
    .our-services {
        overflow: hidden;
        position: relative;
        padding: 70px 0 70px;
        background-image: url(../images/background/bg-3.jpg);
        width: 100%;
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .our-services.rotated-bg:before {
        content: '';
        position: absolute;
        width: 1000px;
        transform: translate(-50%, -50%) rotate(45deg);
        height: 886px;
        left: 10%;
        top: 50%;
        background: rgba(255, 255, 255, 0.29);
    }
    
    .rotated-bg .sec-title h2 {
        color: #fff;
    }
    
    .our-services .sec-title {
        text-align: center;
    }
    
    .our-services .sec-title p {
        margin: 0 auto;
        color: #fff;
        margin-top: 20px;
        margin-top: 20px;
    }
    
    .our-services .clearfix {
        margin-top: 66px;
    }
    
    .single-service-item {
        margin-bottom: 35px;
        position: relative;
        padding: 20px 20px 10px;
        background: #fff;
        text-align: center;
        box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.21);
        -webkit-transition: .5s;
        transition: .5s;
        border: 0px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        transition: .6s ease-in;
        -webkit-transition: .6s ease-in;
        -moz-transition: .6s ease-in;
        overflow: hidden;
    }
    
    .single-btn {
        margin-top: 30px;
    }
    
    .our-services .single-service-item .service-icon {
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        margin: 10px auto 20px;
        display: inline-block;
    }
    
    .our-services .single-service-item:hover .service-overlay .service-icon {
        position: absolute;
        top: 10%;
    }
    
    .our-services .single-service-item .service-icon img {
        max-width: 64px
    }
    
    .service-text {
        overflow: hidden;
    }
    
    .service-text h4 {
        text-transform: capitalize;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        margin-top: 10px;
        color: #333;
    }
    
    .service-text h4 a {
        color: #222222;
        transition: .5s;
    }
    
    .service-text h4 a:hover {
        color: #fff;
        transition: .5s;
        position: relative;
    }
    
    .service-text p {
        color: #777777;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 22px;
    }
    
    .form-control {
        border: 1px solid #d7d9db;
        -webkit-border-radius: 0 !important;
        color: #B2B7C9 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        box-shadow: none;
        color: inherit;
        font-size: 14px;
        line-height: 24px;
        height: 52px;
        vertical-align: middle;
        padding: 13px 15px;
        transition: border-color .15s ease-in-out 0 box-shadow .15s ease-in-out 0;
        -webkit-writing-mode: horizontal-tb;
        background: none;
    }
    
    .form-control:focus {
        border-color: #26cdff;
        box-shadow: none;
        outline: 0 none;
    }
    
    .form-control::-webkit-input-placeholder {
        color: #B2B7C9;
    }
    
    .form-control:-moz-placeholder {
        color: #B2B7C9;
    }
    
    .form-control::-moz-placeholder {
        color: #B2B7C9;
    }
    
    .form-control:-ms-input-placeholder {
        color: #B2B7C9;
    }
    
    .customSelect:after {
        content: "\f107";
        font-family: FontAwesome;
        font-size: 18px;
        z-index: 9;
        float: right;
        margin: -22px -5px 0 0;
    }
    /*
================================================
   contact_us style
================================================*/
    
    .contact_us {
        padding: 100px 0px 70px;
    }
    
    .contact_us .sec-title {}
    
    .contact_us .sec-title p {
        max-width: 650px;
        margin: 0 auto;
        color: #848484;
        margin-bottom: 60px;
    }
    
    .contact_us .link_btn.style-four {
        margin-top: 30px;
    }
    /* new styles 26/08/2019 */
    
    .mar-30 img {
        margin: 40px 0px 20px;
        border: 2px solid #fff;
        border-radius: 5px;
    }
    
    .testimonial-carousel2 .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }
    
    .testimonial-carousel2 .owl-nav .owl-prev {
        left: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .testimonial-carousel2 .owl-nav .owl-next {
        right: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .testimonial-carousel2 .news-post-image {
        margin: 30px 0px 0px;
    }
    
    .testimonial-carousel2 .news-post-image img {
        border: 1px solid #b1afaf;
        border-radius: 5px;
    }
    /* 3 */
    
    .testimonial-carousel3 {
        display: block;
    }
    
    .testimonial-carousel3 .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
    }
    
    .testimonial-carousel3 .owl-nav .owl-prev {
        left: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .testimonial-carousel3 .owl-nav .owl-next {
        right: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .testimonial-carousel3 .news-post-image {
        margin: 30px 0px 0px;
    }
    
    .testimonial-carousel3 .news-post-image img {
        border: 1px solid #b1afaf;
        border-radius: 5px;
    }
    /* new styles 27-08-2019 */
    
    .service-overlay {
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        transition: all 0.2s;
        background: rgb(242, 103, 34);
        border: 0px;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        overflow: hidden;
    }
    
    .single-service-item:hover .service-overlay {
        opacity: 1;
        bottom: 0px;
    }
    
    .top-hv {
        top: -100% !important;
    }
    
    .single-service-item:hover .service-overlay.top-hv {
        top: 0px !important;
    }
    
    .left-hv {
        left: -100% !important;
        top: 0px;
    }
    
    .single-service-item:hover .service-overlay.left-hv {
        left: 0px !important;
    }
    
    .single-service-item:hover h4 {
        position: relative;
        color: #fff;
        z-index: 999;
    }
    
    .right-hv {
        right: -100% !important;
        top: 0px;
        bottom: 0px;
        left: auto;
    }
    
    .single-service-item:hover .service-overlay.right-hv {
        right: 0px !important;
    }
    
    .single-service-item:hover .service-overlay h4 {
        position: absolute;
        color: #fff;
    }
    
    .single-service-item:hover .single-btn {
        position: relative;
        z-index: 999;
    }
    
    .single-service-item:hover .single-btn a {
        color: #fff !important;
        position: relative;
        border: 2px solid #fff;
        z-index: 999;
    }
    /* 28-08-2019 */
    
    .wrap-sec {
        padding: 40px 0px;
    }
    /* 30/08/2019 */
    
    @media (min-width: 768px) {
        .modal-dialog {
            width: 600px;
            margin: 160px auto 20px;
            text-align: center;
            position: relative;
            display: block;
        }
    }
    
    .gallery_carousel .col-md-3 {
        width: 100%;
        padding: 0px 10px;
    }
    
    .gallery_carousel .owl-nav {
        position: absolute;
        top: 38%;
        width: 100%;
    }
    
    .gallery_carousel .owl-nav .owl-prev {
        left: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .gallery_carousel .owl-nav .owl-next {
        right: -50px;
        position: absolute;
        top: auto;
        font-size: 20px;
        padding: 5px 15px;
        background: #f26722;
        color: #ffff;
    }
    
    .design-process-section .text-align-center {
        line-height: 25px;
        margin-bottom: 12px;
    }
    
    .design-process-content {
        border: 1px solid #e9e9e9;
        position: relative;
        padding: 20px 15px 20px 15px;
        overflow: hidden;
    }
    
    .design-process-content h3 {
        margin-bottom: 20px;
        color: #f26722;
    }
    
    .design-process-content h4 {
        margin-bottom: 20px;
        font-size: 16px;
        color: #f26722;
    }
    
    .design-process-content p {
        line-height: 26px;
        margin-bottom: 12px;
    }
    /* new tab modal */
    
    .process-model {
        list-style: none;
        padding: 20px 0px;
        position: relative;
        max-width: 100%;
        margin: 20px auto 20px;
        z-index: 0;
        border: 0px;
        text-align: center;
    }
    
    .process-model li::after {
        background: #e5e5e5 none repeat scroll 0 0;
        bottom: 0;
        content: "";
        display: none;
        height: 4px;
        margin: 0 auto;
        position: absolute;
        right: -40px;
        top: 25px;
        width: 70%;
        z-index: -1;
    }
    
    .process-model li.visited::after {
        background: #f26722;
    }
    
    .process-model li:last-child::after {
        width: 0;
    }
    
    .process-model li {
        display: inline-block;
        width: 10%;
        text-align: center;
        float: none;
        border: 1px solid #cdcdcd;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    
    .nav-tabs.process-model>li.active>a,
    .nav-tabs.process-model>li.active>a:hover,
    .nav-tabs.process-model>li.active>a:focus,
    .process-model li a:hover,
    .process-model li a:focus {
        border: none;
        background: transparent;
    }
    
    .process-model li a {
        padding: 0;
        border: none;
        color: #606060;
    }
    
    .process-model li.active,
    .process-model li.visited {
        color: #f26722;
        border: 1px solid #f26722;
        background: #f26722;
    }
    
    .process-model li.active a,
    .process-model li.active a:hover,
    .process-model li.active a:focus,
    .process-model li.visited a,
    .process-model li.visited a:hover,
    .process-model li.visited a:focus {
        color: #f26722;
    }
    
    .process-model li.active p,
    .process-model li.visited p {
        font-weight: 600;
        color: #fff;
    }
    
    .process-model li i {
        display: block;
        height: 45px;
        width: 45px;
        text-align: center;
        margin: 10px auto;
        background: #f5f6f7;
        border: 2px solid #e5e5e5;
        line-height: 43px;
        font-size: 22px;
        border-radius: 50%;
    }
    
    .process-model li.active i,
    .process-model li.visited i {
        background: #fff;
        border-color: #ef5220f0;
    }
    
    .process-model li p {
        font-size: 13px;
        margin: 10px 0px;
    }
    
    .process-model.contact-us-tab li.visited a,
    .process-model.contact-us-tab li.visited p {
        color: #606060!important;
        font-weight: normal
    }
    
    .process-model.contact-us-tab li::after {
        display: none;
    }
    
    .process-model.contact-us-tab li.visited i {
        border-color: #e5e5e5;
    }
    
    .tc-m40 {
        margin: 20px auto 40px;
    }
    
    @media screen and (max-width: 560px) {
        .more-icon-preocess.process-model li span {
            font-size: 23px;
            height: 50px;
            line-height: 46px;
            width: 50px;
        }
        .more-icon-preocess.process-model li::after {
            top: 24px;
        }
    }
    
    @media screen and (max-width: 380px) {
        .process-model.more-icon-preocess li {
            width: 16%;
        }
        .more-icon-preocess.process-model li span {
            font-size: 16px;
            height: 35px;
            line-height: 32px;
            width: 35px;
        }
        .more-icon-preocess.process-model li p {
            font-size: 12px;
        }
        .more-icon-preocess.process-model li::after {
            top: 18px;
        }
        .process-model.more-icon-preocess {
            text-align: center;
        }
    }
    /* 31/08/2019 */
    
    .list_dot {
        margin: 15px 0px;
    }
    
    .list_dot li {
        position: relative;
        padding-left: 22px;
        padding-bottom: 10px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .list_dot li:before {
        content: '\f192';
        position: absolute;
        left: 0px;
        top: 0px;
        color: #f26722;
        font-family: FontAwesome;
        font-size: 13px;
    }
    
    .img-bdr {
        border: 1px solid #bebebe;
        border-radius: 5px;
        margin: 20px auto;
    }
    /* 07/09/2019 */
    
    .digi-ser li {
        width: 15%;
    }
    
    .img-mar {
        margin: 15px auto 25px;
    }
    
    .design-process-section {
        background: rgba(171, 171, 171, 0.09);
    }
    
    .wrap-sec h3 {
        margin-bottom: 20px;
        color: #f26722;
    }
    
    .wrap-sec p {
        line-height: 26px;
        margin-bottom: 12px;
    }
    
    .wrap-sec h4 {
        margin-bottom: 20px;
        font-size: 16px;
        color: #f26722;
        margin-top: 20px;
    }
    
    .fea-clr {
        color: #f26722;
    }
    
    .con-info {
        padding: 20px;
        background-image: linear-gradient(120deg, #f26722 30%, #f26722 100%);
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
        margin: 20px 0px 30px;
        border: 1px solid #cbcbcb;
    }
    
    .contact-page h3 {
        margin-bottom: 7px;
        font-size: 18px;
        border-bottom: 2px solid #fff;
        padding-bottom: 15px;
        color: #000;
    }
    
    .contact-page .clr {
        color: #000;
    }
    
    .contact-page p {
        color: #fff;
    }
    
    .contact-page ul li {
        padding-bottom: 10px;
    }
    
    .contact-page ul li a {
        color: #fff;
    }
    
    .contact-page ul li i {
        color: #fff;
    }
    
    .contact-page ul li:hover a {
        color: #000;
    }
    
    .contact-page ul li:hover i {
        color: #000;
    }
    
    .map-info {
        padding: 10px;
        border: 3px solid #d0d0d0;
        margin: 20px 0px 30px 10px;
        border-radius: 5px;
    }
    
    .contact-page .form-group {
        margin-bottom: 25px;
    }
    
    .contact-page .form-control {
        height: 45px;
        border: 1px solid #f26722;
        border-radius: 0px;
        box-shadow: none;
        padding: 6px 20px;
    }
    
    .contact-page h2 {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    
    .contact-page textarea {
        height: auto !important;
    }
    
    .contact-page form {
        margin: 40px auto;
    }
    
    .sub_btn {
        margin-top: 5px;
        padding: 0px 40px;
    }
    
    .fm_cnt::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-size: 15px;
    }
    
    .fm_cnt::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 15px;
    }
    
    .fm_cnt:-ms-input-placeholder {
        /* IE 10+ */
        font-size: 15px;
    }
    
    .fm_cnt:-moz-placeholder {
        /* Firefox 18- */
        font-size: 15px;
    }
    
    .box-pad {
        background: #e4e4e4;
        padding: 20px;
        position: relative;
        height: 201px;
        margin: 60px 0px 40px;
    }
    
    .box-pad img {
        position: absolute;
        top: -70px;
        left: 20px;
        border: 4px solid #f26722;
        border-radius: 0px;
    }
    
    .box-pad .col-md-8 {
        padding-left: 50px;
    }
    
    .box-pad h3 {
        margin-top: 5px;
        font-size: 20px;
    }
    
    .box-pad p {
        padding-bottom: 15px;
    }
    
    .box-pad2 .col-md-8 {
        padding-left: 20px;
        padding-right: 70px;
    }
    
    .box-pad2 img {
        right: 20px;
        left: auto;
    }
    
    .news-sec p {
        margin-bottom: 5px;
    }
    
    .news-sec .thm-btn {
        line-height: 32px;
    }
    
    .box-pad-rgt .col-md-8 {
        padding-left: 30px;
        padding-right: 0px;
    }
    
    .box-pad-rgt img {
        right: 20px;
        left: auto;
    }
    /* 9/8/2019 */
    
    .enq-info {
        background: #f0f0f0;
        overflow: hidden;
        padding: 0px 50px 0px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        display: flex;
        align-items: center;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.18);
    }
    
    .enq-info img {
        width: auto;
        margin: auto;
    }
    
    .leader-img {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }
    
    .leader-img li {
        margin: 20px 20px;
        padding: 10px 0px 10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
        transition: .3s ease-in;
        -webkit-transition: .3s ease-in;
        -moz-transition: .3s ease-in;
        -ms-transition: .3s ease-in;
        -o-transition: .3s ease-in;
        width: 310px;
    }
    
    .leader-img li:hover {
        background: #ccc;
    }
    
    .leader-img li img {
        width: 150px;
        border-radius: 50%;
        height: 150px;
        margin: 20px auto;
        border: 3px solid #c0bfbf;
    }
    
    .leader-img li h3 {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 7px;
    }
    
    .leader-img li a {
        font-size: 13px;
        font-weight: 700;
        color: #000;
        display: block;
    }
    
    .di-arrv i {
        margin: 12px auto;
        padding: 12px 12px;
        background: #f26722;
        border-radius: 50%;
        color: #fff;
    }
    
    .led-pd .modal-body {
        overflow: hidden;
    }
    
    .led-pd h3 {
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #f26722;
    }
    
    .led-pd h5 {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .led-pd img {
        border: 2px solid #d4c9c9;
        width: 130px;
        margin: 0px auto 20px;
        border-radius: 50%;
        height: 130px;
    }
    
    .led-pd .modal-content {
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border: 3px solid #ccc;
    }
    
    .led-pd p {
        text-align: justify;
        font-size: 13px;
        margin-bottom: 10px;
    }
    
    .led-pd .close {
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 7px 12px;
        background: #ff5600;
        opacity: .99;
        color: #fff;
        z-index: 99999;
    }
    
    .ov-hid img {
        width: auto;
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        height: auto;
    }
    
    .ov-hid .modal-body {
        padding-top: 20px;
    }
    
    .cl-rd {
        color: red;
    }
    
    .blk {
        color: #000;
    }
    
    .peer-review .img-bdr {
        margin-top: 0px;
    }
    
    .mar-tp-30 {
        margin-top: 20px;
    }
    /* 9-9-2019 */
    
    .news-bg1 {
        padding: 10px 15px;
        color: #fff;
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        background: #1e5799;
        background: -moz-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
        background: -webkit-linear-gradient(top, #1e5799 0%, #7db9e8 100%);
        background: linear-gradient(to bottom, #1e5799 0%, #7db9e8 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0);
    }
    
    .news-bg1 a {
        color: #fff;
        text-decoration: none;
    }
    
    .news-bg1 ul li {
        padding-bottom: 20px;
        padding: 0px 0px 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }
    
    .news-bg1 ul li p {
        padding-left: 50px;
        margin: 0px;
        position: relative;
    }
    
    .news-bg1 ul li span {
        position: absolute;
        background: #f26722;
        display: block;
        top: 7px;
        left: 0px;
        width: 40px;
        height: auto;
        text-align: center;
        font-size: 20px;
        line-height: 40px;
        border-radius: 50%;
    }
    
    .bdr-nn {
        border-bottom: none !important;
    }
    
    .imd-disp .img-wi {
        display: inline-block;
    }
    
    .wid-md2 .col-md-2 {
        width: 10%;
    }
    
    .currnt-opn {
        background-image: url(../images/default/career-bg.jpg);
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        height: auto;
    }
    
    .currnt-opn:before {
        content: '';
        left: 0;
        right: 0px;
        top: 0px;
        bottom: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(33, 150, 243, 0.72);
    }
    
    .currnt-opn.wrap-sec h3 {
        margin-bottom: 10px;
        color: #ffffff;
        margin-top: 10px;
        font-size: 30px;
    }
    /* new styles 12/09/2019 */
    /* Job Grid Sec */
    
    .job-grid {
        position: relative;
        background: #ffffff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06);
        padding: 0px 20px;
        margin-top: 30px;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        overflow: hidden;
    }
    
    .job-grid .job-title-sec {
        float: left;
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        border-bottom: 1px solid #e8ecec;
    }
    
    .job-grid .job-title-sec .c-logo {
        float: left;
        width: 100%;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    .job-grid .job-title-sec h3 {
        float: left;
        width: 100%;
        margin: 0;
        margin-bottom: 0px;
        text-align: left;
        padding-left: 0px;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .job-grid .job-title-sec h3 a {
        color: #f26722;
    }
    
    .job-grid .job-title-sec span {
        argin-left: 0px;
        color: #777;
        font-size: 13px;
    }
    
    .job-grid .fav-job {
        position: absolute;
        right: 0px;
        top: 20px;
        font-size: 12px;
        color: #34a0f4 !important;
    }
    
    .job-grid .job-lctn {
        float: left;
        width: auto;
        font-size: 13px;
        margin: 15px 0;
        color: #9e9d9d;
    }
    
    .job-grid>a {
        float: right;
        font-family: Open Sans;
        font-size: 13px;
        color: #f26722;
        border: 1px solid #f26722;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
        border-radius: 20px;
        padding: 6px 14px;
        letter-spacing: 0px;
        margin: 10px 0;
        display: inline-block;
        font-weight: 500;
    }
    
    .c-logo img {
        width: 90px;
        margin: 0px;
    }
    
    .jods {
        color: #f26722;
    }
    
    .mar-20 {
        margin-top: 50px;
    }
    
    .mar-20 .thm-btn {
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -ms-border-radius: 50px;
        -o-border-radius: 50px;
    }
    /* 12/09/2019 */
    
    .abt-testimonial {
        border-left: 3px solid #f26722;
        padding: 100px 0 70px 275px;
        position: relative
    }
    
    .abt-testimonial:before,
    .abt-testimonial:after {
        content: "";
        width: 320px;
        height: 55px;
        border-right: 3px solid #f26722;
        position: absolute;
        left: 0;
    }
    
    .abt-testimonial:before {
        border-top: 3px solid #f26722;
        top: 0;
    }
    
    .abt-testimonial:after {
        border-bottom: 3px solid #f26722;
        bottom: 0;
    }
    
    .abt-testimonial .pic {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 100px;
        left: 100px;
    }
    
    .abt-testimonial .pic img {
        width: 100%;
        height: auto;
        border-radius: 50%;
        border: 3px solid #f26722;
    }
    
    .abt-testimonial .description {
        font-size: 14px;
        color: #7a7e82;
        font-family: 'Open Sans', sans-serif;
        line-height: 27px;
        position: relative;
    }
    
    .abt-testimonial .description:before {
        content: "\f10d";
        font-weight: 900;
        position: absolute;
        top: -50px;
        left: -10px;
        font-size: 40px;
        color: #f26722;
        font-family: FontAwesome;
    }
    
    .abt-testimonial .abt-testimonial-title {
        font-size: 20px;
        font-weight: 800;
        color: #22272c;
        text-transform: capitalize;
        text-align: justify;
        margin-top: 15px;
    }
    
    .testimonial-carousel3 .owl-dots {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }
    
    .frm-line {
        margin: 0px auto;
        text-align: center;
    }
    
    .frm-line .form-group {
        margin-bottom: 0px;
    }
    
    .frm-line .form-group .form-control {
        padding: 10px 15px;
        line-height: 24px;
        height: 48px;
    }
    
    .frm-line li {
        position: relative;
    }
    
    .frm-line li:nth-child(1) {
        width: 250px;
    }
    
    .career-secbg {
        background: #e8e8e8;
        padding: 50px 0px;
    }
    
    .vdo-bf {
        position: relative;
    }
    
    .vdo-bf:before {
        content: '';
        position: absolute;
        width: 100%;
        transform: translate(-50%, -50%) rotate(40deg);
        height: 100%;
        left: 0%;
        top: 10%;
        background: rgba(249, 129, 6, 0.89);
    }
    /* responsive testing */
    
    @media (max-width: 767px) {
        .design-process-content {
            padding: 25px 0px 20px 0px;
        }
        .mb-xsw {
            width: auto !important;
        }
        .design-process-content h3 {
            font-size: 20px;
        }
        .img-wi {
            width: 100%;
        }
        .crypto-userinfo li {
            margin-right: 0px;
        }
        .crypto-userinfo a {
            font-size: 12px;
        }
        .crypto-user-section>li {
            margin-left: auto;
            padding: 10px 0px 0px 0px;
            width: 100%;
        }
        .crypto-user-section {
            text-align: center;
        }
        .mainmenu-area {
            padding: 0px !important;
        }
        .mainmenu-area .row {
            display: block;
        }
        .mainmenu-area .menu-column {
            border-top: 0px;
        }
        .main-menu .navbar-header {
            padding: 10px 0px;
            background: transparent !important;
        }
        .mobile-menu>li>a,
        .mobile-menu>li>ul>li>a,
        .mobile-menu>li>ul>li>ul>li>a {
            padding: 4px 0px;
            font-size: 12px;
        }
        .sec-title h2 {
            font-size: 20px;
        }
        p {
            font-size: 13px;
        }
        .thm-btn {
            line-height: 32px;
            font-size: 13px;
            margin-bottom: 20px;
        }
        .about {
            padding: 40px 0px 40px;
        }
        .about.about-2 .item-list .item.clearfix {
            margin-top: 0px;
        }
        .our-services {
            padding: 40px 0 20px;
        }
        .our-services .clearfix {
            margin-top: 25px;
        }
        .single-service-item {
            margin-bottom: 25px;
        }
        .how-it-work {
            padding: 40px 0 20px;
        }
        .how-it-work .how-one-container {
            margin-top: 35px;
        }
        .how-box-one {
            padding: 20px 15px;
            margin-bottom: 20px;
        }
        .how-it-work .col-xs-12 {
            padding: 0px;
        }
        .countup-section {
            padding: 40px 0;
        }
        .news {
            padding: 40px 0px 20px;
        }
        .testimonial-carousel2 .news-post-image {
            margin: 10px 0px 0px;
        }
        .testimonial-carousel2 .owl-nav {
            display: none;
        }
        footer {
            padding: 40px 0px 20px;
        }
        .links {
            padding-left: 0px;
        }
        .footer .social-icons {
            margin-top: 0px;
            margin-left: -30px;
        }
        .footer .social-icons .btn-social-o {
            padding: 0px 20px 10px 10px;
        }
        .mobile-menu>li>a,
        .mobile-menu>li>ul>li>a,
        .mobile-menu>li>ul>li>ul>li>a {
            font-size: 13px;
            border-top: 1px solid #E1E1E1;
        }
        .mobile-menu .dropdown-btn {
            border-left: 1px solid #cfd2d2;
        }
        .sample-tab li {
            margin-bottom: 10px;
        }
        .bg-image-holder,
        .bg-image {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .bredcrumb h1 {
            font-size: 20px;
            line-height: 24px;
        }
        .bredcrumb .middle li {
            padding: 10px 10px;
        }
        .bredcrumb .middle li a {
            font-size: 13px;
        }
        .bredcrumb .middle li::after {
            top: 10px;
        }
        .list_dot li {
            font-family: 'Open Sans', sans-serif;
            font-size: 14px;
        }
        .box-pad {
            height: auto;
            overflow: hidden;
            padding: 20px 0px;
            margin: 0px 10px 20px;
        }
        .box-pad img {
            position: relative;
            top: 0px;
            left: 0px;
        }
        .box-pad .col-md-8 {
            padding-left: 15px;
        }
        .box-pad h3 {
            margin-top: 15px;
            font-size: 16px;
            margin-bottom: 10px;
            line-height: 22px;
        }
        .news-sec .thm-btn {
            margin-bottom: 0px;
        }
        .order-1 {
            order: -1;
        }
        .box-pad-rgt {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }
        .wrap-sec {
            padding: 20px 0px;
        }
        .imd-disp .img-wi {
            width: auto;
        }
        .mb-xs100 {
            width: 100% !important;
        }
        .wid-50 img {
            width: 100% !important;
        }
        .enq-info {
            display: block;
            padding: 0px 0px 0px;
        }
        .xpso-wi {
            width: 100% !important;
        }
        .test-monials-pad .center {
            font-size: 20px;
        }
        .abt-testimonial {
            padding: 0px;
        }
        .abt-testimonial .pic {
            width: 70px;
            height: 70px;
            position: relative;
            top: 0px;
            left: 0;
            margin: 20px auto 20px;
        }
        .abt-testimonial::before,
        .abt-testimonial::after {
            display: none;
        }
        .abt-testimonial .description::before {
            display: none;
        }
        .abt-testimonial {
            border-left: none;
        }
    }
    
    @media (min-width:320px) and (max-width:479px) {
        .rev_slider_wrapper .tparrows {
            display: none !important;
        }
        .mar-30 {
            width: 100%;
        }
        .mar-30 img {
            margin: 10px 0px 20px;
        }
        .news .owl-theme .owl-nav [class*="owl-"] {
            font-size: 20px;
            height: 30px;
            width: 30px;
            line-height: 26px;
        }
        .news .owl-theme .owl-nav {
            margin-bottom: 10px;
        }
        .imgContainer {
            width: 120px;
            height: 170px;
            margin: 9px 10px 11px 1px;
        }
        .process-model.more-icon-preocess li {
            width: 49%;
            margin-bottom: 10px;
        }
    }
    
    @media (min-width:360px) and (max-width:479px) {
        .imgContainer {
            width: 140px;
            height: 170px;
            margin: 9px 10px 11px 1px;
        }
    }
    
    @media (min-width:480px) and (max-width:620px) {
        .imgContainer {
            width: 140px;
            height: 170px;
            margin: 9px 10px 11px 1px;
        }
        .box-lft {
            width: 65%;
        }
        .box-rgt {
            width: 34%;
        }
        .crypto-userinfo li {
            padding: 0px 9px;
        }
        .crypto-user-section>li {
            padding: 0px;
        }
        .service-text h4 {
            font-size: 15px;
            margin-bottom: 5px;
        }
        .our-services .col-xs-12 {
            width: 100%;
        }
        .digi-ser li {
            width: 30%;
            margin-bottom: 15px;
        }
        .process-model li {
            width: 30%;
            margin-bottom: 15px;
        }
        .wid-50 {
            width: 50%;
            float: left;
        }
    }
    
    @media (min-width:621px) and (max-width:767px) {
        .box-lft {
            width: 65%;
        }
        .box-rgt {
            width: 34%;
        }
        .crypto-userinfo li {
            padding: 0px 9px;
        }
        .crypto-user-section>li {
            padding: 0px;
        }
        .service-text h4 {
            font-size: 15px;
            margin-bottom: 5px;
        }
        .our-services .col-xs-12 {
            width: 50%;
        }
        .how-one-container .col-xs-12 {
            width: 50%;
        }
        .how-box-one {
            margin-right: 10px;
        }
        .fot-lft {
            width: 50%;
            float: left;
        }
        .fot-rgt {
            width: 50%;
            float: left;
        }
        .our-services .col-xs-12 {
            width: 100%;
        }
        .wid-50 {
            width: 50%;
            float: left;
        }
        .imw-50 {
            width: 50% !important;
        }
        .news-bg1 ul li span {
            position: absolute;
            background: #f26722;
            display: block;
            top: 0px;
            left: 0px;
            width: 30px;
            height: auto;
            text-align: center;
            font-size: 20px;
            line-height: 30px;
            border-radius: 50%;
        }
        .enq-info {
            display: flex;
        }
        .process-model li {
            width: 30%;
            margin-bottom: 10px;
        }
    }
    
    @media (min-width:768px) and (max-width:991px) {
        .links {
            padding-left: 0px;
        }
        .footer h3 {
            margin-bottom: 10px;
            margin-top: 20px;
        }
        .sec-title h2 {
            font-size: 22px;
            margin-bottom: 20px;
        }
        .news,
        .how-it-work,
        .countup-section {
            padding: 40px 0px 30px;
        }
        .news .owl-theme .owl-nav {
            margin-bottom: 50px;
        }
        .how-box-one {
            padding: 20px 20px;
            margin-bottom: 20px;
            height: 360px;
        }
        .main-logo img {
            width: auto;
        }
        .mobile-menu>li>a,
        .mobile-menu>li>ul>li>a,
        .mobile-menu>li>ul>li>ul>li>a {
            font-size: 13px;
            border-top: 1px solid #E1E1E1;
        }
        .mobile-menu .dropdown-btn {
            border-left: 1px solid #cfd2d2;
        }
        .sample-tab li {
            margin-bottom: 10px;
        }
        .imgContainer {
            width: 190px;
        }
        .digi-ser li {
            width: 23%;
        }
        .bg-image-holder,
        .bg-image {
            padding-top: 60px;
            padding-bottom: 50px;
        }
        .bredcrumb h1 {
            font-size: 24px;
        }
        img {
            width: auto;
            display: block;
        }
        .process-model li {
            width: 23%;
            margin-bottom: 15px;
        }
        .xpso-wi {
            width: 100% !important;
        }
        .vid-im200 img {
            width: 230px;
        }
        .abt-testimonial {
            margin-top: 30px;
        }
        .currnt-opn .col-sm-6 {
            height: 320px;
        }
        .mar-20 {
            margin-top: 70px;
            width: 100%;
            float: left;
        }
    }
    
    @media (min-width:992px) and (max-width:1200px) {
        .sec-title h2 {
            font-size: 22px;
        }
        .service-text h4 {
            font-size: 15px;
        }
        .sample-tab li {
            margin-bottom: 10px;
        }
        img {
            width: auto;
            display: block;
        }
        .process-model li {
            width: 20%;
            margin-bottom: 15px;
        }
        .wid-22 {
            width: 100% !important;
            text-align: center;
        }
        .wid-78 {
            width: 100% !important;
        }
        .ft-rgt {
            float: left;
            margin-top: 20px;
        }
        .navigation li a {
            padding: 7px 8px 18px !important;
        }
        .navigation>li>ul {
            margin-top: 0px;
        }
        .fnt-sz li a {
            font-size: 13px !important;
            line-height: 0px !important;
        }
        .xpso-wi {
            width: 100% !important;
        }
        .vid-im200 img {
            width: 280px;
        }
        .abt-testimonial {
            margin-top: 30px;
        }
    }
    /* news styles */