/**================================================= 
	2. IMPORT FILES
=================================================**/

@import url(font-awesome.min.css);

/**================================================= 
	3. BASIC 
=================================================**/

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    box-sizing: border-box;
}

html,
body {
    color: #333;
    font-size: 15px;
    /* font-family: 'Poppins', sans-serif; */
    line-height: normal;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}


/* body {
     overflow-x: hidden;
}*/

body.demos .section {
    background: url(images/bg.html) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

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
}

canvas {
    display: block;
    vertical-align: bottom;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

a {
    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: right;
    width: 100%;
}

a.btn,
button.btn {
    min-width: 170px;
    height: 50px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    color: #fff;
    border: solid transform 1px;
    border: solid #fff 1px;
}

.layout_padding_2.dark_bg a.btn {
    min-width: 240px;
    height: 50px;
}

.trust_kbe .our_work_type p {
    min-height: 130px;
    overflow: hidden;
}

.btn.main_btn.btn-default {
    border: 2px solid #e9d16f;
    background: transparent;
    color: #e9d16f;
}

.btn.dark_gray_bt {
    background: #252525;
}

a.btn.border_btn {
    border: solid #fff 1px;
    background: transparent;
}

a.btn.border_btn:hover,
a.btn.border_btn:focus {
    background: #e9d16f;
    border-color: #e9d16f;
    color: #031629;
}

a.btn:hover,
button.btn:hover,
a.btn:focus,
button.btn:focus {
    background: #252525;
    color: #fff;
}

button.btn.white_btn,
a.btn.white_btnbutton.btn.white_btn,
a.btn.white_btn {
    background: #fff;
    padding: 0 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 ul,
.color_black ul li {
    color: #000;
}

.black_color {
    color: #000;
}

.semi_bold {
    font-weight: 600;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
    border: none;
}

.margin_0 {
    margin: 0 !important;
}

.padding_0 {
    padding: 0 !important;
}

h2 {
    font-size: 45px;
    color: #222;
    line-height: 36px;
    font-weight: 600;
    text-transform: none;
    line-height: normal;
    letter-spacing: -0.5px;
}

.layout_padding_2 {
    padding: 90px 0;
}

.heading_main h2::after {
    content: "";
    width: 20px;
    height: 20px;
    margin: 6px auto 0;
    display: block;
    border: solid #fff 4px;
    transform: rotate(0);
    box-shadow: 0 0 0 5px #27415a;
    background: #27415a;
    border-radius: 100%;
}

.dark_bg .heading_main h2::after {
    background: #041e37;
    box-shadow: 0 0 0 5px #041e37;
    border-color: #e9d16f;
}

.heading_main span {
    color: #27415a;
}

.heading_main span::after {
    border-bottom: solid #27415a 4px;
    color: #fff;
    padding-bottom: 15px;
    content: "";
    display: block;
    width: 120px;
    margin: 0 auto -18px;
}

h3 {
    font-size: 20px;
    color: #1b334d;
    line-height: normal;
    font-weight: 500;
    text-transform: none;
    margin: 20px 0 10px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 20px 0 10px 0;
    color: #041e37;
}

h5 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: normal;
    color: #000;
}

p {
    color: #333;
    font-size: 15px;
    line-height: 24px;
    /* text-align: center; */
    letter-spacing: 0.5px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed rgba(0, 0, 0, .2);
}

p.large {
    color: #898989;
    font-size: 18px;
    font-weight: 600;
}

p.large_2 {
    font-weight: 500;
    font-size: 18px;
    color: #898989;
}

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: right;
    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;
}

.section_padding {
    padding: 80px 0 100px;
}

.layout_padding {
    padding: 80px 0;
}

.full {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.top_80 {
    top: 80px;
}

.vertical-center {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.right_side {
    float: left;
}

.right_text {
    text-align: right;
}

.left_side {
    float: right;
}

.left_text {
    text-align: right;
}

.center_text {
    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 {
    color: #fff !important;
}

section.background_bg_bottom {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
}

.parallax_bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.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: right;
    margin: 3px 16px 0 0;
}

.light_silver {
    background: #f4f6fe;
}

.light_silver_2 {
    background: #f8f8f8 !important;
}

.padding-bottom_5 {
    padding-bottom: 50px !important;
}

hr.dottad_border {
    border-top: dotted 3px;
    margin: 80px 0;
}

.margin_bottom_30_all {
    margin-bottom: 30px;
}

.margin_bottom_20_all {
    margin-bottom: 20px;
}

.margin_bottom_0 {
    margin-bottom: 0px !important;
}

button {
    cursor: pointer;
}

.btn.main_btn {
    background: #041e37;
    border: solid #041e37 1px;
    font-size: 15px;
    line-height: 48px;
    font-weight: 500;
    margin-top: 25px;
}

.btn.main_btn:hover,
.btn.main_btn:focus {
    background: #e9d16f;
    color: #182e45;
    border-color: #e9d16f;
}

.modal-open {
    overflow: hidden;
    padding: 0 !important;
}

.post_commt_form .btn.main_btn:hover,
.layout_error .btn.main_btn:hover,
.layout_error .btn.main_btn:focus {
    background: #ffffff;
    color: #182e45;
    border-color: #ffffff;
}


/**================================================= 
	4. LOADER 
=================================================**/

.bg_load {
    float: right;
    position: fixed;
    width: 100%;
    text-align: center;
    height: 100%;
    z-index: 999;
    top: 0;
    background: #031629;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bg_load img {
    width: 80px;
}

.loader_animation {
    animation-name: rotatey;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotatey;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotatey;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotatey;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotatey;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes rotatey {
    from {
        -webkit-transform: rotatey(0deg);
        -moz-transform: rotatey(0deg);
        -ms-transform: rotatey(0deg);
        -o-transform: rotatey(0deg);
        transform: rotatey(0deg);
    }
    to {
        -webkit-transform: rotatey(360deg);
        -moz-transform: rotatey(360deg);
        -ms-transform: rotatey(360deg);
        -o-transform: rotatey(360deg);
        transform: rotatey(360deg);
    }
}

@-moz-keyframes rotatey {
    from {
        -moz-transform: rotatey(0deg);
    }
    to {
        -moz-transform: rotatey(360deg);
    }
}

.full_layout_without_container {
    padding: 80px 15px 50px;
}

.opacity_half_color {
    opacity: 0.5;
}

.opacity_70_color {
    opacity: 0.7;
}

.padding_75 {
    padding: 75px 0;
}

.dark_bg .heading_main span {
    color: #fff;
}

.dark_bg .heading_main span::after {
    border-color: #fff;
}


/**================================================= 
	5. HEADER 
=================================================**/

header {
    box-shadow: 0 0 60px -35px #000;
    z-index: 2;
    position: relative;
    background: #1b334d;
}


/**----- HEADER TOP -----**/

.header_top {
    border-bottom: solid rgba(255, 255, 255, .1) 1px;
    min-height: 40px;
    background: #e9d16f;
}

.header_top_menu li {
    float: right;
}

.header_top_menu {
    margin: 8px 0 7px;
}

.header_top p.inform_cont i {
    font-size: 17px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}

.header_top p.inform_cont {
    float: right;
    font-size: 12px;
    margin: 10px 15px 9px 0;
    color: #fff;
}

.header_top_menu li a {
    color: #041e37;
    font-size: 14px;
}

.header_top_menu li a:hover,
.header_top_menu li a:focus {
    color: #000;
}

.cutomer_ser li {
    margin-left: 20px;
}

.user_login li {
    margin-right: 20px;
}


/**----- LOGO -----**/

.logo {
    margin: 10px 0 7px;
}


/**----- MENU -----**/

.main_menu {
    float: right;
    width: 100%;
    /* display: flex; */
    justify-content: center;
    margin: 20px 0 0;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    float: left;
}

#cssmenu>ul>li {
    float: right;
}

#cssmenu.align-center>ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center>ul>li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right>ul>li {
    float: left;
}

#cssmenu>ul>li>a {
    padding: 18px 20px;
    font-size: 16px;
    letter-spacing: 0px;
    text-decoration: none;
    color: #fff;
    font-weight: normal;
    text-transform: none;
}

#cssmenu>ul>li:hover>a {
    color: #e9d16f;
}

#cssmenu>ul>li.has-sub>a {
    padding-left: 24px;
}

#cssmenu>ul>li.has-sub:hover>a:after,
#cssmenu>ul>li.has-sub:focus>a:after {
    background: #e9d16f;
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 26px;
    left: 12px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: '';
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 23px;
    left: 15px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 34px;
    height: 0;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu li:hover>ul {
    left: auto;
    background: #fff;
}

#cssmenu.align-right li:hover>ul {
    left: auto;
    right: 0;
}

#cssmenu li:hover>ul>li {
    height: 45px;
}

#cssmenu ul ul ul {
    margin-right: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-right: 0;
    margin-left: 100%;
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 20px 15px;
    width: 215px;
    font-size: 14px;
    text-decoration: none;
    color: #27415a;
    font-weight: 400;
    background: #fff;
    text-transform: none;
    cursor: pointer;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
    border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
    color: #27415a;
    background: #e9d16f;
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 20px;
    right: 11px;
    width: 10px;
    height: 2px;
    display: block;
    background: #27415a;
    content: '';
}

#cssmenu.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    width: 2px;
    height: 10px;
    background: #27415a;
    content: '';
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#cssmenu.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

#cssmenu.small-screen {
    width: 100%;
    background: #e9d16f;
}

#cssmenu.small-screen ul {
    width: 100%;
    display: none;
}

#cssmenu.small-screen.align-center>ul {
    text-align: left;
}

