/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Top head */
#sp-top-bar {
    background: transparent;
    position: relative;
    z-index: 9999;
}
body:not(.home) #sp-top-bar {
    background: #1e4261;
    position: relative;
    z-index: 9999;
}
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}

/* Header Logo */
#sp-header .logo {
    height: 90px;
}
#sp-header.header-sticky .logo {
    height: 63px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 9999;
    box-shadow: none;
    background: #000;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header.is-sticky {
    position: fixed;
    background: #333333b8;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky .sp-megamenu-parent > li > a {
    padding: 0;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-header .logo-image,
.sp-megamenu-parent > li > a {
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#sp-menu {
    padding-left: 0;
}
.header-sticky .sp-megamenu-parent > li > a {
    line-height: 70px;
}
.sp-megamenu-parent > li li {
    text-align: left;
}
.sp-megamenu-parent > li:last-child {
    border-right: 0;
}
.sp-megamenu-parent > li > a {
    width: 100%;
    color: #fff;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    line-height: 90px;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 600;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 40px;
}
.sp-megamenu-parent {
    margin: 0;
}
body.ltr .sp-megamenu-parent>li.sp-has-child>a:after, 
body.ltr .sp-megamenu-parent>li.sp-has-child>span:after {
    margin-left: 0;
}

/* Canvas Menu */
#offcanvas-toggler {
    position: relative;
    width: 70px;
    height: 69px;
}
#offcanvas-toggler > .fa,
#offcanvas-toggler > .fa:before,
#offcanvas-toggler > .fa:after {
    content: "";
    top: 34px;
    position: absolute;
    left: 25px;
    height: 2px;
    width: 18px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
#offcanvas-toggler > .fa:before {
    left: 0;
    top: -6px;
    width: 10px;
}
#offcanvas-toggler > .fa:after {
    left: initial;
    right: 0;
    top: 6px;
    width: 10px;
}
#offcanvas-toggler:hover > .fa:before,
#offcanvas-toggler:hover > .fa:after {
    width: 18px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    font-size: 15px;
    display: inherit;
}

/*** Block Styles ***/
/* Button */
.btn-slider,
.btn-design,
.btn-primary {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 5px;
    padding: 14px 32px 14px 32px !important;
    border: 1px solid #fff;
    display: inline-block;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.btn-design {
	border: none;
	border-radius: 0;
}
.btn-design:hover {
	background: #000 !important;
}

/* Title */
.title-design {
	position: relative;
}
.title-design h3 {
    opacity: 0.1;
}
.title-design h6 {
    position: absolute;
    top: 43px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 9px;
}

/* Divider */
.divider.center {
	margin: 0 auto;
}

/* Coin */
.conver-coin .sppb-row {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-top: -115px;
    padding: 30px;
    position: relative;
    z-index: 2;
    border-top: 4px solid;
    box-shadow: 0px 4px 8px rgb(41 41 41 / 0%);
}
.conver-coin-item .poweredByWrapper {
    display: none;
}
.conver-coin-item {
    padding-bottom: 50px;
}
.conver-coin-item .priceLabel {
    font-weight: 700;
}
.conver-coin-item .ccc-converter > div {
    border: 0!important;
}
.conver-coin-item .cover-coin-button {
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 20px;
}
.conver-coin-item .styledSelect {
	width: 110px !important;
    font-weight: 600;
    outline: none;
    padding: 0px 15px !important;
    height: 30px;
    text-align-last: center;
}

/* Feature */
.feature-item {
	position: relative;
	z-index: 1;
	padding: 50px 20px;
	background: #f9f9f9 none repeat scroll 0 0;
}
.feature-item:before,
.feature-item:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	z-index: -1;
	top: 0;
	transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.feature-item:before {
	left: 0;
}
.feature-item:after {
	right: 0;
}
.feature-item:hover:before, .feature-item:hover:after {
	width: 50%;
}
.feature-item i {
	position: relative;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    line-height: 60px !important;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.feature .feature-item:hover i {
	background: #fff !important;
}
.feature-item i:after {
    content: "";
    top: 5px;
    left: 0px;
    right: 0;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    border: 3px solid #fff;
    border-radius: 10px;
    display: inline-block;
    font-size: 22px;
    height: 49px;
    line-height: 49px;
    width: 49px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-item:hover i:after {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.feature-item h3,
.feature-item .sppb-addon-text {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.feature-item:hover h3,
.feature-item:hover .sppb-addon-text {
    color: #fff!important;
}

/* About */
.sppb-panel-modern>.sppb-panel-heading {
    padding: 9px 30px 9px 15px;
    color: #fff;
}

/* ICO */
.about .ico {
   text-align: center;
    background: #4e4e4e;
    max-width: 400px;
    padding: 20px 10px;
    color: #fff;
}
#countdown {
	width: 100%;
	height: 130px;
	text-align: center;
	background: #222;
    position: relative;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 10px 0;
    top: 0; bottom: 0; left: 0; right: 0;
}
#countdown:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 20px; left: -10px;
}
#countdown:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 20px; 
    right: -10px;
}
#countdown #tiles{
	position: relative;
	z-index: 1;
}
#countdown #tiles > span{
	width: 70px;
	max-width: 20%;
	font: bold 48px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 0 7px;
	padding: 18px 0;
	display: inline-block;
	position: relative;
}
#countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
}
#countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; left: 0;
}
#countdown .labels {
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: 15px;
}
#countdown .labels ul{
	padding-left: 0;
}
#countdown .labels ul li {
	width: 20%;
	font: bold 15px 'Droid Sans', Arial, sans-serif;
	color: #f47321;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}
