/*------------------------------------------------------------------
        File Name: style.css
        Template Name: Currencyzen - Responsive HTML5 Template
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
        1. import fonts
-------------------------------------------------------------------*/

@import url(css.css);
@import url('css1.css');
@import url('css3.css');
@import url(css4.css);
@import url('css5.css');
@import url('css6.css');
@import url('css2.css');

/*------------------------------------------------------------------
        2. import files
-------------------------------------------------------------------*/

@import url(animate.css);
@import url(font-awesome.min.css);
@import url(flaticon.css);

/*------------------------------------------------------------------
        3. basic
-------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -ms-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
}

input,
button,
select,
textarea {
    outline: none !important;
}

html,
body {
    color: #898989;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: 400;
    overflow-x: hidden !important;
}

body {
    overflow-x: hidden;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0;
    font-weight: normal;
    line-height: normal;
    color: #1f1f1f;
    margin: 0
}

h6 {
    font-size: 14px;
    margin-bottom: 10px;
}

h1 {
    font-size: 24px
}

.small_heading.main-heading h2 {
    font-size: 21px;
}

.small_heading.main-heading::after {
    top: 18px;
}

.small_heading.main-heading {
    margin-bottom: 20px;
    width: 100%;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.button_section {
    float: left;
    width: 100%;
}

.right_bt {
    float: right;
}
.rtl {
    direction: rtl;
}

a.btn,
button.btn {
    min-width: 170px;
    height: 50px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 52px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
    border: solid transform 1px;
}

a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
    background: #252525;
    color: #fff;
}

button {
    transition: ease all 0.5s;
    cursor: pointer;
}

.bt_main {
    color: #fff;
    font-size: 14px;
    min-width: 148px;
    float: left;
    text-align: center;
    height: 48px;
    line-height: 50px;
    font-weight: 500;
    border: none;
    padding: 0 35px;
    transition: ease all 0.5s;
}

.bt_main:hover,
.bt_main:focus {
    color: #fff;
}

.margin_right_15 {
    margin-right: 15px;
}

.reverse_bt.bt_main {
    color: #fff;
}

.white_bt.bt_main {
    background: #fff;
}

.white_bt.bt_main:hover,
.white_bt.bt_main:focus {
    color: #fff;
}

.field button {
    background: #fbb03b;
    color: #fff;
    font-size: 14px;
    width: auto;
    float: left;
    text-align: center;
    height: 48px;
    border-radius: 5px;
    line-height: 50px;
    font-weight: 500;
    border: none;
    margin-top: 15px;
    transition: ease all 0.5s;
    cursor: pointer;
    min-width: 148px;
}

.field button:hover,
.field button:focus {
    background: #ffffff;
    color: #f26d22;
}

.border_circle_bt {
    border-radius: 50px;
}

.padding-bottom_0 {
    padding-bottom: 0 !important;
}

.padding-top_0 {
    padding-top: 0 !important;
}

.padding-bottom_1 {
    padding-bottom: 10px !important;
}

.padding-bottom_2 {
    padding-bottom: 20px !important;
}

.padding-bottom_3 {
    padding-bottom: 30px !important;
}

.padding-bottom_4 {
    padding-bottom: 40px !important;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

.color_black p,
.color_black p.large,
.color_black ul,
.color_black ul li {
    color: #000;
}

.black_color {
    color: #000 !important;
}

.extra_light_font {
    font-weight: 300 !important;
}

.light_font {
    font-weight: 300 !important;
}

.normal_font {
    font-weight: 400 !important;
}

.semi_bold_font {
    font-weight: 600 !important;
}

.bold_font {
    font-weight: 700 !important;
}

.extra_bold_font {
    font-weight: 900 !important;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

.margin_0 {
    margin: 0 !important;
}

.padding_0 {
    padding: 0 !important;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 10px;
    line-height: 58px;
    position: relative;
}

h3 {
    font-size: 35px;
    color: #000;
    line-height: normal;
    font-weight: 800;
    text-transform: none;
}

h4 {
    font-size: 18px;
    color: #333;
    line-height: 21px;
    font-weight: 800;
    text-transform: none;
    margin: 20px 0 15px 0;
    letter-spacing: 0;
    text-transform: uppercase;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    color: #000;
}

p {
    color: #666;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
}

p.large {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
}

p.large_2 {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    line-height: 30px;
}

.img-responsive {
    max-width: 100%;
}

button,
input,
select,
textarea,
option {
    font-family: 'Poppins', sans-serif;
}

a#submit {
    z-index: 1;
}

a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10 {
    padding: 0 15px;
    float: left;
    min-height: 25px;
}

.border_radius_0 {
    border-radius: 0 !important;
}

.span1 {
    width: 10%;
}

.span2 {
    width: 20%;
}

.span3 {
    width: 30%;
}

.span4 {
    width: 40%;
}

.span5 {
    width: 50%;
}

.span6 {
    width: 60%;
}

.span7 {
    width: 70%;
}

.span8 {
    width: 80%;
}

.span9 {
    width: 90%;
}

.span10 {
    width: 100%;
}

.container {
    width: 1200px;
    max-width: 1200px;
}

.layout_padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.full {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.right_side {
    float: right;
}

.text_align_right {
    text-align: right;
}

.left_side {
    float: left;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.border_dotted_circle {
    border: dotted #e1e1e1 3px;
    width: 170px;
    height: 170px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.border_dotted_circle:hover,
.border_dotted_circle:focus {
    border: dotted #e1e1e1 3px;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotate;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more,
.white_fonts h2 {
    color: #fff !important;
}

.light_gray_fonts p,
.light_gray_fonts h1,
.light_gray_fonts h2,
.light_gray_fonts h3,
.light_gray_fonts h4,
.light_gray_fonts h5,
.light_gray_fonts h6,
.light_gray_fonts ul,
.light_gray_fonts ul li,
.light_gray_fonts ul li a,
.light_gray_fonts ul i,
.light_gray_fonts .post_info i,
.light_gray_fonts div,
.light_gray_fonts a.read_more {
    color: #898989 !important;
}

.dark_bg_theme {
    background: #111;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-top: none;
    border-bottom: none;
    position: relative;
}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}

.dark_gray {
    background-color: #252525;
    min-height: 400px;
}

.list_style_1 {
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0 15px;
}

.list_style_1 i {
    float: left;
    margin: 3px 16px 0 0;
}

.light_silver {
    background: #f2f2f2;
}

.light_silver_2 {
    background: #f8f8f8;
}

hr.dottad_border {
    border-top: dotted 3px;
    margin: 80px 0;
}

.padding_right_left_15 {
    padding-left: 15px;
    padding-right: 15px;
}

.padding_right_left_25 {
    padding-left: 25px;
    padding-right: 25px;
}

.padding_top_80 {
    padding-top: 80px;
}

.padding_bottom_80 {
    padding-bottom: 80px;
}

.padding_inner {
    padding-top: 75px;
    padding-bottom: 75px;
}

.theme_color_bg h2::after {
    background: #fff;
}

.layout_pur_minus {
    margin-bottom: -190px;
    position: relative;
    z-index: 1;
}

.haf_full_section {
    position: relative;
}

.haf_full_section.right_full::after {
    content: "";
    display: block;
    width: 50%;
    background-color: #333;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.haf_full_section.left_full::before {
    content: "";
    display: block;
    width: 50%;
    background-color: #333;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.gray1 {
    background: #464646;
}

.gray2 {
    background-color: #555555;
}

.overlap_top_img_main {
    margin: -70px 0 0 0;
}

.center_padding {
    padding: 150px 0 120px;
}

.border_0 {
    border-width: 0 !important;
}

.oswald_fonts h1,
.oswald_fonts h2,
.oswald_fonts h3,
.oswald_fonts h4,
.oswald_fonts h5,
.oswald_fonts h6 {
    font-family: 'Oswald', sans-serif;
}

.small_radius {
    border-radius: 5px;
}

section .small_head h2 {
    font-size: 30px;
}

.margin_top_0 {
    margin-top: 0 !important;
}

.montserrat_fonts li,
.montserrat_fonts a,
.montserrat_fonts ul {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.margin_top_30 {
    margin-top: 30px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.padding_top_0 {
    padding-top: 0 !important;
}

.container {
    width: 100%;
    max-width: 1280px;
}

.opacity_1 {
    opacity: 0.1;
}

.opacity_2 {
    opacity: 0.2;
}

.opacity_3 {
    opacity: 0.3;
}

.opacity_4 {
    opacity: 0.4;
}

.opacity_5 {
    opacity: 0.5;
}

.opacity_6 {
    opacity: 0.6;
}

.opacity_7 {
    opacity: 0.7;
}

.opacity_8 {
    opacity: 0.8;
}

.opacity_9 {
    opacity: 0.9;
}

.opacity_10 {
    opacity: 1;
}


/*------------------------------------------------------------------
    - loader
-------------------------------------------------------------------*/