#cssmenu.small-screen ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
}

#cssmenu.small-screen ul ul li,
#cssmenu.small-screen li:hover>ul>li {
    height: auto;
}

#cssmenu.small-screen ul li a,
#cssmenu.small-screen ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #041e37;
}

#cssmenu.small-screen>ul>li {
    float: right;
}

#cssmenu.small-screen ul ul li a {
    padding-right: 25px;
}

#cssmenu.small-screen ul ul ul li a {
    padding-right: 35px;
}

#cssmenu.small-screen ul ul li a {
    color: #041e37;
    background: none;
}

#cssmenu.small-screen ul ul li:hover>a,
#cssmenu.small-screen ul ul li.active>a {
    color: #ffffff;
}

#cssmenu.small-screen ul ul,
#cssmenu.small-screen ul ul ul,
#cssmenu.small-screen.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: right;
    background: #f1f1f1;
}

#cssmenu.small-screen>ul>li.has-sub>a:after,
#cssmenu.small-screen>ul>li.has-sub>a:before,
#cssmenu.small-screen ul ul>li.has-sub>a:after,
#cssmenu.small-screen ul ul>li.has-sub>a:before {
    display: none;
}

#cssmenu.small-screen #menu-button {
    display: block;
    padding: 16px 16px;
    color: #041e37;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    width: 92%;
    float: right;
}

#cssmenu.small-screen #menu-button::after {
    position: absolute;
    top: 21px;
    left: 20px;
    display: block;
    height: 8px;
    width: 25px;
    border-top: 3px solid #041e37;
    border-bottom: 3px solid #041e37;
    content: '';
}

#cssmenu.small-screen #menu-button::before {
    position: absolute;
    top: 16px;
    left: 20px;
    display: block;
    height: 3px;
    width: 17px;
    background: #041e37;
    content: '';
}

#cssmenu.small-screen #menu-button.menu-opened::after {
    top: 21px;
    border: 0;
    height: 3px;
    width: 15px;
    background: #041e37;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu.small-screen #menu-button.menu-opened::before {
    top: 21px;
    background: #041e37;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#cssmenu.small-screen .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 49px;
    width: 100%;
    cursor: pointer;
}

#cssmenu.small-screen .submenu-button.submenu-opened {
    /* background: #041e37; */
}

#cssmenu.small-screen ul ul .submenu-button {
    height: 34px;
    width: 34px;
}

#cssmenu.small-screen .submenu-button::after {
    position: absolute;
    top: 22px;
    left: 18px;
    width: 10px;
    height: 2px;
    display: block;
    background: #041e37;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:after {
    background: #ffffff;
}

#cssmenu.small-screen .submenu-button::before {
    position: absolute;
    top: 18px;
    left: 22px;
    display: block;
    width: 2px;
    height: 10px;
    background: #041e37;
    content: '';
}

#cssmenu.small-screen ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
}

#cssmenu.small-screen .submenu-button.submenu-opened:before {
    display: none;
}

#cssmenu.small-screen.select-list {
    padding: 5px;
}


/**----- MARKET VALUE SLIDER -----**/

#main-content img {
    max-width: 100%;
}

.coin_info {
    float: right;
    width: 100%;
    line-height: 18px;
}

.coin_name {
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.coin_name span {
    color: #e9d16f;
    margin-left: 8px;
}

.coin_price span {
    color: #fff;
    margin-left: 5px;
}

.coin_price,
.coin_time {
    font-size: 12px;
    color: #acd7e7;
    float: left;
}

.coin_time a {
    background: #acd7e7;
    padding: 1px 5px;
    border-radius: 2px;
}

.coin_price {
    margin-right: 15px;
}

.inner {
    text-align: left;
}

#main-content {
    background: rgba(29, 51, 75, .5);
    position: absolute;
    z-index: 1;
}

#carouselTicker {
    border-top: solid rgba(255, 255, 255, .1) 1px;
    direction: ltr;
}


/**----- MENU RIGHT SECTION -----**/

ul.social-links {
    float: right;
    list-style: none;
    margin: 34px 0;
    padding: 0 26px 0 0;
    border-right: solid #5d7387 1px;
}

ul.social-links li:first-child {
    margin-right: 0;
}

ul.social-links li:last-child {
    margin-left: 0;
}

ul.social-links li {
    float: right;
    font-size: 24px;
    margin: 0;
    margin-right: 20px;
    transition: ease all 0.5s;
    line-height: 28px;
}

ul.social-links li:hover a,
ul.social-links li:focus a {
    color: #e9d16f;
}


/**----- SEARCH BAR -----**/

.search_bar {
    float: left;
    margin: 6px 0 0;
}

.search_btn {
    background: transparent;
    border: none;
    color: #e9d16f;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

#search_form {
    background: rgba(233, 209, 111, 1);
    padding: 0 !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
}

.cross_btn.close {
    background: #1b334d;
    width: 100px;
    height: 100px;
    border-radius: 0 0 0 100px;
    opacity: 1;
    color: #e9d16f;
    font-size: 52px;
    line-height: 80px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    text-shadow: none;
}

.cross_btn.close span {
    position: relative;
    right: -10px;
    top: -8px;
}

.search_bar_inner {
    float: right;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_bar_inner_form ::input*placeholder {
    color: #e9d16f;
}

.search_bar_inner_form input {
    width: 600px;
    font-size: 19px;
    border: none;
    color: #fff;
    height: 60px;
    padding-left: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    background: transparent;
    border: solid #e9d16f 2px;
    padding-right: 25px;
}

.search_bar_inner_form button {
    width: 60px;
    float: left;
    background: #e9d16f;
    height: 60px;
    color: #031629;
    font-size: 25px;
    border: solid #e9d16f 2px;
    line-height: 60px;
}

.search_bar_inner_form *::placeholder {
    color: #fff;
    opacity: 1;
}

.search_bar_inner_form {
    float: right;
    background: #1b334d;
    padding: 60px;
}


/**----- SOCIAL LINK -----**/

ul.social-links li a {
    color: #728ca3;
}


/**================================================= 
	6. SLIDER
=================================================**/

.full_slider_inner {
    position: relative;
    background-position: center center;
    height: auto;
    background: #031629;
    background-size: 100% auto;
}


/**----- PARTICLE SLIDER -----**/

.slider {
    background: #031629;
    width: 100%;
    min-height: 700px;
}

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-right: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

.contant_section {
    margin: 165px 0;
}

.timer_section_form {
    width: 80%;
    margin: 60px 10%;
    float: right;
}

.timer_inner_section {
    float: right;
    width: 100%;
    min-height: auto;
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

.timer_top {
    text-align: center;
    min-height: auto;
    padding: 30px 0 60px;
    border-radius: 0 0 0 0;
}

.timer_section_form {
    width: 90%;
    margin: 100px 5% 0;
    float: right;
    min-height: 250px;
    border: solid rgba(255, 255, 255, 0.1) 20px;
}

.timer_top h3 {
    line-height: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 28px;
    color: #031629;
}

.timer_top h3 .small_text {
    font-size: 20px;
    font-weight: 700;
}


/**----- TIMER MIDDLE -----**/

@import url('https://fonts.googleapis.com/css?family=Montserrat');
.countdown-container {
    font-family: Montserrat, sans-serif;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    width: 100%;
}

.countdown {
    display: flex;
    transform-style: preserve3d;
    perspective: 500px;
    height: auto;
    width: auto;
    margin: 0 auto;
    justify-content: center;
}

.countdown.remove {
    animation: hide-countdown 1s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
    overflow: hidden;
}

.number,
.separator {
    display: block;
    color: #fff;
    height: auto;
    font-size: 25px;
    position: relative;
    line-height: normal;
    text-align: center;
    width: 48px;
    margin-bottom: 0;
}

.heading_main {
    float: right;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
}

.separator {
    margin: 0;
    width: 2rem;
}

.new,
.old,
.current {
    color: #fff;
    position: absolute;
    border-radius: 1rem;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.new {
    animation: show-new 0.4s cubic-bezier(0, 0.9, 0.5, 1.2) forwards;
}

.old {
    animation: hide-old 2s cubic-bezier(0, 0.9, 0.56, 1.2) forwards;
}

.countdown section {
    position: relative;
}

#js-days::after,
#js-hours::after,
#js-minutes::after,
#js-seconds::after {
    content: "DAY";
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -14px;
    font-size: 12px;
    color: #fff;
}

#js-hours::after {
    content: "HOURS";
}

#js-minutes::after {
    content: "MIN";
}

#js-seconds::after {
    content: "SEC";
}

@keyframes hide-countdown {
    to {
        height: 0;
        overflow: hidden;
    }
}

@keyframes show-new {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-2rem) scale(0.8) rotateX(-20deg);
    }
    100% {
        transform: translate(-50%, -50%);
    }
}

@keyframes hide-old {
    0% {
        transform: translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) translateY(-5rem) scale(0.5) rotateX(-75deg);
    }
}

.timer_middel {
    background: #0c4b87;
    width: 80%;
    margin: 0 10%;
    border-radius: 0;
    padding: 20px 35px;
    float: right;
    height: 89px;
    margin-top: -40px;
}

.timer_bottom {
    float: right;
    width: 100%;
    text-align: center;
    margin: 0 0 15PX;
}

.timer_bottom a {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    background: #0a3763;
    padding: 10px 15px;
    float: right;
    width: 80%;
    margin: 0 10% 25px;
    border-top: dotted 1px rgba(255, 255, 255, .6);
}

.cart_img {
    margin: 15px 0;
}


/**----- PARTICLES JS CONTAINER -----**/

