/*
Theme Name: Cryptobit 
Theme URI: http://gurutemplate.com/cryptobit-free-wordpress-theme/
Author: gurutemplate
Author URI: http://gurutemplate.com/
Description: cryptobit is perfect for any type of latest cryptocurrency world requirements that deal with digital currency, Cryptocurrencies, Finances, bitcoin mining equipment and business consulting with Live cryptocurrency prices, charts, volumes ….We have added a bunch of informative sections like Homepage, Sliders,Price Section, Services section,Blogs etc..Every page is fully responsive and retina ready, making your creation look good on any device.
Version: 1.0.2
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html/
Text Domain: cryptobit
Tags: right-sidebar, custom-logo, custom-menu, custom-header, editor-style,  footer-widgets,  full-width-template, theme-options, translation-ready, threaded-comments, blog, custom-background , featured-images
cryptobit WordPress Theme, Copyright (C) 2019, gurutemplate
cryptobit is distributed under the terms of the GNU General Public License v3
*/

body,
html {
    font-size: 14px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #666666;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    text-transform: capitalize
}

i {
    line-height: 1
}

h4 {
    font-size: 20px;
}

a {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

input:focus,
textarea:focus,
select:focus {
    outline: 0
}

:focus {
    outline: 0
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

p {
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}

.form-control::-webkit-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

.form-control::-webkit-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

.form-control::placeholder {
    color: #232323;
    text-transform: capitalize;
}

::-webkit-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

:-ms-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

::-ms-input-placeholder {
    color: #232323;
    text-transform: capitalize;
}

::placeholder {
    color: #232323;
    text-transform: capitalize;
}

.bx-shadow {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.text-hard {
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
}

.text-black {
    color: #000;
}

.h-100 {
    height: 100%;
}

.txt-white {
    color: #fff !important;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.wrap-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 200px;
    flex: 1 200px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.strong,
b,
strong {
    font-weight: 700;
}

.hover-in {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.hover-out {
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.pr-40 {
    padding-right: 39px;
}

.m-top20 {
    margin-top: 20px !important;
}

.m-top30 {
    margin-top: 30px !important;
}

.m-btm30 {
    margin-bottom: 30px;
}

.m-top40 {
    margin-top: 40px !important;
}

.p-top20 {
    padding-top: 20px !important;
}

.p-btm50 {
    padding-bottom: 50px !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.simple-heading {
    font-weight: 500;
    margin-bottom:20px;
    font-size: 40px;
}
.service-detail .page-content p{
    margin-top:15px;
}
.bg-primary {
    background-color: #fff !important;
}

.bg-secondry {
    background-color: #f7f7f7 !important;
}

.btn-cmn {
    z-index: 1;
    color: #fff;
    display: inline-block;
    border-radius: 27px;
    background-color: #fc6e52;
    border: 1px solid transparent;
    z-index: 0;
    padding: 8px 25px;
    font-weight: 500;
    position: relative;
}

.btn-cmn:hover {
    color: #fc6e52;
    background-color: transparent;
    border: 1px solid #fc6e52;
}

.section-padding {
    padding: 100px 0;
}

.blog-section{
    background-color:#f5f5f5;
}

.sp-70-100 {
    padding: 70px 0 100px;
}

.section-heading {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
}

.section-heading::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
}

.section-heading::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
}

.subtitle {
    color: #666666;
    text-align: center;
    max-width: 750px;
    margin: 20px auto 25px;
    font-size: 14px;
}

.subtitle.mb-55,
.section-heading.mb-55 {
    margin-bottom: 55px;
}

.txt-white {
    color: #fff;
}

/* header section */

.header-top {
    background-color: #fff;
    padding: 0;
}

.header-top2 {
    background-color: #232323;
}

.header-top2 .login-btn:hover {
    background-color: transparent;
    color: #fc6e52;
}

.header-top2 .login-btn {
    margin-right: 5px;
}

.header-top2 .top-con {
    margin: 30px auto;
}

.header-top2 .login-join-frame li {
    margin-top: 25px
}

.top-con {
    list-style: none;
    margin: 22px auto 10px;
    padding: 0;
    padding-left: 100px;
}

.top-con li {
    display: inline-block;
    padding: 0 14px;
    border-left: 1px solid #d7d7d7;
}

.top-con li:first-child{
    padding-left: 0
}
.top-con li:last-child{
    padding-right: 0
}
.top-con li:first-child,
.top-con li:last-child {
    border: 0;
}

.header-top2 .top-con li:last-child {
    border-left: 1px solid #d7d7d7;
}

.top-con i,
.search-btn i {
    background-color: #fc6e52;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
}

.search-btn i {
    margin-right: 5px;    
    height: 29px;
    width: 29px;
    line-height: 29px;
}

.top-con span {
    color: #666666;
}

.header-top2 .top-con span {
    color: #fff;
}

.search-btn a {
    text-decoration: none;
    color: inherit;
}

.search-btn i {
    position: relative;
}

.search-btn i::after {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border: 1px solid #fc6e52;
    border-radius: 50%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.search-btn:hover i::after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.top-nav {
    margin-top: 10px;
    text-align: right;
    padding: 0;
}

.top-nav a {
    text-decoration: none;
    color: #fff;
}

.top-nav li {
    display: inline-block;
}

/* Search Style */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.86);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
        transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    visibility: hidden;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, .8);
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px;
}
#search input::-webkit-input-placeholder {
    color: #fff;
}

#search input:-ms-input-placeholder {
    color: #fff;
}
#search input::-ms-input-placeholder {
    color: #fff;
}

#search input::-webkit-input-placeholder {
    color: #fff;
}

#search input:-ms-input-placeholder {
    color: #fff;
}
#search input::placeholder {
    color: #fff;
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 22px;
    color: #fff;
}

#search .close:hover {
    opacity: .7;
    cursor: pointer;
}

/* menubar  */
.menubar{
    padding: 5px 0
}
.menubar-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    border-bottom: 1px solid #434039;
    text-transform: uppercase;
    padding: 5px 0
}