/* Preloader */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#status {
    background: url('../images/loading.gif');
    width: 220px;
    height: 220px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------------
    - header
-------------------------------------------------------------------*/

.left_logo_design::before {
    background: #08183f;
    width: 600%;
    height: 140px;
    content: "";
    display: none;
    position: absolute;
    right: 0;
}

.header_information {
    float: left;
    width: 100%;
    border-bottom: solid #eee 1px;
    padding-bottom: 10px;
}

.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.header_top {
    background: #ebeef0;
    min-height: 40px;
    padding-bottom: 0;
}

.login_section ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 12px 0 12px;
}

.login_section ul li {
    text-transform: uppercase;
    float: left;
    margin-left: 35px;
}

.login_section ul li a {
    color: #fff;
}

.login_section ul li img {
    margin-right: 5px;
    float: left;
    width: 18px;
    margin-top: 4px;
}

.heading_main h2 span {
    color: #f26d22;
}

.header_bg_transparent {
    background: rgba(37, 37, 37, 0.2);
}

.left_head {
    float: left;
}

.left_head ul {
    margin: 12px 0 11px;
}

div.left_head ul li {
    display: inline;
    margin-right: 30px;
    font-size: 14px;
    color: #3f504d;
}

div.left_head ul li i {
    font-size: 16px;
    margin-right: 5px;
    color: #1e72bc;
}

.right_head {
    float: right;
}

.right_head .social_icon_part {
    float: left;
}

.right_head .button_section {
    float: right;
    width: auto;
}




.right_bt {
    float: right;
    margin-top: 23px;
}

.white-banner h2 {
    color: #111 !important;
}

.white-banner .blue_layer h3 {
    color: #222 !important;
}

.white-banner p {
    color: #222 !important;
}

.full.slide_cont {
    position: absolute;
    width: 100%;
    top: 38%;
    display: flex;
    justify-content: center;
    z-index: 9;
}

.full.slide_cont .slide_cont_inner {
    width: 1200px;
    text-align: center;
    display: none;
}

.full.slide_cont {
    position: absolute;
    width: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    height: 100%;
    z-index: 1;
    align-items: center;
}

.information_part1 {
    margin-top: -8px;
    position: relative;
}

.coins {
    display: none;
}

.subcribe h3 {
    margin: 8px 0 0;
    color: #fff;
}

.slide_cont_inner {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    letter-spacing: -4px;
}

.theme_color {
    color: #f26d22;
}

.theme_color_ {
    color: #f26d22;
}

.slide_cont_inner h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.slide_cont_inner h2 small {
    font-size: 28px;
    letter-spacing: 0px;
}

.blue_layer {
    min-height: auto;
    margin-top: 0;
    z-index: 1;
    position: relative;
    padding: 0;
    transform: skew(0);
    text-align: left;
    margin-bottom: 50px;
    text-align: center;
}

.blue_layer h3 {
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: 0;
    margin-top: 15px;
    color: #fff !important;
}

.blue_layer p {
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
    margin: 20px 0 0;
    letter-spacing: 0;
    padding: 0 0;
    color: #fff;
}

.feature_b1 h4 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.bold_text {
    font-weight: 600;
}

.feature_b1 {
    background: #fff;
    text-align: center;
    padding: 0 25px 0px;
    float: left;
    width: 100%;
}

.feature_b1 p {
    font-size: 16px;
    line-height: normal;
    color: #999;
    font-weight: 400;
}

.read_more_bt {
    min-width: 145px;
    height: 55px;
    background: #288fdd !important;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 55px;
    text-transform: uppercase;
    box-shadow: 0 -10px 0 -5px #333;
    margin-top: 10px;
    font-weight: 700;
    padding: 0 45px;
    letter-spacing: 0.2px;
    font-size: 16px;
}