#particles-js {
    width: 100%;
    height: 620px;
    background-color: #041e37;
    opacity: 1;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    box-shadow: inset 0 0 650px 0 rgba(0, 0, 0, 0.5);
}

#particles-js canvas {
    opacity: 0.2;
}

.inner_slider_cont {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.contant_section h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
    margin: 0;
}

.contant_section p {
    color: #fff;
    font-size: 15px;
    line-height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}


/**----- SLIDER TAB -----**/

.tab_bar {
    margin: 90px 0 0;
    float: right;
}

.tab_bar .nav.nav-tabs {
    float: right;
    width: 100%;
    border: none;
}

.tab_bar .nav.nav-tabs li {
    border-radius: 0;
    border: none;
    margin: 0;
}

.tab_bar .nav.nav-tabs li a {
    background: #5d7387;
    border-radius: 0;
    border: none;
    padding: 14px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    text-transform: none;
    margin: 0 2px 0 0;
    transition: ease all 0.5s;
    color: #031629;
}

.tab_bar .nav.nav-tabs li.active a,
.tab_bar .nav.nav-tabs li:hover a {
    background: #e9d16f;
    color: #031629;
}

.tab_bar .tab-content {
    float: right;
    width: 100%;
    background: #fff;
    margin-top: 2px;
    padding: 20px 25px;
}


/**----- SLIDER ANIMATION -----**/

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}


/**----- SLIDER EFFECT -----**/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/**----- LEFT RIGHT ARROUND SLIDER -----**/

.control-round .carousel-control {
    top: 47%;
    opacity: 1;
    width: 50px;
    height: 50px;
    z-index: 100;
    color: #031629;
    display: block;
    font-size: 28px;
    cursor: pointer;
    overflow: hidden;
    line-height: 50px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    border-radius: 0;
    background: #e9d16f;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 0;
}

.control-round .carousel-control.right {
    right: 0;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fff;
    background: #031629;
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/**----- INDICATORS CONTROL -----**/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-left: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/**----- SLIDE CAPTION -----**/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 0;
    width: 84%;
}

.slide-text>h1 {
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-default {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    margin-left: 10px;
    text-align: center;
    padding: 0px 40px;
    white-space: nowrap;
    letter-spacing: 0px;
    display: inline-block;
    border: solid #fff 1px;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    line-height: 48px;
    background: transparent;
}

.slide-text>a.btn-default:hover,
.slide-text>a.btn-default:focus,
.slide-text>a.btn-default.active {
    background: #e9d16f;
    color: #031629;
    border-color: #e9d16f;
}

.slide-text>a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    margin-right: 10px;
    text-align: center;
    padding: 0 30px;
    white-space: nowrap;
    letter-spacing: 0;
    background: #041e37;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    border: none;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    line-height: 50px;
}

.slide-text h2 {
    font-size: 60px;
    line-height: 68px;
    text-transform: none;
    letter-spacing: -2px;
    font-weight: 600;
    margin-bottom: 35px;
}


/**----- RESPONSIVE SLIDER -----**/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 18px;
    }
}


/**----- MEDIA 480px -----**/

@media (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
}

@media (max-width: 480px) {
    .slide-text {
        padding: 10px 0;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-left: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
}


/**================================================= 
	7. SECTION 
=================================================**/

.coin_formation ul {
    list-style: none;
    margin: 0;
    padding: 30px 0;
    width: 100%;
    float: right;
}

.info_coins {
    background: #f7f7f7;
}


/*.coin_formation ul li {
     float: right;
     width: 25%;
     text-align: center;
}*/

.coin_formation ul li {
    float: right;
    width: 16.5%;
    text-align: center;
}

.coin_formation ul li span.curr_name {
    float: right;
    width: 100%;
    color: #1b334d;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    line-height: normal;
}


/*.coin_formation ul li span.curr_price {
     color: #1b334d;
     font-size: 28px;
     font-weight: 300;
     line-height: normal;
}*/

.coin_formation ul li span.curr_price {
    color: #1b334d;
    font-size: 19px;
    font-weight: 300;
    line-height: 28px;
    /* margin-top: 5px; */
}

.coin_formation ul li:last-child {
    border-right: none;
}

.our_work_type div img {
    height: 75px;
}

.our_work_type {
    margin-bottom: 20px;
}

.img_bit1 img {
    margin-top: 95px;
}

.light_bg {
    background: #27415a;
}

.dark_bg {
    background: #041e37;
}

.light_bg2 {
    background: #f6f6f6;
}

.heading_main p {
    font-size: 15px;
    color: #27415a;
    font-weight: 400;
    margin: 24px 0 0;
    line-height: normal;
}

.rate_box {
    min-height: auto;
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border: solid rgba(255, 255, 255, 0.1) 0;
    margin-bottom: 30px;
    float: right;
    padding: 10px;
}

.coin__sort_name_rates {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 5px 0 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}

.coin_name_rates {
    float: right;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    font-weight: 500;
    font-size: 20px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
    background: rgba(0, 0, 0, .05);
}

.inner_rate_box {
    float: right;
    width: 100%;
    background: rgba(0, 0, 0, .05);
}

.vcw_full_lenth {
    border-bottom: solid rgba(255, 255, 255, 0.1) 1px;
    width: 100%;
    margin: 10px 0 0;
    padding-bottom: 10px;
    float: right;
}

.vcw_price {
    width: 33.33%;
    float: right;
    text-align: center;
}

.curry_pr {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
    margin-bottom: 2px;
}

.value_pr {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, .4);
}

.vcw_full_lenth+.vcw_full_lenth {
    border: none;
}

.map_section {
    margin-top: 0;
}

.vcw_full_lenth.final_pric {
    background: rgba(0, 0, 0, .05);
    padding: 15px 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.value_pr .fa.fa-arrow-circle-o-up {
    font-size: 20px;
}

.value_pr .fa-arrow-circle-o-down {
    font-size: 20px;
}

.table.table-striped {
    margin-top: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    background: #27415a;
}

.table.table-striped tbody {
    border-bottom: solid #3d546b 5px;
    border-top: solid #3d546b 5px;
}

thead {
    color: #fff;
}

table.table thead tr th {
    font-weight: 500;
    font-size: 15px;
    padding: 16px 25px;
    border: none;
}

table.table tbody tr td {
    padding: 15px 25px;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    border: none;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #1b334d;
    border-color: transparent;
}

.earth_digital_bg {
    background-image: url('../images/bg3_new.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 690px;
    background-color: #041e37;
}

.cryto_feature {
    float: right;
    width: 100%;
}

.cryto_feature ul {
    float: right;
    list-style: none;
    width: 100%;
    margin-top: 90px;
}

.cryto_feature ul li {
    float: right;
    width: 100%;
    display: flex;
    margin: 25px 0;
    position: relative;
    left: -45px;
}

.cryto_feature.right_text ul li {
    left: 45px;
}

.cryto_feature ul li:nth-child(2) {
    position: relative;
    left: -0;
}

.cryto_feature ul li:nth-child(2) {
    position: relative;
    left: -0;
}

.cryto_feature ul li img {
    height: 65px;
}

.cryto_feature h3 {
    margin: 0;
    font-size: 17px;
}

.cryto_feature p {
    text-align: left;
    font-size: 13px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
}

.cryto_feature ul li>div:nth-child(1) {
    margin-left: 20px;
}

.earth_digital_bg {
    background-image: url('../images/bg3_new.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: auto;
    background-color: #041e37;
    padding-bottom: 25px;
}

.cryto_feature.right_text p {
    text-align: right;
}

.digital_earth img {
    position: relative;
    left: -115px;
}

.cryto_feature ul li:nth-child(2) {
    position: relative;
    left: -90px;
}

.cryto_feature.right_text ul li:nth-child(2) {
    left: 90px;
}


/**----- TESTMONIAL SLIDER -----**/

.testmonial_slider .carousel-control {
    width: auto;
    box-shadow: none;
    text-shadow: none;
    display: flex;
    align-items: center;
    opacity: 1;
    background: none;
    font-size: 21px;
}

.testmonial_slider #quote-carousel p {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 18px 0 0;
    color: #041e37;
    letter-spacing: 1px;
    padding: 0 25px;
}

.client_img {
    background: #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin-bottom: 35px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 0 10px #e9d16f;
}

.client_img img {
    width: 100%;
}

.testmonial_slider #quote-carousel p.client_name {
    font-size: 19px;
    font-style: normal;
    letter-spacing: 0px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px;
}

.testmonial_slider #quote-carousel p.country_name {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 14px;
    margin: 0;
}

.testmonial_slider .carousel-control i {
    background: #e9d16f;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 50px;
    text-align: center;
    color: #1b334d;
}

.left_testmonial_qout {
    font-size: 30px;
    margin-left: 15px;
    position: absolute;
    left: 0;
}

.right_testmonial_qout {
    font-size: 30px;
    margin-right: 15px;
    position: absolute;
    right: 0;
}

.coin_selling_bt {
    float: right;
    width: 100%;
    margin-top: 20px;
    background: #1b334d;
}

.coin_selling_bt ul {
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
}

.coin_selling_bt li {
    width: 100%;
    float: right;
    margin-left: 0;
}

.coin_selling_bt li a {
    border: solid #e9d16f 1px;
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    color: #e9d16f;
    padding: 8px 0;
    border-radius: 50px;
    transition: ease all 0.2s;
}

.coin_selling_bt li a:hover,
.coin_selling_bt li a:focus,
.coin_selling_bt li a.active {
    background: #e9d16f;
    color: #041e37;
}

.dark_bg .heading_main p {
    color: #fff;
}

