    /***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR CRYPTONE          |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
    /* Imported styles */
    
    @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&amp;display=swap&amp;subset=latin,latin-ext');
    @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&amp;subset=latin,latin-ext');
    @import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800&amp;subset=latin,latin-ext');
    @import url('https://fonts.googleapis.com/css2?family=Yellowtail&amp;display=swap');
    @import url(imp.css);
    @import url(bootstrap.css);
    @import url(font-awesome.min.css);
    @import url(hover.css);
    @import url(jquery.bxslider.css);
    @import url(owl.css);
    @import url(owl.theme.default.css);
    @import url(animate.min.css);
    @import url(jquery.bootstrap-touchspin.css);
    @import url('jquery.fancybox.css');
    @import url('prettyPhoto.css');
    @import url('bootstrap-select.min.css');
    @import url('imagehover.css');
    @import url('circle.css');
    /*** Price filter***/
    
    @import url(../assets/price-filter/nouislider.css);
    @import url(../assets/price-filter/nouislider.pips.css);
    /*** single shop slide ***/
    
    @import url(flexslider.css);
    /*** Time picker css ***/
    
    @import url(../assets/timepicker/timePicker.css);
    /*** flaticon fonts css ***/
    
    @import url(../fonts/flaticon/flaticon.css);
    @import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
    /*** Revolution slider ***/
    
    @import url(../assets/revolution/css/settings.css);
    @import url(../assets/revolution/css/layers.css);
    @import url(../assets/revolution/css/navigation.css);
    /*** Bootstrap select picker css ***/
    
    @import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
    /*** Language Switcher ***/
    
    @import url(../assets/language-switcher/polyglot-language-switcher.css);
    /*==============================================
   Base Css
===============================================*/
    
    html,
    body {
        height: 100%
    }
    
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 16px;
        /*color: #84848D;*/
        line-height: 26px;
        font-weight: 400;
    }
    
    button:focus {
        outline: none;
    }
    
    button {
        cursor: pointer;
        border: none;
        background: transparent;
        padding: 0;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 700;
        margin: 0;
    }
    
    h3 {
        font-size: 20px;
        line-height: 28px;
        color: #010f19;
    }
    
    h4 {}
    
    a,
    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        outline: none;
        border: none;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    i {
        font-style: normal;
    }
    
    ul,
    li {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .big-item {
        width: 40%;
        float: left;
    }
    
    .span-width-5 {
        width: 20%;
        float: left;
    }
    
    .sec-pd-one {
        padding: 80px 0;
    }
    
    .sec-pding-two {
        padding: 80px 0 40px;
    }
    
    .btn-one {
        color: #010f19;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 18px 40px 18px;
        text-transform: capitalize;
        font-family: 'Noto Sans', sans-serif;
        transition: all 500ms ease;
        position: relative;
        border-radius: 3px;
    }
    
    .btn-one:hover {
        color: #121212;
        opacity: 0.90;
    }
    
    .btn-two {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        padding: 18px 30px 18px;
        font-family: 'Noto Sans', sans-serif;
        transition: all 500ms ease;
        line-height: 14px;
        position: relative;
        background: #222222;
        color: #ffffff;
    }
    
    .btn-two:hover {
        opacity: 0.90;
        color: #fff;
    }
    
    .sec-title {
        position: relative;
        padding-bottom: 30px;
        margin-top: -5px;
    }
    
    .sec-title h1 {
        display: block;
        color: #010f19;
        font-size: 30px;
        line-height: 36px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
    }
    
    .sec-title h1.clr-white {
        color: #ffffff;
    }
    
    .sec-title .dector {
        background-image: url(../images/icon/decor.png);
        position: relative;
        display: block;
        width: 90px;
        height: 6px;
        margin: 17px 0 0;
    }
    
    .sec-title .dector.center {
        margin: 17px auto 0;
    }
    
    .parallax-bg-one {
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    
    .parallax-bg-one::before {
        background: rgba(253, 194, 8, 0.93) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .parallax-bg-two {
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }
    
    .flex-box {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .flex-box-two {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .flex-box-three {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .flex-box-four {
        display: flex;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .flex-box-five {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .owl-nav-style-one {}
    
    .owl-nav-style-one .owl-controls {}
    
    .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        color: #909090;
        font-size: 24px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 50px;
        border: 1px solid #f3f3f3;
        transition: all 700ms ease 0s;
    }
    
    .owl-nav-style-one.owl-theme .owl-nav .owl-next {
        margin-left: 10px;
    }
    
    .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
        border-color: #172272;
        color: #172272;
    }
    
    .owl-nav-style-two {}
    
    .owl-nav-style-two .owl-controls {}
    
    .owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
        background: #fff none repeat scroll 0 0;
        border-radius: 0%;
        color: #3740b0;
        font-size: 24px;
        font-weight: 700;
        height: 50px;
        line-height: 50px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 50px;
        transition: all 700ms ease 0s;
    }
    
    .owl-nav-style-two.owl-theme .owl-nav .owl-next {
        margin-left: 0px;
    }
    
    .owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #3740b0;
    }
    
    .boxed_wrapper {
        background: #fff none repeat scroll 0 0;
        position: relative;
        margin: 0 auto;
        width: 100%;
        min-width: 320px;
        min-height: 400px;
        overflow: hidden;
    }
    /*________________Preloader_______________ */
    
    .preloader {
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 99999999999;
        background-color: rgba(255, 255, 255, 1);
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/icon/preloader.gif);
    }
    /* Update header Style */
    
    @keyframes menu_sticky {
        0% {
            margin-top: -100px;
        }
        50% {
            margin-top: -74px;
        }
        100% {
            margin-top: 0;
        }
    }
    
    .header-area.stricky-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #071f2f;
        animation-name: menu_sticky;
        animation-duration: 0.60s;
        animation-timing-function: ease-out;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    
    .header-area.stricky-fixed .logo {
        padding: 16px 0;
    }
    
    .header-area.stricky-fixed .main-menu .navigation li a {
        padding: 32px 0px;
    }
    
    .header-area.stricky-fixed .main-menu .navigation li ul li a {
        padding: 14px 0px 14px;
    }
    
    .header-area.stricky-fixed .header-right {
        padding: 20px 0;
    }
    /* scroll to top styles */
    
    .scroll-to-top {
        background: #fdc209;
        border: 2px solid #fdc209;
        border-radius: 5px;
        bottom: 25px;
        color: #010f19;
        cursor: pointer;
        display: none;
        font-size: 35px;
        font-weight: normal;
        height: 55px;
        line-height: 46px;
        position: fixed;
        right: 15px;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 55px;
        z-index: 99999999;
        -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
        -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
        box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
    }
    
    .scroll-to-top:hover {
        background: #ce9d02;
        border-color: #ce9d02;
    }
    /* Form validation styles */
    
    input:focus,
    textarea:focus,
    select:focus {
        border-color: #43c3ea;
        outline: none;
    }
    
    #contact-form input[type="text"].error {
        border-color: red;
    }
    
    #contact-form input[type="email"].error {
        border-color: red;
    }
    
    #contact-form select.error {
        border-color: red;
    }
    
    #contact-form textarea.error {
        border-color: red;
    }
    /* Post pagination styles */
    
    .post-pagination li {
        display: inline-block;
        margin: 0 3px;
    }
    
    .post-pagination li a {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #f2f2f2;
        color: #010f19;
        display: block;
        font-size: 18px;
        font-weight: 600;
        height: 55px;
        padding: 14px 0;
        transition: all 500ms ease 0s;
        width: 55px;
        font-family: 'Noto Sans', sans-serif;
        border-radius: 3px;
    }
    
    .post-pagination li.active a,
    .post-pagination li:hover a {
        background: #fdc209;
        color: #000000;
        border: 1px solid #fdc209;
    }
    /* Overlay styles */
    
    .overlay-style-one {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        overflow: hidden;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        transition: all 500ms ease;
        background-color: rgba(38, 38, 38, 0.9);
    }
    
    .overlay-style-one .box {
        display: table;
        height: 100%;
        width: 100%;
    }
    
    .overlay-style-one .box .content {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
    
    .overlay-style-one .box .content a {}
    
    .review-box {}
    
    .review-box ul {
        margin-left: -1px;
        margin-right: -1px;
    }
    
    .review-box ul li {
        display: inline-block;
        float: left;
        margin-right: 4px;
    }
    
    .review-box ul li:last-child {
        margin-right: 0px;
    }
    
    .review-box ul li i {
        color: #fdc209;
        font-size: 12px;
    }
    
    .sociallinks-style-one {}
    
    .sociallinks-style-one li {
        display: inline-block;
        float: left;
        margin-right: 15px;
    }
    
    .sociallinks-style-one li:last-child {
        margin-right: 0px;
    }
    
    .sociallinks-style-one li a i {
        color: #959595;
        font-size: 14px;
        transition: all 500ms ease;
    }
    
    .sociallinks-style-one li a:hover i {
        color: #172272;
    }
    
    .sociallinks-style-two {
        overflow: hidden;
    }
    
    .sociallinks-style-two li {
        display: inline-block;
        margin-right: 10px;
    }
    
    .sociallinks-style-two li:last-child {
        margin-right: 0px;
    }
    
    .sociallinks-style-two li a i {
        border: 2px solid #e5e5e5;
        background: #e5e5e5;
        border-radius: 50%;
        color: #7496af;
        font-size: 14px;
        height: 45px;
        line-height: 42px;
        padding: 0;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 45px;
    }
    
    .sociallinks-style-two li a:hover i {
        background: #4eab27;
        border-color: #4eab27;
        color: #fff;
    }
    /*==============================================
    Top bar Area Css
===============================================*/
    
    .top-bar-area {
        background: #0e324a;
        border-bottom: solid 1px #01090e;
    }
    
    .top-left-content {
        display: block;
        background: #071f2f;
        max-width: 945px;
        width: 100%;
        border: 1px solid #051825;
        border-top: none;
        padding: 8.5px 0;
    }
    
    .language-switcher {
        float: left;
        width: 120px;
        margin-left: 20px;
        position: relative;
        height: 26px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .mail-social-info {
        float: left;
    }
    
    .mail-social-info .mail-social {
        overflow: hidden;
    }
    
    .mail-social-info .mail-social li {
        display: inline-block;
        float: left;
        margin-left: 15px;
        color: #7496af;
        border-left: 1px solid #323232;
        font-size: 14px;
        padding-left: 15px;
    }
    
    .mail-social-info .mail-social li span:before {
        font-size: 16px;
        line-height: 26px;
        font-weight: 100;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 1px;
    }
    
    .mail-social-info .mail-social li .sociallinks-style-one {
        overflow: hidden;
        display: block;
    }
    
    .mail-social-info .mail-social li .sociallinks-style-one li {
        border: none;
        margin-right: 15px;
        margin-left: 0;
        padding-left: 0;
        line-height: 27px;
    }
    
    .mail-social-info .mail-social li .sociallinks-style-one li:last-child {
        margin-right: 0;
    }
    
    .mail-social-info .mail-social li .sociallinks-style-one li a i {
        color: #7496af;
    }
    
    .mail-social-info .mail-social li .sociallinks-style-one li a:hover i {
        color: #fdc209;
    }
    
    .top-left-content .top-menu {
        float: right;
        display: block;
        overflow: hidden;
    }
    
    .top-left-content .top-menu ul {
        overflow: hidden;
    }
    
    .top-left-content .top-menu ul li {
        display: inline-block;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #323232;
    }
    
    .top-left-content .top-menu ul li:last-child {
        margin-right: 0;
        border-right: none;
    }
    
    .top-left-content .top-menu ul li a {
        color: #7496af;
        font-size: 14px;
        transition: all 500ms ease;
    }
    
    .top-left-content .top-menu ul li a:hover {
        color: #fdc209;
    }
    
    .top-right-content {
        display: block;
        background: #071f2f;
        max-width: 210px;
        width: 100%;
        border: 1px solid #051825;
        border-top: none;
        padding: 8.5px 0;
    }
    
    .top-right-content ul {
        overflow: hidden;
        display: block;
    }
    
    .top-right-content ul li {
        display: inline-block;
        float: left;
        border-right: 1px solid #323232;
        text-align: center;
        width: 50%;
    }
    
    .top-right-content ul li:last-child {
        margin-right: 0;
        border-right: none;
    }
    
    .top-right-content ul li a {
        color: #7496af;
        font-size: 14px;
        transition: all 500ms ease;
    }
    
    .top-right-content ul li a span:before {
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        padding-right: 7px;
        position: relative;
        top: 1px;
    }
    
    .top-right-content ul li a:hover {
        color: #fdc209;
    }
    /*==============================================
    Header Area Css
===============================================*/
    
    .header-area {
        background: #071f2f;
        position: relative;
    }
    
    .header-area .inner-content {}
    
    .logo {
        display: block;
        padding: 0;
        transition: all 500ms ease;
    }
    
    .logo a {
        display: inline-block;
    }
    
    .header-middle {
        margin-left: 175px;
    }
    
    .main-menu {
        float: left;
        position: relative;
    }
    
    .main-menu .navbar-collapse {
        padding: 0px
    }
    
    .main-menu .navigation {
        float: left;
        margin: 0;
        position: relative;
    }
    
    .main-menu .navigation li {
        float: left;
        margin-left: 40px;
        position: relative;
    }
    
    .main-menu .navigation li:first-child {
        margin-left: 0px;
    }
    
    .main-menu .navigation li a {
        position: relative;
        color: #ffffff;
        display: block;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-transform: capitalize;
        opacity: 1;
        padding: 42px 0px;
        transition: all 300ms ease;
        font-family: 'Poppins', sans-serif;
    }
    
    .main-menu .navigation>li:hover>a,
    .main-menu .navigation>li.current>a {
        color: #fdc209;
    }
    
    .main-menu .navigation li a:after {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0;
        margin: 0 auto;
        content: "";
        display: block;
        width: 0px;
        height: 3px;
        transition: all 300ms ease;
        text-align: center;
        opacity: 1;
        background: #fdc209;
    }
    
    .main-menu .navigation li:hover>a:after,
    .main-menu .navigation li.current>a:after,
    .main-menu .navigation li.current-menu-item>a:after {
        width: 100%;
    }
    
    .main-menu .navigation>li>ul {
        position: absolute;
        left: 0px;
        top: 110%;
        width: 250px;
        background: #ffc100;
        padding: 0 30px;
        z-index: 100;
        visibility: hidden;
        opacity: 0;
        transition: all 500ms ease;
        display: block;
    }
    
    .main-menu .navigation>li:hover>ul {
        top: 100%;
        opacity: 1;
        visibility: visible;
    }
    
    .main-menu .navigation>li>ul>li {
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        display: block;
        transition: all 500ms ease;
    }
    
    .main-menu .navigation li ul li a {
        color: #262626;
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        position: relative;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
        padding: 14px 0px 14px;
        font-family: 'Open Sans', sans-serif;
        border-bottom: 1px solid #ebb200;
    }
    
    .main-menu .navigation li ul li:last-child a {
        border-bottom: 1px solid transparent;
    }
    
    .main-menu .navigation li ul li a:after {
        display: none;
    }
    
    .main-menu .navigation>li>ul>li:hover>a {
        color: #fff;
    }
    
    .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        background: url(../images/icon/submenu-icon.png) center center no-repeat;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    
    .outer-search-box {
        display: inline-block;
        float: left;
        border-left: 1px solid #323232;
        padding-left: 10px;
        margin: 5px 0;
        padding-right: 20px;
    }
    
    .outer-search-box .seach-toggle {
        color: #ffffff;
        cursor: pointer;
        font-size: 16px;
        margin: 0;
        position: relative;
        text-align: center;
        transition: all 500ms ease;
        display: block;
        width: 35px;
        line-height: 30px;
    }
    
    .outer-search-box .seach-toggle:hover,
    .outer-search-box .seach-toggle.active {
        color: #fdc209;
    }
    
    .search-box {
        background: #172272;
        opacity: 0;
        padding: 20px;
        position: absolute;
        right: 15px;
        top: 120%;
        transition: all 500ms ease 0s;
        visibility: hidden;
    }
    
    .search-box.now-visible {
        top: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 99999999;
    }
    
    .search-box .form-group {
        position: relative;
        padding: 0px;
        margin: 0px;
        width: 100%;
        min-width: 250px;
    }
    
    .search-box .form-group input[type="search"] {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #303443;
        color: #000;
        display: block;
        font-size: 13px;
        line-height: 24px;
        position: relative;
        transition: all 500ms ease 0s;
        width: 100%;
        height: 40px;
        padding-left: 15px;
        padding-right: 50px;
    }
    
    .search-box .form-group input[type="search"]:focus {
        border-color: #000;
    }
    
    .search-box .form-group button,
    .search-box .form-group input[type="submit"] {
        background: #303443;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        transition: all 500ms ease 0s;
    }
    
    .search-box .form-group button:hover,
    .search-box .form-group input:focus+button {
        color: #fff;
        background: #000;
    }
    
    .header-right {
        overflow: hidden;
        display: block;
        padding: 30px 0;
        transition: all 500ms ease;
    }
    
    .header-right .button {
        float: right;
    }
    
    .header-right .button a {
        background: #071f2f;
        height: 40px;
        width: 130px;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 500ms ease;
        font-family: 'Noto Sans', sans-serif;
        line-height: 40px;
        border: 1px dashed #3b3b3b;
    }
    
    .header-right .button a:hover {
        background: #fdc209;
        color: #071f2f;
    }
    /*** 
====================================================================
	Header bottom area style
====================================================================
***/
    
    .header-bottom-area {
        position: relative;
        background: #0e324a;
        border-top: 1px solid #205273;
    }
    
    .currency-box {
        display: block;
        position: relative;
        max-width: 400px;
        width: 100%;
    }
    
    .currency-box:before {
        position: absolute;
        top: 0;
        left: 135px;
        bottom: 0;
        content: "";
        background: url(../images/icon/graph-1.png);
        background-repeat: no-repeat;
        width: 207px;
        height: 52px;
        margin: 9px 0;
    }
    
    .currency-box:after {
        position: absolute;
        top: 37px;
        left: 340px;
        bottom: 0;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fdc209;
    }
    
    .currency-select-box {
        position: relative;
        width: 190px;
        display: block;
    }
    
    .currency-value {
        display: block;
    }
    
    .currency-value ul {
        overflow: hidden;
        float: left;
    }
    
    .currency-value ul li {
        width: 165px;
        float: left;
        display: block;
        text-align: center;
        border-left: 1px solid #051825;
        min-height: 70px;
        padding: 15px 0 5px;
    }
    
    .currency-value ul li:last-child {
        border-right: 1px solid #051825;
    }
    
    .currency-value ul li h5 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
    }
    
    .currency-value ul li h5 span:before {
        font-size: 14px;
        line-height: 14px;
        display: inline-block;
        padding-right: 5px;
    }
    
    .currency-value ul li h6 {
        color: #fdc209;
        font-size: 14px;
    }
    
    .currency-value ul li p {
        color: #ffffff;
        font-size: 16px;
        margin: 5px 0 0;
    }
    
    .buy-button {
        float: left;
    }
    
    .buy-button a {
        color: #010f19;
        width: 70px;
        height: 70px;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
        line-height: 68px;
        transition: all 500ms ease;
    }
    
    .buy-button a:hover {
        background: #ffffff;
    }
    /*** 
====================================================================
	Main Slider style

.rev_slider_wrapper {
    position: relative;
    z-index: 10;
}
.rev_slider_wrapper .tp-caption{
	z-index:5 !important;
}
.rev_slider_wrapper .tp-dottedoverlay{
	background:rgba(0, 0, 0, 0.00) !important;	
}

.rev_slider_wrapper .slide-content{
    position: relative;
    display: block;
    border-left: 1px solid #4eab27;
    padding-left: 30px;
}
.rev_slider_wrapper .slide-content:before{
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 50%;
    background: #172272;
    content: "";
}
.rev_slider_wrapper .slide-content h3{
    position: relative;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Noto Sans', sans-serif;
}
.rev_slider_wrapper .slide-content .big-title{
	position: relative;
	font-weight: 600;
	font-size: 120px;
	color: #000000;
	line-height: 1.2em;
	font-family: 'Noto Sans', sans-serif;
    margin: 0 0 2px;
}
.rev_slider_wrapper .slide-content .text{
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #172272;
	line-height: 1.6em;
    font-family: 'Fira Sans', sans-serif;
}
.rev_slider_wrapper .slide-content .btns-box{
    margin-top: 31px;
}
.rev_slider_wrapper .slide-content .btns-box a.btn-one.pdone{
    padding: 20.5px 45px 20.5px;
    margin-right: 9px;
}
.rev_slider_wrapper .slide-content .btns-box a.btn-two.pdtwo{
    padding: 20.5px 40px 20.5px;
}

.tparrows {
    background: rgba(255, 255, 255, .65);
    height: 55px;
    width: 55px;
    border: 2px solid rgba(255, 255, 255, .70);
    cursor: pointer;
    display: block;
    position: absolute;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 0px;
}
.tparrows:before{
    font-size: 18px; 
    font-weight: 700;
    color: #c0c0c0; 
    display: block; 
    line-height: 52px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background: #4eab27;
    border-color: #4eab27;
}
.tparrows:hover:before{
    color: #ffffff;    
}

====================================================================
***/
    /*** 
=============================================
    Banner Area style
=============================================
***/
    
    .banner-area {
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 110px;
        padding-bottom: 110px;
        z-index: 1;
    }
    
    .banner-area::before {
        background: rgba(253, 194, 9, 0.95) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .banner-left {
        padding-top: 110px;
    }
    
    .banner-left .big-title {
        color: #010f19;
        font-size: 48px;
        font-weight: 500;
        line-height: 58px;
        margin: 0 0 19px;
    }
    
    .banner-left p {
        color: #6c5200;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 32px;
    }
    
    .banner-left a {
        background: #071f2f;
        color: #fdc209;
    }
    
    .banner-left a:hover {
        background: #000000;
        color: #ffffff;
    }
    
    .banner-right {
        position: relative;
        background: #071f2f;
        display: block;
        padding: 34px 30px 10px;
        z-index: 1;
        max-width: 370px;
    }
    
    .banner-right:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        min-height: 300px;
        width: 100%;
        content: "";
        background: url(../images/slides/banner-right-bg.png);
        background-repeat: no-repeat;
        z-index: -1;
    }
    
    .banner-right:after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        min-height: 50px;
        width: 100%;
        content: "";
        background: #333333;
        z-index: -1;
    }
    
    .banner-right h3 {
        color: #010f19;
        text-transform: capitalize;
        text-align: center;
        margin-bottom: 23px;
    }
    
    .banner-right .buy-tockens-button {
        display: block;
        overflow: hidden;
        margin-top: 24px;
        margin-bottom: 54px;
    }
    
    .banner-right .buy-tockens-button a {
        display: block;
        width: 150px;
        height: 45px;
        background: #071f2f;
        margin: 0 auto;
        color: #fdc209;
        font-size: 14px;
        font-weight: 500;
        line-height: 44px;
        text-align: center;
        border-radius: 3px;
        transition: all 500ms ease;
        text-transform: capitalize;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .banner-right .buy-tockens-button a:hover {
        background: #000000;
        color: #ffffff;
    }
    
    .timer-box {
        display: block;
        overflow: hidden;
        padding: 0 10px;
    }
    
    .countdown-timer {}
    
    .countdown-timer .default-coundown {}
    
    .countdown-timer .default-coundown .box {
        overflow: hidden;
    }
    
    .countdown-timer li {
        position: relative;
        display: inline-block;
        float: left;
        padding: 0;
        text-align: center;
        margin-right: 10px;
    }
    
    .countdown-timer li:last-child {
        margin-right: 0px;
    }
    
    .countdown-timer li span.days,
    .countdown-timer li span.hours,
    .countdown-timer li span.minutes,
    .countdown-timer li span.seconds {
        position: relative;
        font-family: 'Noto Sans', sans-serif;
        font-size: 30px;
        line-height: 72px;
        color: #01a23b;
        font-weight: 400;
        text-align: center;
        width: 65px;
        height: 70px;
        display: block;
        background: #ffffff;
        border-radius: 5px;
    }
    
    .countdown-timer li span.hours {
        color: #dc4729;
    }
    
    .countdown-timer li span.minutes {
        color: #17a6d5;
    }
    
    .countdown-timer li span.seconds {
        color: #964eda;
    }
    
    .countdown-timer li span.timeRef {
        font-family: 'Open Sans', sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #01a23b;
        font-weight: 700;
        margin-top: 7px;
        display: block;
    }
    
    .countdown-timer li span.timeRef.clr-1 {
        color: #dc4729;
    }
    
    .countdown-timer li span.timeRef.clr-2 {
        color: #17a6d5;
    }
    
    .countdown-timer li span.timeRef.clr-3 {
        color: #964eda;
    }
    
    .banner-right .tokens-btc-raised-box {
        overflow: hidden;
        display: block;
    }
    
    .banner-right .tokens-btc-raised-box .tokens {
        float: left;
    }
    
    .banner-right .tokens-btc-raised-box .tokens h5 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 26px;
    }
    
    .banner-right .tokens-btc-raised-box .btc-raised {
        float: right;
        text-align: right;
    }
    
    .banner-right .tokens-btc-raised-box .btc-raised h5 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        line-height: 26px;
    }
    
    .pgrs-bar-wrapper .pgrs-bar {
        margin: 0;
        padding: 22px 0px 7px;
    }
    
    .pgrs-bar-wrapper .pgrs-bar li {
        overflow: hidden;
    }
    
    .pgrs-bar-wrapper .pgrs-bar li span {
        font-size: 12px;
        color: #ffffff;
        background: transparent;
        display: inline-block;
        height: 30px;
        line-height: 22px;
        padding: 0 0px;
        position: absolute;
        bottom: -14px;
        right: -26px;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .pgrs-bar-wrapper .pgrs-bar li .box {
        width: 100%;
        height: 22px;
        background: #2b2b2b;
        position: relative;
        margin-top: 0px;
        border: 1px solid #343434;
    }
    
    .pgrs-bar-wrapper .pgrs-bar li .box .inner {
        background: url(../images/slides/progress-bg.png);
        background-repeat: no-repeat;
        height: 10px;
        position: absolute;
        top: 5px;
        left: 5px;
        background-size: 100% 100%;
    }
    
    .banner-right .progress-bar-bottom {
        overflow: hidden;
        display: block;
        margin-bottom: 36px;
    }
    
    .banner-right .progress-bar-bottom .left {
        float: left;
    }
    
    .banner-right .progress-bar-bottom .left p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        line-height: 16px;
    }
    
    .banner-right .progress-bar-bottom .right {
        float: right;
    }
    
    .banner-right .progress-bar-bottom .right p {
        color: #ffffff;
        font-size: 12px;
        font-weight: 500;
        text-transform: capitalize;
        margin: 0;
        line-height: 16px;
    }
    
    .banner-right .payment-methold-option {
        overflow: hidden;
    }
    
    .banner-right .payment-methold-option ul li {
        margin-right: 8px;
    }
    
    .banner-right .payment-methold-option ul li:last-child {
        margin-right: 0;
    }
    /*** 
=============================================
    Price Tables Area style
=============================================
***/
    
    .price-tables-area {
        background: #ececec;
        display: block;
        padding: 30px 0!important;
    }
    
    .single-price-box {
        border: 0px solid #f2f2f2;
        display: block;
        padding: 0 0px 0;
        /* -moz-box-shadow: 0px 3px 3px #f2f2f2;
            -webkit-box-shadow: 0px 3px 3px #f2f2f2;
            box-shadow: 0px 3px 3px #f2f2f2; */
    }
    
    .single-price-box .price-header {
        overflow: hidden;
        display: block;
        padding-top: 30px;
        position: relative;
        min-height: 90px;
    }
    
    .single-price-box .price-header .price-header-left {
        display: block;
        position: relative;
        padding-left: 50px;
        z-index: 1;
    }
    
    .single-price-box .price-header .price-header-left .icon {
        position: absolute;
        top: 6px;
        left: 0;
    }
    
    .single-price-box .price-header .price-header-left .currency {}
    
    .single-price-box .price-header .price-header-left .currency h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 3px;
    }
    
    .single-price-box .price-header .price-header-left .currency span {
        color: #8a8a8a;
        font-weight: 600;
    }
    
    .single-price-box .price-header .price-header-right {
        position: absolute;
        top: 15px;
        right: 0;
    }
    
    .single-price-box .price-list {
        display: block;
        margin-top: 14px;
    }
    
    .single-price-box .price-list ul {
        display: block;
        padding-bottom: 1px;
    }
    
    .single-price-box .price-list ul li {
        border-top: 1px solid #f2f2f2;
        line-height: 40px;
        padding-left: 5px;
        font-weight: 600;
        padding-top: 3px;
    }
    
    .single-price-box .price-list ul li span.left {
        color: #444444;
        font-size: 14px;
        width: 75px;
        float: left;
        display: inline-block;
    }
    
    .single-price-box .price-list ul li span.right {
        color: #010f19;
        font-size: 14px;
        float: right;
        padding-right: 5px;
    }
    
    .single-price-box .price-list ul li i:before {
        color: #dc4729;
        font-size: 10px;
        line-height: 10px;
        display: inline-block;
        padding-right: 5px;
    }
    
    .single-price-box .price-list ul li i.green:before {
        color: #01a23b;
    }
    
    .bottom-price-table {
        position: relative;
        padding-top: 0px;
    }
    
    .bottom-price-table .pricing-box {
        overflow-x: auto;
        position: relative;
        width: 100%;
    }
    
    .bottom-price-table .pricing-box .inner-content {
        width: 100%;
        max-width: 1169px;
    }

        .bottom-price-table .pricing-box .live-price-table {
            min-width: 750px;
            width: 100%;
        }
    
    .bottom-price-table .pricing-box .live-price-table .table-heading {
        background: #fdc209;
        width: 100%;
        position: relative;
    }
    
    .bottom-price-table .pricing-box .live-price-table .table-heading:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 40px;
        display: block;
        content: "";
        background: #FDC209;
    }
    
    .bottom-price-table .pricing-box .live-price-table .table-heading tr {

    }
    
    .bottom-price-table .pricing-box .live-price-table .table-heading tr th {
        color: #7b5909;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        text-transform: capitalize;
        font-family: 'Noto Sans', 'Open Sans', sans-serif;
        min-width: 70px;
        padding: 10px 15px 10px;
    }
    
    .bottom-price-table .pricing-box .live-price-table tbody tr:nth-of-type(odd) {
        background: #f7f7f7;
    }
    
    .bottom-price-table .pricing-box .live-price-table tbody tr:nth-of-type(even) {
        background: #efefef;
    }
    
    .bottom-price-table .pricing-box .live-price-table tbody tr {}
    
    .bottom-price-table .pricing-box .live-price-table tbody tr td {
        min-width: 70px;
        padding: 10px 15px 10px;
        border: 3px solid #ffffff;
    }
    
    .bottom-price-table .pricing-box .live-price-table tbody tr td h5 {
        color: #656565;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }
    
    .bottom-price-table .pricing-box .live-price-table tbody tr td h5.style-change {}
    /*** 
=============================================
    Market update Area style
=============================================
***/
    
    .market-update-area {
        position: relative;
        background: #071f2f;
    }
    
    .market-update-chart {}
    
    .market-update-right-content {
        /*margin-top: 104px;*/
        display: block;
        background: #010f19;
        border: 1px solid #051825;
        padding: 65px 40px 65px;
    }
    
    .market-update-right-content .top-content {
        overflow: hidden;
        display: block;
        position: relative;
        padding-left: 100px;
        min-height: 70px;
    }
    
    .market-update-right-content .top-content .iocn {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .market-update-right-content .top-content .iocn span:before {
        width: 70px;
        height: 70px;
        display: block;
        text-align: center;
        border: 1px solid #051825;
        border-radius: 3px;
        font-size: 40px;
        line-height: 40px;
        padding: 14px 0;
        background: #071f2f;
    }
    
    .market-update-right-content .top-content .title {
        margin: 8px 0;
    }
    
    .market-update-right-content .top-content .title h3 {
        color: #ffffff;
        font-size: 18px;
        margin: 0 0 5px;
    }
    h4 {color: #505050;}
    .market-update-right-content .top-content .title h4 {
        color: #ffffff;
        font-size: 18px;
        text-transform: capitalize;
    }
    
    .market-update-right-content .middle-content {
        display: block;
        background: #071f2f;
        border: 1px solid #051825;
        padding: 13px 0 12px;
        margin: 32px 0 32px;
    }
    
    .market-update-right-content .middle-content h2 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        margin: 0 0 3px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .market-update-right-content .middle-content span {
        color: #01a23b;
        font-size: 18px;
        font-weight: 600;
    }
    
    .market-update-right-content .middle-content p {
        color: #7496af;
        font-size: 14px;
        margin: 3px 0 0;
    }
    
    .market-update-right-content .middle-content p span:before {
        color: #7496af;
        font-size: 14px;
        line-height: 14px;
        font-weight: 100;
        display: inline-block;
        padding-right: 3px;
    }
    
    .market-update-right-content .button a {
        width: 100%;
        text-align: center;
    }
    /*** 
=============================================
    Services Area style
=============================================
***/
    
    .buysell-crypto-area {
        position: relative;
        background: #f8f8f8;
    }
    
    .buysell-crypto-text {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .buysell-crypto-text .sec-title {
        padding-bottom: 44px;
    }
    
    .buysell-crypto-text .inner-content {}
    
    .buysell-crypto-text .inner-content h3 {
        margin: 0 0 17px;
    }
    
    .buysell-crypto-text .inner-content p.mar-btm {}
    
    .buysell-crypto-text .inner-content a.readmore {
        margin-top: 17px;
    }
    
    .buysell-crypto-form {
        display: block;
        position: relative;
        background: #fafafa;
        border: 1px solid #f2f2f2;
        padding: 21px 30px 10px;
        /*max-width: 370px;
            margin-top: 184px;*/
        z-index: 1;
        -moz-box-shadow: 0px 4px 12px #e3e0e0;
        -webkit-box-shadow: 0px 4px 12px #e3e0e0;
        box-shadow: 0px 4px 12px #e3e0e0;
    }
    
    .buysell-crypto-form:before {
        position: absolute;
        top: 119px;
        right: 0;
        left: 0;
        content: "";
        background: url(../../../../assets/Logo/altinbay.png);
        background-repeat: no-repeat;
        width: 300px;
        background-size: contain;
        height: 100px;
        margin: 0 auto;
        opacity: 10%;
    }
    
    .buysell-crypto-form p {
        color: #7496af;
        font-size: 14px;
        display: block;
        margin: 0 0 12px;
    }
    
    .buysell-crypto-form .input-box {
        /*  position: relative; */
        display: block;
    }
    
    .buysell-crypto-form .input-box input[type="text"] {
        border: 1px solid #f2f2f2;
        color: #000000;
        display: block;
        font-size: 14px;
        height: 60px;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-right: 110px;
        width: 100%;
        transition: all 500ms ease;
    }
    
    .buysell-crypto-form .input-box .currency-select {
        position: absolute;
        top: 0;
        right: 0;
        width: 360px;
        height: 60px;
    }
    
    .buysell-crypto-form button {
        width: 100%;
        position: relative;
        top: -20px;
    }
    
    .buysell-crypto-image img {
        max-width: none;
        float: left;
        margin-left: -200px;
        z-index: -1;
    }
    /*** 
=============================================
    Featured Area style
=============================================
***/
    
    .featured-area {
        position: relative;
        display: block;
        padding: 78px 0 73px;
    }
    
    .featured-content ul {
        display: block;
        overflow: hidden;
    }
    
    .featured-content ul .single-item {
        display: inline-block;
        float: left;
        max-width: 390px;
        width: 100%;
        text-align: center;
        border-right: 1px solid rgba(0, 0, 0, 0.20);
        padding: 0 20px 0;
    }
    
    .featured-content ul .single-item:last-child {
        border-right: none;
    }
    
    .featured-content ul .single-item .icon-holder {
        padding-bottom: 21px;
    }
    
    .featured-content ul .single-item .icon-holder span:before {
        color: #ff3329;
        font-size: 60px;
        line-height: 60px
    }
    
    .featured-content ul .single-item .text-holder {}
    
    .featured-content ul .single-item .text-holder h3 {
        margin: 0 0 12px;
    }
    
    .featured-content ul .single-item .text-holder p {
        color: #010f19;
        margin: 0;
    }
    /*** 
=============================================
    Services Area style
=============================================
***/
    
    .services-area {
        background: #071f2f;
        position: relative;
        padding-top: 80px;
        padding-bottom: 40px;
        z-index: 1;
    }
    
    .services-area #particles-js {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: transparent;
        background-image: url("");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        z-index: -1;
    }
    
    canvas {
        display: block;
        vertical-align: bottom;
    }
    
    .services-area .inner-content {
        position: relative;
        z-index: 2;
    }
    
    .single-service-item {
        position: relative;
        display: block;
        background-image: -moz-linear-gradient( 90deg, rgb(37, 37, 37) 0%, rgb(53, 53, 53) 100%);
        background-image: -webkit-linear-gradient( 90deg, rgb(37, 37, 37) 0%, rgb(53, 53, 53) 100%);
        background-image: -ms-linear-gradient( 90deg, rgb(37, 37, 37) 0%, rgb(53, 53, 53) 100%);
        padding-top: 50px;
        padding-bottom: 42px;
        border: 1px solid #2B2B2B;
        margin-bottom: 40px;
        z-index: 1;
    }
    
    .single-service-item:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        content: "";
        background: #fdc209;
        transition: all .5s ease-in-out;
        z-index: -1;
        transform: scale(0);
    }
    
    .single-service-item:hover:before {
        height: 100%;
        transform: scale(1);
    }
    
    .single-service-item:hover {}
    
    .single-service-item .icon-holder {
        display: block;
        overflow: hidden;
        padding-bottom: 25px;
    }
    
    .single-service-item .icon-holder span:before {
        color: #fdc209;
        font-size: 70px;
        line-height: 70px;
        transition: all 500ms ease;
        transition-delay: 0.5s;
    }
    
    .single-service-item:hover .icon-holder span:before {
        color: #071f2f;
    }
    
    .single-service-item .text-holder {
        display: block;
    }
    
    .single-service-item .text-holder h3.title {
        margin: 0 0 12px;
    }
    
    .single-service-item .text-holder h3.title a {
        color: #ffffff;
        transition: all 500ms ease;
        transition-delay: 0.6s;
    }
    
    .single-service-item:hover .text-holder h3.title a {
        color: #071f2f;
    }
    
    .single-service-item .text-holder h3.title a:hover {
        color: #000000;
    }
    
    .single-service-item .text-holder p {
        margin: 0;
        transition: all 500ms ease;
        transition-delay: 0.7s;
    }
    
    .single-service-item:hover .text-holder p {
        color: #071f2f;
    }
    /*** 
==========================================================
	Testimonials area Style
==========================================================
***/
    
    .testimonial-area {
        background-attachment: inherit;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 80px;
        padding-bottom: 68px;
        z-index: 1;
    }
    
    .testimonial-area::before {
        background: rgba(247, 247, 247, 0.96) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .testimonial-area .testimonial-outer .quote-icon {
        position: relative;
    }
    
    .testimonial-area .testimonial-outer .quote-icon span:before {
        height: 50px;
        width: 50px;
        border-radius: 50%;
        display: block;
        color: #fdc209;
        font-size: 50px;
        line-height: 50px;
        margin: 0 auto;
    }
    
    .testimonial-block-one .inner-box .text {
        position: relative;
        color: #010f19;
        font-size: 20px;
        max-width: 870px;
        margin: 0 auto;
        margin-top: 32px;
        line-height: 30px;
        margin-bottom: 25px;
        font-weight: 400;
        font-style: normal;
    }
    
    .testimonial-block-one .client-info {}
    
    .testimonial-block-one .client-info h3 {
        font-size: 18px;
        margin: 0 0 2px;
    }
    
    .testimonial-block-one .client-info span {
        color: #fdc209;
        font-size: 15px;
        line-height: 16px;
    }
    
    .testimonial-area .owl-theme .owl-nav.disabled+.owl-dots {
        position: relative;
        margin-top: 28px;
    }
    
    .testimonial-area .owl-dots .owl-dot {
        background-image: none;
        width: 10px;
        height: 10px;
        margin: 5px 4px;
        border: 2px solid #d5d5d5;
        padding: 0px;
        background: #d5d5d5;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        transition: all 500ms ease;
        display: inline-block;
    }
    
    .testimonial-area .owl-dots .owl-dot span {
        display: none;
    }
    
    .testimonial-area .owl-dots .owl-dot.active {
        background: #fdc209;
        border-color: #fdc209;
    }
    
    .testimonial-area .owl-dots .owl-dot:hover {
        background: #fdc209;
        border-color: #fdc209;
    }
    /*** 
=============================================
    Latest blog Area style
=============================================
***/
    
    .latest-blog-area {
        background: #ffffff;
        position: relative;
        display: block;
    }
    
    .latest-blog-area .sec-title {}
    
    .latest-blog-area .more-news-button {}
    
    .latest-blog-area .more-news-button a {
        margin-top: 4px;
    }
    
    .single-blog-post {
        -moz-box-shadow: 0px 2px 4px #ededed;
        -webkit-box-shadow: 0px 2px 4px #ededed;
        box-shadow: 0px 2px 4px #ededed;
        margin-bottom: 40px;
        transition: all 500ms ease;
    }
    
    .single-blog-post .img-holder {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .single-blog-post .img-holder img {
        transition: all 0.4s ease-in-out 0.5s;
        width: 100%;
        transform: scale(1.1, 1.1);
    }
    
    .single-blog-post:hover .img-holder img {
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        transform: scale(1.2, 1.2);
    }
    
    .single-blog-post:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .single-blog-post .img-holder .overlay-style-one .box .content {
        position: absolute;
        left: 30px;
        bottom: 30px;
    }
    
    .single-blog-post .img-holder .overlay-style-one .box .content a {
        padding: 13px 19px 13px;
        transition: all 500ms ease;
        transition-delay: 0.5s;
        transform: translate3d(0px, 70px, 0px);
        opacity: 0;
    }
    
    .single-blog-post:hover .img-holder .overlay-style-one .box .content a {
        transform: translate3d(0px, 0px, 0px);
        transition: all 500ms ease;
        transition-delay: 0.5s;
        opacity: 1;
    }
    
    #blog-area .single-blog-post:hover .overlay-style-one .box .content {
        transform: translate3d(0px, 0px, 0px);
        transition: all 500ms ease;
        transition-delay: 0.5s;
    }
    
    .single-blog-post .text-holder {
        position: relative;
        display: block;
        padding-top: 24px;
        padding-left: 30px;
        padding-right: 20px;
        padding-bottom: 23px;
    }
    
    .single-blog-post .text-holder .blog-title {
        display: block;
        line-height: 28px;
        margin: 0 0 10px;
    }
    
    .single-blog-post .text-holder .blog-title a {
        color: #010f19;
        transition: all 500ms ease;
    }
    
    .single-blog-post .text-holder .blog-title:hover a {
        color: #FDC209;
    }
    
    .single-blog-post .text-holder .post-info {
        color: #fdc209;
        font-size: 14px;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }
    
    .single-blog-post .text-holder .meta-box {
        display: block;
        overflow: hidden;
        padding: 10px 0 16px;
    }
    
    .single-blog-post .text-holder .meta-box .meta-info {
        overflow: hidden;
    }
    
    .single-blog-post .text-holder .meta-box .meta-info li {
        display: inline-block;
        float: left;
        border-right: 1px solid #d4d4d4;
        padding-right: 10px;
        margin-right: 9px;
        line-height: 16px;
    }
    
    .single-blog-post .text-holder .meta-box .meta-info li:last-child {
        border-right: 0px solid #cfcfcf;
        padding-right: 0px;
        margin-right: 0px;
    }
    
    .single-blog-post .text-holder .meta-box .meta-info li a {
        color: #7496af;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
        transition: all 500ms ease;
        line-height: 16px;
    }
    
    .single-blog-post .text-holder .meta-box .meta-info li a:hover {
        color: #fdc209;
    }
    
    .single-blog-post .text-holder p {
        margin: 0;
    }
    /*** 
=============================================
    Brand Area style
=============================================
***/
    
    .brand-area {
        background: #febe28;
        position: relative;
        display: block;
        padding: 35px 0;
    }
    
    .brand-area .brand {
        position: relative;
        z-index: 1;
    }
    
    .brand-area .brand .owl-stage-outer {
        z-index: 10;
    }
    
    .brand-area .brand .single-item {
        display: block;
        width: 100%;
        -webkit-transition: all 300ms ease-in 0s;
        transition: all 300ms ease-in 0s;
        z-index: 1;
    }
    
    .brand-area .brand .single-item img {
        display: block;
        max-width: 100%;
        opacity: .5;
        position: relative;
        transition: all 300ms ease-in 0s;
        width: auto;
        margin: 0 auto;
    }
    
    .brand-area .brand .single-item:hover img {
        opacity: 1;
    }
    /*** 
=============================================
    Footer area style
=============================================
***/
    
    .footer-area {
        background: #071f2f;
        overflow: hidden;
        padding-top: 80px;
    }
    
    .single-footer-widget {
        overflow: hidden;
    }
    
    .single-footer-widget.martop {
        margin-top: 15px;
    }
    
    .single-footer-widget .title {
        padding-bottom: 29px;
        margin-top: -3px;
    }
    
    .single-footer-widget .title h3 {
        color: #ffffff;
        line-height: 22px;
        text-transform: capitalize;
    }
    
    .single-footer-widget .our-info {
        overflow: hidden;
    }
    
    .single-footer-widget .our-info .footer-logo {
        display: block;
        margin-bottom: 13px;
    }
    
    .single-footer-widget .our-info .footer-logo a {
        display: inline-block;
    }
    
    .single-footer-widget .our-info .text {}
    
    .single-footer-widget .our-info .text p {
        color: #7496af;
        margin: 0 0 24px;
    }
    
    .single-footer-widget .our-info .text a {
        color: #fdc209;
        font-size: 14px;
        font-weight: 500;
        text-transform: capitalize;
        font-family: 'Noto Sans', sans-serif;
        transition: all 500ms ease;
    }
    
    .single-footer-widget .our-info .text a i {
        display: inline-block;
        font-size: 16px;
        padding-left: 3px;
        transition: all 500ms ease;
    }
    
    .single-footer-widget .our-info .text a:hover i {
        padding-left: 5px;
    }
    
    .single-footer-widget .our-info .text a:hover {
        color: #7496af;
    }
    
    .single-footer-widget .usefull-links {
        overflow: hidden;
        float: left;
    }
    
    .single-footer-widget .usefull-links.left {
        margin-right: 70px;
    }
    
    .single-footer-widget .usefull-links li {
        margin-bottom: 12px;
    }
    
    .single-footer-widget .usefull-links li:last-child {
        margin-bottom: 0px;
    }
    
    .single-footer-widget .usefull-links li a {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        transition: all 500ms ease;
    }
    
    .single-footer-widget .usefull-links li a:hover {
        color: #ffffff;
        text-decoration: underline;
    }
    
    .single-footer-widget .subscribe-form {
        overflow: hidden;
        position: relative;
        background: #010f19;
        border: 1px solid #051825;
        padding: 23px 30px 30px;
        margin-top: 7px;
    }
    
    .single-footer-widget .subscribe-form p {
        color: #7496af;
        margin: 0 0 13px;
    }
    
    .single-footer-widget .subscribe-form form {
        position: relative;
    }
    
    .single-footer-widget .subscribe-form form input[type=text] {
        background: #ffffff;
        border: 1px solid #fdc209;
        color: #7496af;
        display: block;
        font-size: 14px;
        font-weight: 400;
        font-style: normal;
        height: 50px;
        padding-left: 15px;
        padding-right: 55px;
        position: relative;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 100%;
        border-radius: 5px;
    }
    
    .single-footer-widget .subscribe-form form button {
        background: #fdc209 none repeat scroll 0 0;
        color: #010f19;
        display: block;
        height: 50px;
        padding: 10.5px 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 50px;
        border-radius: 0 5px 5px 0px;
    }
    
    .single-footer-widget .subscribe-form form input[type=text]:focus {
        background: #010f19;
        color: #fff;
    }
    
    .single-footer-widget .subscribe-form form input[type=text]:focus+button,
    .single-footer-widget .subscribe-form form button:hover {
        background: #dda802 none repeat scroll 0 0;
        color: #000000;
    }
    
    .footer-contact-box {
        display: block;
        overflow: hidden;
        border-top: 1px solid #071a27;
        margin-top: 50px;
        padding-top: 27px;
        padding-bottom: 26px;
    }
    
    .footer-contact-box ul {
        overflow: hidden;
    }
    
    .footer-contact-box ul li {
        display: inline-block;
        float: left;
        margin-right: 60px;
    }
    
    .footer-contact-box ul li:last-child {
        margin-right: 0;
    }
    
    .footer-contact-box ul li h5 {
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 11px;
    }
    
    .footer-contact-box ul li h5 span:before {
        color: #febe28;
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        padding-right: 7px;
    }
    
    .footer-contact-box ul li p {
        margin: 0;
        line-height: 20px;
    }
    
    .footer-contact-box ul li .footer-social-links {
        overflow: hidden;
        margin-top: 15px;
        margin-left: 5px;
    }
    
    .footer-contact-box ul li .footer-social-links li {
        margin-right: 20px;
    }
    
    .footer-contact-box ul li .footer-social-links li a i {
        color: #7496af;
        font-size: 14px;
        display: block;
        transition: all 500ms ease;
    }
    
    .footer-contact-box ul li .footer-social-links li a:hover i {
        color: #fdc209;
    }
    /*** 
=============================================
    Footer bottom area style
=============================================
***/
    
    .footer-bottom-area {
        background: #010f19;
        padding: 20px 0;
    }
    
    .footer-bottom-area .footer-bottom {
        overflow: hidden;
    }
    
    .footer-bottom-area .footer-bottom .copyright-text {
        margin: 0px 0;
    }
    
    .footer-bottom-area .footer-bottom .copyright-text p {
        color: #ffffff;
        font-size: 14px;
        font-weight: 400;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        line-height: 26px;
        margin: 2px 0;
    }
    
    .footer-bottom-area .footer-bottom .copyright-text p a {
        color: #fdc209;
        font-weight: 500;
        transition: all 500ms ease;
    }
    
    .footer-bottom-area .footer-bottom .copyright-text p a:hover {
        color: #ffffff;
    }
    
    .payment-methold-option {
        display: block;
    }
    
    .payment-methold-option ul {
        overflow: hidden;
    }
    
    .payment-methold-option ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;
    }
    
    .payment-methold-option ul li:last-child {
        margin-right: 0;
    }
    
    .payment-methold-option ul li a {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .payment-methold-option ul li a:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: rgba(254, 190, 40, 0.7);
        opacity: 0;
        transition: all 500ms ease;
    }
    
    .payment-methold-option ul li a:hover:before {
        opacity: 1;
    }
    /*** 
=============================================
    Breadcrumb area style
=============================================
***/
    
    .breadcrumb-area {
        background-image: url(../images/resources/breadcrumb-bg.jpg);
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        padding: 9px 0;
    }
    
    .breadcrumb-area .title {}
    
    .breadcrumb-area .title h1 {
        color: #010f19;
        font-size: 30px;
        font-weight: 700;
        line-height: 42px;
        text-transform: capitalize;
    }
    
    .breadcrumb-area .breadcrumb-menu {}
    
    .breadcrumb-area .breadcrumb-menu ul {
        overflow: hidden;
        margin: 8px 0;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li {
        display: inline-block;
        float: left;
        margin-right: 6px;
        line-height: 26px;
        font-size: 16px;
        font-weight: 500;
        color: #010f19;
        font-family: 'Noto Sans', 'Open Sans', sans-serif;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li:last-child {
        margin-right: 0;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li a {
        color: #010f19;
        text-transform: capitalize;
        font-family: 'Noto Sans', 'Open Sans', sans-serif;
        transition: all 500ms ease;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li.active {
        color: #fdc209;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li i {
        font-size: 16px;
        color: #010f19;
    }
    
    .breadcrumb-area .breadcrumb-menu ul li a:hover {
        color: #fdc209;
    }
    /*** 
=============================================
    About Area style
=============================================
***/
    
    .about-area {
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    .about-area .buysell-crypto-text {
        padding: 0;
    }
    
    .about-right-box {}
    
    .about-right-box .inner-box {
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .about-right-box .single-item {
        display: block;
        border: 1px solid #f2f2f2;
        padding: 30px 30px 22px;
        margin-bottom: 30px;
    }
    
    .about-right-box .single-item.left {
        margin-top: 143px;
    }
    
    .about-right-box .single-item .iocn-holder {
        display: block;
        padding-bottom: 12px;
    }
    
    .about-right-box .single-item .iocn-holder span:before {
        color: #fdc209;
        font-size: 45px;
        line-height: 45px;
    }
    
    .about-right-box .single-item h3 {
        margin: 0 0 12px;
    }
    
    .about-right-box .single-item p {
        margin: 0;
    }
    /*** 
=============================================
    Fact counter Area style
=============================================
***/
    
    .fact-counter-area {
        background-attachment: scroll;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
        padding: 110px 0;
    }
    
    .fact-counter-area::before {
        background: rgba(0, 0, 0, 0.83) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    
    .fact-counter-area::after {
        background: url(../images/resources/fact-counter-bottom-bg.png);
        background-repeat: no-repeat;
        content: "";
        height: 127px;
        left: 0;
        position: absolute;
        bottom: -35px;
        width: 100%;
        z-index: -1;
    }
    
    .fact-counter-area .sec-title {
        padding-bottom: 0;
    }
    
    .single-fact-counter {
        display: block;
        float: left;
        max-width: 223px;
        width: 100%;
    }
    
    .single-fact-counter:last-child {}
    
    .single-fact-counter .count-box {
        position: relative;
        display: block;
        margin: 4px 0;
    }
    
    .single-fact-counter h1 span {
        color: #ffffff;
        font-size: 48px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .single-fact-counter .count-box .title {}
    
    .single-fact-counter .count-box .title h3 {
        color: #fdc209;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif;
        margin: 3px 0 0;
    }
    /*** 
=============================================
    History Area style
=============================================
***/
    
    .history-area {
        position: relative;
        display: block;
        background: #f7f7f7;
        padding-top: 80px;
        padding-bottom: 160px;
    }
    
    .single-history {
        padding-left: 110px;
        position: relative;
        display: block;
        border-left: 1px solid #e8e8e8;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 5px;
    }
    
    .single-history:before {
        position: absolute;
        top: 0px;
        left: -4px;
        width: 7px;
        height: 7px;
        background: #e8e8e8;
        content: "";
        border-radius: 50%;
        z-index: 1;
    }
    
    .single-history.bottom {}
    
    .single-history.bottom:before {
        display: none;
    }
    
    .single-history.bottom:after {
        position: absolute;
        bottom: 0px;
        left: -4px;
        width: 7px;
        height: 7px;
        background: #e8e8e8;
        content: "";
        border-radius: 50%;
        z-index: 1;
    }
    
    .single-history .date-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 110px;
        height: 60px;
        text-align: center;
        border-bottom: 1px solid #e8e8e8;
        z-index: 2;
    }
    
    .single-history .date-box:before {
        position: absolute;
        bottom: -4px;
        left: -4px;
        width: 7px;
        height: 7px;
        background: #fdc209;
        content: "";
        border-radius: 50%;
        z-index: 1;
    }
    
    .single-history .date-box:after {
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 11px;
        height: 11px;
        background: #ffffff;
        content: "";
        border-radius: 50%;
        z-index: -1;
    }
    
    .single-history .date-box h4 {
        color: #7496af;
        font-size: 14px;
        font-weight: 500;
        display: block;
        padding: 32px 0 0px;
    }
    
    .single-history .right-content {
        overflow: hidden;
        position: relative;
    }
    
    .single-history .right-content .text-box {
        padding-left: 30px;
    }
    
    .single-history .right-content .text-box h3 {
        color: #010f19;
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 5px;
    }
    
    .single-history .right-content .text-box p {
        margin: 0;
    }
    
    .history-area .owl-theme .owl-nav {
        margin-top: 40px;
        margin-left: 42px;
    }
    
    .history-area .owl-theme .owl-nav [class*="owl-"] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 0;
        color: #ababab;
        font-size: 20px;
        font-weight: 700;
        height: 45px;
        line-height: 42px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 45px;
        border: 1px solid #f2f2f2;
        transition: all 700ms ease 0s;
        border-radius: 50%;
    }
    
    .history-area .owl-theme .owl-nav .owl-next {
        margin-left: 10px;
    }
    
    .history-area .owl-theme .owl-nav [class*="owl-"]:hover {
        border-color: #fdc209;
        color: #fdc209;
    }
    /*** 
=============================================
    Mission Vision area style
=============================================
***/
    
    .mission-vision-area {
        position: relative;
        display: block;
    }
    
    .mission-vision-area .inner-content {
        margin-top: -80px;
        background: #ffffff;
        display: block;
        padding: 60px 40px 60px;
        border: 1px solid #f2f2f2;
        -moz-box-shadow: 0px 4px 8px #f2f2f2;
        -webkit-box-shadow: 0px 4px 8px #f2f2f2;
        box-shadow: 0px 4px 8px #f2f2f2;
    }
    
    .mission-vision-area .video-content-box {
        background: #febe28;
        position: relative;
        display: block;
        min-width: 630px;
    }
    
    .mission-vision-area .video-content-box:after {
        background: url(../images/resources/video-gallery-right-bg.jpg);
        background-repeat: no-repeat;
        top: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        min-width: 140px;
        position: absolute;
        content: "";
    }
    
    .video-holder {
        position: relative;
        overflow: hidden;
        max-width: 490px;
        width: 100%;
    }
    
    .video-holder img {
        transform: scale(1);
        transition: all 0.5s ease 0s;
        width: 100%;
    }
    
    .video-holder .overlay-gallery {
        background-color: transparent;
        bottom: 0;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        transition: all 500ms ease;
    }
    
    .video-holder .overlay-gallery .icon-holder {
        display: table;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    
    .video-holder .overlay-gallery .icon-holder .icon {
        display: table-cell;
        vertical-align: middle;
    }
    
    .video-holder .overlay-gallery .icon-holder .icon a img {
        width: auto;
        transform: scale(1);
        transition: all 0.5s ease 0s;
    }
    
    .video-holder:hover .overlay-gallery {
        background-color: rgba(0, 0, 0, 0.80);
    }
    
    .video-holder:hover img {
        transform: scale(1.1);
    }
    
    .video-holder .overlay-gallery .icon-holder .icon a:hover img {
        transform: scale(1.1);
    }
    
    .mission-vision-area .text-holder {
        display: block;
        margin-top: 30px;
    }
    
    .mission-vision-area .text-holder .single-box {
        position: relative;
        display: block;
        padding-left: 47px;
    }
    
    .mission-vision-area .text-holder .single-box.martop {
        margin-top: 33px;
    }
    
    .mission-vision-area .text-holder .single-box .icon-box {
        position: absolute;
        top: 0;
        left: -63px;
    }
    
    .mission-vision-area .text-holder .single-box .icon-box span:before {
        background: #ffffff;
        height: 80px;
        width: 80px;
        border: 1px solid #f2f2f2;
        border-radius: 50%;
        color: #fdc209;
        font-size: 35px;
        line-height: 35px;
        display: block;
        text-align: center;
        line-height: 78px;
        -moz-box-shadow: 1px 2px 7px #f2f2f2;
        -webkit-box-shadow: 1px 2px 7px #f2f2f2;
        box-shadow: 1px 2px 7px #f2f2f2;
    }
    
    .mission-vision-area .text-holder .single-box .text-box {
        padding-top: 10px;
        display: block;
        overflow: hidden;
    }
    
    .mission-vision-area .text-holder .single-box .text-box .sec-title {
        padding-bottom: 24px;
    }
    
    .mission-vision-area .text-holder .single-box .text-box .text {}
    
    .mission-vision-area .text-holder .single-box .text-box .text p {
        margin: 0;
    }
    /*** 
=============================================
    Team Area style
=============================================
***/
    
    .team-area {
        position: relative;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    
    .single-team-member {
        margin-bottom: 40px;
        background: #ffffff;
        display: block;
        border: 1px solid #f2f2f2;
        transition: all 500ms ease;
        overflow: hidden;
    }
    
    .single-team-member:hover {
        -moz-box-shadow: 0px 5px 11px #f2f2f2;
        -webkit-box-shadow: 0px 5px 11px #f2f2f2;
        box-shadow: 0px 5px 11px #f2f2f2;
    }
    
    .single-team-member .img-holder {
        overflow: hidden;
        position: relative;
        display: block;
    }
    
    .single-team-member .img-holder img {
        transition: all 0.5s ease 0s;
        width: 100%;
    }
    
    .single-team-member:hover .img-holder img {
        opacity: .7;
    }
    
    .single-team-member .text-holder {
        display: block;
        overflow: hidden;
        padding-top: 23px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
        position: relative;
    }
    
    .single-team-member .text-holder span {
        color: #fdc209;
        font-size: 16px;
        display: block;
        font-weight: 400;
    }
    
    .single-team-member .text-holder h3 {
        margin: 2px 0 15px;
    }
    
    .single-team-member .text-holder .social-links {
        overflow: hidden;
    }
    
    .single-team-member .text-holder .social-links li {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }
    
    .single-team-member .text-holder .social-links li:last-child {
        margin-right: 0;
    }
    
    .single-team-member .text-holder .social-links li a i {
        color: #7496af;
        font-size: 14px;
        line-height: 20px;
        transition: all 500ms ease;
    }
    
    .single-team-member .text-holder .social-links li a:hover i {
        color: #febe28;
    }
    /*** 
=============================================
    Contact Details Area style
=============================================
***/
    
    .contact-info-area {
        position: relative;
        padding: 80px 0 80px;
    }
    
    .contact-form .sec-title {
        padding-bottom: 33px;
    }
    
    .contact-form .sec-title h1 {}
    
    .contact-form .sec-title .dector {
        margin: 17px 0 34px;
    }
    
    .contact-form .sec-title .span {}
    
    .contact-form {
        border: 1px solid #f2f2f2;
        display: block;
        padding: 60px 40px 60px;
        background: #ffffff;
        margin-right: -15px;
    }
    
    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea {
        border: 1px solid #f2f2f2;
        color: #000000;
        display: block;
        font-size: 15px;
        height: 50px;
        margin-bottom: 25px;
        padding: 0 15px;
        ;
        width: 100%;
        transition: all 500ms ease;
    }
    
    .contact-form form textarea {
        height: 200px;
        margin-top: 18px;
        padding: 10px 15px;
        ;
    }
    
    .contact-form form input[type="text"]:focus {
        border-color: #fdc209;
        padding: 0 10px;
    }
    
    .contact-form form input[type="email"]:focus {
        border-color: #fdc209;
        padding: 0 10px;
    }
    
    .contact-form form textarea:focus {
        border-color: #fdc209;
        padding: 10px 10px;
        ;
    }
    
    .contact-form form button {
        width: 100%;
        padding: 18px 0 18px;
        cursor: pointer;
        display: block;
    }
    
    .contact-box-content {
        position: relative;
        display: block;
        margin-left: -15px;
    }
    
    .contact-box-content .img-holder {
        position: relative;
    }
    
    .contact-box-content .img-holder img {
        display: block;
        overflow: hidden;
        width: 100%;
    }
    
    .contact-info-box-one {
        position: relative;
        display: block;
        background: #071f2f;
        overflow: hidden;
        padding: 35px 30px 34px;
    }
    
    .contact-info-box-one .single-item h3 {
        color: #ffffff;
        display: block;
        margin: 0 0 23px;
        overflow: hidden;
    }
    
    .contact-info-box-one ul {}
    
    .contact-info-box-one ul li {
        padding-left: 45px;
        margin-bottom: 14px;
        border-bottom: 1px solid #333333;
        position: relative;
        overflow: hidden;
        padding-bottom: 14px;
    }
    
    .contact-info-box-one ul li:last-child {
        margin-bottom: 0;
    }
    
    .contact-info-box-one ul li .icon-box {
        position: absolute;
        top: 10px;
        left: 0;
    }
    
    .contact-info-box-one ul li .icon-box span:before {
        color: #fdc209;
        font-size: 25px;
        line-height: 25px;
    }
    
    .contact-info-box-one ul li .text-box {}
    
    .contact-info-box-one ul li .text-box p {
        color: #7496af;
        margin: 0;
        line-height: 24px;
    }
    
    .contact-info-box-one ul li .text-box p span {
        color: #ffffff;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
    }
    
    .contact-info-box-one .sociallinks-style-one {
        display: block;
        overflow: hidden;
        margin-top: 22px;
    }
    
    .contact-info-box-one .sociallinks-style-one li {
        margin: 0;
        padding: 0;
        border: none;
        margin-right: 20px;
    }
    
    .contact-info-box-one .sociallinks-style-one li:last-child {
        margin-right: 0;
    }
    
    .contact-info-box-one .sociallinks-style-one li a i {
        color: #ffffff;
    }
    
    .contact-info-box-one .sociallinks-style-one li a:hover i {
        color: #fdc209;
    }
    
    .contact-info-box-one .owl-theme .owl-nav {
        position: absolute;
        top: 5px;
        right: 0px;
        margin: 0;
    }
    
    .contact-info-box-one .owl-theme .owl-nav [class*="owl-"] {
        background: transparent;
        border-radius: 50%;
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        height: 25px;
        line-height: 20px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 25px;
        border: none;
        transition: all 700ms ease 0s;
    }
    /*** 
=============================================
    Google Map Area style
=============================================
***/
    
    .google-map-area {}
    
    .google-map-box {
        position: relative;
    }
    
    #contact-google-map {
        height: 480px;
        width: 100%;
    }
    /*** 
=============================================
    Welcome Area style
=============================================
***/
    
    .welcome-area {
        display: block;
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .welcome-area .icon-text-holder {
        padding-top: 90px;
    }
    
    .icon-text-holder {
        display: block;
    }
    
    .icon-text-holder .iocn-holder {
        display: block;
        padding-bottom: 20px;
    }
    
    .icon-text-holder .iocn-holder span:before {
        color: #fdc209;
        font-size: 60px;
        line-height: 60px;
    }
    
    .icon-text-holder .text-box {}
    
    .icon-text-holder .text-box h3 {
        margin: 0 0 16px;
    }
    
    .icon-text-holder .text-box p {
        margin: 0;
    }
    
    .bitcoin-buy-process-box {
        float: right;
    }
    /*** 
=============================================
    Payment Option Area style
=============================================
***/
    
    .payment-option-area {
        background: #f7f7f7;
        display: block;
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .mayment-option-box {
        position: relative;
        display: block;
        max-width: 500px;
        min-height: 415px;
        width: 100%;
    }
    
    .mayment-option-box .single-box.middle {
        display: block;
        text-align: center;
        padding: 85px 0;
    }
    
    .mayment-option-box .single-box.one {
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .mayment-option-box .single-box.two {
        position: absolute;
        top: -20px;
        right: 50px;
    }
    
    .mayment-option-box .single-box.three {
        position: absolute;
        top: 170px;
        right: 0;
    }
    
    .mayment-option-box .single-box.four {
        position: absolute;
        bottom: -29px;
        left: 0;
        right: 0;
        text-align: center;
    }
    
    .mayment-option-box .single-box.five {
        position: absolute;
        bottom: 70px;
        left: 0;
    }
    
    .payment-option-area .icon-text-holder {
        display: block;
        padding-top: 90px;
    }
    /*** 
=============================================
    Buy sell Area style
=============================================
***/
    
    .buy-sell-area {
        display: block;
        position: relative;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .buy-sell-area .icon-text-holder {
        padding-top: 90px;
    }
    
    .buy-sell-area .img-holder {
        float: right;
    }
    /*** 
=============================================
    Main project area area style
=============================================
***/
    
    .main-project-area {
        position: relative;
        display: block;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .filters {
        display: block;
    }
    
    .filters ul {
        display: block;
        max-width: 770px;
        background: #f6f6f6;
        margin: 0 auto 40px;
    }
    
    .filters li {
        display: inline-block;
        float: none;
        line-height: 20px;
    }
    
    .filters li span {
        position: relative;
        color: #010f19;
        cursor: pointer;
        display: block;
        font-size: 16px;
        line-height: 16px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 500ms ease 0s;
        font-family: 'Noto Sans', sans-serif;
        display: block;
        padding: 22px 20px 22px;
        border-right: 1px solid #e5e5e5;
    }
    
    .filters li:last-child span {
        border-right: none;
    }
    
    .filters li span:before {
        position: absolute;
        bottom: -13px;
        left: 0;
        right: 0;
        content: "\f0d7";
        font-family: FontAwesome;
        color: #f6f6f6;
        font-size: 25px;
        text-align: center;
        transform: scaleX(0);
        transition: .1s ease;
    }
    
    .filters li:hover span:before,
    .filters li.active span:before {
        transform: scaleX(1);
        transition: .5s ease;
    }
    
    .filters li.active span,
    .filters li:hover span {
        background: #f7f7f7;
        color: #fdc209;
    }
    
    .single-project-item {
        overflow: hidden;
        display: block;
        margin-bottom: 30px;
    }
    
    .single-project-item .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
    }
    
    .single-project-item .img-holder img {
        width: 100%;
        transform: scale(1.1, 1.1);
        transition: all 1s ease-in-out;
    }
    
    .single-project-item:hover .img-holder img {
        transform: scale(1.2, 1.2);
        transition: all 1s ease-in-out;
    }
    
    .single-project-item .img-holder .overlay-style-one {
        background: rgba(38, 38, 38, 0.9);
    }
    
    .single-project-item:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content {
        transform: scale(1.2);
        opacity: 0;
        text-align: left;
        vertical-align: bottom;
        transition: all 2s ease-in-out;
    }
    
    .single-project-item:hover .img-holder .overlay-style-one .box .content {
        transform: scale(1);
        opacity: 1;
        transition: all 2s ease-in-out;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content .inner-content {
        position: absolute;
        left: 30px;
        bottom: 32px;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content h3 {
        margin: 6px 0 0;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content h3 a {
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        transition: all 500ms ease;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content h3 a:hover {
        color: #fdc209;
    }
    
    .single-project-item .img-holder .overlay-style-one .box .content span {
        color: #fdc209;
    }
    
    .main-project-area .post-pagination {
        margin-top: 10px;
    }
    /*** 
=============================================
    Project single area  style
=============================================
***/
    
    .project-single-area {
        padding-top: 80px;
        padding-bottom: 0px;
    }
    
    .project-single-area .sec-title {
        padding-bottom: 25px;
    }
    
    .project-single-area .sec-title h1 {
        color: #ffffff;
        font-size: 24px;
        font-weight: 500;
    }
    
    .project-single-area .single-project-img-box {
        margin-bottom: 50px;
    }
    
    .project-single-area .project-info {}
    
    .project-single-area .project-info ul {
        background: #f7f7f7;
        display: block;
        padding-top: 23px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .project-single-area .project-info ul li {
        margin-bottom: 15px;
    }
    
    .project-single-area .project-info ul li:last-child {
        margin-bottom: 0;
    }
    
    .project-single-area .project-info ul li b {
        width: 100px;
        display: inline-block;
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .project-single-area .project-info ul li span {
        font-family: 'Open Sans', sans-serif;
        padding-left: 20px;
        color: #7496af;
        font-weight: 400;
    }
    
    .project-single-area .blockchain-content {}
    
    .project-single-area .blockchain-content h3 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 8px;
    }
    
    .project-single-area .blockchain-content span {
        color: #fdc209;
        margin: 0;
    }
    
    .project-single-area .blockchain-content p {
        margin: 6px 0 0;
    }
    
    .project-single-area .blockchain-content a {
        margin: 21px 0 0;
    }
    
    .project-single-area .project-analysis {
        overflow: hidden;
        display: block;
        padding-top: 78px;
        padding-bottom: 80px;
        margin-top: 80px;
        background: #071f2f;
    }
    
    .project-single-area .project-analysis .text-holder {
        overflow: hidden;
        margin-top: -4px;
    }
    
    .project-single-area .project-analysis .text-holder p {
        color: #7496af;
    }
    
    .project-single-area .project-analysis .text-holder p.mar-btm {
        margin-bottom: 17px;
    }
    
    .project-single-area .project-analysis-result {
        overflow: hidden;
        display: block;
        position: relative;
        margin-top: 26px;
    }
    
    .project-single-area .project-analysis-result .inner-content {
        background: #010f19;
        display: block;
        padding: 60px 60px;
        border: 1px solid #051825;
    }
    
    .project-single-area .project-analysis-result .inner-content .graph-outer {
        max-width: 252px;
    }
    
    .project-analysis-result .inner-content .text {
        margin: 20px 0;
        padding-left: 30px;
    }
    
    .project-analysis-result .inner-content .text h3 {
        color: #fdc209;
        margin: 0 0 16px;
    }
    
    .project-analysis-result .inner-content .text p {
        color: #7496af;
        margin: 0;
    }
    
    .project-analysis-result .inner-content .text ul {
        overflow: hidden;
        margin-top: 15px;
    }
    
    .project-analysis-result .inner-content .text ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 9px;
    }
    
    .project-analysis-result .inner-content .text ul li:last-child {
        margin-bottom: 0;
    }
    
    .project-analysis-result .inner-content .text ul li .iocn-box {
        position: absolute;
        top: 11px;
        left: 0;
    }
    
    .project-analysis-result .inner-content .text ul li .iocn-box .box {
        height: 8px;
        width: 8px;
        background: #54a2f2;
        display: block;
    }
    
    .project-analysis-result .inner-content .text ul li .iocn-box .box.bg2 {
        background: #cbcbcb;
    }
    
    .project-analysis-result .inner-content .text ul li .iocn-box .box.bg3 {
        background: #ffaa6b;
    }
    
    .project-analysis-result .inner-content .text ul li .text-box {}
    
    .project-analysis-result .inner-content .text ul li .text-box h3 {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
    }
    
    .project-single-area .project-result {
        background: #f4f4f4;
        display: block;
        padding-top: 78px;
        padding-bottom: 50px;
    }
    
    .project-single-area .project-result .sec-title h1 {
        color: #071f2f;
        font-size: 24px;
        font-weight: 500;
    }
    
    .project-single-area .project-result .text-holder {
        margin-top: -4px;
    }
    
    .project-single-area .project-result .text-holder ul {}
    
    .project-single-area .project-result .text-holder ul li {
        color: #7496af;
        font-size: 16px;
        font-style: italic;
        line-height: 40px;
    }
    
    .project-single-area .project-result .text-holder ul li i {
        color: #fdc209;
        display: inline-block;
        padding-right: 7px;
    }
    
    .project-single-area .project-result .business-growth-chart {
        margin-left: -30px;
        margin-top: 10px;
    }
    /*** 
=============================================
    Faq content area style
=============================================
***/
    
    .faq-content-area {
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    .faq-content-area .tab-menu {
        border-bottom: none;
        display: block;
        border: 1px solid #f2f2f2;
        padding: 0 20px;
    }
    
    .faq-content-area .tab-menu li {
        background: #ffffff;
        display: block;
        float: none;
        width: 100%;
        margin: 0;
    }
    
    .faq-content-area .tab-menu li .nav-link {
        position: relative;
        display: block;
        padding: 15px 20px 13px;
        padding-right: 0;
        border: none;
        border-bottom: 1px solid #f2f2f2;
        color: #222222;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        background: #ffffff;
        font-family: 'Noto Sans', sans-serif;
        transition: all 500ms ease;
    }
    
    .faq-content-area .tab-menu li:last-child .nav-link {
        border-bottom: 1px solid transparent;
    }
    
    .faq-content-area .tab-menu li .nav-link.active,
    .faq-content-area .tab-menu li:hover .nav-link {
        color: #fdc209;
        border-bottom: 1px solid #fdc209;
    }
    
    .faq-content-area .tab-menu li .nav-link:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 8px;
        height: 8px;
        background: #ddd;
        content: "";
        margin: 24px 0;
        transition: all 500ms ease;
    }
    
    .faq-content-area .tab-menu li .nav-link.active:before,
    .faq-content-area .tab-menu li:hover .nav-link:before {
        background: #fdc209;
    }
    
    .faq-content-area .accordion-box {
        background: #f7f7f7;
        display: block;
        padding: 0 30px 0;
    }
    
    .accordion-box {
        display: block;
        overflow: hidden;
        padding: 0;
    }
    
    .accordion-box .accordion {
        position: relative;
    }
    
    .accordion-box .accordion .accord-btn {
        border-bottom: 1px solid #e8e8e8;
        cursor: pointer;
        position: relative;
        transition: all 500ms ease;
        display: block;
        padding-right: 40px;
        padding-top: 20px;
        padding-bottom: 19px;
    }
    
    .accordion-box .accordion .accord-btn.last {
        border-bottom: 0px solid #f2f2f2;
    }
    
    .accordion-box .accordion .accord-btn h4 {
        color: #222222;
        font-size: 18px;
        font-weight: 500;
        line-height: 26px;
        transition: all 500ms ease;
    }
    
    .accordion-box .accordion .accord-btn::after {
        color: #8f8f8f;
        content: "\f105";
        font-family: FontAwesome;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: 17px;
        transition: all 500ms ease 0s;
        text-align: center;
        border: 1px solid #8f8f8f;
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }
    
    .accordion-box .accordion .accord-btn.active {
        transition: all 500ms ease;
    }
    
    .accordion-box .accordion .accord-btn.active h4 {
        color: #fdc209;
    }
    
    .accordion-box .accordion .accord-btn.active:after {
        content: "\f107";
        color: #fdc209;
        border-color: #fdc209;
        background: transparent;
    }
    
    .accordion-box .accordion .accord-content {
        display: none;
        position: relative;
        padding-top: 18px;
        padding-bottom: 18px;
        padding-right: 0px;
        border-bottom: 1px solid #e8e8e8;
    }
    
    .accordion-box .accordion .accord-content:before {
        position: absolute;
        top: 0;
        left: -30px;
        width: 1px;
        height: 100%;
        content: "";
        background: #fdc209;
    }
    
    .accordion-box .accordion .accord-content.collapsed {
        display: block;
    }
    
    .accordion-box .accordion .accord-content p {
        margin: 0;
        color: #808080;
    }
    /*** 
=============================================
    Not found area style
=============================================
***/
    
    .not-found-area {
        background: #ffffff none repeat scroll 0 0;
        padding-bottom: 120px;
        padding-top: 93px;
    }
    
    .not-found-content h1 {
        color: #1c1c1c;
        font-size: 150px;
        font-weight: 700;
        margin: 0 0 16px;
    }
    
    .not-found-content h3 {
        color: #1c1c1c;
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 15px;
    }
    
    .not-found-content p {
        color: #febe28;
        font-size: 18px;
        margin: 0 0 30px;
    }
    
    .not-found-content .search-form {
        width: 432px;
        position: relative;
        margin: 0 auto;
    }
    
    .not-found-content .search-form input[type="text"] {
        background: #fff;
        border: 1px solid #f4f4f4;
        color: #9a9a9a;
        display: inline-block;
        font-size: 16px;
        font-weight: 300;
        height: 55px;
        letter-spacing: 1px;
        padding-left: 20px;
        padding-right: 60px;
        position: relative;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 432px;
    }
    
    .not-found-content .search-form button {
        background: #f9f9f9 none repeat scroll 0 0;
        border: 1px solid #f4f4f4;
        color: #1c1c1c;
        display: inline-block;
        height: 55px;
        padding: 11px 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 55px;
    }
    
    .not-found-content .search-form button i {
        font-size: 14px
    }
    
    .not-found-content .search-form input[type="text"]:focus {
        border: 1px solid #febe28;
        background: #fff;
        color: #222;
    }
    
    .not-found-content .search-form input[type="text"]:focus+button,
    .not-found-content .search-form button:hover {
        background: #febe28 none repeat scroll 0 0;
        color: #fff;
    }
    /*** 
=============================================
    Blog area style
=============================================
***/
    
    #blog-area {
        padding: 10px 0;
    }
    
    .blog-default-area .post-pagination {
        margin-top: 0px;
    }
    /*** 
=============================================
    Blog large Area style
=============================================
***/
    
    .blog-large-area {}
    
    .blog-large-area .blog-post {
        margin-right: 70px;
        border-right: 1px solid #f2f2f2;
        padding-right: 30px;
        margin-top: -80px;
        padding-top: 80px;
        margin-bottom: -80px;
        padding-bottom: 80px;
    }
    
    .blog-large-area .single-blog-post {
        margin-bottom: 50px;
    }
    
    .blog-large-area .single-blog-post .text-holder {}
    
    .blog-large-area .single-blog-post .text-holder .blog-title {
        font-size: 24px;
    }
    
    .sidebar-wrapper {
        position: relative;
        display: block;
        overflow: hidden;
        margin-left: -70px;
    }
    
    .sidebar-wrapper .single-sidebar {
        overflow: hidden;
        margin-bottom: 50px;
        position: relative;
    }
    
    .sidebar-wrapper .single-sidebar.mar-btm0 {
        margin-bottom: 0;
    }
    
    .sidebar-wrapper .single-sidebar .sec-title {
        overflow: hidden;
        padding-bottom: 23px;
        margin-top: 0;
    }
    
    .sidebar-wrapper .single-sidebar .sec-title h3 {
        color: #010f19;
        font-size: 22px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .sidebar-wrapper .single-sidebar form.search-form {
        position: relative;
    }
    
    .sidebar-wrapper .single-sidebar .search-form input[type="text"] {
        background: #fff;
        border: 1px solid #f2f2f2;
        color: #ababab;
        display: block;
        font-size: 15px;
        font-weight: 500;
        height: 50px;
        letter-spacing: 1px;
        padding-left: 15px;
        padding-right: 55px;
        position: relative;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 100%;
    }
    
    .sidebar-wrapper .single-sidebar .search-form button {
        background: #fdc209 none repeat scroll 0 0;
        color: #ffffff;
        display: block;
        height: 50px;
        padding: 12px 0;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        -webkit-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
        width: 50px;
    }
    
    .sidebar-wrapper .single-sidebar .search-form button i {
        font-size: 14px
    }
    
    .sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
        border: 1px solid #222222;
        background: #fff;
        color: #000;
    }
    
    .sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,
    .sidebar-wrapper .single-sidebar .search-form button:hover {
        background: #222222 none repeat scroll 0 0;
        color: #fff;
    }
    
    .single-sidebar .categories {
        background: #fff;
        display: block;
        padding: 15px 20px 20px;
        border: 1px solid #f2f2f2;
    }
    
    .single-sidebar .categories li {
        margin-bottom: 13px;
        padding-bottom: 13px;
        padding-left: 25px;
        position: relative;
    }
    
    .single-sidebar .categories li:before {
        position: absolute;
        bottom: 0;
        left: 0px;
        width: 70px;
        height: 1px;
        content: "";
        background: #f2f2f2;
        transition: all 500ms ease;
    }
    
    .single-sidebar .categories li:last-child {
        margin-bottom: 0;
    }
    
    .single-sidebar .categories li:hover:before {
        width: 100%;
        background: #fdc209;
    }
    
    .single-sidebar .categories li a {
        color: #7496af;
        transition: all 500ms ease;
        font-size: 16px;
        font-weight: 400;
        position: relative;
    }
    
    .single-sidebar .categories li a:before {
        content: "\f175";
        font-family: FontAwesome;
        color: #c5c5c5;
        font-size: 14px;
        position: absolute;
        top: -1px;
        left: -25px;
        transition: all 500ms ease;
    }
    
    .single-sidebar .categories li a:hover::before {
        content: "\f175";
        font-family: FontAwesome;
        color: #fdc209;
        font-size: 14px;
        position: absolute;
        top: -1px;
        left: -25px;
        transition: all 500ms ease;
        transform: rotate(-90deg);
    }
    
    .single-sidebar .categories li a span {
        float: right;
    }
    
    .single-sidebar .categories li a:hover {
        color: #fdc209;
    }
    
    .single-sidebar.comment .sec-title {
        padding-bottom: 35px;
    }
    
    .single-sidebar .comment-box {}
    
    .single-sidebar .comment-box .single-item {
        position: relative;
        display: block;
    }
    
    .single-sidebar .comment-box .single-item.mar-top {
        margin-top: 42px;
    }
    
    .single-sidebar .comment-box .single-item .date-box {
        position: absolute;
        top: -12px;
        left: 20px;
        width: 130px;
        height: 25px;
        background: #f7f7f7;
        display: block;
        z-index: 2;
    }
    
    .single-sidebar .comment-box .single-item .date-box p {
        color: #808080;
        font-size: 14px;
        text-align: center;
        margin: 0;
        line-height: 25px;
    }
    
    .single-sidebar .comment-box .single-item .single-box {
        overflow: hidden;
        display: block;
        position: relative;
        border: 1px solid #f2f2f2;
        padding: 32px 20px 20px;
    }
    
    .single-sidebar .comment-box .single-item .single-box .left-content {
        position: relative;
        display: block;
    }
    
    .single-sidebar .comment-box .single-item .single-box .left-content .inner-content {
        padding-left: 70px;
        position: relative;
        min-height: 50px;
    }
    
    .single-sidebar .comment-box .single-item .single-box .left-content .inner-content .img-holder {
        display: block;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0px;
        width: 50px;
        height: auto;
    }
    
    .single-sidebar .comment-box .single-item .single-box .left-content .inner-content .img-holder img {
        transition: all 0.4s ease-in-out 0.5s;
        width: 100%;
        transform: scale(1.1, 1.1);
    }
    
    .single-sidebar .comment-box .single-item .single-box:hover .left-content .inner-content .img-holder img {
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        transform: scale(1.2, 1.2);
    }
    
    .single-sidebar .comment-box .single-box .img-holder .overlay-style-one .box .content a i {
        color: #fff;
        font-size: 14px;
        transition: all 500ms ease;
    }
    
    .single-sidebar .comment-box .single-box:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .single-sidebar .comment-box .single-box .img-holder .overlay-style-one .box .content a:hover i {
        color: #fdc209;
    }
    
    .single-sidebar .comment-box .single-box .left-content .inner-content .title-holder {
        display: block;
    }
    
    .single-sidebar .comment-box .single-box .left-content .inner-content .title-holder h5 {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 9px;
    }
    
    .single-sidebar .comment-box .single-box .left-content .inner-content .title-holder p {
        color: #808080;
        line-height: 20px;
        margin: 0;
    }
    
    .single-sidebar .comment-box .single-box .right-content {}
    
    .single-sidebar .comment-box .single-box .right-content .read-comment {
        display: block;
        margin: 11px 0px;
    }
    
    .single-sidebar .comment-box .single-box .right-content .read-comment a {
        display: inline-block;
    }
    
    .single-sidebar .comment-box .single-box .right-content .read-comment a span:before {
        color: #010f19;
        font-size: 20px;
        line-height: 20px;
        transition: all 500ms ease;
        font-weight: 500;
    }
    
    .single-sidebar .comment-box .single-box .right-content .read-comment a:hover span:before {
        color: #fdc209;
    }
    
    .single-sidebar .popular-post {}
    
    .single-sidebar .popular-post li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        padding-left: 90px;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 0px;
        height: 110px;
    }
    
    .single-sidebar .popular-post li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    
    .single-sidebar .popular-post li .img-holder {
        display: block;
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 0px;
        width: 90px;
        height: auto;
    }
    
    .single-sidebar .popular-post li .img-holder img {
        transition: all 0.4s ease-in-out 0.5s;
        width: 100%;
        transform: scale(1.1, 1.1);
    }
    
    .single-sidebar .popular-post li:hover .img-holder img {
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        transform: scale(1.2, 1.2);
    }
    
    .single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
        color: #fff;
        font-size: 16px;
        transition: all 500ms ease;
    }
    
    .single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
        color: #fdc209;
    }
    
    .single-sidebar .popular-post li .title-holder {
        padding-left: 20px;
    }
    
    .single-sidebar .popular-post li .title-holder a .post-title {
        color: #010f19;
        font-size: 18px;
        line-height: 26px;
        font-weight: 500;
        position: relative;
        margin: 0 0 10px;
        transition: all 500ms ease;
    }
    
    .single-sidebar .popular-post li .title-holder a:hover .post-title {
        color: #fdc209;
    }
    
    .single-sidebar .popular-post li .title-holder .post-date {
        color: #808080;
        display: block;
        transition: all 500ms ease;
        font-weight: 400;
        font-size: 15px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .single-sidebar .popular-post li .title-holder .post-date i {
        font-size: 13px;
        display: inline-block;
        padding-right: 5px;
        color: #fdc209;
    }
    
    .single-sidebar .popular-tag {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: -5px;
    }
    
    .single-sidebar .popular-tag li {
        display: inline-block;
        margin: 0 3px 10px;
    }
    
    .single-sidebar .popular-tag li a {
        border: 1px solid #f0f0f0;
        color: #808080;
        display: block;
        font-size: 16px;
        font-weight: 400;
        padding: 4px 12px 4px;
        transition: all 500ms ease 0s;
        border-radius: 2px;
    }
    
    .single-sidebar .popular-tag li a:hover {
        background: #fdc209;
        border-color: #fdc209;
        color: #010f19;
    }
    /*** 
=============================================
    Blog Single Area style
=============================================
***/
    
    .blog-single-area {}
    
    .blog-single-area .blog-post {
        margin-right: 70px;
        border-right: 1px solid #f2f2f2;
        padding-right: 30px;
        margin-top: -10px;
        padding-top: 10px;
        margin-bottom: -10px;
        padding-bottom: 10px;
    }
    
    .blog-single-area .single-blog-post {
        margin-bottom: 79px;
    }
    
    .blog-single-area .single-blog-post .img-holder img {
        transform: none;
    }
    
    .blog-single-area .single-blog-post .text-holder {}
    
    .blog-single-area .single-blog-post .text-holder .blog-title {
        font-size: 24px;
    }
    
    .blog-single-area .single-blog-post .text-holder .blog-title:hover {
        color: #010f19;
    }
    
    .blog-single-area .single-blog-post .text-holder p.mar-bottom {
        margin-bottom: 15px;
    }
    
    .blog-single-area .author-slogan {
        position: relative;
        display: block;
        overflow: hidden;
        background: #f6f6f6;
        text-align: center;
        padding: 33px 30px 33px;
        margin-top: 32px;
        z-index: 1;
    }
    
    .blog-single-area .author-slogan:before {
        position: absolute;
        top: 17px;
        left: 0;
        right: 0;
        color: #ffffff;
        font-size: 110px;
        line-height: 110px;
        content: "\f105";
        font-family: Flaticon;
        z-index: -1;
    }
    
    .blog-single-area .author-slogan p {
        color: #7496af;
        font-size: 18px;
        line-height: 30px;
        margin: 0 0 24px;
    }
    
    .blog-single-area .author-slogan .border {
        width: 300px;
        height: 1px;
        background: #e8e8e8;
        display: block;
        margin: 0 auto;
    }
    
    .blog-single-area .author-slogan .author-info {
        display: block;
        padding-top: 15px;
    }
    
    .blog-single-area .author-slogan .author-info h3 {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 1px;
    }
    
    .blog-single-area .author-slogan .author-info span {
        color: #fdc209;
    }
    
    .blog-single-area .bottom-content-box {
        overflow: hidden;
        display: block;
        margin-top: 40px;
    }
    
    .blog-single-area .bottom-content-box .img-box {}
    
    .blog-single-area .bottom-content-box .img-box img {}
    
    .blog-single-area .bottom-content-box .text-box {
        display: block;
        margin-top: -6px;
    }
    
    .blog-single-area .bottom-content-box .text-box p {
        margin: 0;
    }
    
    .blog-single-area .bottom-content-box .text-box p.mar-btm {
        margin-bottom: 16px;
    }
    
    .blog-single-area .tag-box {
        overflow: hidden;
        padding-top: 20px;
        border-top: 1px solid #f2f2f2;
        margin-top: 36px;
    }
    
    .blog-single-area .tag-box .left {}
    
    .blog-single-area .tag-box .left ul {
        overflow: hidden;
    }
    
    .blog-single-area .tag-box .left ul li {
        display: inline-block;
        float: left;
        margin-right: 10px;
        line-height: 35px;
    }
    
    .blog-single-area .tag-box .left ul li:last-child {
        margin: 0px;
    }
    
    .blog-single-area .tag-box .left ul li a {
        color: #909090;
    }
    
    .blog-single-area .tag-box .left ul li a i {
        background: #f4f4f4;
        height: 35px;
        width: 35px;
        display: block;
        text-align: center;
        border-radius: 50%;
        line-height: 36px;
        transition: all 500ms ease;
    }
    
    .blog-single-area .tag-box .left ul li a:hover i {
        background: #fdc209;
        color: #ffffff;
    }
    
    .blog-single-area .tag-box .tag p {
        color: #fdc209;
        margin: 4px 0;
        font-size: 15px;
        font-weight: 400;
    }
    
    .blog-single-area .tag-box .tag p span {
        color: #222222;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .blog-single-area .author-box {
        background: #ffffff none repeat scroll 0 0;
        display: block;
        padding: 0px;
        position: relative;
    }
    
    .blog-single-area .author-box .sec-title {
        padding-bottom: 35px;
    }
    
    .blog-single-area .author-box .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }
    
    .blog-single-area .author-box .inner-content {
        display: block;
        overflow: hidden;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        padding-top: 30px;
        padding-bottom: 23px;
    }
    
    .blog-single-area .author-box .img-holder {
        width: 85px;
    }
    
    .blog-single-area .author-box .img-holder,
    .blog-single-area .author-box .text-holder {
        display: table-cell;
        vertical-align: top;
    }
    
    .blog-single-area .author-box .text-holder {
        padding-left: 30px;
    }
    
    .blog-single-area .author-box .text-holder h3 {
        color: #010f19;
        font-size: 20px;
        font-weight: 500;
        margin: -2px 0 14px;
        text-transform: capitalize;
    }
    
    .blog-single-area .author-box .text-holder p {
        margin: 0 0 11px;
    }
    
    .blog-single-area .author-box .text-holder .social-link {
        margin-left: -6px;
        margin-right: -6px;
        overflow: hidden;
    }
    
    .blog-single-area .author-box .text-holder .social-link li {
        display: inline-block;
        margin: 0 6px;
    }
    
    .blog-single-area .author-box .text-holder .social-link li a i {
        color: #999999;
        font-size: 14px;
        transition: all 500ms ease;
    }
    
    .blog-single-area .author-box .text-holder .social-link li a:hover i {
        color: #fdc209;
    }
    
    .blog-single-area .comment-box {
        overflow: hidden;
        padding-bottom: 30px;
        padding-top: 58px;
    }
    
    .blog-single-area .comment-box .sec-title {
        padding-bottom: 35px;
    }
    
    .blog-single-area .comment-box .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }
    
    .blog-single-area .comment-box .single-comment-box {
        padding-left: 60px;
        position: relative;
        margin-bottom: 30px;
    }
    
    .blog-single-area .comment-box .single-comment-box.mar-left {
        margin-left: 30px;
    }
    
    .blog-single-area .comment-box .single-comment-box .img-holder {
        left: 0;
        position: absolute;
        top: 0;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder {
        border: 1px solid #f2f2f2;
        margin-left: 20px;
        padding: 15px 20px 5px;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top {
        overflow: hidden;
        padding-bottom: 8px;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box {
        position: relative;
        top: -3px;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul {
        margin-left: -0.5px;
        margin-right: -0.5px;
        overflow: hidden;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li {
        display: inline-block;
        margin: 0 0.5px;
    }
    
    .blog-single-area .comment-box .single-comment-box .text-holder .top .review-box ul li i {
        color: #fdc209;
        font-size: 14px;
    }
    
    .blog-single-area .add-comment-box {
        overflow: hidden;
    }
    
    .blog-single-area .add-comment-box .sec-title {
        padding-bottom: 30px;
    }
    
    .blog-single-area .add-comment-box .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }
    
    .blog-single-area .add-comment-box .add-rating-box {
        padding-bottom: 17px;
    }
    
    .blog-single-area .add-comment-box .add-rating-box h4 {
        color: #7496af;
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 6px;
    }
    
    .blog-single-area .add-comment-box .add-rating-box ul {}
    
    .blog-single-area .add-comment-box .add-rating-box ul li {
        border-right: 1px solid #ebebeb;
        display: inline-block;
        line-height: 20px;
        margin-right: 6px;
        padding-right: 10px;
    }
    
    .blog-single-area .add-comment-box .add-rating-box ul li:last-child {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }
    
    .blog-single-area .add-comment-box .add-rating-box ul li a i {
        color: #d6d6d6;
        font-size: 12px;
    }
    
    .blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
        color: #fdc209;
        transition: all 500ms ease;
    }
    
    .blog-single-area .add-comment-box #add-comment-form {}
    
    .blog-single-area .add-comment-box #add-comment-form .field-label {
        color: #7496af;
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 0 0 2px;
    }
    
    .blog-single-area .add-comment-box #add-comment-form input[type="text"],
    .blog-single-area .add-comment-box #add-comment-form input[type="email"],
    .blog-single-area .add-comment-box #add-comment-form textarea {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ececec;
        display: block;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        padding: 0 15px;
        width: 100%;
        margin-bottom: 12px;
        transition: all 500ms ease;
    }
    
    .blog-single-area .add-comment-box #add-comment-form textarea {
        height: 100px;
        padding: 10px 15px;
        margin-bottom: 30px;
    }
    
    .blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
        border-color: #fdc209;
    }
    
    .blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
        border-color: #fdc209;
    }
    
    .blog-single-area .add-comment-box #add-comment-form textarea:focus {
        border-color: #fdc209;
    }
    
    .blog-single-area .add-comment-box #add-comment-form button {
        padding: 18px 40px 18px;
    }
    
    .blog-single-area .add-comment-box #add-comment-form button:hover {}
    /*** 
=============================================
   Shop area  style
=============================================
***/
    
    #shop-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    
    #shop-area .shop-content {
        overflow: hidden;
    }
    
    .showing-result-shorting {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        padding-bottom: 11px;
    }
    
    #shop-area .showing-result-shorting .showing {}
    
    #shop-area .showing-result-shorting .shorting {}
    
    #shop-area .showing-result-shorting .showing p {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }
    
    .single-product-item {
        background: #fff;
        margin-bottom: 40px;
        transition: all 0.7s ease;
    }
    
    .single-product-item:hover {
        -webkit-box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
        -moz-box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
        box-shadow: 0px 3px 4px -1px rgba(220, 217, 217, 1);
    }
    
    .single-product-item .img-holder {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .single-product-item .img-holder img {
        transform: scale(1);
        transition: all 0.7s ease 0s;
        width: 100%;
    }
    
    .single-product-item:hover .img-holder img {
        transform: scale(1.1);
    }
    
    .single-product-item .img-holder .overlay-style-one {
        background-color: rgba(23, 23, 23, 0.9);
    }
    
    .single-product-item:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
        transition-delay: 0s;
    }
    
    .single-product-item .img-holder .cart-option {
        opacity: 0;
        transform: scale(0.3);
        transition: all 0.5s ease 0s;
    }
    
    .single-product-item:hover .img-holder .cart-option {
        opacity: 1;
        filter: alpha(opacity=100);
        transform: scale(1);
    }
    
    .single-product-item .img-holder .cart-option li {
        position: relative;
        margin: 0px 3px;
        display: inline-block;
    }
    
    .single-product-item .img-holder .cart-option li .tooltip-data {
        position: absolute;
        left: 20px;
        bottom: 100%;
        width: 130px;
        color: #010f19;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        opacity: 0;
        padding: 4px 0px;
        visibility: hidden;
        margin-left: -60px;
        margin-bottom: 0px;
        background-color: #ffffff;
        font-family: 'Noto Sans', sans-serif;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .single-product-item .img-holder .cart-option li .tooltip-data:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 50%;
        margin-left: -8px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #ffffff;
    }
    
    .single-product-item .img-holder .cart-option li:hover .tooltip-data {
        opacity: 1;
        visibility: visible;
        margin-bottom: 20px;
    }
    
    .single-product-item .img-holder .cart-option li a {
        position: relative;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fdc209;
        font-size: 18px;
        border-radius: 50%;
        display: inline-block;
        background-color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }
    
    .single-product-item .img-holder .cart-option li a:hover {
        color: #010f19;
        background: #fdc209;
    }
    
    .single-product-item .title-holder {
        border: 1px solid #f7f7f7;
        background: #ffffff;
    }
    
    .single-product-item .title-holder .top {
        overflow: hidden;
        padding: 22px 15px 22px;
    }
    
    .single-product-item .title-holder .top .left h5 {
        color: #010f19;
        font-size: 15px;
        font-weight: 500;
        margin: 0 0 10px;
        line-height: 20px;
    }
    
    .single-product-item .title-holder .top .left .rate {
        color: #7496af;
        font-size: 15px;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .single-product-item .title-holder .top .right {}
    
    .single-product-item .title-holder .top .right ul {
        overflow: hidden;
    }
    
    .single-product-item .title-holder .top .right ul li {
        line-height: 20px;
    }
    
    .main-shop-area .post-pagination {
        padding-top: 40px;
        border-top: 1px solid #f2f2f2;
    }
    
    #shop-area .sidebar-wrapper {
        margin-left: 0px;
    }
    
    #shop-area .sidebar-wrapper .sec-title {
        padding-bottom: 30px;
    }
    
    #shop-area .sidebar-wrapper .sec-title h3 {}
    
    .single-sidebar .price-ranger {}
    
    .single-sidebar .price-ranger .ui-widget-content {
        background: #f2f2f2;
        border: none;
        height: 2px;
    }
    
    .single-sidebar .price-ranger .ui-slider-handle {
        background: #fdc209 none repeat scroll 0 0;
        border: 2px solid #010f19;
        border-radius: 50%;
        height: 10px;
        margin-left: -4px;
        outline: medium none;
        width: 10px !important;
        cursor: pointer;
    }
    
    .single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
        top: -4px;
    }
    
    .single-sidebar .price-ranger .ui-slider .ui-slider-range {
        background: #010f19;
    }
    
    .single-sidebar .price-ranger #slider-range {
        margin-left: 3px;
        margin-right: 5px;
        margin-top: 0;
    }
    
    .single-sidebar .price-ranger .ranger-min-max-block {
        margin-bottom: 0px;
        margin-top: 25px;
    }
    
    .single-sidebar .price-ranger .ranger-min-max-block input {
        display: inline-block;
    }
    
    .single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
        float: left;
        margin-right: 20px;
        padding: 10px 0 10px;
        text-align: center;
        width: 90px;
        border: none;
        color: #010f19;
        cursor: pointer;
    }
    
    .single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {}
    
    .single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
        border: medium none;
        color: #7496af;
        font-size: 16px;
        font-weight: 300;
        outline: medium none;
        text-align: right;
        width: 40px;
    }
    
    .single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}
    
    .single-sidebar .price-ranger .ranger-min-max-block span {
        color: #7496af;
        font-weight: 400;
        font-size: 16px;
        line-height: 40px;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product {}
    
    .sidebar-wrapper .single-sidebar .latest-product li {
        border-bottom: 1px solid #f7f7f7;
        margin-bottom: 25px;
        overflow: hidden;
        padding-left: 70px;
        position: relative;
        min-height: 70px;
        padding-bottom: 25px;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-left: 70px;
        position: relative;
        padding-bottom: 0;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .img-holder {
        display: block;
        overflow: hidden;
        position: absolute;
        width: 70px;
        min-height: 70px;
        top: 0;
        left: 0;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .img-holder img {
        transform: scale(1);
        transition: all 0.7s ease 0s;
        width: 100%;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder img {
        transform: scale(1.1);
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .img-holder .overlay-style-one .box .content a i {
        background: transparent;
        opacity: 0;
        transform: scale(0.7);
        transition: all 0.5s ease 0s;
        font-size: 16px;
        color: #fff;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay-style-one .box .content a i {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
        transition-delay: 0s;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder {
        padding-left: 20px;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder a h4 {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        margin: 0 0 10px;
        transition: all 500ms ease;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder h5 {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
        font-family: 'Open Sans', sans-serif;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box {}
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li {
        display: inline-block;
        margin: 0 1px;
        position: static;
        padding: 0;
        border: none;
        min-height: auto;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li .title-holder .review-box li i {
        font-size: 12px;
        color: #fdc209;
    }
    
    .sidebar-wrapper .single-sidebar .latest-product li:hover .title-holder h4 {
        color: #fdc209;
    }
    
    .sidebar-wrapper .single-sidebar .product-tag {
        margin-left: -3px;
        margin-right: -3px;
        margin-top: -5px;
    }
    
    .sidebar-wrapper .single-sidebar .product-tag li {
        display: inline-block;
        margin: 0 3px 10px;
    }
    
    .sidebar-wrapper .single-sidebar .product-tag li a {
        border: 1px solid #f4f4f4;
        color: #808080;
        display: block;
        font-size: 15px;
        font-weight: 400;
        padding: 2px 10px 2px;
        transition: all 500ms ease 0s;
    }
    
    .sidebar-wrapper .single-sidebar .product-tag li a:hover {
        background: #fdc209;
        border-color: #fdc209;
        color: #010f19;
    }
    /*** 
=============================================
   Single Shop Area style
=============================================
***/
    
    #shop-area.single-shop-area {
        padding-bottom: 40px;
    }
    
    .single-shop-content .img-holder {
        margin-right: 50px;
    }
    
    .single-shop-content .img-holder img {
        width: 100%;
    }
    
    .single-shop-content .content-box {
        margin-left: -50px;
    }
    
    .single-shop-content .content-box h3 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 8px;
        text-transform: capitalize;
    }
    
    .single-shop-content .content-box .review-box {
        margin: 0 0 10px;
        overflow: hidden;
    }
    
    .single-shop-content .content-box .review-box ul {}
    
    .single-shop-content .content-box .review-box ul li {}
    
    .single-shop-content .content-box .review-box ul li i {
        color: #fdc209;
    }
    
    .single-shop-content .content-box span.price {
        color: #fdc209;
        font-size: 24px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }
    
    .single-shop-content .content-box .text {
        overflow: hidden;
        padding: 23px 0 9px;
    }
    
    .single-shop-content .content-box .location-box {
        margin: 4px 0 20px;
    }
    
    .single-shop-content .content-box .location-box p {
        color: #010f19;
        font-size: 16px;
        margin: 0 0 12px;
    }
    
    .single-shop-content .content-box .location-box form input {
        border: 2px solid #f7f7f7;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        width: 170px;
        transition: all 500ms ease;
        margin: 0 0 10px;
    }
    
    .single-shop-content .content-box .location-box form input:focus {
        border-color: #010f19;
    }
    
    .single-shop-content .content-box .location-box form button {
        background: #f7f7f7 none repeat scroll 0 0;
        border: medium none;
        color: #071f2f;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        margin-left: 6px;
        padding: 0;
        text-align: center;
        transition: all 500ms ease 0s;
        width: 95px;
        position: relative;
        top: -1px;
        line-height: 40px;
    }
    
    .single-shop-content .content-box .location-box form button:hover {
        background: #010f19;
        color: #fff;
    }
    
    .single-shop-content .content-box .location-box form span {
        color: #fdc209;
    }
    
    .single-shop-content .content-box .addto-cart-box {}
    
    .single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
        float: left;
        width: 46px;
    }
    
    .single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn {
        display: block;
        float: none;
        margin-left: 0px;
        position: relative;
        width: 100%;
        background: #efefef;
        border: 1px solid #efefef;
        color: #7496af;
        padding: 12px 11px;
        cursor: pointer;
    }
    
    .single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0
    }
    
    .single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0;
        margin-top: -2px;
    }
    
    .single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
        content: "\f0d8";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 5px 5px 5px;
    }
    
    .single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 2px 5px 8px;
    }
    
    .single-shop-content .content-box .addto-cart-box button.addtocart {
        height: 50px;
        width: 170px;
        line-height: 30px;
        margin-left: 43px;
        color: #fff;
        padding: 0;
        cursor: pointer;
    }
    
    .single-shop-content .content-box .addto-cart-box button.addtocart:hover {}
    
    .product-tab-box {
        position: relative;
        border: 1px solid #ececec;
        border-top: none;
        border-right: none;
        border-left: none;
        overflow: hidden;
        margin-top: 80px;
    }
    
    .product-tab-box .tab-btns {
        position: relative;
        z-index: 1;
        border-bottom: 1px solid #ececec;
        margin-bottom: 30px;
    }
    
    .product-tab-box .tab-btns .tab-btn {
        display: inline-block;
        float: left;
        margin-bottom: -1px;
        margin-right: 3px;
    }
    
    .product-tab-box .tab-btns .tab-btn span {
        background: #f7f7f7;
        border-top: 1px solid #ececec;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid transparent;
        border-radius: 0;
        cursor: pointer;
        display: block;
        margin-right: 1px;
        padding: 15px 30px 13px;
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
        background: #f7f7f7;
        transition: all 500ms ease;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .product-tab-box .tab-btns .tab-btn.active-btn span,
    .product-tab-box .tab-btns .tab-btn:hover span {
        background: #ffffff;
        color: #fdc209;
        border-left-color: #ececec;
        border-top-color: #ececec;
        border-right-color: #ececec;
    }
    
    .product-tab-box .tabs-content {
        position: relative;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        margin-top: -30px;
        padding: 35px 30px 40px;
    }
    
    .product-tab-box .tabs-content .tab {
        position: relative;
        padding: 0px;
        display: none;
    }
    
    .product-tab-box .tabs-content .tab.active-tab {
        display: block;
    }
    
    .product-tab-box .tabs-content .review-box {}
    
    .product-tab-box .tabs-content .review-box .title {
        margin-bottom: 33px;
    }
    
    .product-tab-box .tabs-content .review-box .title h3 {
        color: #010f19;
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box {
        margin-bottom: 30px;
        padding-left: 60px;
        position: relative;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .img-holder {
        left: 0;
        position: absolute;
        top: 0;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder {
        border: 1px solid #ececec;
        margin-left: 20px;
        padding: 17px 20px 12px;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .top {
        margin: 0 0 10px;
        overflow: hidden;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .name h4 {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        text-transform: capitalize;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul {
        margin-top: -2px;
        padding-left: 0px;
        position: relative;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul li {
        display: inline-block;
        margin-right: 1px;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .top .review-box ul li i {
        color: #fdc209;
        font-size: 14px;
    }
    
    .product-tab-box .tabs-content .review-box .single-review-box .text-holder .text p {
        margin: 0;
    }
    
    .product-tab-box .review-form {
        padding-top: 30px;
    }
    
    .product-tab-box .review-form .title {
        padding-bottom: 30px;
    }
    
    .product-tab-box .review-form .title h3 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .product-tab-box .review-form .add-rating-box {
        margin: 0 0 20px;
    }
    
    .product-tab-box .review-form .add-rating-box .add-rating-title h4 {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 10px;
        font-family: 'Open Sans', sans-serif;
        text-transform: none;
    }
    
    .product-tab-box .review-form .add-rating-box ul li {
        border-right: 1px solid #ebebeb;
        display: inline-block;
        line-height: 20px;
        margin-right: 10px;
        padding-right: 10px;
    }
    
    .product-tab-box .review-form .add-rating-box ul li:last-child {
        margin-right: 0px;
        padding-right: 0px;
        border-right: 0px solid #ebebeb;
    }
    
    .product-tab-box .review-form .add-rating-box ul li a i {
        color: #d6d6d6;
        font-size: 12px;
        line-height: 20px;
        margin-right: 1px;
        opacity: 0.9;
        transition: all 500ms ease 0s;
    }
    
    .product-tab-box .review-form form .field-label p {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 3px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .product-tab-box .review-form form input[type="text"],
    .product-tab-box .review-form form input[type="email"],
    .product-tab-box .review-form form textarea {
        background: #fff;
        height: 50px;
        width: 100%;
        border: 1px solid #ececec;
        color: #071f2f;
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 20px;
        transition: all 500ms ease;
    }
    
    .product-tab-box .review-form form textarea {
        height: 110px;
        padding: 10px 15px;
        margin-bottom: 25px;
    }
    
    .product-tab-box .review-form form button {
        padding: 18px 40px 18px;
    }
    
    .product-tab-box .review-form .add-rating-box ul li:hover a i {
        opacity: 1;
        color: #fdc209;
    }
    
    .product-tab-box .review-form form input[type="text"]:focus {
        border-color: #fdc209;
    }
    
    .product-tab-box .review-form form input[type="email"]:focus {
        border-color: #fdc209;
    }
    
    .product-tab-box .review-form form textarea:focus {
        border-color: #fdc209;
    }
    
    .related-product {
        padding-top: 60px;
    }
    
    .related-product .sec-title {
        padding-bottom: 30px;
    }
    
    .related-product .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .related-product .single-product-item {}
    /*** 
=============================================
   Cart area  style
=============================================
***/
    
    .cart-area {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    
    .cart-area .table-outer {
        overflow-x: auto;
        position: relative;
        width: 100%;
    }
    
    .cart-area .cart-table {
        min-width: 1024px;
        width: 100%;
    }
    
    .cart-area .cart-table .cart-header {
        background: #f7f7f7;
        color: #010f19;
        font-family: 'Noto Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        position: relative;
        text-transform: capitalize;
        width: 100%;
    }
    
    .cart-area .cart-table thead tr th {
        font-weight: 500;
        line-height: 24px;
        min-width: 110px;
        padding: 20px 25px;
    }
    
    .cart-area .cart-table thead tr th.prod-column {
        padding-left: 30px;
        text-align: left;
    }
    
    .cart-area .cart-table thead tr th.availability {
        padding: 0 40px
    }
    
    .cart-area .cart-table tbody tr {
        border-bottom: 1px solid #f7f7f7;
    }
    
    .cart-area .cart-table tbody tr td {}
    
    .cart-area .cart-table tbody tr td {
        color: #010f19;
        font-family: 'Noto Sans', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        min-width: 100px;
        padding: 27.5px 25px;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box {
        min-height: 70px;
        position: relative;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
        width: 70px;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
        display: block;
        max-width: 100%;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
    .cart-area .cart-table tbody tr .prod-column .column-box .title {
        display: table-cell;
        vertical-align: middle;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box .title {
        padding-left: 20px;
    }
    
    .cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .cart-area .cart-table tbody tr .qty {
        padding-right: 25px;
        width: 120px;
    }
    
    .cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
        float: left;
        width: 46px;
    }
    
    .cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
        display: block;
        float: none;
        margin-left: 0px;
        position: relative;
        width: 100%;
        background: #efefef;
        border: 1px solid #efefef;
        color: #7496af;
        padding: 12px 11px;
        cursor: pointer;
    }
    
    .cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
        border-radius: 0
    }
    
    .cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0;
        margin-top: -2px;
    }
    
    .cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:before {
        content: "\f0d8";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 5px 5px 5px;
    }
    
    .cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:before {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 2px 5px 8px;
    }
    
    .cart-area .cart-table tbody tr td.unit-price {
        padding-left: 40px;
        padding-right: 20px;
    }
    
    .cart-area .cart-table tbody .available-info {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        padding-left: 50px;
        position: relative;
        font-family: 'Open Sans', sans-serif;
    }
    
    .cart-area .cart-table tbody .available-info .icon {
        background: #fdc209 none repeat scroll 0 0;
        border-radius: 50%;
        color: #ffffff;
        font-size: 18px;
        height: 40px;
        left: 0;
        line-height: 40px;
        position: absolute;
        text-align: center;
        top: 0px;
        width: 40px;
    }
    
    .cart-area .cart-table tbody tr td.price {
        color: #7496af;
        font-size: 18px;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .cart-area .cart-table tbody tr .sub-total {
        color: #fdc209;
        font-weight: 400;
        font-size: 18px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .cart-area .cart-table tbody tr td .remove {}
    
    .cart-area .cart-table tbody tr td .remove .checkbox label {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        font-family: 'Open Sans', sans-serif;
    }
    
    .cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
        display: inline-block;
        position: relative;
        top: 1px;
    }
    
    .cart-middle {
        padding-top: 30px
    }
    
    .cart-middle .apply-coupon {
        padding-left: 245px;
        position: relative;
    }
    
    .cart-middle .apply-coupon input[type="text"] {
        border: 2px solid #f7f7f7;
        color: #9e9e9e;
        font-size: 14px;
        font-weight: 400;
        height: 50px;
        left: 0;
        padding: 0 15px;
        position: absolute;
        text-transform: capitalize;
        top: 0;
        transition: all 500ms ease 0s;
        width: 225px;
    }
    
    .cart-middle .apply-coupon input[type="text"]:focus {
        border: 2px solid #fdc209
    }
    
    .cart-middle .apply-coupon .apply-coupon-button button {
        padding: 18px 30px 18px;
        cursor: pointer;
    }
    
    .cart-middle .update-cart button {
        background: #f7f7f7;
        padding: 18px 30px 18px;
        cursor: pointer;
        color: #010f19;
    }
    
    .cart-middle .update-cart button:hover {
        background: #fdc209;
    }
    
    .cart-bottom {
        overflow: hidden;
        padding-top: 76px;
    }
    
    .cart-bottom .sec-title-two {
        padding-bottom: 35px;
    }
    
    .cart-bottom .sec-title-two h2 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
    }
    
    .cart-bottom .sec-title-two .border {
        height: 1px;
        width: 70px;
        display: block;
        background: #fdc209;
        margin-top: 15px;
    }
    
    .cart-bottom .calculate-shipping {}
    
    .cart-bottom .calculate-shipping .ui-state-default .ui-icon {
        background: none
    }
    
    .cart-bottom .calculate-shipping .ui-state-default {
        background: #fff none repeat scroll 0 0;
        border: 2px solid #f7f7f7;
        border-radius: 0;
        color: #7496af;
        font-size: 14px;
        font-weight: normal;
        height: 45px;
        margin-bottom: 17px;
        outline: medium none;
        width: 100%;
    }
    
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
        border-left: 2px solid #f7f7f7;
        display: block;
        float: right;
        height: 41px;
        position: relative;
        text-indent: 0;
        top: 0;
        width: 43px;
    }
    
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
        color: #9b9b9b;
        content: "\f107";
        font-family: FontAwesome;
        font-size: 20px;
        overflow: visible;
        position: absolute;
        right: 14px;
        top: 6px;
    }
    
    .cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
        display: block;
        line-height: 18px;
        overflow: hidden;
        padding: 12px 17px;
        text-align: left;
    }
    
    .cart-bottom .calculate-shipping input[type="text"] {
        border: 2px solid #f7f7f7;
        color: #7496af;
        display: block;
        font-size: 16px;
        height: 45px;
        padding: 0 18px;
        width: 100%;
        margin-bottom: 30px;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }
    
    .cart-bottom .calculate-shipping input[type="text"]:focus {
        border: 2px solid #fdc209
    }
    
    .cart-bottom .calculate-shipping button {
        padding: 18px 30px 18px;
        cursor: pointer;
    }
    
    .cart-bottom .calculate-shipping button:hover {}
    
    .cart-bottom button.checkout-btn {
        margin-top: 30px;
        padding: 18px 30px 18px;
        cursor: pointer;
    }
    /*** 
=============================================
    Checkout Area style
=============================================
***/
    
    .checkout-area {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    
    .checkout-area .sec-title {
        padding-bottom: 37px;
        margin-top: 0px;
    }
    
    .checkout-area .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }
    
    .checkout-area .sec-title .border {}
    
    .checkout-area .exisitng-customer {
        background: #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: #fdc209;
        content: "";
    }
    
    .checkout-area .exisitng-customer h5 {
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
    }
    
    .checkout-area .exisitng-customer h5 a {
        color: #fdc209;
        display: inline-block;
        padding-left: 15px;
    }
    
    .checkout-area .coupon {
        background: #f7f7f7;
        display: block;
        padding: 20px 28px 21px;
        position: relative;
        margin-bottom: 54px;
    }
    
    .checkout-area .coupon:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100%;
        background: #fdc209;
        content: "";
    }
    
    .checkout-area .coupon h5 {
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
    }
    
    .checkout-area .coupon h5 a {
        color: #fdc209;
        display: inline-block;
        padding-left: 15px;
    }
    
    .checkout-area .form form .field-label {
        color: #010f19;
        font-size: 16px;
        font-weight: 400;
        margin: -3px 0 3px;
        text-transform: capitalize;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .checkout-area .form form .field-input input[type="text"] {
        border: 1px solid #ececec;
        color: #7496af;
        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: 1px solid #fdc209;
    }
    
    .checkout-area .create-acc .checkbox {
        margin: 7px 0 0;
    }
    
    .checkout-area .create-acc .checkbox label {
        color: #fdc209;
        font-weight: 400;
        font-size: 16px;
        cursor: pointer;
    }
    
    .checkout-area .create-acc .checkbox input {
        position: relative;
        top: 1px;
    }
    
    .checkout-area .shipping-info input[type="checkbox"] {
        cursor: pointer;
        display: inline-block;
        margin: 0 0 0 40px;
        position: relative;
        top: 0px;
        vertical-align: middle;
    }
    
    .checkout-area .form form .field-input textarea {
        border: 1px solid #ececec;
        color: #7496af;
        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: #fdc209;
    }
    
    .checkout-area .bottom {
        padding-top: 40px
    }
    
    .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: #010f19;
        font-size: 16px;
        position: relative;
        text-transform: capitalize;
        width: 100%;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .checkout-area .table .cart-table thead tr th {
        font-weight: 500;
        line-height: 24px;
        min-width: 110px;
        padding: 19px 30px 17px;
        border-top: none;
        border-bottom: none;
    }
    
    .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 #f2f2f2;
    }
    
    .checkout-area .table .cart-table tbody tr td {
        vertical-align: middle
    }
    
    .checkout-area .table .cart-table tbody tr td {
        min-width: 110px;
        padding: 25px 25px;
        border-top: none;
    }
    
    .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: #010f19;
        font-size: 16px;
        font-weight: 400;
        text-transform: capitalize;
    }
    
    .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: left;
        width: 46px;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn {
        display: block;
        float: none;
        margin-left: 0px;
        position: relative;
        width: 100%;
        background: #efefef;
        border: 1px solid #efefef;
        color: #7496af;
        padding: 12px 11px;
        cursor: pointer;
    }
    
    .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 .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
        border-radius: 0;
        margin-top: -2px;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-up:before {
        content: "\f0d8";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 5px 5px 5px;
    }
    
    .checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical>.btn.bootstrap-touchspin-down:before {
        content: "\f0d7";
        font-family: FontAwesome;
        color: #7496af;
        font-size: 14px;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        padding: 2px 5px 8px;
    }
    
    .checkout-area .table .cart-table tbody tr td.price {
        color: #fdc209;
        font-size: 20px;
        font-weight: 400;
    }
    
    .cart-total-table {
        border: 2px solid #f7f7f7
    }
    
    .cart-total-table li {
        border-bottom: 1px solid #f7f7f7
    }
    
    .cart-total-table li:last-child {
        border-bottom: none
    }
    
    .cart-total-table li span.col.col-title {
        border-right: 1px solid #f7f7f7;
        color: #010f19;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        padding: 10px 18px;
        position: relative;
        width: 50%;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .cart-total-table li span.col {
        color: #7496af;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 300;
        line-height: 28px;
        padding: 10px 18px;
        position: relative;
        width: 50%;
        font-family: 'Open Sans', sans-serif;
    }
    
    .cart-total-table li span.col b {
        color: #fdc209;
        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: 700;
        min-height: 20px;
        padding-left: 20px;
    }
    
    .cart-total .payment-options .option-block .checkbox label input {
        position: relative;
        top: 1px;
    }
    
    .cart-total .payment-options .option-block .checkbox label span {
        color: #010f19;
        font-size: 16px;
        padding-left: 10px;
        font-weight: 400;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .cart-total .payment-options .option-block .checkbox label span b {
        color: #fdc209;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        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 {
        padding: 18px 35px 18px;
        margin-top: 20px;
        cursor: pointer;
    }
    
    .placeorder-button button:hover {}
    /*** 
=============================================
    Login Register Area style
=============================================
***/
    
    .login-register-area {
        padding-bottom: 73px;
        padding-top: 73px;
    }
    
    .login-register-area .form .sec-title {
        padding-bottom: 40px;
        margin-top: 0;
    }
    
    .login-register-area .form .sec-title h1 {
        color: #010f19;
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
        text-transform: capitalize;
    }
    
    .login-register-area .form .sec-title .border {}
    
    .login-register-area .form form {
        width: 100%;
    }
    
    .login-register-area .form .input-field {
        position: relative;
    }
    
    .login-register-area .form .input-field input[type="text"] {
        border: 2px solid #f4f4f4;
        color: #7496af;
        font-size: 16px;
        height: 50px;
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 50px;
        width: 100%;
        transition: all 700ms ease 0s;
    }
    
    .login-register-area .form .input-field .icon-holder {
        position: absolute;
        right: 20px;
        top: 11px;
    }
    
    .login-register-area .form .input-field .icon-holder i {
        color: #999999;
        font-size: 14px;
        font-weight: 400;
    }
    
    .login-register-area .form button {
        margin-top: 10px;
        padding: 18px 40px 18px;
        cursor: pointer;
    }
    
    .login-register-area .form button:hover {}
    
    .login-register-area .form .remember-text {
        margin-top: 19px;
    }
    
    .login-register-area .form .remember-text .checkbox label {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
        cursor: pointer;
    }
    
    .login-register-area .form .remember-text .checkbox input {
        position: relative;
        top: 1px;
    }
    
    .login-register-area .form .remember-text .checkbox span {
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .login-register-area .form .social-icon {
        float: right;
        margin-right: -8px;
        margin-top: 15px;
        position: relative;
    }
    
    .login-register-area .form .social-icon .login-with {
        display: inline-block;
        left: -100px;
        position: absolute;
        top: 8px;
    }
    
    .login-register-area .form .social-icon li {
        display: inline-block;
        margin: 0 8px;
    }
    
    .login-register-area .form .social-icon li a i {
        background: #47588f none repeat scroll 0 0;
        border-radius: 50%;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 100;
        height: 40px;
        line-height: 24px;
        padding: 8px 0;
        text-align: center;
        transition: all 700ms ease 0s;
        width: 40px;
    }
    
    .login-register-area .form .social-icon li a i.twitter {
        background: #33ccfe none repeat scroll 0 0;
    }
    
    .login-register-area .form .social-icon li a i.gplus {
        background: #dd4b39 none repeat scroll 0 0;
    }
    
    .login-register-area .form a.forgot-password {
        color: #fdc209;
        float: right;
        font-weight: 500;
        margin: 20px 0 0;
        font-family: 'Noto Sans', sans-serif;
    }
    
    .login-register-area .form h6 {
        color: #7496af;
        float: left;
        font-size: 14px;
        margin: 28px 0 0 -50px;
        font-family: 'Open Sans', sans-serif;
    }
    
    .login-register-area .form .input-field input[type="text"]:focus {
        border: 2px solid #fdc209;
    }
    
    .login-register-area .form .social-icon li a:hover i {
        background: #18387b;
    }
    
    .login-register-area .form .social-icon li a:hover i.twitter {
        background: #12addf;
    }
    
    .login-register-area .form .social-icon li a:hover i.gplus {
        background: #c62d1a;
    }
    /*** 
=============================================
    Services page area style
=============================================
***/
    
    .services-page-area {
        position: relative;
        background: #ffffff;
        padding-top: 80px;
        padding-bottom: 40px;
    }
    
    .services-page-area .single-service .img-holder {
        display: block;
        overflow: hidden;
        position: relative;
    }
    
    .services-page-area .single-service .img-holder img {
        transition: all 0.4s ease-in-out 0.5s;
        width: 100%;
        transform: scale(1.1, 1.1);
    }
    
    .services-page-area .single-service:hover .img-holder img {
        -ms-transition-delay: 0s;
        transition-delay: 0s;
        transform: scale(1.2, 1.2);
    }
    
    .services-page-area .single-service:hover .img-holder .overlay-style-one {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .services-page-area .single-service .img-holder .overlay-style-one .content .link i {
        background: #ffffff;
        width: 50px;
        height: 50px;
        line-height: 52px;
        font-size: 20px;
        color: #010f19;
        display: inline-block;
        border-radius: 3px;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        transform: translateY(100px);
        transition: all 0.3s ease-in-out 0.1s;
    }
    
    .services-page-area .single-service:hover .overlay-style-one .content .link i {
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        transform: translateY(0px);
        transition-delay: 0.3s;
    }
    
    .services-page-area .single-service .img-holder .overlay-style-one .content .link:hover i {
        background: #fdc209;
    }
    
    .services-page-area .single-service .single-service-item {
        background: #ffffff;
        padding-top: 50px;
        padding-bottom: 42px;
        border: 1px solid #f2f2f2;
        border-top: none;
        margin-bottom: 40px;
    }
    
    .services-page-area .single-service .single-service-item .text-holder h3.title a {
        color: #010f19;
        transition: all 500ms ease;
    }
    
    .services-page-area .single-service .single-service-item .text-holder h3.title a:hover {
        color: #000000;
    }
    /*** 
=============================================
   Single service Area style
=============================================
***/
    
    #single-service-area {
        padding: 80px 0 80px;
        position: relative;
    }
    
    #single-service-area .sec-title {
        margin-top: -5px;
        padding-bottom: 34px;
    }
    
    #single-service-area .sec-title h1 {}
    
    #single-service-area .content-box {
        position: relative;
        z-index: 1;
    }
    
    .single-ser-top-content {
        overflow: hidden;
    }
    
    .single-ser-top-content .top-text {
        display: block;
        margin-bottom: 33px;
    }
    
    .single-ser-top-content .top-text .mar-btm {
        margin: 0 0 17px;
    }
    
    .single-ser-top-content .inner-content {
        display: block;
        overflow: hidden;
    }
    
    .single-ser-top-content .inner-content .img-holder {
        float: left;
        max-width: 400px;
    }
    
    .single-ser-top-content .inner-content .text-holder {
        float: left;
        max-width: 470px;
    }
    
    .single-ser-top-content .inner-content .text-holder ul {
        display: block;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li {
        position: relative;
        display: block;
        padding-left: 70px;
        min-height: 140px;
        margin-bottom: 30px;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li:last-child {
        margin-bottom: 0;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .icon-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 70px;
        height: 140px;
        display: block;
        background: #fdc209;
        text-align: center;
        padding: 50px 0;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .icon-box span:before {
        color: #ff3329;
        font-size: 40px;
        line-height: 40px;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .text-box {
        padding-left: 30px;
        padding-top: 23px;
        min-height: 140px;
        position: relative;
        z-index: 1;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .text-box:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        background: #fdc209;
        content: "";
        transition: all 500ms ease;
        z-index: -1;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li:hover .text-box:before {
        width: 100%;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .text-box h3 {
        margin: 0 0 12px;
        transition: all 500ms ease;
        transition-delay: 0.5s;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li:hover .text-box h3 {
        color: #000000;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li .text-box p {
        margin: 0;
        transition: all 500ms ease;
        transition-delay: 0.5s;
    }
    
    .single-ser-top-content .inner-content .text-holder ul li:hover .text-box p {
        color: #010f19;
    }
    
    .single-ser-middle-content {
        overflow: hidden;
        margin-top: 70px;
    }
    
    .single-ser-middle-content .graph-outer {
        max-width: 236px;
    }
    
    .single-ser-middle-content .text-holder {
        display: block;
    }
    
    .single-ser-middle-content .text-holder ul {
        overflow: hidden;
        padding: 12px 0;
        display: block;
    }
    
    .single-ser-middle-content .text-holder ul li {
        margin-bottom: 16px;
    }
    
    .single-ser-middle-content .text-holder ul li:last-child {
        margin-bottom: 0;
    }
    
    .single-ser-middle-content .text-holder ul li {
        padding-left: 30px;
        position: relative;
    }
    
    .single-ser-middle-content .text-holder ul li:last-child {
        margin-bottom: 0;
    }
    
    .single-ser-middle-content .text-holder ul li .iocn-box {
        position: absolute;
        top: 11px;
        left: 0;
    }
    
    .single-ser-middle-content .text-holder ul li .iocn-box .box {
        width: 8px;
        height: 8px;
        display: block;
    }
    
    .single-ser-middle-content .text-holder ul li .iocn-box .box.bg1 {
        background: #54a2f2;
    }
    
    .single-ser-middle-content .text-holder ul li .iocn-box .box.bg2 {
        background: #cbcbcb;
    }
    
    .single-ser-middle-content .text-holder ul li .iocn-box .box.bg3 {
        background: #ffaa6b;
    }
    
    .single-ser-middle-content .text-holder ul li .text-box {}
    
    .single-ser-middle-content .text-holder ul li .text-box h3 {
        font-size: 18px;
        margin: 0 0 6px;
    }
    
    .single-ser-middle-content .text-holder ul li .text-box p {
        margin: 0;
    }
    
    .single-service-tab-box {
        overflow: hidden;
        display: block;
        margin-top: 0px;
    }
    
    .service-tab-box {}
    
    .service-tab-box .tab-menu {
        border-bottom: 1px solid #f4f4f4;
        overflow: hidden;
    }
    
    .service-tab-box .tab-menu li {
        display: inline-block;
        float: left;
        margin-bottom: 0px;
        margin-right: 3px;
    }
    
    .service-tab-box .tab-menu li span {
        background: #ffffff;
        border-top: 1px solid #f4f4f4;
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
        border-radius: 0;
        display: block;
        margin-bottom: -1px;
        padding: 15px 30px 13px;
        color: #222222;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 500ms ease;
        font-family: 'Noto Sans', sans-serif;
        position: relative;
        display: block;
        cursor: pointer;
    }
    
    .service-tab-box .tab-menu li.active span,
    .service-tab-box .tab-menu li:hover span {
        background: #f4f4f4;
        color: #febe28;
        border-left-color: #f4f4f4;
        border-top-color: #f4f4f4;
        border-right-color: #f4f4f4;
        border-bottom-color: #f4f4f4;
    }
    
    .service-tab-box .tab-content-box {
        background: #f4f4f4;
        padding: 29px 20px 20px;
        display: block;
    }
    
    .service-tab-box .tab-content-box .single-tab-content {}
    
    .service-tab-box .tab-content-box .single-tab-content .top-content {
        margin-bottom: 10px;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .top-content p {}
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content {
        overflow: hidden;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content .title {
        padding-bottom: 10px;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content .title h3 {
        font-size: 20px;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content ul {
        float: left;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content ul.left {
        margin-right: 50px;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content ul li {
        line-height: 36px;
    }
    
    .service-tab-box .tab-content-box .single-tab-content .bottom-content ul li i {
        color: #febe28;
        font-size: 14px;
        display: inline-block;
        padding-right: 8px;
    }
    
    .profit-improvement-box {
        margin-top: 70px;
        overflow: hidden;
    }
    
    .profit-improvement-box .text-holder {
        margin-right: 30px;
    }
    
    .profit-improvement-box .text-holder .text {
        margin-bottom: 25px;
    }
    
    .profit-improvement-box .text-holder ul {}
    
    .profit-improvement-box .text-holder ul li {
        padding-left: 25px;
        margin-bottom: 15px;
        position: relative;
    }
    
    .profit-improvement-box .text-holder ul li:last-child {
        margin-bottom: 0;
    }
    
    .profit-improvement-box .text-holder ul li .iocn-box {
        position: absolute;
        top: 10px;
        left: 2px;
        width: 7px;
        height: 7px;
        background: #febe28;
        display: block;
        transform: rotate(45deg);
    }
    
    .profit-improvement-box .text-holder ul li .text-box {}
    
    .profit-improvement-box .text-holder ul li .text-box p {
        margin: 0;
    }
    
    .profit-improvement-box .graph-outer {}
    
    .profit-improvement-box .graph-outer .donut-graph {
        width: 370px;
    }
    
    .profit-improvement-box .graph-outer .donut-graph img {
        width: auto;
    }
    
    .left-sidebar {
        display: block;
    }
    
    .left-sidebar .single-sidebar {}
    
    .left-sidebar .single-sidebar .service-list-box {
        background: #ffffff;
        display: block;
        border: 1px solid #f2f2f2;
        margin-bottom: 60px;
    }
    
    .left-sidebar .single-sidebar .service-list-box .title {
        border-bottom: 1px solid #e8e8e8;
        display: block;
        padding-top: 15px;
        padding-bottom: 13px;
        padding-left: 30px;
    }
    
    .left-sidebar .single-sidebar .service-list-box .title h3 {
        font-size: 22px;
        font-weight: 500;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links {
        overflow: hidden;
        display: block;
        padding: 0 20px;
        border-top: 1px solid #fdc209;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links li {}
    
    .left-sidebar .single-sidebar .service-list-box .page-links li a {
        color: #010f19;
        display: block;
        font-size: 16px;
        font-weight: 500;
        padding: 14px 20px 12px;
        padding-right: 0;
        width: 100%;
        font-family: 'Noto Sans', sans-serif;
        position: relative;
        z-index: 1;
        transition: all 500ms ease;
        transition-delay: 0.15s;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links li:last-child a {
        border-bottom: 1px solid #ffffff;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links li a:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 8px;
        height: 8px;
        content: "";
        background: #eeeeee;
        border: 1px solid #e7e7e7;
        transition-delay: 0.5s;
        transition: all 500ms ease;
        margin: 22px 0;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links li a:hover,
    .left-sidebar .single-sidebar .service-list-box .page-links li a.active {
        color: #fdc209;
        border-bottom: 1px solid #fdc209;
    }
    
    .left-sidebar .single-sidebar .service-list-box .page-links li a:hover:before,
    .left-sidebar .single-sidebar .service-list-box .page-links li a.active:before {
        background: #fdc209;
        border: 1px solid #fee084;
    }
    
    .left-sidebar .single-sidebar .title {
        overflow: hidden;
        display: block;
        border-bottom: 1px solid #f2f2f2;
        padding: 0 20px;
    }
    
    .left-sidebar .single-sidebar .title h3 {
        font-size: 20px;
        line-height: 50px;
        font-weight: 400;
    }
    
    .left-sidebar .single-sidebar .service-brochures {
        overflow: hidden;
        margin-bottom: 60px;
        display: block;
        border: 1px solid #f2f2f2;
        border-top: 1px solid #fdc209;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li {
        display: block;
        padding: 0 20px;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a {
        display: block;
        padding: 13px 0px 13px;
        transition: all 500ms ease;
        color: #7496af;
        border-bottom: 1px solid #f2f2f2;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li:last-child a {
        border-bottom: 0px solid;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a:hover {
        color: #fdc209;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .icon-holder {
        width: 26px;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .icon-holder,
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder {
        display: table-cell;
        vertical-align: middle;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder {}
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder span {
        color: #010f19;
        transition: all 500ms ease;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a .title-holder h5 {
        color: #7496af;
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        font-family: 'Open Sans', sans-serif;
    }
    
    .left-sidebar .single-sidebar .service-brochures .brochures-dwn-link li a:hover .title-holder h5 {
        color: #fdc209;
    }
    
    .left-sidebar .single-sidebar .sidebar-testimonial-box {
        display: block;
        overflow: hidden;
        border: 1px solid #f2f2f2;
        border-top: 1px solid #febe28;
    }
    
    .sidebar-testimonial {
        display: block;
        padding: 30px 20px 16px;
    }
    
    .sidebar-testimonial .single-item {}
    
    .sidebar-testimonial .single-item .client-info {
        position: relative;
        display: block;
        padding-left: 70px;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
        margin-bottom: 19px;
    }
    
    .sidebar-testimonial .single-item .client-info .img-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 55px;
        border-radius: 50%;
    }
    
    .sidebar-testimonial .single-item .client-info .title-holder {
        min-height: 55px;
        display: block;
        padding: 4px 0;
    }
    
    .sidebar-testimonial .single-item .client-info .title-holder h4 {
        color: #010f19;
        font-size: 16px;
        font-weight: 500;
        margin: 0 0 3px;
    }
    
    .sidebar-testimonial .single-item .client-info .title-holder span {
        color: #febe28;
    }
    
    .sidebar-testimonial .single-item .text-box {}
    
    .sidebar-testimonial .single-item .text-box p {
        font-size: 18px;
        font-style: italic;
        line-height: 28px;
        margin: 0;
    }
    
    .sidebar-testimonial-box .owl-dots {
        position: relative;
        margin-top: 14px;
        text-align: left;
    }
    
    .sidebar-testimonial-box .owl-dots .owl-dot {
        background-image: none;
        width: 25px;
        height: 5px;
        margin: 5px 7px;
        border: 1px solid #e8e8e8;
        padding: 0px;
        background: #ffffff;
        border-radius: 0%;
        transition: all 500ms ease;
        display: inline-block;
    }
    
    .sidebar-testimonial-box .owl-dots .owl-dot span {
        display: none;
    }
    
    .sidebar-testimonial-box .owl-dots .owl-dot.active {
        background: #febe28;
        border-color: #febe28;
        border-radius: 15px;
    }
    
    .sidebar-testimonial-box .owl-dots .owl-dot:hover {
        background: #febe28;
        border-color: #febe28;
    }
    
    .sidebar-contact-box {
        position: relative;
        display: block;
        background: #febe28;
        padding: 23px 15px 30px;
        max-width: 270px;
        margin-top: 60px;
    }
    
    .sidebar-contact-box h3 {
        font-size: 18px;
        margin: 0 0 6px;
    }
    
    .sidebar-contact-box p {
        color: #010f19;
        margin: 0 0 23px;
    }
    
    .sidebar-contact-box a {
        background: #ffffff;
    }
    
    .sidebar-contact-box a:hover {
        opacity: .7;
    }
    
    .pano-circle {
        border-radius: 50%;
        padding: 3px 10px;
    }
    
    .icon-up {
        background: #01a23b;
    }
    
    .icon-down {
        background: #dc4729;
    }
    
    .price-header-right .icon .flaticon-arrow-up::before,
    .price-header-right .icon .flaticon-arrow-down::before {
        font-size: 24px;
    }
    
    .icon h1 {
        font-size: 4em;
        color: #f6f6f6;
    }
    
    @media (min-width: 576px) {
        .price-list .bigger {
            font-size: 22px !important;
        }
        .price-list .bigger.right {
            font-weight: 700;
        }
        .price-tables-area>.container>.sec-title {
            padding-top: 40px;
        }
    }
    
    .live-price-table h6 small {
        padding-left: 16px;
        display: block;
        padding-top: 5px;
    }
    
    @media (max-width: 576px) {
        .single-blog-post .text-holder .meta-box .meta-info li {
            border-right: none;
            padding-bottom: 5px;
        }
        .price-header {
            width: 42%;
            float: left;
        }
        .price-list {
            width: 58%;
            float: right;
        }
        .price-header .currency h3 {
            font-size: 15px !important;
            padding-left: 50px;
            padding-right: 10px;
        }
        .single-price-box .price-header .price-header-right {
            position: absolute;
            top: 16px;
            right: -23px;
        }
        .single-price-box .price-header {
            overflow: inherit;
        }
        .single-price-box .price-header .price-header-left {
            padding-left: 0px;
        }
        .price-header .icon h1 {
            font-size: 1em;
        }
        .price-header-left .icon img {
            width: 25px;
        }
        .price-header-right .icon {
            padding-top: 20px;
        }
        .sociallinks-style-one {
            margin-left: 25px;
        }
        .header-bottom-area {
            display: none;
        }
        .price-header-right .icon .flaticon-arrow-up::before,
        .price-header-right .icon .flaticon-arrow-down::before {
            font-size: 16px;
        }
        .single-price-box .price-list {
            margin-top: 0px;
        }
        .single-price-box {
            padding: 0 8px 0;
        }
        .single-price-box .price-header .price-header-left .currency span {
            color: #111;
        }
        .sec-title {
            padding-bottom: 3px;
            padding-top: 10px;
        }
        .sec-title h3 {
            font-size: 15px;
        }
        .sec-title p {
            font-size: 14px;
            margin-bottom: 0;
        }
        .price-tables-area {
            padding: 20px 0!important;
        }
        .sec-title .dector.center {
            margin: 5px auto 0;
        }
        .single-price-box .price-header {
            padding-top: 20px;
        }
        .single-price-box .price-list {
            padding: 5px;
        }
        .bottom-price-table {
            padding-top: 20px;
        }
        .single-price-box .price-list {
            padding: 0px;
        }
        .bottom-price-table .pricing-box .live-price-table tbody tr td {
            padding: 5px;
        }
        .price-tables-area>.container>.sec-title {
            padding-top: 20px;
        }
        .buysell-crypto-form {
            padding: 10px 6px 10px !important;
        }
        .buysell-crypto-form:before {
            top: 99px;
            left: 50px;
        }
        .sec-title h1 {
            font-size: 24px;
        }
        .sec-title .dector {
            margin: 3px 0 0;
        }
        .latest-blog-area .more-news-button a {
            margin-bottom: 10px;
        }
    }
    
    #loading1 {
        background-image: url('../images/icon/preloader.gif');
        background-position: center center;
        background-repeat: no-repeat;
        background-color: rgb(255, 255, 255);
    }
    
    #loading1 .row {
        height: 400px;
        padding-top: 100px;
    }
    
    .mar-btm-50 {
        margin-bottom: 50px;
    }
    
    .currency-select .selectmenu {
        padding: 10px;
        border: 1px solid #b9b9b9;
    }
    
    .wid30 {
        width: 30px !important;
        padding: 10px !important;
        min-width: 30px !important;
    }
    
    .currency-select {
        padding: 5px 12px;
        margin-bottom: 41px;
    }
    
    .currency-select .left {
        float: left;
    }
    
    .currency-select .right {
        float: right;
    }
    
    .footer-logo img {
        /* height: 65px;*/
    }
    
    .input-currency {
        width: 100%;
    }
    
    tr.kurgrafik iframe {
        width: 100%;
        height: 240px;
        border: none;
        background: #f7f7f7;
        max-width: 350px;
        display: block;
        float: right;
    }
    
    .calculator-icon img {
        width: 24px;
        float: right;
        margin-left: 5px;
    }
    
    h3 {
        line-height: 18px;
    }
    
    a.calculator-icon:hover h3 {
        color: #3d85c6;
    }
    
    .input-currency {
        width: 240px;
    }
    
    th.input-currency {
        width: 320px;
    }
    
    #alisTR,
    #satisTR {
        width: 114px;
    }
    
    footer .text h3 {
        color: white;
    }
    
    .pricing-box input[type="text"] {
        border: 1px solid #c5c5c5;
        color: rgb(0, 0, 0);
        font-size: 13px;
        padding-left: 5px;
        transition: all 500ms ease 0s;
    }
    
    tr.kurgrafik {
        display: none;
    }
    
    tr.kurgrafik td {
        background: #f7f7f7;
        padding-right: 80px !important;
    }
    
    .price-tables-area a {
        color: #316a90;
    }
    
    th.input-currency {
        font-size: 13px;
    }
    
    .anv-lbl {
        display: inline-block;
        border-radius: 3px;
        float: none;
        margin: 0;
        z-index: 7;
        font-family: 'Yellowtail', cursive;
        cursor: pointer;
        font-size: 3em;
        padding: 12px;
        color: #7496af;
        position: relative;
        top: 9px;
        left: 0;
    }
    
    #grafikheader {
        display: block !important;
    }
    
    div.buy-currency {
        width: 70px!important;
    }
    
    div.buy-currency::before {
        display: none;
    }
    
    .calculator-icon img {
        width: 23px;
        margin-left: 10px;
    }
    
    .calculator-icon h3 {
        font-size: 16px;
        line-height: 17px;
        padding-top: 6px;
    }
    
    @media (max-width: 575px) {
        .breadcrumb-area .title h1 {
            font-size: 20px;
        }
        .currency-box {
            max-width: 210px !important;
            width: 210px !important;
        }
        .buy-button .currency-select-box {
            width: 120px !important;
        }
        div.buy-currency {
            width: 120px!important;
        }
        .service-tab-box .tab-content-box {
            padding: 10px 0px;
        }
        .dvz-title .table-body h6 {
            width: 150px;
            font-size: 20px;
            line-height: 15px;
        }
        .dvz-title {width: 150px; max-width: 150px;}
        h4 {
            font-size: 18px !important;
        }
        .parite h4 {
            font-size: 24px !important;
        }
        .top-content .col-xl-12 {
            padding: 0px;
        }
        .top-content .bottom-price-table .pricing-box .live-price-table tbody tr td {
            max-width: 60px;
        }
        .single-price-box .price-list ul li span.left {
            text-align: right;
            padding-right: 5px;
        }
        .single-price-box .price-list ul li {
            border-top: none;
        }
    }
    
    @media (min-width: 576px) {
        tr.kurgrafik iframe {
            max-width: 550px;
            height: 300px;
        }
    }
    
    @media only screen and (min-width: 576px) and (max-width: 766px) {
        .currency-box {
            width: 210px !important;
            max-width: max-content !important;
        }
        div.buy-currency {
            width: 120px !important;
        }
        h3 {
            line-height: 24px;
        }
    }
    
    @media only screen and (min-width: 768px) {
        .currency-box {
            width: 175px !important;
            max-width: 190px !important;
        }
        .buy-currency>div {
            width: 110px;
        }
        h3 {
            line-height: 26px;
        }
        .currency-value ul li {
            width: 100px !important;
        }
        .currency-select-box {
            width: 190 !important;
        }
        .buy-button .currency-select-box {
            width: 115px !important;
        }
    }
    
    @media (min-width:992px) {
        .buy-currency>div {
            width: 120px !important;
        }
        .currency-select-box {
            width: 198px;
        }
        .currency-value ul li {
            width: 114px !important;
        }
        .currency-box {
            width: 360px !important;
            max-width: 360px !important;
        }
        .single-price-box .price-header .price-header-left .currency h3 {
            height: 34px;
        }
    }
    
    #grafikheader .selectmenu {
        display: none;
    }
    
    .buy-button::after {
        display: none;
    }
    
    @media (min-width:1200px) {
        .currency-select-box {
            width: 201px !important;
        }
        .currency-box {
            max-width: 440px !important;
            width: 440px !important;
        }
        .currency-value ul li {
            width: 154px !important;
        }
        .kurtablo h2 {
            font-size: 24px;
        }
    }
    
    footer p {
        color: #7496af;
    }
    
    .text table tr td:nth-of-type(odd) {
        width: 150px;
    }
    
    .text li::before {
        content: "• ";
        color: #0e324a;
        padding-right: .5em;
        font-size: 1.4em;
        line-height: 1;
    }
    
    hhdm .calculator-icon h3 {
        font-size: 15px;
        line-height: 17px;
        padding-top: 0px;
    }
    
    .single-price-box .price-list ul li span.right {
        font-size: 17px;
    }
    
    hhdm .bottom-price-table .pricing-box .live-price-table {
        min-width: auto;
    }
    
    .kurtablo .single-price-box {
        margin-bottom: 0px;
    }
    
    .kurtablo .single-price-box .price-header {
        padding-top: 0px;
    }
    
    .kurtablo .single-price-box .price-header .price-header-left .currency h3 {
        height: auto;
    }
    
    .kurtablo .single-price-box .price-header {
        min-height: 52px;
    }
    
    .kurtablo .single-price-box .price-header .price-header-right {
        top: -20px;
    }
    
    .kurtablo h2 {
        color: #3e3e3e;
    }
    
    .kurtablo .text-center>h3 {
        color: #666;
    }
    
    @media (max-width:1199px) {
        .kurtablo h2 {
            font-size: 22px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width:992px) {
        .kurtablo .single-price-box .price-header .price-header-left .currency h3 {
            height: auto;
            width: 110px;
        }
    }
    
    @media only screen and (max-width:991px) {
        h4 {
            font-size: 24px;
        }
        .text-center h5 {
            font-size: 11px !important; }

        .text-center h3 a {
            font-size: 14px;
        }
        .parite h3 {
            font-size: 14px;
        }
        .kurtablo h2 {
            font-size: 18px;
        }
        .single-price-box .price-header .price-header-left .currency h3 {
            font-size: 15px;
            line-height: 22px;
            font-weight: 400;
        }
        .bottom-price-table .pricing-box .live-price-table tbody tr td h5 {
            line-height: 20px;}
        .kurtablo .single-price-box .price-header {
            min-height: 32px;
        }
        .kurtablo .single-price-box .price-header .price-header-right {
            top: -19px;
            right: 0px;
        }
        .price-header-right .icon .flaticon-arrow-up::before,
        .price-header-right .icon .flaticon-arrow-down::before {
            font-size: 16px;
        }
        .bottom-price-table .pricing-box .live-price-table tbody tr td {
            min-width: 70px;
            padding: 8px;
            border: 2px solid #ffffff;
        }
        .single-price-box .price-header .price-header-left {
            padding-left: 42px;
        }
        .kurtablo .single-price-box .price-header .price-header-left .currency h3 {
            padding-top: 4px;
        }
        .kurtablo .single-price-box .price-header .price-header-right {
            top: -39px;
        }
        .single-price-box .price-header .price-header-left .icon {
            top: 0px;
        }
        .parite tr td {
            padding: 6px !important;
        }
        small,
        .small {
            font-size: 65%;
        }
        .single-price-box {
            padding: 3px 0px 0;
        }
    }
    
    @media only screen and (max-width:576px) {
        .single-price-box .price-header .price-header-left .icon {
            display: none;
        }
        .single-price-box .price-header .price-header-left {
            padding-left: 0px;
        }
        .price-header .currency h3 {
            font-size: 15px !important;
            padding-left: 0px;
            padding-right: 5px;
        }
        .kurtablo .single-price-box .price-header .price-header-right {
            top: -15px;
            right: -102px;
        }
        
        .kurtablo .single-price-box .price-header .price-header-left .currency h3 {
            width: 165px;
        }
        .td-gun {
            padding-left: 118px !important;
        }
        .td-gun2 {
            padding-left: 65px !important;
        }
    }
    
    @media only screen and (min-width:992px) {
        .bottom-price-table .pricing-box .live-price-table tbody tr td {
            padding: 10px;
        }
    }
    
    @media only screen and (min-width:992px) and (max-width:1199px) {
        .parite h3 {
            font-size: 16px;
        }
        .kurtablo .single-price-box .price-header .price-header-left .currency h3 {
            height: auto;
            width: 140px;
        }
        .kurtablo .single-price-box .price-header .price-header-right {
            top: -26px;
        }
    }


    .price-tables-area a.btn-one {
        color: #ffffff;
    font-size: 18px;
    width: 100%;
    text-shadow: 1px 1px #ad8220;
    text-align: center;
    }