.main_bt {
    min-width: 125px;
    height: 45px;
    background: #f26d22;
    color: #fff;
    float: left;
    border: none;
    text-align: center;
    line-height: 45px;
    text-transform: uppercase;
    box-shadow: 0 -6px 0 -3px #141414;
    margin-top: 10px;
    font-weight: 400;
    padding: 0 30px;
    letter-spacing: 1px;
}

p.center {
    margin-bottom: 0;
}

.theme_color_bg {
    background: #288fdd;
}

span.black_text {
    color: #000 !important;
}

.feature_b2 {
    padding: 25px;
    text-align: center;
}

.feature_b2_inner {
    background: #fff;
    width: 330px;
    height: 330px;
    border-radius: 100%;
    padding: 55px 0;
}

.feature_b2_inner h3 {
    text-transform: none;
    font-weight: 500;
    margin-top: 10px;
    font-size: 25px;
}

.link {
    text-align: center;
    color: #fff;
    font-size: 25px;
    margin-top: 10px;
    font-weight: 500;
}

.heading_main h2 span {
    font-weight: 800;
}

.main_bt {
    width: auto;
    height: 55px;
    background: #f26d22;
    color: #fff;
    float: left;
    text-align: center;
    line-height: 54px;
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
}

.margin_top_10 {
    margin-top: 10px;
}

.margin_top_50 {
    margin-top: 50px;
}

h3.heading_2 {
    font-size: 35px;
    text-transform: none;
    font-weight: 500;
    line-height: 40px;
}

.caltulate input {
    border: solid #000 2px;
    height: 60px;
    background: transparent;
    padding: 0 10px;
}

.caltulate input {
    border: solid #000 2px;
    height: 60px;
    background: transparent;
    padding: 0 10px;
}

.caltulate input.field_1 {
    width: 90px;
}

.caltulate input.field_2 {
    width: 220px;
}

.caltulate button {
    height: 60px;
    border: solid #000 2px;
    width: 165px;
    margin-left: 30px;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
}

.caltulate span {
    font-size: 17px;
    color: #000;
    line-height: 58px;
    margin: 0 10px;
    font-weight: 500;
}

.caltulate button:hover,
.caltulate button:focus {
    background: #f26d22;
    color: #fff;
    border-color: #f26d22;
}

.feature_b3 h3 {
    font-weight: 600;
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 28px;
}

.feature_b3 p {
    font-size: 16px;
    color: #666666;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 0;
    margin-top: 5px;
    padding: 0;
}

.tabbar ul.nav li {
    float: left;
    width: 20%;
}

.tabbar .nav-item a {
    color: #222222;
    font-size: 21px;
    font-weight: 600;
    height: auto;
    line-height: normal;
    padding: 15px 0 15px 0;
    border: none;
    border-bottom: solid #111 4px !important;
    float: left;
    width: 100%;
}

.tabbar .nav-item a:hover,
.tabbar .nav-item a:focus,
.tabbar .nav-item .active {
    border-color: #f26d22 !important;
    color: #f26d22;
    background: transparent;
}

.tabbar .nav-tabs {
    border-bottom: none;
    border-top: none;
    justify-content: space-between;
}

.tab-content {
    margin-top: 0px;
}

.tab-content>.active {
    display: block;
    opacity: 1;
}

.tabbar {
    margin-top: -30px;
}

.tabbar h3 {
    font-size: 28px;
    font-weight: 700;
    text-transform: none;
    line-height: 35px;
    margin-bottom: 16px;
    margin-top: 30px;
}

.full.used_payment ul {
    float: left;
    width: 48%;
    margin-right: 2%;
    margin-top: 10px;
}

.full.used_payment ul li {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    min-height: 50px;
    border-bottom: solid #eee 1px;
    line-height: 50px;
}

.full.used_payment ul li:last-child {
    border-bottom: none;
}

.full.used_payment ul i {
    margin-right: 5px;
}



.form_news .field {
    float: left;
    width: 100%;
}

.form_news .field input {
    height: 60px;
    background: transparent;
    border: solid rgba(255,255,255,.5) 2px;
    font-size: 16px;
    font-weight: 300;
    padding: 0 20px;
    float: left;
    width: 70%;
    color: #fff;
}

.form_news .field *::placeholder {
    color: #000;
    opacity: 1;
}

.form_news button {
    background: #fff;
    border-radius: 0;
    margin-top: 0;
    height: 60px;
    float: right;
    width: 29%;
    text-transform: uppercase;
    font-weight: 700;
    color: #111;
}

.form_news button:hover,
.form_news button:focus {
    background: #fff;
    color: #111;
}




/** 11-oct-2018 **/

.map_video video {
    width: 100%;
}

.feature_b4 .icon img {
    height: 80px;
}

.feature_b4 {
    float: left;
    width: 100%;
    margin-top: 25px;
    box-shadow: 5px 0 30px -26px #000;
    padding: 30px 5px 30px;
}

.feature_b4 p {
    font-size: 14px;
    padding: 0 5px;
    margin-bottom: 0px;
}

.feature_b4 h4 {
    margin-top: 20px;
}

.inner_page_section {
    min-height: 350px;
    background: #222;
    padding-top: 140px;
}

h3.inner_title {
    color: #fff;
    font-weight: 500;
    font-size: 45px;
    margin-top: 70px;
    text-transform: uppercase;
    font-weight: 700;
}

.inner_page_section {
    min-height: 280px;
    background: url('../images/inner_bg.png');
    padding-top: 50px;
    background-size: cover;
    background-position: center bottom;
}

.feature_b1 .icon img {
    height: 60px;
}

.margin_bottom_50 {
    margin-bottom: 50px;
}

.margin_bottom_20 {
    margin-bottom: 20px;
}

.margin_bottom_30 {
    margin-bottom: 30px;
}

.logo_layout {
    position: relative;
}

.logo_layout::after {
    width: 300%;
    height: 2px;
    background: #fff;
    display: block;
    content: "";
    left: -100%;
    position: absolute;
    top: 52%;
}

.logo_layout img {
    position: relative;
    z-index: 1;
    border: solid #fff 5px;
    border-radius: 100%;
}