.coin_selling_bt li a {
    border: none;
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    color: #e9d16f;
    padding: 8px 0;
    border-radius: 0;
    transition: ease all 0.2s;
    text-transform: uppercase;
    font-weight: 500;
}

.coin_price_table {
    background: #1b334d;
    float: right;
    margin-top: 0;
    padding: 35px 31px 20px;
    min-height: 226px;
}

.coin_price_table h3 {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    color: #fff;
}

.coin_price_table p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    min-height: 90px;
}

.coin_price_table p.price_table {
    font-size: 20px;
    font-weight: 500;
    float: right;
    width: 100%;
    margin: 15px 0;
}

a.pay_btn {
    background: #e9d16f;
    width: 155px;
    text-align: center;
    padding: 9px 0px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: ease all 0.5s;
    text-transform: uppercase;
}

a.pay_btn:hover,
a.pay_btn:focus {
    background: #041e37;
    color: #e9d16f;
}

.focus_sell .coin_price_table {
    background: #e9d16f;
    border: none;
}

.focus_sell .coin_price_table h3,
.focus_sell .coin_price_table p {
    color: #041e37;
}

.focus_sell .coin_price_table .pay_btn {
    background: #041e37;
    color: #fff;
}

.token_infor_section {
    float: right;
    margin: 70px 0 0;
    width: 100%;
}

.token_infor_section p {
    font-size: 22px;
    color: #fff;
}

.token_infor_section h3 {
    font-size: 90px;
    text-align: center;
    color: #fff;
    margin: 0;
    font-weight: 600;
    text-shadow: 5px 5px 0 #041e37;
}

.token_infor_section .btn,
.dark_bg .btn {
    background: #fff;
    color: #041e37;
    font-weight: 500;
    border-color: #fff;
}

.token_infor_section .btn:hover,
.token_infor_section .btn:focus {
    background: #e9d16f;
    border-color: #e9d16f;
    color: #041e37;
}

.token_infor_section div+p {
    margin-top: 30px;
}


/**----- BRAND SECTION -----**/

.brand-list {
    list-style: none;
    float: right;
    margin: 20px 0;
    padding: 0;
    width: 100%;
    min-height: auto;
    display: flex;
    justify-content: center;
}

.brand-list li {
    margin: 0 20px;
    display: flex;
    align-items: center;
}


/**----- FORM STYLE -----**/

input.field_custom {
    border: 0;
    width: 100%;
    background: #f8f8f800;
    min-height: 50px;
    padding: 5px 10px;
    line-height: normal;
    /* border-radius: 50px; */
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #1b334d;
}

.modal-open .modal {
    direction: rtl;
}

.modal input.field_custom {
    margin-bottom: 15px;
}

select.field_custom {
    border: 0;
    width: 100%;
    background: #f8f8f800;
    min-height: 50px;
    padding: 5px 10px;
    line-height: normal;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
    border-bottom: solid #1b334d 1px;
}

textarea.field_custom {
    border: 0;
    width: 100%;
    background: #f8f8f800;
    min-height: 150px;
    padding: 15px 10px;
    line-height: normal;
    border-radius: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
    border-bottom: solid #1b334d 1px;
}

.field {
    padding: 0 5px;
}


/**================================================= 
	8. FOOTER 
=================================================**/

footer {
    background: #041e37;
}

.footer_logo img {
    width: 180px;
}

.footer_logo {
    margin-bottom: 25px;
}

.footer_desc {
    text-align: left;
    font-size: 13px;
    line-height: normal;
    margin: 0;
}

footer {
    min-height: auto;
    padding: 80px 0 50px;
}

footer p {
    color: #ffffff;
    line-height: 21px;
    text-align: right;
    font-size: 14px;
    /* font-weight: normal; */
}

.footer-bottom {
    background: #e9d16f;
    min-height: 45px;
    padding: 0;
}

footer h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    width: auto;
    position: absolute;
}

footer h2::after {
    width: 100%;
    height: 2px;
    background: #e9d16f;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 10px;
}

#footer.footer_main div.main-heading {
    margin-bottom: 50px;
}

.footer_mail-section {
    margin-top: 15px;
    float: right;
    width: 100%;
}

.footer_mail-section form {
    float: right;
    width: 100%;
    margin: 0;
}

.footer_mail-section form .field {
    position: relative;
}

