/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
  	font-size: 14px !important;
    font-weight: 400 !important;
    padding: 10px 0;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #000;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    padding: 17px 32px 17px 32px !important;
    border: none !important;
    display: inline-block;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.btn:hover, .btn.white:hover {
    background: #000 !important;
}

.btn.white {
    background: transparent !important;
}

/* Title */
.title-small h4 {
    letter-spacing: 4px;
}

/* Slider */
.slider-title .btn {
    margin-right: 30px;
}
.slider-title .sppb-addon-content {
  	margin-top: 50px;
}
.slider-title p {
    display: inline-block;
    margin-right: 20px;
}
.slider-feaute h4 {
    font-size: 38px;
    font-weight: 600;
    margin: 10px 0 30px;
}
a.slider-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #333;
}
.slider-feaute.white a.slider-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}
a.slider-btn em {
    padding-left: 10px;
}
a.slider-btn em strong {
    display: none;
}
.slider-colum .clearfix {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.slider-colum .clearfix:hover {
    transform: translateY(-20px);
}

/* Divider */
.divider.center {
    margin: 0 auto;
}

/* Full Width */
.full-section-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
}

/* Meet */
.meet-item .sppb-img-container {
    position: relative;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.meet-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(
180deg, rgba(255, 255, 255, 0) 60%, #000000 100%);
}
.meet-item {
    position: relative;
}
.meet-item:hover .sppb-media-content {
    transform: translateY(-20px);
}
.meet-item:hover .sppb-img-container {
    transform: translateY(20px);
}
.meet-item .sppb-media-content {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 30px;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.meet-item .sppb-media-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 10px 0 40px;
}
.meet-item .btn {
    opacity: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.meet-item:hover .btn {
    opacity: 1;
}
.meet-item .btn em {
    margin-left: 10px;
}
.meet-item .btn em strong {
    display: none;
}
.meet-item .sppb-img-container, 
.meet-item .sppb-img-container img {
    width: 100%;
}

/* Work */
.work-item {
    position: relative;
    overflow: hidden;
}
.work-item .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
    background: #fff;
    padding: 20px 30px;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.work-item:hover .sppb-media-content {
    bottom: 0px;
}

/* Work */
.counter-item i {
    width: 80px !important;
    height: 80px !important;
    line-height: 80px !important;
    border-radius: 50%;
    background-color: #FFC6A1;
}
.counter-item h1 {
    font-size: 60px;
    margin: 20px 0;
}
.counter-item h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

/* Team */
.team-item {
    box-shadow: rgb(0 0 0 / 0%) 0px 0px 10px 0px;
    padding: 48px;
    border: 1px solid rgb(222, 222, 222);
}
.team-item img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
}
.team-designation {
    font-size: 14px;
    padding: 0px 0 20px;
}
.shrewd_solution_icon {
    padding: 20px 0 0;
}
.shrewd_solution_icon li strong {
    display: none;
}
.bottom-contact em,
#sp-bottom2 em {
    padding-right: 10px;
    color: #fff !important;
}
.shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon li a {
    font-size: 14px;
    background: rgb(255, 243, 236);
    height: 30px;
    width: 30px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}

/* Contact Info */
.contact-ifoon-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;
}

/* Video */
.video-text-big {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.video-text:hover .video-text-big {
    transform: translateY(20px);
}
a.btn-video {
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    color: #fff !important;
}
a.btn-video:hover {
    background: transparent;
    transform: scale(1.05);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    left: 0;
    top: 45%;
    margin: 0 auto;
    right: 0;
    text-align: center;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: transparent;
    border: 1px solid #fff;
}
.video a {
    font-size: 0;
    position: relative;
}
.video a:before {
    content: '';
    position: absolute;
    top: 35%;
    left: 38%;
    width: 85px;
    height: 85px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    background: rgba(51, 51, 51, 0.58);
}
.video a:after {
    content: '';
    position: absolute;
    top: 51%;
    left: 56%;
    margin-top: -17.5px;
    margin-left: -9px;
    border: solid 13px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/* Skill */
.skill.bg-top:before {
    border-top-color: #0A0A0B;
}
.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p{
    font-size: 14px;
    margin-bottom: 6px
}
.skills .progress{
    width: 100%;
    height: 6px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: inherit;
}
.skills .progress .progress-bar{
    width: 0;
    height: 100%;
    border-radius: 10px;
}
.skills .progress .progress-bar span{
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after{
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after{
    background-color: #3498db
}
.red .progress-bar ,.red span ,.red span:after{
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after{
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after{
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after{
    background-color: #f1c40f
}

/* Follow */
.instagram-colum {
    background-image: linear-gradient(180deg, #B700CE 0%, #F09300 100%);
}
.instagram-colum, .youtube-colum {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.instagram-colum:hover, .youtube-colum:hover {
    transform: translateY(20px);
}

/* Info */
.info-item i {
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.info-item:hover i {
    color: #000 !important;
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
  	display: inherit;
}
a.hikabtn.hikacart {
    padding: 10px 20px;
    border-radius: 0;
    font-size: 15px;
    text-transform: uppercase;
    border: none;
}
a.hikabtn.hikacart:hover {
  	background: #222 !important;
}
.hikashop_subcontainer {
    border: 1px solid #eee;
    border-radius: 0 !important;
}
.hikashop_product_price_full {
    display: inherit;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
}
.jmm-image.mod-article-image img {
  	transform: scale(1);
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.jmm-item:hover .jmm-image.mod-article-image img {
  	transform: scale(1.12);
  	filter: grayscale(100%);
}
.jm-category-module.default .jmm-text .jmm-title, .jm-category-module.default .jmm-intortext,
.jm-category-module.default .jmm-readmore {
  	color: #fff !important;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/*** Bottom ***/
#sp-bottom {
    position: relative;
    float: left;
    width: 100%;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom ul li,
#sp-bottom ul li a {
    display: inline-block !important;
}
#sp-bottom2 ul li a {
    padding: 0 8px;
    font-size: 13px;
    text-transform: uppercase;
}
#sp-bottom3 ul li a {
    padding-left: 15px;
    text-decoration: underline;
}
.menu-company {
    text-align: right;
}

/*** Footer ***/
#sp-footer {
    width: 100%;
    float: left;
    color: #000;
    border-top: 1px solid #dedede;
}
#sp-footer1 {
    text-align: left;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    .meet-item:hover .sppb-media-content {
        transform: translateY(35px);
    }
    .meet-item .sppb-media-content {
        bottom: 0;
    }
    .meet-item .sppb-media-content h2 {
        font-size: 20px;
    }
    .video-text {
        padding: 0 !important;
    }
    .video-text-big h3 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 30px !important;
        line-height: 30px !important;
    }
}
@media (max-width: 991px) {
    #sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
    .carousel .sppb-col-md-2 {
        width: 16.5% !important;
    }
    .hikashop_products_listing .hikashop_products .hikashop_product {
        width: 50%;
    }
    .product-full .hikashop_products_listing .hikashop_products .hikashop_product {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .meet-item .sppb-media-content {
        padding: 0px;
    }
    .meet-item .sppb-media-content h2 {
        font-size: 20px;
    }
  	.hikashop_products_listing .hikashop_products .hikashop_product {
    	width: 100%;
	}
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/

:root {
  --background-color: currentColor;
  --background: currentColor;
  --text-color: currentColor;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.btn, .video-text, .about .video a:before, a.hikabtn.hikacart {
 	background-color: var(--background-color) !important;
}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.title-small h4, a.slider-btn:hover, .info-item i, .info-item h3, .counter-item i, .team-designation {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