.feature_b5 {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 0;
    box-shadow: none;
}

.case_study {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.02);
    margin-top: 30px;
    padding-bottom: 50px;
}

.case_study_cont {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
}

.feature_b5 h5 {
    font-size: 25px;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.feature_b5 h5::after {
    width: 50px;
    height: 5px;
    content: "";
    background: #f26d22;
    display: block;
    margin: 10px auto 0;
}

.feature_b5 p {
    margin: 5px 0 0 0;
    line-height: 24px;
}



a.submenu_footer_arrow {
    float: left;
    width: 100%;
}

.feature_b8 img.icon {
    height: 125px;
}

.margin_top_20 {
    margin-top: 20px;
}

.feature_b8 h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 25px;
}

.feature_b8 {
    padding: 50px 0;
    background: #f9f9f9;
    float: left;
    width: 100%;
}

.heading_main h3,
.heading_main h3 span {
    font-size: 38px;
    font-weight: 300;
    letter-spacing: 0px;
}

.feature_b5 img {
    border-radius: 100%;
    width: 210px;
    margin-bottom: 10px;
}

.case_study h5 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.xrp_section {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.xrp_section ul li {
    margin: 0;
    width: 16.66%;
    float: left;
    text-align: center;
    position: relative;
}

.xrp_section ul {
    float: left;
    width: 100%;
}

.xrp_section ul li span {
    width: 100%;
    float: left;
}

.xrp_section ul li span p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 18px;
    margin-top: 5px;
}

.xrp_section ul li span.head_xrp {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    border-top: solid #ddd 1px;
    margin-top: -50px;
    padding-top: 50px;
}

.xrp_section ul li span.chain_blog {
    width: 40px;
    height: 40px;
    background: #f26d22;
    margin: 0 auto;
    margin-bottom: 0px;
    float: none;
    display: flex;
    border-radius: 100%;
    border: solid #fff 10px;
    box-shadow: 0 0 0 1px #ddd;
    margin-bottom: 29px;
    position: relative;
}