.footer_mail-section form .field input {
    background: #495c6e;
    width: 100%;
    border: none;
    min-height: 60px;
    border-radius: 50px;
    padding: 0 21px;
    font-style: italic;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.button_custom {
    transition: ease-in-out all 0.5s;
    color: #fff;
    background: #e9d16f;
}

.footer_mail-section form .field button {
    position: absolute;
    left: 0;
    top: 9px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: none;
    color: #041e37;
    font-size: 19px;
}

.footer-menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

.footer-menu li {
    float: right;
    width: 100%;
    font-size: 15px;
    position: relative;
    padding-right: 20px;
    margin: 0;
    font-weight: 400;
    transition: ease all 0.5s;
    line-height: 26px;
}

.footer-menu li:hover,
.footer-menu li:focus {
    margin-right: 5px;
}

.footer-menu li a {
    color: #fff;
    font-weight: 400;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    color: #e9d16f;
}

footer p a:hover,
footer p a:focus {
    color: #e9d16f;
}

.footer-menu li a i {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 3px;
    transform: rotateZ(180deg);
}

footer p a {
    color: #fff;
}

.social_icons {
    float: right;
    margin: 20px 0 0 0;
    list-style: none;
    width: 100%;
}

.social_icons li {
    float: right;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    line-height: normal;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

.social_icons li a {
    float: right;
    width: 100%;
    text-align: center;
    line-height: 35px;
    transition: ease all 0.5s;
}

.social_icons li a i {
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.social_icons li.fb a {
    background: #39579a;
}

.social_icons li.tw a {
    background: #30a8e2;
}

.social_icons li.gp a {
    background: #de4d3b;
}

.social_icons li.in a {
    background: #0a66c2;
}

.social_icons li a i {
    color: #fff;
    font-size: 18px;
}

.left_text {
    text-align: right;
}

.right_text {
    text-align: right;
}

.footer-bottom p {
    margin: 0;
    color: #041e37;
    line-height: 50px;
    font-weight: 400;
    font-size: 15px;
}

.side_bar div.blog:last-child {
    margin-bottom: 0;
}


/**================================================= 
	9. INNER PAGE 
=================================================**/

.innerpage_banner {
    min-height: 320px;
    background: url('../images/bg_earth_inner.png');
    background-size: auto 100% !important;
    width: 100%;
    background-position: left !important;
    background-repeat: no-repeat !important;
    background-color: #041e37 !important;
}

.inner_page_info {
    float: right;
    margin-top: 115px;
    width: auto;
    border-right: solid #e9d16f 5px;
    padding-left: 15px;
    background: rgba(255, 255, 255, .02);
    padding-right: 35px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.inner_page_info h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 7px;
    line-height: normal;
}

.inner_page_info ul {
    list-style: none;
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
}

.inner_page_info ul li {
    float: right;
    margin-left: 10px;
}

.inner_page_info ul li,
.inner_page_info ul li a {
    color: #fff;
    font-size: 13px;
}

.inner_page_info ul li a:hover,
.inner_page_info ul li a:focus {
    color: #e9d16f;
}

.heading_style2 {
    font-size: 40px;
    line-height: 39px;
    position: relative;
    color: #1b334d;
    margin-bottom: 25px;
    margin-top: 10px;
}


/**================================================= 
	10. ABOUT PAGE 
=================================================**/

.about_bg_compu {
    background-image: url('../images/about_bg.png');
    min-height: 550px;
    background-position: right;
    background-size: cover;
}

.about_bg_compu2 {
    background-image: url("../images/about_bg2.jpg");
    min-height: 550px;
    background-position: right;
    background-size: cover;
}

.about_bg_compu .col-md-7.col-sm-12.col-xs-12 {
    float: left;
}

.layout_padding.about_bg_compu2.become_partner .col-md-8.col-sm-12.col-xs-12 {
    float: left;
}


/**================================================= 
	11. SERVICE PAGE 
=================================================**/

.service_section {
    margin-top: 40px;
}

.full.service_section>.col-md-4 {
    padding: 45px 55px;
}

.banner_icon {
    position: relative;
    margin-top: 0;
}


/**================================================= 
	12. TEAM PAGE 
=================================================**/

.team_part {
    background: #fff;
    box-shadow: 0 0 3px -5px #000;
    margin-bottom: 50px;
    border-bottom: solid #e9d16f 5px;
    position: relative;
    transition: ease all .5s;
}

.team_cont {
    position: relative;
}

.member_name {
    font-size: 18px;
    text-transform: none;
    font-weight: 400;
    margin: 25px 0 2px;
}

.member_info {
    text-align: left;
    margin-top: 0;
    color: #666;
    font-weight: 300;
}

.member_follow {
    position: absolute;
    width: 100%;
    background: #e9d16f;
    height: 0;
    opacity: 0;
    transition: ease all 0.5s;
}

.team_part:hover div.member_follow,
.team_part:focus div.member_follow {
    height: 44px;
    opacity: 1;
}

.social_icon {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
}

.social_icon li {
    float: right;
    font-size: 20px;
    margin: 5px 10px;
}

.social_icon li a {
    color: #fff;
}

.member_follow_detail {
    float: left;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
}

.member_follow_detail li a {
    color: #999;
    font-size: 24px;
}

.member_follow_detail li a:hover,
.member_follow_detail li a:focus {
    color: #041e37;
    font-size: 24px;
}

.team_part-detail .member_name {
    font-size: 28px;
    margin-bottom: 10px;
}

.team_part-detail .member_info {
    font-size: 16px;
}

.team_cont {
    position: relative;
    margin-bottom: 25px;
}

.testimonial_simple_say {
    background: #f8f8f8;
    padding: 50px 100px 35px;
    margin-top: 20px;
}

.qoute_testimonial {
    font-size: 45px;
    position: absolute;
    margin-right: -60px;
    margin-top: -40px;
    color: #e9d16f;
}

.testimonial_simple_say p {
    font-size: 18px;
    line-height: normal;
    color: #000;
    text-align: left;
}


/**----- PROGRESS BAR -----**/

.progress-title {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

.progress {
    height: 20px;
    background: #ccc;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 25px;
    overflow: visible;
}

.progress .progress-bar {
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}

.progress .progress-value {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: absolute;
    top: -30px;
    right: -25px;
}

.progress .progress-bar::after {
    content: "";
    display: inline-block;
    width: 15px;
    background: #1b334d;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    z-index: 1;
    transform: rotate(0);
}

.team_part-detail {
    float: right;
    width: 100%;
}

.skill_bar {
    float: right;
    margin-top: 30px;
    width: 100%;
}


/**================================================= 
	13. PRICE PAGE 
=================================================**/

.price_label {
    float: right;
    width: 100%;
    background: #041e37;
    margin-top: 20px;
    border: none;
    padding: 0;
}

.price_head {
    float: right;
    width: 100%;
}

.price_head h4 {
    font-size: 21px;
    text-align: center;
    background: #1b334d;
    margin: 0;
    padding: 21px 20px;
    text-transform: none;
    color: #041e37;
    padding: 26px 10px;
    background: #e9d16f;
    margin-bottom: 15px;
}

.price_head p {
    font-size: 35px;
    margin: 0;
    float: right;
    width: 100%;
    line-height: normal;
    background: #e9d16f;
}

.price_cont {
    float: right;
    width: 100%;
}

.price_cont ul li a {
    color: #fff;
}

.price_cont ul li {
    float: right;
    width: 100%;
    line-height: 24px;
    border-bottom: solid rgba(255, 255, 255, .1) 1px;
    padding: 6px 80px 6px 20px;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}

.price_cont ul li i {
    font-size: 13px;
    color: #15c718;
}

.price_cont ul {
    float: right;
    width: 100%;
}

.price_bottm {
    float: right;
    width: 100%;
    padding: 23px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.price_bottm a {
    background: transparent;
    border: solid #fff 1px;
    color: #fff;
    padding: 12px 36px;
    float: right;
    border-radius: 30px;
    transition: ease all 0.5s;
}

.price_label.active_price {
    transform: scale(1.15);
}

.price_label.active_price h4 {
    background: #e9d16f;
    color: #1b334d;
    margin-bottom: 12px;
    padding: 21px 20px;
}

.full.price_label.active_price {
    background: #1d334d;
    box-shadow: 0 0 45px -35px #000;
    position: relative;
    z-index: 1;
}

.full.price_label.active_price p {
    background: #041e37;
    color: #fff;
}

.price_bottm a:hover,
.price_bottm a:focus {
    background: #fff;
    color: #041e37;
    border-color: #041e37;
}


/**================================================= 
	14. ERROR PAGE 
=================================================**/

.layout_error h3 {
    font-size: 105px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: none;
    color: #041e37;
    line-height: 88px;
    margin-top: 0;
}

.layout_error p.large {
    color: #1b334d;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 34px;
    text-align: center;
}

.team_section {
    padding: 150px 0;
}


/**================================================= 
	15. COIN PAGE 
=================================================**/

.coin_name_parchase {
    font-size: 50px;
    margin-bottom: 5px;
    font-weight: 600;
    margin-top: 40px;
}

.caltu {
    margin-top: 35px;
}

.caltu .custom-dropdown select {
    float: right;
    width: 320px;
    border: solid #1b334d 2px;
    padding: 6px 15px;
    border-radius: 5px;
    color: #1b334d;
}

.price_coins {
    margin: 0;
}

.price_coins p {
    font-size: 17px;
    letter-spacing: 0;
    margin: 0;
    line-height: 28px;
    font-weight: 400;
}

.descr2 {
    color: #666;
}

.price_coins p.bit_coin_price {
    font-size: 45px;
    line-height: normal;
    font-weight: 400;
}


/**----- CALCULATOR -----**/

.caltu .custom-dropdown {
    float: right;
    width: 100%;
    display: flex;
    justify-content: center;
}

.field_set select,
.field_set option {
    float: right;
    width: 100%;
    border: solid #ddd 2px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 0;
    padding: 0 16px;
    color: #1b334d;
    background: #fff;
    font-weight: 500;
    font-size: 17px;
}

.field_set input {
    float: right;
    width: 100%;
    border: solid #e9d16f 3px;
    min-height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: 18px;
    color: #1b334d;
}

.field_set .btn.main_btn {
    margin: 0;
}

.price_coin_cal {
    margin-top: 35px;
    margin-bottom: 35px;
}


/**================================================= 
	16. SHOP PAGE 
=================================================**/

.side_bar {
    float: right;
}

.side_bar_blog {
    margin-bottom: 35px;
    float: right;
    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-right: 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: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

.tags a {
    border: solid 1px #1f1f1f;
    border-radius: 50px;
    padding: 0 15px;
    float: right;
    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: 10px;
    float: right;
    width: 100%;
    margin-top: 1px;
}

.blog_head {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    width: 100%;
}

.blog_section p {
    line-height: 20px;
    float: right;
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}

.post_info {
    float: right;
    width: 100%;
    margin: 0px 0 5px;
    /* font-size: 12px; */
}

.post_info li {
    display: inline;
    margin-left: 10px;
    font-size: 12px;
    color: #333;
}

.bottom_info {
    float: right;
    width: 100%;
}

.bottom_info .read_more {
    font-weight: 500;
    font-size: 14px;
    margin-top: 12px;
    float: right;
}

.blog_section {
    float: right;
    width: 100%;
    margin-bottom: 35px;
}

.shr {
    float: right;
    font-weight: 400;
    margin-left: 15px;
    margin-top: 11px;
    color: #222;
}

.social_icon {
    float: right;
    margin: 2px 0 0 0;
}

.social_icon ul {
    list-style: none;
    float: right;
}

.social_icon ul li {
    display: inline;
    font-size: 20px;
    margin-left: 10px;
}

.blog_feature_cantant .social_icon {
    float: left;
    width: auto;
}

.blog_feature_cantant .social_icon li a {
    color: #1b334d;
}

.blog_feature_cantant .social_icon li a:hover,
.blog_feature_cantant .social_icon li a:focus {
    color: #e9d16f;
}

.post_info li i {
    color: #1b334d;
}


/**================================================= 
	18. PAGINATION SECTION 
=================================================**/

.pagination {
    margin: 0;
}

.pagination>li {
    display: inline;
    margin: 0 4px;
    float: right;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: right;
    padding: 6px 12px;
    margin-right: 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: #1b334d;
    border-color: #1b334d;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-right: 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: right;
    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-right: 5px;
}

.blog_section p.comm_head a.rply {
    float: left;
    font-weight: 400;
    text-transform: none;
}

.blog_section .command_cont p {
    line-height: 21px;
    font-size: 12px;
}

.command_cont {
    margin-bottom: 30px;
}

.post_commt_form {
    float: right;
    width: 100%;
    padding: 30px 30px 35px;
    border: solid #ddd 1px;
    background: #e9d16f;
    margin-bottom: 20px;
}

.post_commt_form h4 {
    padding: 15px 5px 15px;
    text-align: center;
    font-size: 24px;
    background: #041e37;
    color: #fff;
    margin-top: 0;
    margin-bottom: 25px;
}


/**================================================= 
	20. CONTACT PAGE 
=================================================**/

.contact_information {
    float: right;
    width: 70%;
    margin: 0 15%;
    border-top: solid #eee 1px;
    border-bottom: solid #eee 1px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.contact_information .icon_bottom {
    width: 100%;
}

.icon_bottom {
    width: 30px;
    margin-left: 20px;
    text-align: center;
    font-size: 40px;
    line-height: normal;
}

.adress_cont .info_cont h4 {
    font-size: 16px;
    margin: 0;
    color: #041e37;
    text-align: center;
}

.information_bottom i {
    color: #1b334d;
}

.contact_form {
    float: right;
    margin-top: 0;
    width: 70%;
    margin-right: 15%;
}

.careers .contact_form {
    float: right;
    margin-top: 0;
    width: 90%;
    margin-left: 10%;
    margin-right: 0;
}

.about_bg_compu p span {
    font-size: 20px;
    font-weight: bold;
}

.btn_wdth_big {
    min-width: 240px !important;
}

.riskwarning {
    width: 100%;
    float: right;
    padding: 23px 0;
    margin-top: 29px;
    border-top: 1px solid #495c6e;
}

.layout_error {
    background: #e9d16f;
    padding: 47px;
    margin-bottom: 17px;
    margin-top: 15px;
}

.latest_news h3 {
    font-size: 28px;
    margin: 0 0 15px;
    line-height: 22px;
}

.hometab {
    margin-top: 20px;
}

.hometab .nav_main>.nav.nav-tabs {
    border: none;
    color: #fff;
    background: #1b334d;
    border-radius: 0;
}

.hometab .nav_main>div a.nav-item.nav-link,
.hometab .nav_main>div a.nav-item.nav-link.active {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #272e38;
    border-radius: 0;
    float: right;
}

.hometab .nav_main>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #e74c3c;
}

.hometab .tab-content {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #e9d16f;
    border-top: 5px solid #e9d16f;
    border-bottom: 5px solid #e9d16f;
    padding: 0px 10px;
}

.hometab .nav_main>div a.nav-item.nav-link:hover,
.hometab .nav_main>div a.nav-item.nav-link:focus {
    border: none;
    background: #e74c3c;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}

footer .riskwarning p {
    color: #c1bfbf;
    font-size: 12px;
    line-height: 16px;
}

.ar {
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
}

#cssmenu ul {
    float: right;
}

.post_commt_form textarea.field_custom {
    min-height: 100px;
}

.post_commt_form .btn.main_btn {
    margin-top: 5px;
}

.single-payment-method {
    margin-top: 0;
    margin-left: 15px;
}

.single-payment-method input[type="checkbox"],
.single-payment-method input[type="radio"] {
    left: 0;
    position: absolute;
    visibility: hidden;
}

.single-payment-tile::before {
    background: transpareant;
    content: "";
    height: 18px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    border: 1px solid #E0E0E0;
    transition: all 0.3s ease-in-out 0s;
}

.single-payment-tile {
    color: #000;
    font-size: 15px;
    font-weight: normel;
    padding-left: 30px;
    position: relative;
}

.single-payment-method input[type="checkbox"]:checked~.single-payment-tile::before,
.single-payment-method input[type="radio"]:checked~.single-payment-tile::before {
    background: #ffffff;
    /* border: 0; */
    width: 18px;
    border: 9px solid #e9d16f;
}

.single-payment-method {
    margin-top: 0;
    margin-left: 15px;
}

.single-payment-method input[type="checkbox"],
.single-payment-method input[type="radio"] {
    left: 0;
    position: absolute;
    visibility: hidden;
}

.single-payment-tile::before {
    background: transpareant;
    content: "";
    height: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    border: 1px solid #999;
    transition: all 0.3s ease-in-out 0s;
}

.single-payment-tile {
    color: #000;
    font-size: 15px;
    font-weight: normel;
    padding-left: 30px;
    position: relative;
    font-weight: normal !important;
}

.single-payment-method input[type="checkbox"]:checked~.single-payment-tile::before,
.single-payment-method input[type="radio"]:checked~.single-payment-tile::before {
    background: #e9d16f;
    /* border: 0; */
    width: 18px;
    border: 3px solid #e9d16f;
    content: "\2714";
    /* left: 16px; */
    line-height: 14px;
    color: #fff;
}

.answers ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: right;
    width: auto;
    height: auto;
    border-bottom: none;
    margin-left: 10px;
    margin-bottom: 10px;
}

.applicationform p {
    text-align: right;
}

.mar_top_15 {
    margin-top: 15px;
}

.mar_top_20 {
    margin-top: 20px;
}

.applicationform h4 {
    background: #1b334d;
    padding: 10px 15px;
    text-align: right;
    color: #fff;
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.applicationform h5 {
    background: #f2f2f2;
    padding: 10px 10px;
    text-align: right;
    margin-top: 30px;
}

.applicationform label {
    color: #333;
}

.marg_top_0 {
    margin-top: 0 !important;
}

.applicationform .form-control:focus {
    outline: none !important;
    border: : 0;
}

.our_work_type {
    text-align: center;
    background: #f2f2f2;
    padding: 25px;
}

.demof {
    border: 1px solid #ccc;
    margin: 11px 0;
    height: 413px !important;
}

.demof ul {
    padding: 0;
    list-style: none;
}

.demof li {
    padding: 17px;
    border-bottom: 1px dashed #ccc;
    text-align: right;
}

.demof li.odd {
    background: #fafafa;
}

.demof li:after {
    content: '';
    display: block;
    clear: both;
}

.demof img {
    float: right;
    width: 100px;
    margin: 1px 0 0 12px;
}

.demof a {
    /* font-family: Arial, sans-serif; */
    font-size: 17px;
    font-weight: bold;
    color: #041e37;
}

.demof p {
    margin: 8px 0 0;
    font-size: 14px;
    text-align: right;
    line-height: 19px;
}

.coin_selling_bt h3 {
    border: none;
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    color: #1b334d;
    padding: 12px 0;
    border-radius: 0;
    transition: ease all 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    background: #e9d16f;
}

.coin_selling_bt h3.yellow {
    color: #e9d16f;
    font-weight: bold;
    background: #1b334d;
}

.et-run {
    background-color: #0cf;
    color: white;
    border: 1px solid black;
}

.products_box {
    background: #f1de92;
    width: 100%;
    float: right;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.products_box h3 {
    background: #041e37;
    padding: 11px 15px;
    margin-top: 0;
    color: #fff;
}

.products_box p {
    padding: 0 15px 0;
    text-align: right;
}

.inner_page h2 {
    font-size: 30px;
    margin-bottom: 10px;
}

.inner_page p strong {
    font-size: 16px;
}

.inner_page ul {
    margin-right: 18px;
    margin-bottom: 15px;
}

.inner_page ul li {
    line-height: 28px;
    list-style: circle;
    margin-right: 25px;
    color: #041e37;
}

ul.list_ab {
    margin-right: 18px;
    margin-bottom: 15px;
}

ul.list_ab li {
    line-height: 28px;
    list-style: upper-alpha;
    margin-right: 25px;
    color: #333;
}

.download_box .coin_selling_bt h5 {
    background: #e9d16f;
    text-align: center;
    padding: 10px;
    line-height: 24px;
    font-size: 18px;
    text-transform: capitalize;
}

.download_box a.pay_btn {
    background: #e9d16f;
    width: 80%;
    text-align: center;
    padding: 14px 0px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: ease all 0.5s;
    text-transform: uppercase;
}

.download_box a.pay_btn:hover,
.download_box a.pay_btn:focus {
    color: #041e37;
    background: #d6bc53;
}

.mar_top_50 {
    margin-top: 50px;
}

.mar_top_80 {
    margin-top: 80px;
}

.mar_top_100 {
    margin-top: 100px;
}

.mar_top_130 {
    margin-top: 130px;
}

.mar_top_150 {
    margin-top: 150px;
}

.contact_form h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 21px;
    margin-top: 0;
}

.contact_page .coin_price_table {
    background: #1b334d;
    float: right;
    margin-top: 0;
    padding: 15px;
    min-height: 226px;
    width: 100%;
}

.contact_page .focus_sell .coin_price_table {
    background: #e9d16f;
    border: none;
}

.contact_page .coin_price_table p {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: bold;
    line-height: 20px;
    text-align: center;
    min-height: 45px;
}

.contact_page .focus_sell .coin_price_table p {
    color: #333;
}

.advantage .products_box {
    background: #f2f2f2;
    width: 49%;
    float: right;
    text-align: left;
    padding-bottom: 10px;
    float: right;
    min-height: 150px;
    margin: 2px;
}

.coin_price_table ul li {
    color: #fff;
}

.become_partner h2.heading_style2 {
    font-size: 36px;
}

.all_mail {
    background: #f6f6f6;
    padding: 15px;
}

.all_mail .products_box {
    background: #f2f2f2;
    width: 49%;
    float: right;
    text-align: left;
    padding-bottom: 10px;
    margin: 2px;
}

.all_mail .products_box h3 {
    background: #1b334d;
    padding: 7px 10px;
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 8px;
    text-align: right;
}

.teams h3 {
    background: #041e37;
    padding: 15px 10px;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
}

.service_main .full.service_section {
    padding: 26px 35px;
    background: #ececec;
}

.service_main h3 {
    font-size: 20px;
    margin: 0 0 13px;
}

.service_main .full.service_section ul li {
    padding-bottom: 11px;
    color: #1b334d;
}

.service_main .full.service_section>.col-md-4 {
    padding: 0;
}

.choosefile {
    margin-bottom: 20px;
}

.latest_news_inner .demof {
    height: 652px !important;
}

.latest_news_inner .demof a {
    font-size: 19px;
    font-weight: bold;
}

.latest_news_inner .demof a.news_more {
    font-size: 15px;
    color: #e6be18;
}

.latest_news_inner .demof ul li {
    line-height: 20px;
}

.latest_news_inner .demof p {
    margin-top: 0;
}

.trending_news .demof {
    height: 599px !important;
}

.trending_news h4 {
    background: #e9d16f;
    margin: 11px 0 0;
    padding: 10px;
}

.inner_page .trending_news ul li {
    line-height: 20px;
}

.latest_news_inner .trending_news .demof a {
    font-size: 17px;
    font-weight: bold;
}

.trending_news .demof img {
    float: right;
    width: 90px;
    margin: 1px 0 0 12px;
}

.latest_news_inner .trending_news .demof a.news_more {
    font-size: 16px;
    font-weight: bold;
}

table.basic-table tbody tr td a .ico span,
table.basic_table tbody tr td a .ico span {
    margin-right: 4px;
    font-size: .75rem;
}

.ico.csv:before {
    background: url("../images/csv.svg") no-repeat 50%;
}

.ico.xls:before {
    background: url("../images/xls.svg") no-repeat 50%;
}

.ico.pdf:before {
    content: " ";
    /* height: 16px; */
    /* width: 15px; */
    display: block;
    background: url("../images/pdf.svg") no-repeat 50%;
    display: inline-block;
    margin-bottom: -3px;
    height: 19px;
    width: 24px;
}

.ico.pdf.right:after,
.ico.xls:before {
    content: " ";
    /* height: 16px; */
    /* width: 15px; */
    display: block;
    display: inline-block;
    margin-bottom: -3px;
    height: 19px;
    width: 24px;
}

.ico.csv:before,
.ico.xls.right:after {
    content: " ";
    height: 19px;
    width: 24px;
    display: block;
    display: inline-block;
    margin-bottom: -3px;
}

.post_commt_form textarea.field_custom,
.post_commt_form input.field_custom {
    border-bottom: 1px solid #fff;
}

.post_commt_form select.field_custom {
    color: #000;
    border-bottom: 1px solid #fff;
}

.post_commt_form .field_custom::placeholder {
    color: #000;
}

table tr a {
    color: #fff;
}

.applicationform h1 {
    font-size: 24px;
    margin-top: 25px;
    text-align: center;
    background: #f2f2f2;
    padding: 15px;
    border-bottom: 2px solid #222;
    margin-bottom: 15px;
}

.applicationform h2 {
    font-size: 20px;
    margin-top: 25px;
    text-align: right;
    background: #f2f2f2;
    padding: 15px;
    border-bottom: 2px solid #222;
    margin-bottom: 20px;
}

.applicationform h2.small {
    font-size: 18px;
    margin-top: 15px;
    text-align: right;
    background: none;
    padding: 15px 0;
    border-bottom: 2px solid #222;
    margin-bottom: 20px;
}

.applicationform h5.box {
    font-size: 16px;
    margin-top: 15px;
    text-align: right;
    background: none;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 9px;
    text-transform: capitalize;
    font-weight: normal;
}

.modal.applicationform ul {
    margin-right: 15px;
}

.applicationform ul.digit_nmbr {
    list-style: decimal;
}

.applicationform ul.alphasmal {
    list-style: lower-alpha;
}

.modal.applicationform ul li {
    margin-right: 15px;
    padding-bottom: 10px;
}

.applicationform .mar_top_15 {
    margin-top: 15px !important;
}

.applicationform .mar_top_20 {
    margin-top: 20px !important;
}

.applicationform .form-group {
    margin-bottom: 5px;
}

.modal.applicationform h5 {
    background: #f2f2f2;
    padding: 10px 10px;
    text-align: right;
    margin-top: 20px;
    margin-bottom: 10px;
}

.modal.applicationform ul li {
    margin-right: 15px;
    padding-bottom: 10px;
    line-height: 22px;
    color: #333;
}

.single-payment-method label {
    cursor: pointer;
}

.single-payment-method a {
    text-decoration: underline !important;
    cursor: pointer;
}

.modal.applicationform p {
    letter-spacing: 0;
}

.ulspace {
    margin-right: 15px;
    line-height: 24px;
}

.ulspace li {
    margin-right: 15px;
}

.modal.applicationform h4 {
    margin-top: 0;
}

.modal.applicationform .modal-header .close {
    line-height: 22px !important;
    margin-top: 6px!important;
    background: #d8a549!important;
    opacity: 9!important;
    color: #fff!important;
    padding: 6px 12px 9px!important;
    z-index: 1800!important;
    position: absolute!important;
    left: 23px!important;
    width: 35px;
    height: 35px;
    /* border-radius: 50px; */
}

.header_top_menu li a {
    cursor: pointer;
}


/******************************************LOGIN****************************/

.wrapper.modal #formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 600px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
    margin: 0 auto;
}

.wrapper.modal #formContent2 {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 400px;
    position: relative;
    padding: 0px 0 15px;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    text-align: center;
    margin: 0 auto;
}

.wrapper.modal #formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.wrapper.modal h1 {
    background: #041e37;
    color: #fff;
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 15px;
}

.wrapper.modal p {
    color: #333;
    font-size: 17px;
    line-height: 22px;
    /* text-align: center; */
    letter-spacing: 0.5px;
    width: 80%;
    margin: 0 auto 15px;
}

.wrapper.modal .close {
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #041e37;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 9;
    z-index: 1500;
    background: #fff !important;
    margin-left: 15px;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: 19px;
    border-radius: 50%;
}


/* TABS */

.wrapper.modal h2.inactive {
    color: #cccccc;
}

.wrapper.modal h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}


/* FORM TYPOGRAPHY*/

.wrapper.modal input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #d4bc5b;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgb(249 228 142);
    box-shadow: 0 10px 30px 0 rgb(245 227 156);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 15px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.wrapper.modal input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    background-color: #e0c556;
}