.affix.sticky_menu,
.mobile-menu.sticky_menu {
    background-color: #232323;
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 998;
    border: 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.menubar.affix.sticky_menu {
    background-color: #fff
}

.mobile-menu.sticky_menu {
    padding: 0;
    background-color: #fff;
}

.has-sub {
    position: relative;
    z-index: 1;
}

.has-sub>.dropdown-item:before {
    content: "\f104";
    font-family: FontAwesome;
    margin-right: 10px;
}

.mobile-menu {
    display: none;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-expand-lg {
    margin-right: -15px;
    margin-left: -15px;
}

.menubar .logo .my-3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-two .navbar-nav .nav-link {
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.menubar .navbar-two .navbar-nav .nav-link {
    color: #000;
}

.navbar-two .navbar-nav .nav-link.active,
.navbar-two .navbar-nav .nav-link:hover {
    color: #fc6e52;
}

.navbar-two .navbar-brand {
    color: #fff;
    margin: 0;
    padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-item {
    margin-right:42px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child{
    margin-right:0
}
.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 30px 0;
}

.login-join-frame {
    text-align: right
}

.login-join-frame li {
    display: inline-block;
    margin: 20px 0;
    margin-left: 25px;
}

.menu-login-btn {
    color: #fff;
    text-transform: capitalize;
}

.menu-login-btn:hover {
    color: #fc6e52;
}

.menu-login-btn i {
    height: 25px;
    width: 25px;
    color: #fff;
    background-color: #fc6e52;
    border-radius: 50%;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
}

/* slider  */

/*===============================
          slider section
 ===============================*/

.slider-area {
    position: relative;
}

.slider-area .still {
    position: absolute;
    width: 100%;
    max-width: 1150px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    z-index: 99;
}

.slider-area .owl-carousel .owl-item img {
    max-width: none;
    width: 100%;
}

.slider-main .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.slider-main .overlay::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: .85;
}

.slider-main .overlay .slide-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 840px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.slide-text {
    margin: auto;
    padding:10px;
    z-index: 10;
    text-align: center;
}

.slide-text h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.slide-text-2 h2 {
    font-size: 40px;
}

.slider-main .overlay .slide-text-2 {
    max-width: 1140px;
}

.slide-text p {
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin: 40px 0 30px;
}

.slide-text p span {
    max-width: 600px;
    text-align: center;
    display: inline-block;
}

.slide-text a.btn-custom {
    font-weight: 600;
    margin-right: 10px;
    z-index: 1;
    color: #fff;
    display: inline-block;
    border-radius: 27px;
    background-color: #fc6e52;
    padding: 10px 35px;
    border: 1px solid transparent;
    margin-top: 10px;
    z-index: 0;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.slide-text a.btn-custom:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 27px;
    z-index: -1;
    background-color: #fc6e52;
}

.slide-text a.btn-custom:hover:after {
    width: 100%;
    -webkit-animation: fadeInLeft 0.5s ease-in-out;
    animation: fadeInLeft 0.5s ease-in-out;
}

.slide-text .slider-btns {
    margin-top: 40px;
}

.slide-text a.btn-custom:hover,
.slide-text a.btn-custom.active {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.slide-text a.btn-custom.active:hover,
.slide-text a.btn-custom:hover {
    color: #fff;
    border-color: #fc6e52;
}

.slide-text>a:hover,
.slide-text>a:active {
    background-color: transparent;
}

.owl-item.active .slide-text h2 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-text p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-text .btn-custom {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

.slider-area .nav-dot-container {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

.inner-con {
    position: relative;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    padding: 7px 50px;
    display: inline-block;
    border-radius: 25px;
}

.slider-area .nav-dot-container .owl-prev,
.slider-area .nav-dot-container .owl-next {
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    border: 0;
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    line-height: 1;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.slider-area .nav-dot-container .owl-prev:hover,
.slider-area .nav-dot-container .owl-next:hover {
    color: #fc6e52;
}

.slider-area .nav-dot-container .owl-prev {
    left: 15px;
}

.slider-area .nav-dot-container .owl-next {
    right: 15px;
}

.slider-area .slider-dot-con .owl-dot {
    display: inline-block;
    height: 8px;
    width: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    outline: 0;
    cursor: pointer;
    border: 0;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    margin: 0 5px;
}

.slider-area .slider-dot-con .owl-dot:before {
    content: "";
    border: 3px solid #fc6e52;
    background-color: transparent;
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    opacity: 0;
    visibility: hidden;
}

.slider-area .slider-dot-con .owl-dot.active:before,
.slider-area .slider-dot-con .owl-dot:hover:before {
    opacity: 1;
    visibility: visible;
}

.slider-area .slider-dot-con .owl-dot.active,
.slider-area .slider-dot-con .owl-dot:hover {
    background-color: transparent;
}

.slider-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px #929292;
    box-shadow: 0px 0px 5px #929292;
}

.slider-form::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    right: 5px;
    bottom: -7px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: -1;
    -webkit-box-shadow: 0px 0px 5px #929292;
    box-shadow: 0px 0px 5px #929292;
}

.slider-form::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 10px;
    right: 10px;
    bottom: -15px;
    background-color: #ffffff;
    border-radius: 10px;
    z-index: -2;
    -webkit-box-shadow: 0px 0px 5px #929292;
    box-shadow: 0px 0px 5px #929292;
}

.slider-form .form-control {
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    height: 38px;
    padding-left: 15px;
}

.slider-form .form-control:focus {
    border-color: #fc6e52;
    outline: none;
}

.slider-form .btn-submit {
    background-color: #fc6e52;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 0;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.slider-form .btn-submit:hover {
    background-color: #000;
    color: #fff;
}

.slider-form .form-control::-webkit-input-placeholder {
    color: #000;
}

.slider-form .form-control:-ms-input-placeholder {
    color: #000;
}

.slider-form .form-control::-ms-input-placeholder {
    color: #000;
}

.slider-form .form-control::-webkit-input-placeholder {
    color: #000;
}

.slider-form .form-control:-ms-input-placeholder {
    color: #000;
}

.slider-form .form-control::placeholder {
    color: #000;
}

.slider-form p {
    color: #000;
    font-size: 14px;
    text-align: center;
}

.slider-form p a {
    color: #fc6e52;
}

.txt-holder {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

/******* main-banner ******/

.main-banner {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 200px 0;
    z-index: 0;
}

.main-banner::before {
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    background-color: #000;
    opacity: .85;
}

.main-banner .overlay {
    position: relative
}

.main-banner .overlay .slide-text {
    position: relative
}

/* about  */

.abt-img {
    position: relative;
    margin-top: 20px;
}

.page-section .page-content {
    margin-top: 30px;
}

.abt-img .pop-btn {
    text-decoration: none;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    font-size: 22px;
    line-height: 70px;
    color: #000;
    -webkit-box-shadow: 0 0 0 rgba(165, 165, 165, 0.4);
    box-shadow: 0 0 0 rgba(165, 165, 165, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pulse:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 165, 165, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(165, 165, 165, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 165, 165, 0);
    }
}

@keyframes pulse {
    0% {        
        -webkit-box-shadow: 0 0 0 0 rgba(165, 165, 165, 0.4);
        ;
        box-shadow: 0 0 0 0 rgba(165, 165, 165, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(165, 165, 165, 0);
        box-shadow: 0 0 0 10px rgba(165, 165, 165, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(165, 165, 165, 0);
        box-shadow: 0 0 0 0 rgba(165, 165, 165, 0);
    }
}

/* slider rate table  */

.rate-table {
    background-color: #232323;
    background-repeat: no-repeat;
    padding: 40px 0;
    overflow: hidden;
}

.rate-table .grid {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
}

.rate-table .grid span {
    color: #fc6e52;
}

.rate-table .grid ul {
    margin: 0;
    padding: 0 1rem;
}

.rate-table .grid>li {
    width: calc(100% / 4);
    padding: 0 1rem;
    border-right: 1px solid #fc6e52;
}

.rate-table .title {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.rate-table p {
    margin-top: 5px;
}

.rate-table .title span {
    color: #fc6e52;
}

.marquee-rates {
    overflow: hidden;
}

/* page section  */

.page-title {
    background-attachment: fixed;
    padding: 150px 0 70px;
    text-align: center;
    position: relative;
    z-index: 0;
    background-color: #000
}

.page-title::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #000;
    opacity: 0.7;
}

.page-title .title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

ul.brdcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.brdcrumb li {
    display: inline-block;
    padding: 5px 10px;
    padding-right: 20px;
    position: relative;
}

ul.brdcrumb li a {
    text-decoration: none;
    color: #fff;
    padding: 0 5px;
}

ul.brdcrumb li a:hover {
    color: #fc6e52;
}

ul.brdcrumb li:not(:last-child):after {
    content: "/";
    position: absolute;
    color: #fff;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

ul.brdcrumb .current {
    color: #fc6e52;
    font-weight: 500;
    text-transform: uppercase;
}

/* accordion */

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.panel-group {
    padding-left: 60px;
    position: relative;
}

.panel-group .card {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
    position: relative;
}
.panel-group .card:last-child .show{
    position: relative;
}
.panel-group .card:before,
.panel-group .card:last-child .show:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #fc6e52;
    top:35px;
    left: -30px;
    position: absolute;
}
.panel-group .card:last-child .show:before {
    top: -30px;
    height: calc(100% + 30px);
}
.panel-group .card:last-child:before {
    display: none;
}
.panel-title .btn-link {
    display: block;
    padding: 10px 30px 10px 20px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    border-radius: 5px;
    position: relative;
    text-align: left;
    border: 1px solid #fc6e52;
    outline: 0;
}
.panel-title .btn-link{
    font-weight: 500;
    color: #232323;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
}
.panel-title .btn-link:before,
.panel-title .btn-link.collapsed:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    background: #fc6e52;
    border-radius: 3px;
    border: 1px solid #fc6e52;
    position: absolute;
    top: 0;
    left: -50px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
}

.panel-title .btn-link.collapsed:before {
    content: "\f0d7";
    color: #fff;
    background: #232323;
    border: 1px solid #232323;
}
.panel-group .card-header{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
.card-body {    
    padding: 20px 20px 0;
    border-top: none;
}


/* login page  */

.login-img img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 2px 1px #afafaf;
    box-shadow: 0px 0px 2px 1px #afafaf;
}

.login-form {
    color: #232323;
}

a.forgot-password {
    color: #fc6e52;
    text-decoration: none;
}

.form-check-label {
    cursor: pointer;
}

.login-form .form-control {
    position: relative;
    padding-left: 30px;
    border: 0;
    border-bottom: 1px solid #232323;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 30px;
}

.login-form .form-control:focus {
    outline: none;
    border-bottom-color: #fc6e52;
}

.login-form .form-group {
    position: relative;
}

.login-form .form-group i {
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 99;
}

.login-btn {
    background-color: #232323;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 0;
}

.login-btn:hover {
    background-color: #fc6e52;
}

.login-social {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.login-social li {
    display: inline-block;
    margin-right: 10px;
}

.login-social li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 18px;
}

.login-social li a i {
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
}

.login-social li a i.fa-facebook {
    background-color: #3b5998;
}

.login-social li a i.fa-google-plus {
    background-color: #dc4e41;
}

.login-social li a i.fa-twitter {
    background-color: #55acee;
}

/* counters */

.page-section .page-content p {
    margin-bottom: 15px;
}

.counters .c-inner {
    display: table;
    margin-top: 30px;
    width: 100%;
}

.counter-frame {
    background-color: #fafafa;
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 50px 0 80px;
}

.counter-frame .counters .c-inner {
    text-align: center;
}

.counters .c-inner>div {
    display: table-cell;
    vertical-align: top;
}

.counters .c-inner .icon {
    width: 70px;
}

.counters .c-inner .icon i {
    font-size: 40px;
    color: #fc6e52;
}

.counter-frame .counters .c-inner>div {
    display: block;
    width: 100%;
}

.counter-frame .counters .c-inner .count {
    margin: 10px 0 5px;
}

.counter-frame .counters .c-inner p {
    color: #666666;
}

.counters .c-inner::after {
    content: "";
    display: table;
    clear: both;
}

.counters .c-inner .count {
    font-size: 30px;
}

.counters .c-inner .count p {
    margin: 0;
}

.feature {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 30px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.feature:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, .3);
}

.feature img {
    display: block;
    max-width: 100%;
    border-radius: 5px;
}

.feature h4 {
    color: #fff;
    background-color: #fc6e52;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 10px;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    bottom: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.feature-slider .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.feature-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background-color: #fc6e52;
    display: inline-block;
    margin-right: 8px;
}

.feature-slider .owl-dots .owl-dot.active {
    background-color: #000;
}

.feature-slider .feature {
    margin-bottom: 0;
}

/* get started section */

.started-section-bg {
    background-attachment: fixed;
    will-change: transform;
}

.step {
    margin-top: 30px;
}

.step .icon {
    height: 110px;
    width: 110px;
    text-align: center;
    margin: 0 auto 30px;
    position: relative;
    z-index: 99;
    padding-top: 35px;
}

.step .icon:after {
    position: absolute;
    content: "";
    border: 2px dashed #fc6e52;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.step:hover .icon:after {
    animation: rotation 4s infinite linear;
    -webkit-animation: rotation 4s infinite linear;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.step .icon::before {
    content: attr(data-count);
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #fc6e52;
    text-align: center;
    color: #fff;
    line-height: 30px;
    z-index: 1;
}

.step .icon i {
    font-size: 45px;
    color: #fff
}

.step .title {
    font-size: 18px;
    color: #fc6e52;
    font-weight: 500;
}

.step .content {
    color: #ccc;
}

.step::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    top: 85px;
    right: 0;
    border-bottom: 2px dashed #fc6e52;
    z-index: 0;
}

.steps>div:first-child .step::after,
.steps>div:last-child .step::after {
    width: 50%;
}

.steps>div:last-child .step::after {
    left: 0;
    right: unset;
}

.step::before {
    content: "";
    position: absolute;
    top: 85px;
    right: 0;
    width: 12px;
    height: 16px;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    z-index: 0;
}

.steps>div:last-child .step::before {
    content: none;
}

/* services  */

.service-section {
    background: #fff;
}
.service-1{
    background: #fff ;
    background-position: left bottom;
}
.services .service-box {
    margin-top: 30px;
}

.step .content p {
    color: #fff
}

.service-nav {
    background-color: #fc6e52;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 26px;
    margin-top: 23px;
}

.service-nav .owl-next,
.service-nav .owl-prev {
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 25px;
    margin: 0 10px;
    line-height: 1;
    cursor: pointer;
    padding: 5px 0;
    color: #fff;
}

.service-nav .owl-next:hover,
.service-nav .owl-prev:hover {
    color: #000;
}

.service-box {
    background: #fff;
    border: 1px solid #232323;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.service-box .service-icon {
    background-color: #232323;
    text-align: center;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding: 15px 10px;
}

.service-box .service-icon i {
    font-size: 42px;
    color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.service-box.box-2 .service-icon {
    background-color: transparent;
}

.service-box .service-icon img {
    width: auto;
    max-width: 40px;
    display: inline-block;
}

.service-box .service-title {
    font-size: 18px;
    font-weight: 500;
    margin: 25px 10px 15px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.service-box .service-title a {
    color: #000;
    text-decoration: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.service-box.box-2:hover .service-icon i {
    color: #fc6e52;
}

.service-box p {
    margin-bottom: 15px;
}

.service-box .read-more {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 25px;
}

.service-box:hover {
    border-color: #fc6e52;
}

.service-box:hover .service-icon {
    background-color: #fc6e52;
}

.service-box.box-2:hover .service-icon {
    background-color: transparent;
}

.service-box:hover .read-more {
    background-color: #fc6e52;
    border-color: #fc6e52;
    color: #fff;
}

.service-box.box-2 {
    padding: 30px 20px;
    border-radius: 10px;
    margin-top: 30px;
}

.service-box.box-2 .service-title {
    margin-top: 20px
}

.service-box.box-2 .service-icon {
    padding: 0
}

.service-box.box-2 p {
    margin-bottom: 0
}

.service-box.box-2 .service-icon i {
    color: #232323;
}

.service-slider .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.service-slider .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    background: #fc6e52;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
}

.service-slider .owl-dots .owl-dot.active {
    background-color: #000;
}

.service-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-list li {
    position: relative;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 20px;
}

.service-list li:before {
    content: "\f00c";
    font-family: "FontAwesome";
    color: #fc6e52;
    position: absolute;
    left: 0;
}

.service-image img {
    width: 100%;
}

/* team section */

.team-section {
    background-color: #f5f5f5;
}

.team {
    margin-top: 30px;
    padding: 0 20px
}

.team.team2 {
    margin-top: 30px;
    padding: 0
}

.team .social {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 10px;
    z-index: 0;
    transform: translateX(0) translateY(100%);
    text-align: center;
    transition: .3s all linear;
    -webkit-transform: translateX(0) translateY(100%);
    -moz-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    -o-transform: translateX(0) translateY(100%);
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
}

.team:hover .social,
.team.active .social {
    transform: translateX(-20px) translateY(0);
    -webkit-transform: translateX(-20px) translateY(0);
    -moz-transform: translateX(-20px) translateY(0);
    -ms-transform: translateX(-20px) translateY(0);
    -o-transform: translateX(-20px) translateY(0);
}

.team .social::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: #232323;
    z-index: -1;
    border-radius: 10px;
    transition: .3s all linear;
    -webkit-transition: .3s all linear;
    -moz-transition: .3s all linear;
    -ms-transition: .3s all linear;
    -o-transition: .3s all linear;
}

.team2.team .social,
.team2.team .details {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
    margin-right: 20px;
    margin-left: 20px;
}

.team2.team .social {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
        transform: translateY(100%)
}

.team2.active .social,
.team2:hover .social {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
        transform: translateY(0)
}

.team .social li {
    display: inline-block;
    margin: 0 10px;
}

.team .social li a {
    color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.team .social li a:hover {
    color: #000;
}

.team img {
    position: relative;
    border-radius: 10px;
    z-index: 99;
    -webkit-box-shadow: 0px 1px 12px 0px #3535357a;
    box-shadow: 0px 1px 12px 0px #3535357a;
    width: 100%;
}

.team .details {
    position: relative;
    z-index: 0;
    text-align: center;
    transform: translateX(20px) translateY(0);
    -webkit-transform: translateX(20px) translateY(0);
    -moz-transform: translateX(20px) translateY(0);
    -ms-transform: translateX(20px) translateY(0);
    -o-transform: translateX(20px) translateY(0);
    padding-bottom: 15px;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
}

.team2:hover .details {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
        transform: translateX(0);
}

.team .details::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 150px;
    width: 100%;
    background-color: #232323;
    z-index: -1;
    border-radius: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.team .details .name {
    padding: 15px 0 0px;
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}

.team .details .position {
    font-size: 12px;
    color: #fff;
    margin: 0;
    transition: .3s all ease;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
}

.team:hover .social::before,
.team.active .social::before,
.team:hover .details::before,
.team.active .details::before {
    background-color: #fc6e52;
}

.team:hover .details .position,
.team.active .details .position {
    color: #000;
}

/* crypto details */

.crypto-price {
    color: #000;
    text-align: center;
    margin-bottom: 50px;
}

.crypto-price thead {
    background-color: #fc6e52;
    color: #fff;
    text-align: center;
}

.crypto-price thead th {
    padding: 10px;
    border: 0;
}

.crypto-price.table td,
.crypto-price.table th {
    border: 0;
    text-transform: capitalize;
}

.crypto-price tbody tr:nth-of-type(even) {
    background-color: #f5f5f5;
}

.crypto-price tbody tr img {
    margin-right: 5px;
}

.bitco-chart.btcwdgt-chart {
    margin: 0 !important;
}

.bitco-chart.btcwdgt-chart .btcwdgt-header h2,
.bitco-chart.btcwdgt-chart .btcwdgt-header .stats div,
.bitco-chart.btcwdgt-chart .btcwdgt-header {
    background: #fc6e52 !important;
}

.bitco-chart.btcwdgt-chart .btcwdgt-header h4,
.bitco-chart.btcwdgt-chart .btcwdgt-header .stats div,
.bitco-chart {
    color: #232323 !important;
}

.calculator {
    background-color: #f5f5f5;
    padding:47px 32px;
    margin: 30px auto 0;
}
.cryptonatorwidget{
    border: 0 !important;
    padding: 0 !important;
    margin: 0 15px;
}
.calculator .btn-outline-secondary {
    background: #232323;
    color: #fff;
}

.calculator .bitco-calc {
    position: relative;
    margin: 0 20px;
}
.calculator tr{
    margin-bottom: 30px;
    width: 100%;
    display: block;
    border: 1px solid #232323;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.calculator tr:last-child{
    margin-bottom: 0;
    display: block;
}
.calculator tr td{
   padding: 0 !important;
   width: auto !important;
}
.calculator tr td:first-child{
    width: 60% !important;
    float: left;
}

.calculator tr td:last-child{
    width: 40% !important;
    position: relative;
    float: right;
}
.calculator select {
    border: 0;
    width: 100% !important;
    height: 42px !important;
    background: #232323;
    color: #fff;
    margin: 0;
    padding: 0 5px;
    outline: 0;
    font-size: 13px !important;
}

.calculator input {
    border: 0;
    width: 100%;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
}

.calculator p {
    margin-bottom: 30px;
}
.calculator tr td:last-child::after {
    position: absolute;
    top: 12px;
    right: 3px;
    width: 20px;
    background-color: #232323;
    height: 15px;
    content: '\f107';
    font-family: 'fontAwesome';
    color: #fff;
    pointer-events: none;
    text-align: center;
}

.calculator .equal {
    color: #232323;
    margin: 5px 0;
    text-align: center;
    font-size: 20px;
}

.btcwdgt-chart {
    margin: 0 !important;
}
.ex-cal.calculator tr{
    width: 46%;
    float: left;
    margin: 0 2%;
}
.calculator.ex-cal {
    padding: 0;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    max-width: 900px;
}
.calculator.ex-cal tr{
    overflow: visible;
}
.calculator.ex-cal tr{
    margin-top: 42px
}
.calculator.ex-cal tr:first-child::after {
    content: "pay curency";
    font-size: 18px;
    text-transform: capitalize;
    top:-45px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.calculator.ex-cal tr:last-child::after {
    content: "recieve curency";
    font-size: 18px;
    text-transform: capitalize;
    top:-45px;
    left: 0;
    width: 100%;
    text-align: center;
    position: absolute;
}
.btn-exc{
    padding: 13px 20px 12px;
    background-color: #fc6e52;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 50px;
    line-height: 1;
}
.btn-exc:hover{
    color: #fff;
    background-color: #232323;
}
.calculator table+div {
    display: none;
}

/* contact bar  */

.contact-bar {
    background-color: #fc6e52;
    background-position: 5% 14px;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 0;
}

.contact-bar .subline {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
}

.contact-bar .btn-contact {
    color: #fc6e52;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.contact-bar .btn-contact:hover {
    background-color: #fc6e52;
    color: #fff;
    border: 1px solid #fff;
}

.contact-bar .con-btn {
    text-align: right;
}

/* testimonial section */

.clients-feed {
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.clients-feed::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: .9;
    z-index: -1;
}

.clients {
    list-style: none;
    margin: 40px auto 0;
    padding: 0;
}

.clients li {
    width: calc(100%/3);
    float: left;
    min-height: 87px;
    text-align: center;
    margin-top: 30px;
}

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

.testimonial {
    background-color: rgba(255, 255, 255, .2);
    padding: 30px 30px 0 30px;
    border-radius: 10px;
    margin: 50px 0 0;
}

.testimonial .content {
    display: table-cell;
    max-width: 70%;
    color: #fff;
}

.testimonial .content .name {
    font-size: 18px;
    color: #fc6e52;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.testimonial .content p {
    margin-bottom: 20px;
}

.testimonial .content .position {
    font-size: 13px;
}

.testimonial .featured-img {
    display: table-cell;
    width: 100px;
    vertical-align: bottom;
}

.testimonial .featured-img img {
    width: auto;
    margin-bottom: -1px;
    max-width: 100%;
}

.testimonial-slider .owl-dots,
.testimonial-slider2 .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.testimonial-slider .owl-dots .owl-dot,
.testimonial-slider2 .owl-dots .owl-dot {
    height: 7px;
    width: 7px;
    background-color: #fff;
    border: 2px solid transparent;
    margin: 0 5px;
    border-radius: 50%;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    outline: 0;
    vertical-align: middle;
}
.clients-2 .testimonial-slider .owl-dots .owl-dot, 
.clients-2 .testimonial-slider2 .owl-dots .owl-dot{
    background-color: #232323;
}
.testimonial-slider .owl-dots .owl-dot.active,
.testimonial-slider2 .owl-dots .owl-dot.active {
    border-color: #fc6e52;
    height: 12px;
    width: 12px;
    background-color: transparent;
}

.testimonial-slider2 .testimonial {
    background-color: #fff;
}

.clients-2 .testimonial-slider2 .testimonial {
    background-color: #f5f5f5;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.testimonial-slider2 .testimonial .content {
    color: #666666;
}

.testimonial-slider2 .testimonial .content .position {
    color: #000;
}

/* blog section  */

.blog-sm {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.blog-lg {
    position: relative;
    margin-top: 60px;
}

.blog-sm .featured-img {
    position: relative;
    margin: 0 10px;
    margin-bottom: 10px;
}

.blog-lg .featured-img {
    position: relative;
    margin: 0 20px;
}

.blog-contentt h1 , .blog-contentt h2 ,.blog-contentt h3 ,.blog-contentt h4 , .blog-contentt h5 ,.blog-contentt h6{
    margin: 15px 0px;
}

.blog-sm .featured-img img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}

.blog-content {
    padding: 0 20px;
    border: 1px solid #fc6e52;
    border-radius: 5px 5px 0 0;
    padding-top: 70px;
    margin-top: -70px;
    border-bottom-color: transparent;
}



.blog-img {
    padding: 0 20px;
    border: 1px solid #fc6e52;
    border-radius: 5px 5px 0 0;
    padding-top: 30px;
    border-bottom-color: transparent;
}

.blogg-img {
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    border-bottom-color: transparent;
}



.blog-content p , .blog-img p{
    margin-bottom: 20px;
}

.blog-content blockquote p , .blog-contentt blockquote p , .page-content blockquote p , .blog-img blockquote p{
    margin-bottom: 10px;
}

.blog-meta {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 5px 0;
    color: #000;
    text-align: center;
}

.blog-meta li {
    border-right: 1px solid #d7d7d7;
    display: inline-block;
    padding: 2px 15px;
}

.blog-meta li a {
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform:capitalize;
}

.blog-meta li a:hover {
    color: #fc6e52;
}

.blog-meta li:last-child {
    border: none;
}

.blog-head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    padding: 19px 0 10px;
    line-height: 1.6;
}

.blog-lg .blog-head {
    padding: 25px 0 15px;
}

.blog-head a {
    color: #000;
    text-decoration: none;
}

.blog-sm .read-more {
    text-decoration: none;
    background-color: #fc6e52;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: block;
    padding: 10px 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.blog-head a:hover {
    color: #fc6e52;
}

.blog-sm .read-more:hover {
    background-color: #232323
}

.blog-meta li i {
    margin-right: 5px;
}

.blog-space {
    margin: 250px auto 50px;
}

.pagi {
    position: relative;
    z-index: 0;
    text-align: center;
    margin-top: 60px;
}

.pagi ul {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    margin: 0;
}

.pagi ul li {
    display: inline-block;
    margin-right: 5px;
}

.pagi ul li:first-child , .page-numbers:first-child{
    margin-right: 15px;
}

.pagi ul li:last-child , .page-numbers:last-child{
    margin-left: 10px;
}

.pagi ul li a , .page-numbers{
    display: inline-block;
    color: #000;
    padding: 7px 10px;
    min-height: 30px;
    min-width: 30px;
    border: 1px solid #fc6e52;
    border-radius: 4px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    margin-right: 5px;
}

.pagi ul a:hover,
.pagi ul a.active,
.pagi ul a:focus , .page-numbers:hover,.nav-links .current,
.page-numbers:focus {
    background-color: #fc6e52;
    border-color: #fc6e52;
    color: #fff;
}

.blog-lg .featured-img img {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.blog-lg blockquote , .blog-sm blockquote , .page-content blockquote p{
    position: relative;
    margin: 30px auto;
    padding: 30px;
    background: #fc6e52;
    color: #fff;
    border-radius: 9px;
}

.blog-lg blockquote::after , .blog-sm blockquote::after , .page-content blockquote::after{
    content: "";
    position: absolute;
    width: 42px;
    height: 31px;
    background-image: url(assets/images/quote.png);
    bottom: 20px;
    right: 20px;
}

.input-box {

    position: relative;
}
.contact-form2 .input-box{
    margin-bottom: 30px
}
.input-box .form-control {
    width: 100%;
    height: 40px;
    padding: 15px;
    border: 1px solid #666666;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.comment-section .input-box .form-control {
    margin-bottom: 30px;
}

.input-box .form-control:focus {
    border: 1px solid #fc6e52;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-box textarea {
    resize: none;
    min-height: 150px;
}

.btn-secondry {
    background-color: #fc6e52;
    color: #fff;
    border: 0;
    font-weight: 500;
    outline: 0;
    position: relative;
    padding: 8px 20px 5px;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.blog-lg .blog-content {
    padding-top: 200px;
    margin-top: -200px;
    border-radius: 5px;
    border-color: #232323;
    padding-bottom: 20px;
}

.blog-lg blockquote small {
    color: #000;
    font-size: inherit;
    font-weight: 500;
}

.img-radius {
    border-radius: 5px;
}

.blog-tags,
.blog-social {
    color: #000;
    font-weight: 500;
}

.blog-social {
    text-align: right;
}

.blog-tags .title,
.blog-tags .title i,
.blog-social .title,
.blog-social .title i {
    margin-right: 5px;
}

.blog-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.blog-tags ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}

.blog-tags ul li a {
    text-decoration: none;
    border: 1px solid #000;
    position: relative; z-index: 0;
    color: #000;
    padding: 4px 15px;
    display: inline-block;
    border-radius: 5px;
    text-transform: capitalize;
}

.blog-tags ul li a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0;
    background-color: #fc6e52;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.blog-tags ul li a:hover:before {
    width: 100%;
}

.blog-tags ul li a:hover {
    color: #fff;
    border: 1px solid #fc6e52;
}

.blog-social .mini-social {
    display: inline-block;
    vertical-align: middle;
}

.mini-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mini-social li {
    display: inline-block;
    margin-right: 10px;
}

.mini-social li:last-child {
    margin-right: 0;
}

.mini-social li a {
    height: 30px;
    width: 30px;
    border: 1px solid #000;
    color: #000;
    border-radius: 5px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    display: block;
    position: relative;
}

.mini-social li a:hover {
    background-color: #fc6e52;
    border-color: #fc6e52;
    color: #fff;
}

.mini-social li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.blog-metas {
    border-top: 1px solid #d7d7d7;
    margin-top: 10px;
}

/*====================
Pagination
====================*/

.pagi-simple {
    list-style: none;
    width: 100%;
    padding: 0;
}

.pagi-simple li {
    float: left;
}

.pagi-simple li:last-child {
    float: right;
}

.pagi-simple li a {
    display: block;
    border: 1px solid #000;
    padding: 5px 15px 3px;
    text-decoration: none;
    color: #000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
}

.pagi-simple li a:hover {
    background-color: #fc6e52;
    border-color: #fc6e52;
    color: #fff;
}

.pagi-simple li a i {
    font-size: 14px;
}

/*====================
Comments section
====================*/

.comment-section {
    margin-top: 50px;
}

.comment-section .profile {
    padding: 20px 30px;
    background-color: #f5f5f5;
    position: relative;
    color: #000;
    min-height: 200px;
    display: table;
    color: #666666;
    border-radius: 5px;
}

.profile .profile-pic {
    display: table-cell;
    min-width: 140px;
    margin-right: 10px;
    vertical-align: middle;
}

.profile .profile-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.profile .comment-socials li {
    display: inline-block;
    margin: 10px 15px;
    margin-left: 0;
}

.profile .comment-socials li a {
    color: #232323;
}

.profile .comment-socials li a:hover {
    color: #fc6e52;
}

.profile .profile-pic img {
    border-radius: 5px;
    max-width: 100%;
    min-width: 130px;
}

.profile h3 {
    color: #fc6e52;
    font-size: 18px;
    font-weight: 500;
    margin: 10px auto 0;
}

.comment-section .main-title {
    font-size: 30px;
    margin-top: 50px;
}

.comment-section .main-title span {
    padding-left: 0;
}

.comments>ul {
    background-color: #f5f5f5;
    margin: 0 auto 40px;
    padding: 25px;
    border-radius: 5px;
}

.comments ul ul {
    margin-top: 20px;
}

.comments ul ul {
    padding-left: 50px;
}

.comments ul .comment {
    position: relative;
    min-height: 120px;
    display: table;
    margin-bottom: 5px;
}

.comments .c-name {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}

.com-info span {
    color: #fc6e52;
    font-size: 12px;
    display: block;
}

.commet-content p {
    margin: 10px 0
}

.comments ul .comment-avatar {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.comments ul .comment-avatar img {
    border-radius: 5px;
}

.comments ul a.reply , .comment-reply-link{
    text-decoration: none;
    color: #fc6e52;
}

.comments ul a.reply:hover , .comment-reply-link:hover{
    color: #000;
}

.comments ul a.reply i , .comment-reply-link i{
    margin-right: 8px;
}

.commet-content {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

/* sidebar  */

.widget-content .search-box , .cc-search .search-box{
    position: relative;
    padding: 5px;
}

.search-box .form-control {
    border: 0;
    border-radius: 0;
    background-color: #f7f7f7;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-box .search-btn2 {
    background-color: #232323;
    position: absolute;
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 16px;
    border: 0;
    top: 4px;
    right: 5px;
    border-radius: 50%;
    /* -webkit-transform: translateY(-50%); */
    /* -ms-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    cursor: pointer;

}

.footer-main .search-box .search-btn2 {
    background-color: #232323;
    position: absolute;
    height: 34px;
    width: 34px;
    color: #fff;
    font-size: 16px;
    border: 0;
    top: 4px;
    right: 5px;
    border-radius: 50%;
    cursor: pointer;

}

.search-box {
    border: 1px solid #232323;
    border-radius: 30px;
    overflow: hidden;
}

.widget-content .form-control {
    background-color: transparent;
}

.widget-box {
    margin-top: 60px;
    padding: 15px;
    border: 1px solid #232323;
    border-radius: 10px;
}

.widget-title , .widget-title a {
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #fec5ba;
    padding: 5px 0 15px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #000;
}

/*====================
  Categories
  ====================*/

.categories , .widget_categories ul , .widget_archive ul , .widget_meta ul , .widget_nav_menu ul , .widget_pages ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.categories li , .widget_categories ul li , .widget_archive ul li , .widget_meta ul li , .widget_nav_menu ul li , .widget_pages ul li , .widget_pages .children li ,.widget_nav_menu .sub-menu li , .page_item_has_children>a {
    border-bottom: 1px solid #e1e1e1;
}

.categories li:last-child ,.widget_archive ul li:last-child, .widget_categories ul li:last-child , .widget_archive ul li:last-child , .widget_meta ul li:last-child , .widget_nav_menu ul li:last-child , .widget_pages ul li:last-child{
    border-bottom: 0;
}

.categories li a , .widget_categories ul li a , .widget_archive ul li a , .widget_meta ul li a , .widget_nav_menu ul li a , .widget_pages ul li a{
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 25px 10px 0;
    position: relative;
    font-weight: 400;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.categories li a:hover , .widget_categories ul li a:hover , .widget_archive ul li a:hover , .widget_meta ul li a:hover , .widget_nav_menu ul li a:hover , .widget_pages ul li a:hover{
    color: #fc6e52;
}

.categories li a span , .widget_categories ul li a span , .widget_archive ul li a span {
    position: absolute;
    right: 0;
    top: 10px;
}

/*====================
  Aside posts
  ====================*/

.aside-posts , .widget_recent_entries ul  , .widget_recent_comments ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.aside-posts li {
    padding-bottom:15px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    display: table;
}

 .widget_recent_entries ul li , .widget_recent_comments ul li{
    padding-bottom:15px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
}
.aside-posts li .t-cell{
   display: table-cell;
   vertical-align: middle;
}
.aside-posts li:last-child ,.widget_archive li:last-child , .widget_categories li:last-child ,.widget_recent_entries ul li:last-child , .widget_recent_comments ul li:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.aside-posts li:last-child {
    margin-bottom: 0;
}

.aside-posts li .featured-pic {
   width: 90px;
   padding-right: 10px;
}

.widget_recent_entries ul li a{
    padding-bottom: 10px;
}


.aside-posts li a , .widget_recent_entries ul li a , .widget_recent_comments ul li a{
    display: block;
    line-height: 1.4;
}

.aside-post-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 10px 0 0;
    margin-bottom: 15px;
}

.aside-post-title a {
    color: #000;
    font-size: 14px;
}

.aside-posts .date , .widget_recent_entries ul li .post-date{
    position: relative;
    color: #fc6e52;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
}

.aside-posts .date::before , .widget_recent_entries ul li .post-date::before{
    content: "\f073";
    position: absolute;
    /* top:1px; */
    left: 0;
    font-family: FontAwesome;
}

/* page not found  */

.page-not-found img {
    max-width: 100%;
}

.page-not-found-title {
    font-size: 30px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.contact-box {
    padding:40px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom:60px;
}
  
.contact-box .con {
    display: table;
    margin-top: 30px;
}

.contact-box .con .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    padding-right: 15px;
}

.contact-box .con .icon i {
    height: 38px;
    width: 38px;
    background-color: #fc6e52;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.contact-box .con .content {
    display: table-cell;
    vertical-align: middle;
}

.contact-box .con .content h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #232323;
}

.contact-box .con .content p {
    font-size: 14px;
    margin: 0;
    color: #232323;
}

.maps {
    border-radius: 10px;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.maps iframe{
    width: 100%;
    border: 0;
    height: 350px
}
/* call out  */

.call-out {
    padding: 70px 0;
    background-color: #f5f5f5;
    background-position: 5% 30px;
    background-repeat: no-repeat;
    color: #fff;
}
.call-1.call-out {
    background-image:none;
}
.call-out .head {
    font-size: 32px;
    margin: 0;
    font-weight: 500;
}

.call-out-form {
    position: relative;
}

.call-out-form .form-control {
    border: 1px solid #232323;
    padding-left: 10px;
    padding-right: 80px;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}

.call-out-form .btn {
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-top-left-radius: 0;
    background-color: #232323;
    color: #fff;
    border-bottom-left-radius: 0;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    padding: 10px 13px;
}

.call-out-form .btn i {
    margin-right: 5px;
}

.call-out-form .btn:hover {
    background-color: #fc6e52;
}

/* partner section  */

.partner-section {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.partner-section.partner2 {
    padding: 100px 0
}

.partner-section .item {
    height: 120px;
    position: relative;
    cursor: e-resize;
}

.partner-section .item img {
    max-width: 116px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

/* footer  */

.footer {
    z-index: 0;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}

.footer::before {
    content: "";
    position: absolute;
    background-color: #000;
    opacity: .95;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.footer-main.section-padding {
    padding: 80px 0 30px;
}

.footer-widget {
    margin-bottom: 50px
}

.social-icons {
    margin: 30px auto 0;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-right: 10px;
}

.social-icons li a {
    display: block;
    height: 28px;
    width: 28px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.social-icons li a:hover {
    background-color: #fc6e52;
    border-color: #fc6e52;
}

.features-2 .secondry-head {
    margin-bottom: 0
}

.secondry-head {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.footer .secondry-head {
    color: #fff;
}

.secondry-head::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 15px;
    background-color: #fc6e52;
    left: 0
}

.secondry-head::before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background-color: #fc6e52;
    left: 0
}

.sm-head {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.sm-head::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
}

.sm-head::before {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
}

.footer-widget .con {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget .con li {
    display: table;
    margin-bottom: 40px;
}

.footer-widget .con li:last-child {
    margin-bottom: 0;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-widget .con li .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 0;
}

.con li .icon i {
    height: 38px;
    width: 38px;
    background-color: #fc6e52;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}

.footer-widget .con li .content {
    display: table-cell;
    vertical-align: middle;
}

.con li .content h5 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #fc6e52;
}

.con li .content p {
    font-size: 14px;
    margin: 0;
}

.footer-widget .contact-form {
    padding: 20px;
    position: relative;
    z-index: 0;
}

.footer-widget .contact-form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .2;
    border-radius: 10px;
    z-index: -1;
}

.contact-form .form-control {
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    height: 38px;
    padding-left: 15px;
}

.contact-form .form-control:focus {
    border-color: #fc6e52;
    outline: none;
}

.contact-form .btn-submit {
    background-color: #fc6e52;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}

.contact-form .btn-submit:hover {
    border-color: #fc6e52;
    background-color: transparent;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: #fff;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #fff;
}

.contact-form .form-control::placeholder {
    color: #fff;
}

.copyright {
    padding: 18px 0;
    position: relative;
    z-index: 0;
}

.copyright::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: .15;
    z-index: -1;
}

.copyright p {
    margin: 0;
    color: #fff;
}

.copyright a {
    color: #fc6e52;
}


/*********************************** 
        Buy asnd sell page 
**********************************/
.bs-tabs{
    display: inline-block;
    font-size: 0;
    border: 1px solid #fc6e52;
    border-radius: 5px;
    overflow: hidden;
}
.bs-tabs.nav .nav-item{
    display: inline-block
}
.bs-tabs .nav-link{
    padding: 6px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #232323;
    font-size:16px;
    text-transform:capitalize;
    font-weight:500;
    border-radius: 0;
}
.bs-tabs .nav-link.active,
.bs-btn.active{
    background-color: #fc6e52;
    color: #fff;
}
.bs-filter{
    font-size: 0;
}

.bs-btn{
    display: inline-block;
    text-transform:uppercase;
    border: 1px solid #fc6e52;
    border-right: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #232323;
    font-size:16px;
    font-weight:500;
    border-radius: 0;
    background-color: #fff;
    padding: 6px 26px;
    outline: 0;
    cursor: pointer;
}
.bs-btn:first-child{
    border-radius:5px 0 0 5px !important;
    -webkit-border-radius:5px 0 0 5px !important;
    -moz-border-radius:5px 0 0 5px !important;
    -ms-border-radius:5px 0 0 5px !important;
    -o-border-radius:5px 0 0 5px !important;
}
.bs-btn:last-child{
    border-right: 1px solid #fc6e52;
    border-radius:0 5px 5px 0 !important;
    -webkit-border-radius:0 5px 5px 0 !important;
    -moz-border-radius:0 5px 5px 0 !important;
    -ms-border-radius:0 5px 5px 0 !important;
    -o-border-radius:0 5px 5px 0 !important;
}
.tab-pane .filterDiv {
    display: none;
  }
 

 .tab-pane .show {
    display: block;
  }
.rate-box{
   text-align: center;
   background-color: #fff;
   border: 1px solid #232323;
   margin-top: 30px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   transition:all .3s ease;
   -webkit-transition:all .3s ease;
   -moz-transition:all .3s ease;
   -ms-transition:all .3s ease;
   -o-transition:all .3s ease;
}
.rate-box:hover {
    border-color:#fc6e52;   
}
.rate-box .rate-top {
    padding:25px 10px;
    background-color: #232323;
    transition:all .3s ease;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
}

.rate-box:hover .rate-top {
    background-color:#fc6e52;   
}
.rate-box .rate-top h4{
    font-size:40px;
    color: #fff;
    font-weight: 500;
}
.rate-box .rate-bottom{
  padding: 20px;
}
.rate-box .rate-bottom span{
    display: block;
    font-size:18px;
    text-transform:capitalize;
    color: #fc6e52;
    line-height: 1;
    font-weight: 500;
}
.rate-box .rate-bottom p{
    padding: 10px 0 15px;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}
.rate-box .rate-bottom .read-more {
    display: inline-block;
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    font-weight: 600;
    font-size: 12px;
}
.rate-box:hover .rate-bottom .read-more{
    border-color: #fc6e52;
    background-color: #fc6e52;
    color: #fff;
}
.rate-bottom .read-more:hover{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    -webkit-box-shadow: 0px 4px 12px 0px #c8c8c8;
            box-shadow: 0px 4px 12px 0px #c8c8c8;
}



.contact-form .form-control {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: transparent;
    height: 38px;
    padding-left: 15px;
}

/* preloader  */

.preloader {
    height: 100%;
    width: 100%;
    background-color: #232323;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
}

.loader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
}

.loader-inner h3 {
    text-align: center;
    color: #fc6e52;
    font-weight: 300;
    -webkit-animation: fadeAnim 3s linear infinite;
    animation: fadeAnim 3s linear infinite;
}

@-webkit-keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeAnim {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

#bitcoin {
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #888888;
    position: relative;
    -webkit-transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
        transform: rotate(-14deg);
}

.path {
    stroke-dasharray: 2110;
    stroke-dashoffset: 2110;
    stroke-width: 2;
    stroke-linecap: round;
    -webkit-animation: dash 6s linear infinite;
    animation: dash 6s linear infinite;
    fill-opacity: 0;
    stroke: #dc4e41;
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 2110;
        opacity: 0;
        stroke: #dc4e41;
    }
    15% {
        opacity: 1;
        stroke: #dc4e41;
    }
    70% {
        opacity: 1;
        stroke: #dc4e41;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
        stroke: #fc6e52;
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 2110;
        opacity: 0;
        stroke: #dc4e41;
    }
    15% {
        opacity: 1;
        stroke: #dc4e41;
    }
    70% {
        opacity: 1;
        stroke: #dc4e41;
    }
    100% {
        stroke-dashoffset: 0;
        opacity: 0;
        stroke: #fc6e52;
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* Back To Top */

.back-to-top {
    position: fixed;
    right: -7.5%;
    bottom: 20px;
    height: 45px;
    width: 45px;
    line-height: 44px !important;
    font-size: 16px;
    opacity: 1;
    z-index: 1111;
    visibility: hidden;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background: #fc6e52;
    color: #fff !important;
}

.back-to-top:hover {
    color: #fff;
    background-color: #232323;
}

.show-back-to-top {
    display: block;
    right: 20px;
    visibility: visible;
}

/* animate css small */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.site-description{
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.blog-contentt {
    padding: 0 20px;
    border-radius: 5px 5px 0 0;
    padding-top: 70px;
    margin-top: -70px;
    border-bottom-color: transparent;
}


.gallery {margin-bottom: 1.5em;padding: 5px 0;}
  .gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;padding: 2px;margin: 0px;} 
  .gallery-item  img{width: 100%;height: auto;}
  .gallery-columns-2 .gallery-item {max-width: 50%; }
  .gallery-columns-3 .gallery-item {max-width: 33.33%;}
  .gallery-columns-4 .gallery-item { max-width: 25%; }
  .gallery-columns-5 .gallery-item { max-width: 20%; }
  .gallery-columns-8 .gallery-item {max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {max-width: 11.11%; }
  .gallery-caption {display: block; }

   #wp-calendar{
      width: 100%;
  }

  .widget_calendar table th, .widget_calendar table td {
    text-align: center;
    padding: 7px 5px;
    border-bottom: 1px solid #bcbcbc;
  }
  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #20abeb; 
  }

  .widget_calendar table th a:hover, .widget_calendar table td a:hover {
    color: #ffffff;
  }
  .widget_calendar table thead tr {
    background-color: #edecec;
  }
  .widget_calendar table thead {
    border-bottom: 1px solid #bcbcbc; 
  }

  .widget_calendar table tfoot {
    border: 0;
  }

  .widget_calendar table tr {
    border: 1px solid #bcbcbc;
  }

  .widget_calendar table th {
    color: #3c3838;
    font-weight: 700;
    border-right: 1px solid #bcbcbc; 
  }

  .widget_calendar table th:first-child {
    border-left: 1px solid #bcbcbc; 
  }

  .widget_calendar table td {
    border-right: 1px solid #bcbcbc; 
  }

  .widget_calendar table td:first-child {
    border-left: 1px solid #bcbcbc; 
  }

  .widget_calendar table td#prev {
    text-align: left; 
  }

  .widget_calendar table td#next {
    text-align: right; 
  }

  .widget_calendar table tfoot td:first-child, .widget_calendar table tfoot tr, .widget_calendar table tfoot td {
     border: none; 
  }

   .widget_calendar table tbody tr:nth-child(even) th, .widget_calendar table tbody tr:nth-child(even) td {
    background-color: #fff;
    color: #3c3838; 
  }

  .widget_calendar table tbody tr:nth-child(odd) th {
      background-color: #fff;
      color: #3c3838; 
    }

   .widget_calendar table tbody tr:nth-child(odd) td {
       background-color: #fff;
       color: #3c3838; 
    }

  .widget_calendar table caption {
     text-align: center;
     background-color: #fc6e52;
     color: #fff;
     padding: 5px 0;
     position: relative; 
   }

  .footer_top  .widgets .widget_calendar a {
    color: #fff;
  }

  .widget_calendar table th a, .widget_calendar table td a {
    display: block;
    color: #fc6e52;
  }

  .widget_calendar table tr td a:hover{
    color: #fc6e52;
  }

  .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
  }

select#archives-dropdown-5 , select#cat{
    padding: 8px;
    width: 100%;
}

.widget_meta li a:hover ,.widget_pages li a:hover , .widget_recent_comments li a:hover , .widget_nav_menu li a:hover , .widget_archive li a:hover , .widget_categories li a:hover{
  color: #fc6e52;
  }
  .cat-list li a , .cat-item a , .widget_archive li a , .widget_meta li a , .widget_nav_menu li a , .widget_pages li a , .widget_recent_comments li a , .widget_recent_entries li a{
    color:  #101625;
    transition: all .3s ease;
  }

.blog-contentt ul , .blog-contentt  li , .blog-contentt ol , .page-content ul, .page-content ol, .page-content li ,.blogg-img ol{
    padding :4px 5px;
}

.blog-contentt ul , .blog-contentt ol  , .blogg-img ol{
    margin-left:10px;
}

.blogg-img ul{
    margin-left:15px;
}

.blogg-img li{
    padding :4px 15px;
}

.blog-contentt ul , .blog-contentt ol , .blogg-img ul , .blogg-img ol{
    padding:20px 0;
}

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



.comment-edit-link{
    display:block;
}

.blogg-img p , .blog-contentt p{
    padding-bottom : 20px;
}

/*
.blogg-img h1 , .blog-contentt h1 ,.blogg-img h2 , .blog-contentt h2 ,.blogg-img h3 , .blog-contentt h3 , .blogg-img h4 , .blog-contentt h4, .blogg-img h5 , .blog-contentt h5, .blogg-img h6 , .blog-contentt h6
{
    font-size: 30px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    line-height: 1;
    margin-bottom: 30px
}

.blogg-img h1::before , .blog-contentt h1::before ,.blogg-img h2::before , .blog-contentt h2::before ,.blogg-img h3::before , .blog-contentt h3::before , .blogg-img h4::before , .blog-contentt h4::before, .blogg-img h5::before , .blog-contentt h5::before, .blogg-img h6::before , .blog-contentt h6::before
  {
    content: "";
    position: absolute;
    height: 2px;
    width: 30px;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
  }

.blogg-img h1::after , .blog-contentt h1::after ,.blogg-img h2::after , .blog-contentt h2::after ,.blogg-img h3::after , .blog-contentt h3::after , .blogg-img h4::after , .blog-contentt h4::after, .blogg-img h5::after , .blog-contentt h5::after, .blogg-img h6::after , .blog-contentt h6::after
{
content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background-color: #fc6e52;
} */

h4.nosearch {
    padding-top: 60px;
    padding-bottom: 30px;
}

.price  li{
    list-style:none;
    margin-top:6px;
 }

 .tagcloud a{text-decoration: none;
    border: 1px solid #000;
    position: relative;
    z-index: 0;
    color: #000;
    padding: 4px 15px;
    border-radius: 5px;
    text-transform: capitalize;
    font-size: 14px !important;
    display: inline-block;
    margin: 5px;
}

.tagcloud a:hover{
    background: #fc6e52;
    color:#fff;
    border:none;
}

.footer-main .widget_pages li a , .footer-main .widget_recent_comments li a ,.footer-main .tagcloud a ,.footer-main .widget_archive li a ,.footer-main .widget_nav_menu li a ,.footer-main .widget_meta li a ,.footer-main .widget_categories li a ,.footer-main .widget_recent_entries li a{
color:#fff;
}

.footer-main .company-details{
    margin-bottom:30px;
}

.footer-main .search-box .form-control ,.footer-main .widget_calendar table th, .footer-main .widget_calendar table thead tr ,.footer-main .widget_calendar table tbody tr:nth-child(odd) td , .footer-main .widget_calendar table tbody tr:nth-child(even) th,.footer-main .widget_calendar table tbody tr:nth-child(even) td {
    background-color: transparent;
    color: #fff;
  }

  .footer-main select#archives-dropdown-3  ,.footer-main select#categories-dropdown-3{
    background-color: transparent;
    color: #fff;
    padding: 8px;
    width: 100%;
}

.footer-main select#archives-dropdown-3 option , .footer-main select#categories-dropdown-3 option{
    color: #000;
}

 .footer-main .tagcloud a{
    border: 1px solid #fff;
    position: relative;
    
}

.footer-main .search-box{
   border-radius: 30px;
   padding:5px; 
   border: 1px solid #fff;
    position: relative;
}

.footer-main .secondry-head a{
    color:#fff;
}

.footer-main .recentcomments a:hover{
   color: #fc6e52
}

span.comment-author-link {
    display: block;
    padding-bottom: 5px;
}

.err{
    font-size: 50px;
}

.menu-wrap li{
    list-style:none;
    padding: 30px;
}
.menu-link , .menu-link:hover {
    color: #fc6e52
}

.comment-respond{
    width:100%;
}

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

p.logged-in-as {
    padding-bottom: 15px;
}

.children li{
    margin-left: 20px;
}

.logo-area , .site-description{
    color:#fc6e52;
}

.widget_archive select {
    padding: 8px;
    width: 100%;
}

.wp-caption{
    width:100% !important;
}

td, th, caption {
    border: 1px solid #dedede;
    padding: 8px 1.5em;
}

h2.entry-title a:hover, .site-content a:hover, .site-content a:active {
    color: #FF6347;
}

.entry-content a:hover {
    color: #FF6347;
    opacity: 0.7;
}

.odd a , .even a{
    color:#000;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}


.page-section h1, h1.entry-title ,.page-section h2,.page-section h3, .page-section h5 ,.page-section h6{
    color: #000000;
    margin: 25px 0 ;
}
.page-section h1 {
    font-size: 36px;
}


.page-section h2, h2.page-title, h2.entry-title, h2.entry-title a, .site-content h2.entry-title a, .site-content h2 a, h2 a:visited {
    color: #000000;
}
.page-section h2 {
    font-size: 30px;
}

.page-section h3,.page-section footer h3 {
    color: #000000;
}
.page-section h3 {
    font-size: 24px;
}
.page-section h1, h2, h3, h4, h5, h6, blockquote {
    font-family: "Playfair Display", serif;
    line-height: 1.3;
}

.page-section h4 {
    font-size: 18px;
}

.page-section h5 {
    font-size: 12px;
}

.page-section h6 {
    font-size: 10px;
    text-transform: uppercase;
}

.page-section h1, .page-section h2, .page-section h3, .page-section h4,.page-section h5, .page-section h6 {
    clear: both;
}


.page-section dl {
    margin : 14px 0 !important;
}

.page-section dd{
    margin:21px;
}

.footer-main .postform {
    background:transparent;
    color:#fff;
}

.footer-main option{
    color:#000;
}

.c-name {
    margin:0px !important;
}