.xrp_exchange {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.xrp_exchange ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.xrp_exchange ul li {
    float: left;
    width: 16.6%;
}

.feature_b9_inner {
    float: left;
    width: 90%;
    min-height: 250px;
    background: #fff;
    margin-top: 20px;
    margin-left: 5%;
    box-shadow: 2px 2px 10px -8px #000;
    padding: 65px 50px;
}

.feature_b9 h4 {
    font-weight: 500;
    font-size: 21px;
}

.feature_b9_inner h3 {
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 23px;
    font-weight: 600;
    color: #f26d22;
}

.margin_bottom_10 {
    margin-bottom: 10px;
}


/** wallets page section **/

.wallets_section ul {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
}

.wallets_section ul li {
    width: 16.66%;
    float: left;
    text-align: center;
}

.wallets_section ul.head_wallets li {
    min-height: 75px;
    background: #08183f;
    line-height: 72px;
    color: #fff;
    font-size: 18px;
    border: solid rgba(255, 255, 255, .2) 1px;
    margin-right: -1px;
    font-weight: 300;
}

.wallets_section ul.table_wallets li {
    line-height: 55px;
    font-size: 16px;
    border: solid #ddd 1px;
    margin: 0 -1px -1px 0px;
    padding: 10px;
}

.wallets_section ul.table_wallets li i {
    font-size: 28px;
}

.wallets_section ul.table_wallets li {
    line-height: normal;
    font-size: 16px;
    border: solid #ddd 1px;
    margin: 0 -1px -1px 0px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75px;
}

.wallets_section ul.table_wallets li {
    line-height: normal;
    font-size: 15px;
    border: solid #ddd 1px;
    margin: 0 -1px -1px 0px;
    padding: 17px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    font-weight: 400;
    color: #111;
}

.wallets_section ul.table_wallets li i {
    color: #ccc;
}

.wallets_section ul.table_wallets li i.red_mark {
    color: #f05221;
}

.wallets_section ul.table_wallets li i.green_mark {
    color: #84de2c;
}

ul.table_wallets li.icon_logo img {
    height: 35px;
}

.wallets_section ul.head_wallets li {
    min-height: 55px;
    background: #f26d22;
    line-height: 55px;
    color: #fff;
    font-size: 16px;
    border: solid rgba(255, 255, 255, 0.3) 1px;
    margin-right: -1px;
    font-weight: 700;
    border-bottom: none;
    border-top: none;
    margin-bottom: -1px;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}

.wallets_section ul.table_wallets li.icon_logo {
    background: #f6f6f6;
}

.wallets_section {
    background: #fff;
    padding: 20px 15px 20px 20px;
    border: solid #ddd 1px;
    box-shadow: 0 20px 100px -85px #000;
}

.bounty_section {
    background-image: url('../images/bg_ambe.png');
    background-size: cover;
    background-position: center center;
}

.ambess_section {
    background-image: url('../images/bg_ambe.png');
    background-size: cover;
    background-position: center center;
}

.ambess_section h2 {
    font-size: 58px;
    font-weight: 200;
    position: relative;
    margin-bottom: 20px;
}

.ambess_section h2::after {
    width: 90px;
    height: 5px;
    background: #f26d22;
    content: "";
    margin: 25px auto 0;
    display: block;
}

.ambess_section p strong {
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 0;
}

.ambess_section p.large_2 {
    font-weight: 100;
    font-size: 20px;
    line-height: normal;
}

.signup_bt.read_more_bt {
    min-width: 280px;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    box-shadow: 0 -6px 0 -3px #111;
    letter-spacing: 0px;
    color: #fff !important;
    font-weight: 600;
}

.team_cont h3 {
    text-align: center;
    font-size: 20px;
    color: #222;
    margin-top: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    padding-bottom: 0;
}

.team_cont p {
    text-align: center;
    font-weight: 400;
    color: #999;
    margin-top: 2px;
}

.team_blog {
    margin-bottom: 30px;
}

.small_list .team_cont {
    display: none;
}

.kit_head {
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
}


/**-- video icon change section -**/

.full_main_video {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: -10px;
    border: solid #fff 15px;
    box-shadow: 0 0 50px -25px rgba(0,0,0,.4);
}

.playpause {
    background-image: url(../images/play_icon.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: 0;
    background-size: auto;
    background-position: center center;
}

.video {
    width: 100%;
    margin: 0 0 -4px 0;
    height: auto;
}

.video_bg_main {
    background-image: url('../images/video_bg.png');
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: #ebeef0;
}


/** form **/

.bounty_section .heading_main h2 {
    border-left: solid #f26d22 10px;
    line-height: 50px;
    padding-left: 20px;
}

.form_bunty {
    float: left;
    margin-top: -170px;
}

.form_bunty h3 {
    background: #f26d22;
    color: #fff;
    padding: 14px 30px 13px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
}

.form_bunty form {
    float: left;
    width: 100%;
    padding: 30px 35px;
    background: #fff;
}

.form_bunty form .field {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.form_bunty form .field label {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.form_bunty form .field input {
    width: 100%;
    float: left;
    margin-top: 5px;
    border: solid #ddd 1px;
    padding: 8px 15px;
    color: #666;
    font-weight: 300;
    border-radius: 0;
}

.bunty_list {
    list-style: decimal;
    font-size: 17px;
    font-weight: 300;
}

.bunty_list li {
    margin-bottom: 15px;
    margin-top: 10px;
    padding-left: 10px;
}

.link_st li a {
    color: #;
}

.link_st li {
    float: left;
    margin-right: 30px;
}

ul.link_st {
    list-style: disclosure-closed;
    color: #f26d22;
    margin-top: 15px;
    float: left;
    width: 100%;
    float: left;
    margin-left: 18px;
}


/**-- landing page --**/

.landing_header::before {
    display: none;
}

.header.landing_header {
    background: #0f2554;
    box-shadow: 0 10px 35px -25px #000;
    position: relative;
}

.header.landing_header .logo img {
    height: 120px;
}

.landing_header .main_menu {
    margin: 10px 0 10px 0;
}

.landig_slide {
    background: url('../images/landing_slider_img.png');
    height: 80vh;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header.landing_header .full.logo_section {
    display: flex;
    justify-content: center;
}

.header.landing_header .full.logo_section {
    margin: -85px 0 -50px 0;
}

.header.landing_header .main_menu li.logo_space a {
    width: 150px;
}

.header.landing_header .logo {
    margin: 0 0 0 -25px;
    float: left;
    position: relative;
    z-index: 11;
    border: solid #0f2554 4px;
    border-radius: 100%;
    position: relative;
    top: 10px;
}

.header.landing_header .menu_landing {
    position: relative;
}

.header.landing_header .menu>ul>li {
    float: left;
    padding: 0;
    margin: 0 25px;
}

.landing_header .main_menu .menu>ul>li a {
    padding: 15px 0;
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    position: relative;
    top: 1px;
}

.landing_header .main_menu .menu>ul>li a:hover,
.landing_header .main_menu .menu>ul>li a:focus {
    color: #f26d22;
}

.slide_cont_landing h3 {
    font-size: 65px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 60px;
    margin-top: 100px;
}

.slide_cont_landing p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.slide_cont_landing .read_more_bt {
    box-shadow: 0 -6px 0 -3px #fff;
}

.landing_page .feature_b1 h4 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-transform: none;
    line-height: 28px;
}

.app_img {
    position: relative;
    top: 30px;
}

.bd_pay .feature_b1 {
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
}

.bd_pay .feature_b1 h4 {
    text-transform: none;
    font-weight: 400;
    line-height: 28px;
    font-size: 21px;
}

.feature_b_pay {}

.feature_b_pay h4 {
    font-size: 20px;
    letter-spacing: 0;
}

.application_app {
    position: relative;
    top: -25px;
    margin-bottom: -35px;
}

.padding_bottom_0 {
    padding-bottom: 0;
}

.margin_right_15 {
    margin-right: 15px !important;
}

.dark_bg_theme .heading_main h2 span {
    color: #fba33b;
}


/**

.dark_layer {
    position: relative;
    padding-top: 165px;

}

.dark_layer::after {
    width: 100%;
    min-height: 95px;
    background: url(../images/layer_blue.png);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}

**/


/** new css **/


/** header **/

.img-responsive {
    max-width: 100%;
}

.country_blog {
    float: right;
}

.country_blog span {
    color: #666;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.country_blog select {
    width: 135px;
    background: #fff;
    border: none;
    padding: 5px 5px;
    font-weight: 600;
    margin-left: 10px;
    float: right;
    color: #000;
    height: 30px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 0 30px -10px rgba(0,0,0,.7);
}

.country_blog {
    float: right;
    margin-top: 0;
    padding: 4px 0 0;
}

ul.social_icon li i {
    position: relative;
    top: 1px;
}


/** bottom header **/





.running_stock {
    height: 65px;
    background: #ebeef0;
    padding: 15px 0;
}

.map_bg {
    background-image: url('../images/map.png');
    background-size: 100%;
    background-position: left top;
    background-repeat: no-repeat;
}

.icons {
    margin-top: 50px;
}

.dark_layer_2 {
    background-image: url('../images/crypto_digital.png');
    background-color: #ebeef0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}


/** slider continue running **/

#logo-ticker {
    margin: 0;
    padding: 0;
    background-color: transparent;
    width: 100%;
    position: relative;
    float: left;
}

#logo-ticker .footer-logo-slider {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 35px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#logo-ticker .footer-logo-slider .footer-logo {
    float: left;
    width: 50px;
}

.footer-logo-slider>ul {
    position: relative;
    display: inline-block;
}

.footer-logo-slider li {
    display: inline-block;
    height: auto;
    width: auto;
    padding: 0;
    position: absolute;
    top: 0;
    text-align: center;
}

.logo {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 0;
}

.footer-logo-slider li img {
    width: 35px;
    margin: 0 15px;
    position: relative;
    border: solid #fff 2px;
    border-radius: 100%;
}

.brand-list {
    list-style: none;
}

.brand-list li {
    float: left;
    margin: 0 25px;
}

.brand-list {
    list-style: none;
    display: flex;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 50px;
    width: 100%;
    overflow: auto;
}


/** calculator css **/


/** search bar **/

.search-wrapper {
    position: absolute;
    transform: none;
    top: 0;
    right: 0;
}

.search-wrapper.active {}

.search-wrapper .input-holder {
    height: 50px;
    width: 50px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 100px;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin-top: 6px;
}

.search-wrapper.active .input-holder {
    width: 450px;
    border-radius: 50px;
    background: #fff;
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}

.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0px 70px 0 25px;
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 500;
    line-height: 52px;
    color: #000;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}

.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: none;
}

.search-wrapper .input-holder .search-icon {
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 6px;
    background: #fff;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #fff;
    line-height: 50px;
}

.search-wrapper .input-holder .search-icon i {
    color: #fff;
}

.search-wrapper .input-holder .search-icon i {
    color: #288fdd;
    position: relative;
    top: 2px;
}

.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 30px;
    right: -1px;
}

.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}