.wrapper.modal input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.wrapper.modal input[type=text] {
    /* background-color: #f6f6f6; */
    border: none;
    color: #0d0d0d;
    padding: 0;
    text-align: revert;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 0 0 15px;
    width: 100%;
    border-bottom: 1px solid #1b334d;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* -webkit-border-radius: 5px 5px 5px 5px; */
    border-radius: 0;
}

.wrapper.modal input[type=text]:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

.wrapper.modal input[type=text]:placeholder {
    color: #cccccc;
}


/* Simple CSS3 Fade-in Animation */

.wrapper.modal .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.wrapper.modal .underlineHover:hover {
    color: #0d0d0d;
}

.wrapper.underlineHover:hover:after {
    width: 100%;
}


/* OTHERS */

.wrapper.modal *:focus {
    outline: none;
}

.wrapper.modal #icon {
    width: 30%;
}

.bg_gray {
    background: #f2f2f2;
}

.layout_padding_2.bg_gray a.btn {
    min-width: 240px;
    height: 50px;
}

.contact_form h3 {
    text-align: center;
    background: #e9d16f;
    padding: 20px;
    font-size: 27px;
    clip-path: polygon(20% 7%, 85% 28%, 96% 77%, 7% 96%);
}

.bg_gray .btn.main_btn.btn-default {
    border: 2px solid #e9d16f;
    background: transparent;
    color: #041e37;
    margin-top: 25px;
}

