/*--------------------- Copyright (c) 2018 -----------------------
[Master Stylesheet]

Project: BitSikka - Cryptocurrency  Responsive HTML Template
Version: 1.0.0
Author: Kamleshyadav
Assigned to: Kamleshyadav
-------------------------------------------------------------------*/
.row{
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #848484;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
}
/*----Body End----*/
/*====Typography Css Start====*/
a {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    -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;
}
a:hover, a:focus {
    color: #000;
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
img {
    max-width: 100%;
}
input,textarea,select,button {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input:focus,textarea:focus,select:focus,button:focus {
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ffae11;
}
ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.bg_color {
    background-color: #333333;
}
.color1{
	color:#ffae11;
}
.form-control {
    padding: 0px 20px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    color: #464a4c;
    border-radius: 6px;
	border:none;
}
.nice-select {
    border-radius: 6px;
    border: none;
    font-size: 15px;
    font-weight: normal;
    height: 50px;
    width: 100%;
    line-height: 50px;
}
.nice-select .list {
	width: 100%;
}
.nice-select:after {
    border-bottom: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
    content: '';
    display: block;
    height: 6px;
    width: 6px;
}
.bottom_marger30{
	margin-bottom:30px;
}
.hs_logo{
    color: #fff;
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 14px;
    min-height: 58px;
    text-transform: capitalize;
}
/*====Placeholder css start====*/
.form-control::-webkit-input-placeholder { 
    color: #848484;
}
.form-control::-moz-placeholder { 
    color: #848484;
}
.form-control:-ms-input-placeholder { 
    color: #848484;
}
.form-control:focus{
	border-color:#ffae11 !important;
}
.loaded .bs_loader{
	display:none;
}
.bs_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}
.loader_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
/*====Preloader Css Start====*/
/* banner css start */
.multi_banner_wrapper {
    position: relative;
    background-image: url(../images/banner/banner-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    text-align: center;
    background-color: #f2f8f8;
}
.banner_title {
    font-size: 50px;
    color: #ffffff;
    font-weight: 700;
}
.bnner_disc {
    font-size: 20px;
    color: #76c08a;
    font-weight: 400;
    background: rgb(255 255 255 / 8%);
    width: fit-content;
    margin: 25px auto 30px;
    padding: 12px 30px;
    border-radius: 30px;
}
.multi-banner-mockup {
    position: relative;
    margin: 80px auto 0;
}
.tor_banner_inner {
    padding-top: 150px;
}
.multi-banner-icons li{
    position: absolute;
}
ul.multi-banner-icons li img{
    width: 200px;
}
.multi-banner-icons li:nth-child(1) {
    left: 1%;
    top: -147px;
    animation: 3.5s floating-right linear infinite;
    z-index: 1;
}
.multi-banner-icons li:nth-child(2) {
    left: 14%;
    top: 80px;
    animation: 3.5s floating linear infinite;
}
.multi-banner-icons li:nth-child(3) {
    right: 14%;
    top: -151px;
    animation: 3.2s floating linear infinite;
    z-index: 1;
}
.multi-banner-icons li:nth-child(4) {
    top: 80px;
    right: 0%;
    animation: 3.5s floating-right linear infinite;
}
@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
        transform: rotate(0deg) translate(-12px) rotate(0deg);
		transition: 1s ease-in-out;
    }
    to {
        -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transform: rotate(360deg) translate(-12px) rotate(-360deg);
		transition: 1s ease-in-out;
    }
}
@keyframes floating-right {
    from {
        -webkit-transform: rotate(0deg) translate(12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(12px) rotate(0deg);
        transform: rotate(0deg) translate(12px) rotate(0deg);
		transition: 1.2s ease-in-out;
    }
    to {
        -webkit-transform: rotate(-360deg) translate(12px) rotate(360deg);
        -moz-transform: rotate(-360deg) translate(12px) rotate(360deg);
        -ms-transform: rotate(-360deg) translate(12px) rotate(360deg);
        -o-transform: rotate(-360deg) translate(12px) rotate(360deg);
        transform: rotate(-360deg) translate(12px) rotate(360deg);
		transition: 1.2s ease-in-out;
    }
}
.multi-banner-mobile {
    display: none;
}
/* nav css start */
.cat-header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: #1d1d1d;
    height: 80px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 24%);
}
.header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.cat-menu-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cat-menu-wrap ul {
    padding: 0;
    display: flex;
    margin: 0;
}
.cat-menu-wrap ul li {
    list-style: none;
    margin: 0 20px;
}
.cat-logo-wrap {
    padding: 20px 0px 20px 20px;
}
.cat-menu-wrap ul li a {
    color: #ffff;
    font-size: 18px;
    font-weight: 600;
    padding: 30px 0;
    display: inline-block;
}
.cat-menu-wrap ul li a:hover {
    color: #ffffff;
}
.cat-btn {
    display: inline-block; 
    padding: 10px 10px;
    min-width: 140px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 3px;
    color: #0033CC;
    font-size: 15px;
    font-weight: 600;
}
.cat-btn:hover,.cat-btn:focus,.cat-btn:active,.cat-btn:visited {
    background: #ffffff;
}
.cat-btn{
    position: relative;
    transform: perspective(1px) translateZ(0);
}
.cat-btn:hover{
    color: #fff;
    border-color: transparent;
}
.cat-btn::before{
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;left: 0;right: 0;bottom: 0;
    background: #023ef2;
    transform: scale(0);
    transition: all .3s ease-in-out;
    border-radius: 3px;
}
.cat-btn:hover::before{
    transform: scale(1);
    color: #fff;
}
.cat-btn.boot-btn {
    background-color: #1d1d1d;
    color: #fff;
    margin-bottom: 20px;
}
/* features css */
.cat-features-wrapper {
    background-color: rgb(242 248 248);
}
.cat-features-section {
    padding: 60px 15px;
    box-shadow: 0px 0px 40px 0px rgb(197 210 210 / 30%);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto 60px;
    width: 90%;
    max-width: 100%;
}
.cat-features-section .top-right {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.1;
    max-height: 60px;
}
.cat-feature-inner h4 {
    font-size: 16px;
    margin: 20px 0 0;
    font-weight: 700;
    color: #222222;
}
.cat-features-section:hover {
    transform: translateY(-10px);
}
.cat-features-section:hover,.cat-features-section,.cat-features-section .cat-feature-inner h4,
.cat-features-section:hover .cat-feature-inner h4 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cat-features-section:hover .cat-feature-inner h4 {
    color: #0033CC;
}
.feature-counting {
    box-shadow: 0px 12px 30px 0px rgb(56 101 237);
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3865ed;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    border-radius: 0px 20px 0px 0px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.cat-feature-inner img {
    height: 70px;
}
.section-spacer {
    padding: 72px 0 20px;
    display: inline-block;
    width: 100%;
    background-color: #fff;
}
.cat-title-wrap {
    text-align: center;
    margin: 0 0 50px;
}
.cat-title-wrap h2 {
    font-weight: 700;
    font-size: 48px;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #222222;
}
.cat-title-wrap p{
    font-size: 20px;
    margin: 0;
    color: #4f4f4f;
    padding-top: 15px;
}
/*====Features Css Start====*/
/* boxed css */
.cat-boxed-wrapper {
    background-color: #f2f8f8;
    padding-top: 70px;
    padding-bottom: 50px;
}
.cat-boxed {
    margin: 50px 0px;
    padding: 0px 50px;
}
.demo-box.demo1.demo-color:hover ul.cat-choose-color {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}
.cat-demo {
    padding: 0px 20px;
}
.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: rgba(205, 49, 49, 0.75);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.cat-add-zoom h6 {
    font-size: 25px;
}
.cat-add-zoom {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    position: absolute;
    visibility: hidden;
    opacity: 0;
}
.demo-box:hover .cat-add-zoom{
    visibility: visible;
    opacity: 1;
}
.cat-add-zoom a.advantage-zoom i {
    color: #ffffff;
    text-align: center;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    transition-delay: 0.3s !important;
    -moz-transition-delay: 0.3s !important;
    -ms-transition-delay: 0.3s !important;
    -o-transition-delay: 0.3s !important;
    -webkit-transition-delay: 0.3s !important;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
}
.cat-add-zoom a.advantage-zoom span.demo {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
}
.demo {
    color: #cd3131;
    z-index: 1000000000;
    position: relative;
    top: -11px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
}
.cat-add-img-caption {
    position: absolute;
    top: 100%;
    left: 9px;
    right: 9px;
    bottom: 9px;
    background: rgb(53 51 49 / 60%);
    text-align: center;
    transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
}
.demo-box.demo1:hover .cat-add-zoom a.advantage-zoom i {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.demo-box {
    text-align: center;
    max-width: 100%;
    width: 100%;
    height: 400px;
    background-image: url(../images/screenshot_bootstrep-5.png);
    background-size: cover;
    margin-right: 30px;
    border: 4px solid #4a6cd3;
    margin-bottom: 50px;
}
.cat-add-zoom a i:before { 
    font-size: 40px;
    display: block;
}
.bt-cat-btn{
    margin: 0 auto;
    text-align: center;
}
.demo-box.demo1 {
    position: relative;
    background-image: url(../images/screenshot_bootstrep-3.png);
}
.demo-box.demo1:hover .cat-add-img-caption {
    top: 9px;
}
.demo-box.demo-box1:hover .cat-add-img-caption {
    top: 9px;
}
.cat-demo h4{
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    color: #222222;
    padding: 0 0 30px 0;
}
/* footer css */
.cat-footer-wrapper {
    background-color: #1a1919;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center;
    padding: 100px 0 88px;
    display: inline-block;
    width: 100%;
}
.footer-inner img {
    max-height: 150px;
}
.footer-inner h1 {
    font-size: 52px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.cat-copyright-wrap {
    background-color: #222222;
    color: #ffffff;
    padding: 15px 0;
    font-weight: 600;
}
.cat-copyright-wrap p{
    margin-bottom: 0;
}
.cat-copyright-wrap a {
    color:  #4a6cd3;
}
.cat-product-layout-wrapper .cat-product-section-inner {
    padding: 50px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 4%);
}
.mb-30 {
    margin-bottom: 30px;
}
/** Go to Top Button CSS **/
#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9;
    visibility: hidden;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
    background: #023ef2;
}
#scroll.active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    animation: bounceInDown 2s;
    -webkit-animation: bounceInDown 2s;
    -moz-animation: bounceInDown 2s;
}
#scroll svg {
    height: 20px;
    width: 20px;
    fill: #ffffff;
}
@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-3000px,0) scaleY(3);
        transform: translate3d(0,-3000px,0) scaleY(3);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0,25px,0) scaleY(.9);
        transform: translate3d(0,25px,0) scaleY(.9);
    }
    75% {
        -webkit-transform: translate3d(0,-10px,0) scaleY(.95);
        transform: translate3d(0,-10px,0) scaleY(.95);
    }
    90% {
        -webkit-transform: translate3d(0,5px,0) scaleY(.985);
        transform: translate3d(0,5px,0) scaleY(.985);
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
/*-- Responsive  css--*/
@media (max-width: 1800px){
.multi-banner-icons li:nth-child(1){
    left: 0%;
}
.multi-banner-icons li:nth-child(2){
    left: 13%;
}
.multi-banner-icons li:nth-child(3){
    right: 13%;
}
.multi-banner-icons li img {
    width: 180px;
}
}
@media (max-width: 1400px){
.multi-banner-mobile {
    display: block;
}
.multi-banner-mockup{
    display: none;
}
}
@media(max-width:1199px) {
    .hs_logo{
        font-size: 18px;
    }
}
@media(max-width:991px) {
    .offset-2 {
        margin-left: 0px;
    }
    .cat-menu-wrap ul li a {
        color: #0033cc;
    }
    .cat-logo-wrap{
        padding: 20px 0px 20px 0px;
    }
    .cat-menu-wrap ul {
        width: 230px;
    }
    .cat-menu-wrap ul {
        position: fixed;
        left: 0;
        bottom: 0;
        top: 0;
        background: #ffffff;
        width: 250px;
        display: inline-block;
        left: -250px;
        box-shadow: 0 0 20px rgb(0 0 0 / 28%);
    }
    .cat-menu-wrap ul li {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #efefef;
        padding: 0 20px;
    }
    .cat-menu-wrap ul li a {
        padding: 20px 0;
    }
    .cat-menu-wrap{
        justify-content: center;
    }
    .buy-now-btn {
        top: 17px;
    }
    .nav-toggle-btn {
        display: inline-block;
        background: #f2f8f8;
        border-radius: 3px;
        padding: 6px 0;
        height: 30px;
        width: 30px;
        position: fixed;
        right: 30px;
        top: 25px;
    }
    .nav-toggle-btn span {
        width: 16px;
        margin: 3px auto;
    }
    .nav-toggle-btn span {
        background: #0033cc;
        height: 2px;
        width: 18px;
        margin: 4px auto;
        display: flex;
        position: relative;
    }
    .cat-menu-wrap.open-nav ul, .cat-menu-wrap ul {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .cat-menu-wrap.open-nav ul {
        left: 0;
        z-index: 1;
    }
    .cat-menu-wrap ul li a:hover{
        color: #ffae11;
    }
    .open-nav .nav-toggle-btn span:nth-child(3), .open-nav .nav-toggle-btn span:nth-child(1), 
    .nav-toggle-btn span:nth-child(3), .nav-toggle-btn span:nth-child(1) {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .open-nav .nav-toggle-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 5px;
    }
    .open-nav .nav-toggle-btn span:nth-child(2) {
        opacity: 0;
    }
    .open-nav .nav-toggle-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: -7px;
    }
}
@media(max-width:480px) {
    .buy-now-btn{
        min-width: 80px;
    }
}
@media(max-width:375px) {
    .buy-now-btn{
        min-width: 50px;
    }
}
/* boxed-layout-css */
body.cat-boxed-layout, .cat-wrapper {
    background-image: url(../images/pattern/pattern-8.png);
    background-attachment: fixed !important;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #2b2b2b;
    background-color: #ccc;
    -webkit-font-smoothing: antialiased;
}
.boxed {
    margin: 0 auto;
    text-align: center;
}
.boxed img {
    width: 100%;
}