.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}

.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
    position: absolute;
    content: '';
}

.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 9px;
    top: 18px;
    border-radius: 2px;
    background: #FE5F55;
}

.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 0px;
    top: 0px;
    border-radius: 16px;
    border: 4px solid #FE5F55;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 24px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -35px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    top: 20px;
}

.search-wrapper .close::before,
.search-wrapper .close::after {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 2px;
}

.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}

.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}


/** end search bar **/


/** footer **/

footer h3.footer_heading {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 800;
    color: #111 !important;
    padding-top: 15px;
    padding-bottom: 18px;
}

.footer_links li {
    float: left;
    width: 50%;
}

.footer_links li {
    float: left;
    width: 100%;
}

footer p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 20px !important;
}

footer .col-md-8 .col-md-4 div.full {
    padding-left: 50px;
}

#mobile_slider {
    display: none;
}


/** inner pages **/

.img-responsive {
    max-width: 100%;
}

.wrapper td button {
    float: right;
}


/** testimonial slider **/

body .testimonial {
    padding: 100px 0;
}

body .testimonial .row .tabs {
    all: unset;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}

body .testimonial .row .tabs li {
    all: unset;
    display: block;
    position: relative;
}

body .testimonial .row .tabs li.active::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #71b85f;
    border-radius: 50%;
    z-index: 1;
}

body .testimonial .row .tabs li.active::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-color: #71b85f;
    border-radius: 50%;
}

body .testimonial .row .tabs li:nth-child(1) {
    align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(1)::before {
    left: 64%;
    bottom: 0;
    top: 200px;
}

body .testimonial .row .tabs li:nth-child(1)::after {
    left: 97%;
    bottom: -81px;
}

body .testimonial .row .tabs li:nth-child(1) figure img {
    margin-left: auto;
    border-radius: 100%;
}

body .testimonial .row .tabs li:nth-child(2) {
    align-self: flex-start;
}

body .testimonial .row .tabs li:nth-child(2)::before {
    right: -65px;
    top: 50%;
}

body .testimonial .row .tabs li:nth-child(2)::after {
    bottom: 101px;
    border-radius: 50%;
    right: -120px;
}

body .testimonial .row .tabs li:nth-child(2) figure img {
    margin-right: auto;
    max-width: 300px;
    width: 100%;
    margin-top: -50px;
    border-radius: 100%;
}

body .testimonial .row .tabs li:nth-child(3) {
    align-self: flex-end;
}

body .testimonial .row .tabs li:nth-child(3)::before {
    right: -10px;
    top: -66%;
}

body .testimonial .row .tabs li:nth-child(3)::after {
    top: -130px;
    border-radius: 50%;
    right: -46px;
}

body .testimonial .row .tabs li:nth-child(3) figure img {
    margin-left: auto;
    margin-top: -50px;
    border-radius: 100%;
}

body .testimonial .row .tabs li:nth-child(3):focus {
    border: 10px solid red;
}

body .testimonial .row .tabs li figure {
    position: relative;
}

body .testimonial .row .tabs li figure img {
    display: block;
}

body .testimonial .row .tabs li figure::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 4px solid #f26d22;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

body .testimonial .row .tabs li figure:hover::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

body .testimonial .row .tabs.carousel-indicators li.active figure::after {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

body .testimonial .row .carousel>h3 {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    margin-bottom: 0;
}

body .testimonial .row .carousel h1 {
    font-size: 40px;
    line-height: 1.225;
    margin-top: 23px;
    font-weight: 700;
    margin-bottom: 0;
}

body .testimonial .row .carousel .carousel-indicators {
    all: unset;
    padding-top: 43px;
    display: flex;
    list-style: none;
}

body .testimonial .row .carousel .carousel-indicators li {
    background: #000;
    background-clip: padding-box;
    height: 15px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
    margin-top: 42px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
    letter-spacing: 0.5px;
}

body .testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
    color: #000;
    font-weight: 700;
    margin-top: 37px;
    font-size: 20px;
    line-height: 1.45;
    text-transform: uppercase;
}

body .testimonial .row .carousel .carousel-indicators li.active {
    background: #f26d22;
}

@media only screen and (max-width: 1200px) {
    body .testimonial .row .tabs {
        margin-right: 25px;
    }
}


/** add nex css **/

.side_bar {
    float: left;
}

.side_bar_blog {
    margin-bottom: 35px;
    float: left;
    width: 100%;
}

.side_bar h4 {
    margin-top: 0;
}

.side_bar_blog .input-group {
    background: rgba(0, 0, 0, .08);
    width: 100%;
    border-radius: 50px;
    height: 50px;
}

.side_bar_blog .input-group input.form-control {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 16px 25px 15px;
    height: auto;
    font-size: 14px;
    color: #333;
}

.side_bar_blog .input-group span.input-group-addon {
    border: none;
    background: transparent;
    padding: 10px 20px;
}

.side_bar_blog .input-group span.input-group-addon button {
    background: transparent;
    border: none;
    font-size: 15px;
    color: #000000;
}

.side_bar h4 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}

.product_list {
    background: #1b334d;
    padding-bottom: 20px;
    box-shadow: 2px 2px 5px 0 #ddd;
}

.product_detail_btm h4 {
    color: #fff;
}

.categary {
    font-size: 15px;
}

.categary li {
    margin-bottom: 5px;
    transition: ease all 0.5s;
}

.categary li:hover,
.categary li:focus {
    padding-left: 10px;
}

.recent_item {
    color: #000;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.starratin {
    color: #ffcc00;
}

.price_recent_item {
    margin: 0;
    color: #000;
    text-align: left;
}

.old_price {
    font-size: 14px;
    color: #ccc;
    text-decoration: line-through;
}