.modal .coin_price_table {
    min-height: auto;
    padding: 10px;
}

.modal .coin_price_table img {
    width: 100%;
}

.modal .coin_selling_bt {
    margin-top: 0;
}

.modal .coin_selling_bt h3 {
    border: none;
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    text-align: center;
    color: #1b334d;
    padding: 7px 0;
    border-radius: 0;
    transition: ease all 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    background: #e9d16f;
    font-size: 15px;
}

.pading_lr_5 {
    padding-right: 5px;
    padding-left: 5px;
}

.captcha {
    width: 280px;
    margin: 20px auto 0;
}

.captcha img {
    width: 100%;
}

.declaration {
    border-top: solid #e9d16f 5px;
    padding: 20px;
    background: rgb(233 209 111 / 15%);
    width: 100%;
    float: right;
    margin-top: 15px;
    text-align: center;
}

.declaration h5 {
    background: none;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}

.declaration p {
    text-align: center;
    /* margin-bottom: 0; */
}

.risk_warning {
    /* width: auto; */
    float: right;
    padding: 15px;
    background: #f7eaea;
    /* margin-bottom: 0; */
    /* margin-top: 20px; */
    border: 1px solid #ff0000;
    margin: 20px 15px;
}

.risk_warning p {
    text-align: center;
    margin-bottom: 0;
}

table.table tbody tr td#Inner-td,
table.table tbody tr td#td-color {
    color: #f1de92;
    background: #041e37;
}

.panel-body .table {
    margin: 0;
}

.panel-title span {
    float: left;
    font-size: 15px;
}

.panel-title:after {
    content: "\f067";
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #e9d16f;
    float: right;
    margin-left: 10px;
    font-weight: bold;
    font-family: FontAwesome;
}


/*.active:after {
  content: "\f068"; 
}*/

.account_type {
    float: right;
    width: 100%;
    margin-top: 20px;
    background: #1b334d;
}

.account_type .media,
.account_type .media-body {
    overflow: visible;
    zoom: 1;
}

.account_type .media {
    padding: 15px;
    float: right;
    margin-top: 0;
}

.media-left img {
    width: 300px;
}

.media-left {
    padding:
}

.account_type h3 {
    border: none;
    float: right;
    width: 100%;
    margin: 0 0 0 0;
    text-align: left;
    color: #1b334d;
    padding: 12px 15px;
    border-radius: 0;
    transition: ease all 0.2s;
    text-transform: uppercase;
    font-weight: bold;
    background: #e9d16f;
    font-size: 22px;
}

.media-body h4 {
    color: #fff;
    font-size: 21px;
    margin-bottom: 14px;
    /* line-height: 16px; */
    text-transform: capitalize;
    line-height: 25px;
}

.media-body p {
    color: #fff;
    line-height: 21px;
}

.media-body a.pay_btn {
    background: #e9d16f;
    width: auto;
    text-align: center;
    padding: 9px 30px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    margin-top: 5px;
    margin-bottom: 15px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    float: right;
}

.media-body a.pay_btn:hover,
.media-body a.pay_btn:focus {
    background: #041e37;
    color: #e9d16f;
}

.account_type .media-left,
.account_type .media>.pull-left {
    padding-left: 20px;
}

.account_type .media-middle {
    vertical-align: top;
}

.mob_phone select {
    width: 25%;
    float: right;
    padding: 0;
}

.mob_phone input {
    width: 75%;
    float: right;
}

.modal .form_contant {
    padding: 20px;
}

.become_partner a.pay_btn {
    background: #e9d16f;
    width: auto;
    text-align: center;
    padding: 15px 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 15px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    float: right;
    border: 3px solid #e9d16f;
    cursor: pointer;
}

.become_partner a.pay_btn:hover {
    background: #ffffff;
    border: 3px solid #e9d16f;
}

.become_partner ul {
    margin-right: 18px;
    margin-bottom: 15px;
}

.become_partner ul li {
    line-height: 28px;
    list-style: circle;
    margin-right: 25px;
    color: #041e37;
}

.become_partner .contact_add ul {
    padding: 0;
    margin: 0;
}

.become_partner .contact_add ul li {
    list-style: none;
}