#countdown .coinmarketcap-currency-widget {
	min-width: 100%!important;
}
.ico h4 {
    font-size: 17px;
}
.ico h5 {
    font-size: 14px;
}
.ico .button {
   display: inline-block;
    height: 50px;
    line-height: 50px;
    margin: 40px 0 10px;
    color: #fff!important;
    text-align: center;
    padding: 0 45px;
    border-radius: 24px;
    font-size: 14px;
    text-decoration: none!important
}
.ico_progress span {
    float: right;
}
.ico_countdown_progress_bar {
    position: relative;
    height: 15px;
    background: rgba(0,0,0,.25);
    border-radius: 7px;
    overflow: hidden;
}
.ico_countdown_progress_completed {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.ico_countdown_progress_completed strong {
    display: none;
}
.ico_progress h6 {
    float: right;
    font-size
}
.ico_countdown__payments {
   text-align: center;
    margin-top: 30px!important;
}
.ico_countdown__payments li {
    list-style: none;
    display: inline-block!important;
    padding: 2px 1px;
    border: 1px solid #333;
    border-radius: 4px;
    background: rgba(0,0,0,.5);
}
.ico_countdown__payments li a:before {
    display: none!important;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a {
	color: #fff;
}

/* Services */
.services-item {
	padding: 50px 10px;
	border: 2px solid;
	-webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.services-item:hover {
	background: #fff !important;
}

/* Work */
.work-item h2 {
	font-size: 27px;
}

/* Team */
ul.team-item-icon {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.team-item-icon li, ul.team-item-icon a {
    display: inline-block;
}
.team-item h6 {
	color: #aaa;
}
ul.team-item-icon a {
    font-size: 17px;
    padding: 0 5px;
}
ul.team-item-icon strong {
    display: none;
}
.team-item img {
	border-radius: 50%;
}

/* Counter */
.counter-item h1 {
    font-size: 65px;
    font-weight: 600;
    color: #fff;
}
.counter-item h6 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

/* Testimonial */
.testimonial-item img {
	border-radius: 50%;
}

/* Popup */
.notifyjs-metro-info {
    color: #fff !important;
    border: none !important;
    padding: 10px !important;
}
.notifyjs-metro-info .image {
    margin-left: 10px !important;
}
.notifyjs-metro-info .title,
.notifyjs-metro-info .text {
    color: #fff !important;
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
}

/* Contact Info */
form#contact-form {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 50px;
}
.contact-info-full {
    width: 100%;
    margin-top: 20px;
}
.contact-item {
    float: left;
    width: 23%;
    margin-right: 2%;
    text-align: left;
    padding: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.contact-item:nth-child(4n) {
    margin-right: 0%;
}
.contact-item h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 20px 0;
}
.contact-item p {
    font-size: 15px;
}
.contact-item strong {
    display: none;
}
.contact-item em {
    font-size: 24px;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

/* Bottom Area */
#sp-bottom {
    position: relative;
    color: #fff;
    float: left;
    width: 100%;
}
#sp-bottom .container {
    max-width: 1140px;
}
#sp-bottom .sp-module h3.sp-module-title {
    font-weight: 400;
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
#sp-bottom2 .sp-module-content .latestnews>li>a>span {
    display: inline-block;
    color: #333 !important;
}
#sp-bottom ul li a {
    color: #fff;
    font-size: 14px;
}
#sp-bottom2 .sp-module ul>li {
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #e8e8e8;
}
#sp-bottom2 .sp-module ul>li:last-child {
    border-bottom: none;
}
#sp-bottom3 ul li em {
    padding-right: 10px;
}
#sp-bottom3 ul li em strong {
    display: none;
}
#sp-bottom3 ul li {
    padding-bottom: 8px;
    margin-bottom: 8px !important;
}
.acym_module_form {
	margin-top: -20px;
}
.acym_module_form input {
	max-width: 100% !important;
}
.acym_module_form .btn-primary {
	padding: 10px 20px !important;
	border: none;
}
.acym_module_form .btn-primary:hover {
	background: #000 !important;
}