.new_price {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.product_price p {
    margin: 0;
    text-align: center;
}

.product_price {
    margin-top: 10px;
}

.categary a {
    color: #000;
}


/**================================================= 
    17. BLOG PAGE
=================================================**/

.recent_post li {
    margin-bottom: 20PX;
}

.post_head {
    font-weight: 500;
    margin: 0;
}

.post_head a {
    color: #1b334d;
}

.tags li {
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.tags a {
    border: solid 1px #1f1f1f;
    border-radius: 50px;
    padding: 0 15px;
    float: left;
    min-height: 42px;
    line-height: 42px;
    font-size: 13px;
    line-height: 42px;
}

.tags a:hover,
.tags a:focus {
    border-color: #1f1f1f;
    background: #1f1f1f;
    color: #fff;
}

.blog_feature_cantant {
    padding: 30px;
    float: left;
    width: 100%;
    margin-top: 30px;
}

.blog_head {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.blog_section p {
    line-height: 24px;
    float: left;
    width: 100%;
    text-align: left;
}

.post_info {
    float: left;
    width: 100%;
    margin: 5px 0 15px;
}

.post_info li {
    display: inline;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}

.bottom_info {
    float: left;
    width: 100%;
}

.bottom_info .read_more {
    font-weight: 500;
    font-size: 14px;
    margin-top: 12px;
    float: left;
}

.blog_section {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

.shr {
    float: left;
    font-weight: 400;
    margin-right: 15px;
    margin-top: 5px;
    color: #222;
}

.social_icon {
    float: left;
    margin: 2px 0 0 0;
}

.social_icon ul {
    list-style: none;
    float: left;
}

.social_icon ul li {
    display: inline;
    font-size: 20px;
    margin-right: 10px;
}

.blog_feature_cantant .social_icon {
    float: right;
    width: auto;
}

.blog_feature_cantant .social_icon li a {
    color: #111;
}

.blog_feature_cantant .social_icon li a:hover,
.blog_feature_cantant .social_icon li a:focus {
    color: #f26d22;
}

.post_info li i {
    color: #111;
}


/**================================================= 
    18. PAGINATION SECTION 
=================================================**/

.pagination {
    margin: 0;
}

.pagination>li {
    display: inline;
    margin: 0 4px;
    float: left;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: 0;
    line-height: normal;
    color: #000000;
    background-color: #fff;
    border: solid #e1e1e1 1px;
    border-radius: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 28px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #111;
    border-color: #111;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/**================================================= 
    19. BLOG DETAILS PAGE 
=================================================**/

.testimonial_simple_say p.large_2 {
    margin-top: 10px;
}

.view_commant {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.command_cont {
    padding: 20px 30px;
    min-height: 120px;
}

.blog_section p.comm_head {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}

.blog_section p.comm_head span {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

.blog_section p.comm_head a.rply {
    float: right;
    font-weight: 400;
    text-transform: none;
}

.blog_section .command_cont p {
    line-height: 24px;
    font-size: 15px;
}

.command_cont {
    margin-bottom: 30px;
}

.post_commt_form {
    float: left;
    width: 100%;
    padding: 30px 35px 35px;
    border: solid #ddd 1px;
}

.post_commt_form h4 {
    padding: 0 5px;
}


/**================================================= 
    20. CONTACT PAGE 
=================================================**/

.contact_information {
    float: left;
    width: 100%;
    margin: 0;
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
}

.contact_information .icon_bottom {
    width: 108px;
    background: #f0f0f0;
    height: 80px;
    border-radius: 100%;
    line-height: 80px;
    font-size: 28px;
}

.icon_bottom {
    width: 30px;
    margin-right: 20px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
}

.adress_cont .info_cont h4 {
    font-size: 16px;
    margin: 0;
    color: #111;
    text-align: center;
}

.information_bottom i {
    color: #111;
}

.contact_form {
    float: left;
    margin-top: 10px;
    width: 90%;
    margin-left: 5%;
}


/**----- FORM STYLE -----**/

input.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 50px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
}

textarea.field_custom {
    border: solid #e1e1e1 1px;
    width: 100%;
    background: #f8f8f8;
    min-height: 150px;
    padding: 15px 20px;
    line-height: normal;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
}

.field {
    padding: 0 5px;
}


/** detail testimonial page **/

.testimonial_simple_say {
    background: #f8f8f8;
    padding: 50px 100px 35px;
    margin-top: 20px;
}

.qoute_testimonial {
    font-size: 45px;
    position: absolute;
    margin-left: -60px;
    margin-top: -40px;
    color: #288fdd;
}

.testimonial_simple_say p {
    font-size: 18px;
    line-height: normal;
    color: #000;
    text-align: left;
}

.blog_section .command_cont p {
    line-height: 21px;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
}

.comm_head {
    font-weight: 600 !important;
}

.black_fonts .comm_head {
    color: #111;
}

.black_fonts p {
    color: #111;
}

.weight_400 {
    font-weight: 400;
}

.weight_600 {
    font-weight: 600;
}

.weight_700 {
    font-weight: 700;
}

.weight_800 {
    font-weight: 800;
}


/*** information ***/

.information_bottom {
    display: flex;
}

.contact_information .icon_bottom {
    width: 110px;
    background: #f0f0f0;
    height: 80px;
    border-radius: 100%;
    line-height: 80px;
    font-size: 30px;
}

.information_bottom .info_cont p {
    font-size: 17px;
    margin-top: 2px;
}

.information_bottom {
    display: flex;
    margin-bottom: 20px;
}

.information_bottom .info_cont {
    text-align: left;
}

.information_bottom .info_cont {
    text-align: left;
    width: 100%;
    padding: 20px 0;
}

.information_bottom .info_cont h4 {
    text-align: left;
}

.information_bottom .info_cont p {
    margin: 0;
}

.coin_parches_info p {
    font-size: 18px;
    text-align: left;
    color: #333;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 30px;
    line-height: 25px;
}

.coin_name_parchase {
    font-size: 42px;
    margin-top: 30px;
}

/** new css style **/

.carousel-item img {
    width: 100%;
    height: auto;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
    color: #000;
    font-size: 45px;
    width: 75px;
    height: 75px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 0 40px -25px #000;
    top: calc(50% - 35px);
    opacity: 1;
}

.carousel-control-next:hover,.carousel-control-next:focus,
.carousel-control-prev:hover,.carousel-control-prev:focus {
    background: #f26d22;
    color: #fff;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-next i {
    left: 2px;
    position: relative;
}

.carousel-control-prev {
    left: 30px;
}

.carousel-control-prev i {
    right: 2px;
    position: relative;
}










.clearblank {
	clear: both;
	width: 100%;
	overflow: hidden;
}

article {
    width: 1200px;
	margin: auto;
	text-align: right;
	overflow: hidden
}

/*lbox*/
.lbox {
	width: 75%;
	float: right;
	overflow: hidden
}
/*banner*/
.banbox {
	width: 68.5%;
	overflow: hidden;
	float: right;
	border-radius: 3px;
	margin-bottom: 20px
}
.banner {
	width: 100%;
	overflow: hidden;
	float: left;
}
.headline {
	width: 30%;
	float: left;
	overflow: hidden;
}
.headline ul {
	height: 260px;
}
.headline ul li {
	width: 100%;
	background: #000;
	overflow: hidden;
	height: 125px;
	margin-bottom: 10px;
	border-radius: 3px;
	position: relative
}
.headline ul li a {
	display: block;
	overflow: hidden;
	height: 100%;
}
.headline ul li img {
	width: 100%;
	height: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
	opacity: .7;
}
.headline ul li:hover img {
	transform: scale(1.1);
	opacity: 1
}
.headline ul li span {
	bottom: 0;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	margin-top: 5px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 24px;
	height: 48px;
}
.fader {
	position: relative;
	width: 100%;
	height: 260px; /*padding-top: 50%;*/
	font-family: "futura", arial;
	overflow: hidden;
}
.fader .slide {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1;
	opacity: 0;
}
.fader .slide img {
	width: 100%;
	height: 260px;
	margin: auto;
}
.fader .prev, .fader .next {
	position: absolute;
	height: 32px;
	line-height: 32px;
	width: 40px;
	top: 50%;
	left: 50px;
	z-index: 4;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0;
	transition: all 150ms;
}
.fader .prev {
	background: url(../images/left.png) no-repeat
}
.fader .next {
	left: auto;
	right: 50px;
	background: url(../images/right.png) no-repeat
}
.fader .pager_list {
	position: absolute;
	width: 100%;
	height: 26px;
	padding: 0;
	line-height: 40px;
	bottom: 0;
	text-align: center;
	z-index: 4;
}
.fader .pager_list li {
	border-radius: 10px;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background: #fff;
	opacity: .9;
	text-indent: -9999px;
	cursor: pointer;
	transition: all 150ms;
}
.fader .pager_list li:hover, .fader .pager_list li.active {
	opacity: 1;
	background: #12b7de;
}
.banner:hover .fader_controls .page.prev {
	opacity: .7;
	left: 20px
}
.banner:hover .fader_controls .page.next {
	opacity: .7;
	right: 20px
}

.rbox {
	width: 23.5%;
	float: left;
	overflow: hidden;
}
.whitebg {
	background: #fff;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.topnews {
	display: block;
	margin: 20px 0;
	background: #000;
	position: relative;
	overflow: hidden;
	border-radius: 3px;
	max-height: 110px;
}
.topnews img {
	opacity: .7;
}
.topnews span {
	bottom: 0;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	color: #FFF;
	text-align: center;
	font-size: 15px;
	padding: 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 22px;
}
.topnews:hover img {
	opacity: .9;
	transform: scale(1.1);
}
.tuijian ul {
	overflow: hidden;
	padding-top: 10px
}
.tuijian li {
	overflow: hidden;
	margin-bottom: 10px;
	height: 60px;
}
.tuijian li i {
	width: 70px;
	height: 70px;
	margin-right: 10px;
	overflow: hidden;
	display: block;
	float: left;
}
.tuijian li i img {
	height: 100%;
	max-width: 100%;
	min-width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.tuijian li p {
	margin-top: 10px;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	font-size: 14px;
}
.tuijian li:hover {
	background: #f6f6f6;
}
.tuijian li:hover img {
	transform: scale(1.1);
}

/*htitle*/
.htitle {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	color: #484848;
	font-weight: normal;
	position: relative;
	margin-bottom: 10px;
	overflow:hidden;
}
.htitle:after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	content: "";
	background: #000;
	left: 0;
	bottom: 0;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.htitle:hover:after {
	width: 80px;
}

/*bloglist*/
.bloglist ul {
	padding: 10px 0 0
}
.bloglist li {
	overflow: hidden;
	margin-bottom: 20px;
	border-bottom: #eee 1px dashed;
	padding-bottom: 20px;
	position: relative;
	min-height: 120px;
}
.blogtitle {
	margin: 0 0 10px 0;
	font-size: 18px;
	overflow: hidden;
}
.bloglist li:hover .blogtitle a {
	color: #337ab7;
}
.blogtitle b {
	color: #F00
}
.blogpic {
	float: left;
	width: 23.2%;
	margin-right: 20px;
	display: block;
	overflow: hidden;
	border-radius: 3px;
	position: relative;
	max-height: 140px;
}
.blogpic i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-style: normal;
	padding: 3px 5px;
	background: rgba(18,182,221,.8);
	font-size: 14px;
}
.blogpic i a {
	color: #FFF
}
.bplist {
	display: block;
	overflow: hidden
}
.bplist a {
	display: block;
	float: left;
	width: 25%;
	overflow: hidden
}
.bplist a img {
	border-radius: 3px;
	width: 200px;
	height: 140px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.bplist a img:hover {
	transform: scale(1.05)
}
.blogtext {
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	margin-top: 20px
}
.bloginfo {
	margin-top: 20px;
	overflow: hidden;
	color: #999;
	line-height: 34px;
}
.bloginfo span {
	/* margin: 0 5px */
}
.bloginfo span a {
	color: #096
}
.imgscale img {
	width: 100%;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	transition: all 0.5s;
}
.imgscale:hover img {
	transform: scale(1.1);
}

@media only screen and (max-width: 480px) {
.blogtitle {
	font-size: 16px
}
.blogpic {
	width: 100px;
	margin-right: 10px;
	max-height: 76px;
}
.blogpic i {
	display: none
}
.blogtext {
	margin-top: 15px
}
}