.contact-form .input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff0;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
}

.phone_withcode .btn-group {
    width: 25%;
    float: right;
}

.phone_withcode input {
    width: 75%;
    float: right;
}

.mob_phone .btn-group {
    width: 40%;
    float: right;
}

.mob_phone input {
    width: 60% !important;
    float: right;
}

.mob_phone a.btn,
.mob_phone button.btn {
    min-width: 100%;
    height: 50px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0;
    color: #333;
    border: solid transform 1px;
    border-bottom: solid #1b334d 1px;
    direction: ltr;
}

.phone_withcode a.btn,
.phone_withcode button.btn {
    min-width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 0;
    text-align: right;
    line-height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 0;
    color: #333;
    border: solid transform 1px;
    border-bottom: solid #999 1px;
    direction: ltr;
}

.post_commt_form .mob_phone a.btn,
.post_commt_form .mob_phone button.btn {
    border: 0;
    border-bottom: solid #fff 1px;
}

.mob_phone a.btn:hover,
.mob_phone button.btn:hover,
.mob_phone a.btn:focus,
.mob_phone button.btn:focus,
.phone_withcode a.btn:hover,
.phone_withcode button.btn:hover,
.phone_withcode a.btn:focus,
.phone_withcode button.btn:focus {
    background: none;
    color: #333;
}

.mob_phone .btn.active,
.mob_phone .btn:active,
.mob_phone .btn-group.open .dropdown-toggle,
.phone_withcode .btn.active,
.phone_withcode .btn:active,
.phone_withcode .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.mob_phone .dropdown-menu>li>a,
.phone_withcode .dropdown-menu>li>a {
    display: block;
    padding: 4px 9px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}

.mob_phone .dropdown-menu,
.phone_withcode .dropdown-menu {
    height: 200px;
    overflow-y: scroll;
}

.mob_phone a.btn img,
.mob_phone button.btn img,
.phone_withcode a.btn img,
.phone_withcode button.btn img {
    width: 19px;
    margin-left: 5px;
}

.phone_withcode .btn-group.open .dropdown-menu img,
.mob_phone .btn-group.open .dropdown-menu img {
    width: 19px;
    margin-left: 5px;
}

table tr a:hover {
    color: #ccc;
}

.map_round {
    width: 420px;
    height: 420px;
    float: right;
    background: #1b334d;
    border-radius: 50%;
    padding: 25px;
}

.map_round iframe {
    width: 370px;
    height: 370px;
    border: 6px solid #e9d16f !important;
}

.chart-section h4 {
    background: #e9d16f;
    padding: 10px;
    text-align: center;
    margin: 0;
}

.chart-section .table {
    margin-top: 0;
}

.summary table.table tbody tr td {
    padding: 35px 15px;
}

.ecnomic table.table tbody tr th {
    color: #fff;
}

.market {
    width: 100%;
    float: right;
    padding: 15px;
    background: #ffeb98;
    margin-bottom: 20px;
}

.market h4 {
    background: #1b334d;
    padding: 10px;
    text-align: center;
    margin: 0 0 15px;
    color: #fff;
}

.market ul {
    padding-right: 15px;
}

.market ul li {
    padding-bottom: 15px;
}

.market ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 5px;
}

.chart-section2 h4 {
    background: #e9d16f;
    padding: 10px;
    text-align: center;
    margin: 0;
    color: #041e37 !important;
}

.chart-section2 .table {
    margin-top: 0;
}

.chart-section2 .market {
    width: 100%;
    float: right;
    padding: 15px;
    background: #ffeb98;
    margin-bottom: 20px;
    color: #041e37 !important;
}

.chart-section2 .market h4 {
    background: #1b334d;
    padding: 10px;
    text-align: center;
    margin: 0 0 15px;
    color: #fff !important;
}

.chart-section2 .market ul {
    padding-right: 15px;
}

.chart-section2 .market ul li {
    padding-bottom: 15px;
    color: #041e37 !important;
}

.chart-section2 .market ul li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 5px;
}

.career_offer {
    background: #f2f2f2;
    padding: 30px 15px;
    border-top: 7px solid #e9d16f;
    min-height: 620px;
}

.career_offer ul {
    margin-right: 0;
}

.career_offer ul li {
    line-height: 22px;
    margin-bottom: 8px;
}

.signature_btn {
    display: inline-block;
    border-radius: 4px;
    background-color: #e9d16f;
    border: none;
    color: #041e37;
    text-align: center;
    font-size: 18px;
    padding: 15px;
    width: 175px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0;
    font-weight: bold;
}

.tab__content .become_partner h2.heading_style2 {
    font-size: 24px;
    padding: 10px;
    line-height: 22px;
}

.tab__content .dark_bg.become_partner h2.heading_style2 {
    background: #e9d16f;
    color: #041e37 !important;
}

.tab__content .heading_style2 {
    font-size: 28px;
    line-height: 32px;
    position: relative;
    color: #1b334d;
    margin-bottom: 25px;
    margin-top: 10px;
}

.tab__content .become_partner ul li {
    line-height: 21px;
    list-style: circle;
    margin-right: 25px;
    color: #041e37;
}

.tab__content .become_partner a.pay_btn {
    background: #e9d16f;
    width: auto;
    text-align: center;
    padding: 15px 46px;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    float: right;
    border: 3px solid #e9d16f;
    cursor: pointer;
    color: #1b334d;
}

.tab__content .become_partner a.pay_btn:hover {
    color: #1f1f1f;
    background: #ffffff;
}

.tab__content .become_partner .heading_style2 {
    font-size: 28px;
    line-height: 32px;
    position: relative;
    color: #1b334d;
    margin-bottom: 13px;
    margin-top: 3px;
}

.commity h3 {
    font-size: 18px;
    background: #e9d16f;
    padding: 10px;
}

.paymen_img img {
    transition: transform .5s ease;
}

.paymen_img:hover img {
    transform: scale(1.1);
}

.number_issue {
    direction: ltr;
    display: inline-block;
}

.header_top,
section,
footer {
    direction: rtl;
    text-align: right;
}

.doller_cash {
    direction: ltr !important;
}


/*.carer h3::after {
        width: 185px;
    height: 3px;
    background: #e9d16f;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 13px;
    left: 45%;
}
/*.contact_form h3{
width: auto;
    position: absolute;
}
.contact_form h3::after {
    width: 100%;
    height: 2px;
    background: #e9d16f;
    content: "";
    margin: 0;
    display: block;
    position: relative;
    top: 10px;
}*/


/* ---------- new added ---------------*/

.stepwizard-step p {
    margin-top: 10px;
    font-weight: 600;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 45px !important;
    height: 45px !important;
    text-align: center;
    padding: 10px 6px !important;
    font-size: 12px;
    line-height: 1.428571429 !important;
    border-radius: 100px !important;
    min-width: inherit !important;
    background: #a3a5a7;
    opacity: 1 !important;
}

.btn-circle.btn-primary {
    background: #e9d16f !important;
}

.funkyradio {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
}

.funkyradio div {
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty~label,
.funkyradio input[type="checkbox"]:empty~label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    margin-top: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty~label:before,
.funkyradio input[type="checkbox"]:empty~label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked)~label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked)~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked~label,
.funkyradio input[type="checkbox"]:checked~label {
    color: #777;
}

.funkyradio input[type="radio"]:checked~label:before,
.funkyradio input[type="checkbox"]:checked~label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus~label:before,
.funkyradio input[type="checkbox"]:focus~label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked~label:before,
.funkyradio-default input[type="checkbox"]:checked~label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked~label:before,
.funkyradio-primary input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked~label:before,
.funkyradio-success input[type="checkbox"]:checked~label:before {
    color: #fff;
    background-color: #e9d16f;
}

.form-top {
    margin-top: 30px;
}

.account-subtitile {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid #f1eded;
    padding-bottom: 16px;
}

.pin_btn {
    background: #041e37;
    padding: 1px 19px !important;
    line-height: 37px !important;
    color: #fff !important;
    /* min-width: 147px; */
    /* max-width: 147px; */
    width: 100% !important;
    display: block;
    text-align: center;
    margin-top: 6px;
    border-radius: 10px;
}

.login .modal-dialog {
    width: 30%;
}

.login .modal-header .close {
    margin-top: -111px;
}

.login .modal-body {
    padding: 15px 30px 50px 30px;
}

.login .close {
    float: right;
    font-size: 41px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.8;
    position: absolute;
    right: 11px;
}

.login .modal-header {
    padding: 37px 15px 15px;
    border-bottom: none;
    position: relative;
}

.login .modal-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.42857143;
    margin-bottom: 15px;
}

.password {
    position: relative;
}

.password input[type="password"] {
    padding-right: 30px;
}

.password .fa-eye,
#password2 .fa-eye {
    right: 15px;
    position: absolute;
    top: 12px;
    cursor: pointer;
}

.iti {
    width: 100%;
}

.applicationform .form-control {
    margin-bottom: 15px;
}

.currency-selector {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-left: .5rem;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='640'><path d='M1017 68L541 626q-11 12-26 12t-26-12L13 68Q-3 49 6 24.5T39 0h952q24 0 33 24.5t-7 43.5z'></path></svg>") 90%/12px 6px no-repeat;
    font-family: inherit;
    color: inherit;
    font-size: 13px;
}

.currency-amount {
    float: left;
    width: 104px !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.input-group-addon.currency-addon {
    width: 350px;
}

.currency-addon {
    width: 6em;
    text-align: left;
    position: relative;
}

.input-group-addon.currency-symbol,
.input-group-addon.currency-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #f3f3f3;
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
}