/* Footer Copyright */
#sp-footer {
    width: 100%;
    float: left;
    color: #fff;
}
#sp-footer .container {
    max-width: 1140px;
}
.sp-footer1 {
	text-align: left;
}
.sp-footer2 {
	text-align: right;
}
#sp-footer a {
    color: #fff;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
	.sppb-row-container {
		max-width: 1320px;
}
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        padding: 0 10px;
      	font-size: 11px !important;
    }
    .sp-megamenu-parent {
        width: 100%;
    }
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
    .sp-megamenu-parent {
        display: none!important;
    }
    .hikashop_products_listing .hikashop_products .hikashop_product {
        width: 50%;
    }
    .lt-product-full .hikashop_products_listing .hikashop_products .hikashop_product {
        width: 100%;
    }
    #offcanvas-toggler {
        padding: 25px;
    }
    #sp-logo {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-left {
        float: right;
        margin-right: 0;
    }
    #sp-header .logo {
        height: 70PX;
    }
  	#sp-logo .sp-column {
    	display: block !important;
	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
    #sp-header .logo {
        text-align: left;
    } 
    #sp-logo {
        flex: 0 0 100% !important;
        width: 100% !important;
        padding: 0 !important
    }
    #offcanvas-toggler {
        padding: 25px;
    }
    body.ltr #offcanvas-toggler.offcanvas-toggler-left {
        float: right;
        margin-right: 0;
    }
    #sp-header .logo {
        height: 69px;
    }
  	#sp-logo .sp-column {
    	display: block !important;
	}
  	.conver-coin .sppb-row {
    	margin-top: 0px;
	}
  	#sp-footer #sp-footer2 {
        text-align: left;
        margin-top: 20px;
	}
  	div#sp-logo {
    	width: 80%;
	}
  	#sp-menu {
    	width: 20%;
	}
  	a#offcanvas-toggler {
    	padding: 25px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .hikashop_products_listing .hikashop_products .hikashop_product {
        width: 100%;
    }
}
