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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#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 > span {
    color: #12265a;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    opacity: 1;
}
.sp-megamenu-parent > li > a:before {
    bottom: 24px;
    content: "";
    height: 32px;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 95%;
    position: absolute;
    background-color: #12265A;
    transition: .5s;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent > li:last-child > a:before {
    content: none;
}

/* 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;
}

/* Right Menu */
.social-wrap .social-icons li a {
    font-size: 15px;
    height: 36px;
    width: 36px;
    position: relative;
    line-height: 38px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
.social-wrap .social-icons li a:before {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px dashed;
    border-radius: inherit;
    animation: spin_left 5s linear infinite;
    animation-play-state: paused;
}
.social-wrap .social-icons li a:hover:before {
    animation-play-state: running;
}
@keyframes spin_left {
  from{ transform: rotate(0deg);}
        to{ transform: rotate(360deg);}
}
.social-wrap .social-icons li a.twitter {
    background: #FA9DB7 !important;
}
.social-wrap .social-icons li a.twitter:before {
    border: 2px dashed #FA9DB7 !important;
}


/*** Block Styles ***/
/* Button */
.button {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    fill: #FFFFFF;
    color: #FFFFFF !important;
    border-radius: 3px;
    letter-spacing: 3px;
    border: 0;
    padding: 13px 25px 13px 25px;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #FA9DB7 !important;
}

/* Slider */
.slider:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/cloud-overlay-2.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.slider strong {
    font-weight: 600;
}

/* Bg Title */
.bg-title {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(180deg, rgba(223, 0, 110, 0) 0%, #DF006E 100%);
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bg-title .elementor-shape-fill {
    fill: #fff;
}
.bg-title .bg-shape .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bg-title svg {
    width: calc(150% + 1.3px);
    height: 100px;
}

/* About */
.about .button {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 25px 10px 25px;
}

/* Collection */
.collection:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50%;
    width: 100%;
    display: inline-block;
    background-color: #EAF4FD;
}
.collection-item .sppb-media-content {
    position: relative;
    margin: 0 15px;
    margin-top: -30px;
}
.collection-item h3.sppb-addon-title {
    background-color: #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 22px 10px;
}
.collection-item img {
    width: 100%;
    border-radius: 15px;
}

/* Services */
.services .button, .services .button:hover {
    background-color: #FA9DB7 !important;
    margin-top: 20px;
    display: inline-block;
    padding: 10px 25px;
}

/* Sale */
.divider-bottom .sppb-addon-title {
    webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.divider .elementor-shape-fill {
    fill: #FCF9F4;
}

/* Everything */
.everything:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-image: linear-gradient(180deg, #F28D00 0%, #DF006E 100%);
    opacity: 0.75;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

/* Video */
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: relative;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: relative;
    left: 32px;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
    border: 4px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: 6.5px;
    margin-left: 12px;
    border: solid 11px 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;
}
.vpop {
    position: absolute;
    left: 40%;
    top: 0%;    
}

/* Team */
.team .collection-item img {
    width: 100%;
    border-radius: 10px;
}
.team .collection-item h3.sppb-addon-title {
    background-color: #FFFFFF;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 10px;
}
.team  .collection-item .sppb-media-content {
    margin-top: -22px;
}
.team  .collection-item h4 {
    color: #343A40;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
    margin-top: 23px;
}
.team .shrewd_solution_icon ul {
    margin: 0;
    padding: 0;
}
.team .shrewd_solution_icon li {
    position: relative;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    color: #a6a6b3;
}
.team .shrewd_solution_icon li a {
    font-size: 18px;
    height: 36px;
    width: 36px;
    position: relative;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.team .shrewd_solution_icon li strong {
    display: none;
}

/* Qoute ***/
.qoute-name .sppb-addon-content {
    font-weight: 300;
    letter-spacing: 3px;
}
.qoute .sppb-row-container {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 60px;
}

/* Feature */
.feature .sppb-row-container {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 100px;
}

/* Ordering */
.ordering-item-left .payment, .ordering-item-left .shipping {
    width: 50%;
    float: left;
}
.ordering-item-left ul.check {
    padding: 0;
    list-style-type: none;
}
.ordering-item-left ul.check li {
    position: relative;
    line-height: 33px;
}
.ordering-item-left ul.check li strong {
    display: none;
}
.ordering-item-left ul.check li em {
    padding-right: 10px;
}

/* Text */
.text-bg .sppb-row-container {
    padding: 40px;
}

/* Info */
.info-item {
    position: relative;
}
.contact-info h3.sppb-addon-title {
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2CB3E9;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: -15px;
}
.info-team {
    border-radius: 15px;
}


/* 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%);
}

/* Product */
span.hikashop_product_name {
    padding: 10px 0;
}
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.thumbnail {
    border: 1px solid #eee;
    border-radius: 0 !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 {
    color: #fff;
    text-align: left;
    position: relative;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: -80px;
    height: 100px;
    width: 100%;
    background: url('../images/footer_bg.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sp-bottom #sp-bottom1 h2 {
    font-size: 50px;
    color: #ffffff;
}
#sp-bottom1 .shrewd_solution_icon {
    margin-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 15px;
    height: 38px;
    width: 38px;
    line-height: 38px;
    color: #ffffff !important;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    color:#fff!important;
}
#sp-bottom2 .infobox {
    margin-bottom: 15px;
    overflow: hidden;
}
#sp-bottom2 .infobox img {
    width: 15%;
    float: left;
    margin-top: 5px;
}
#sp-bottom2 .infobox span {
    width: 78%;
    float: left;
    margin-left: 10px;
}
#sp-bottom3 .speasyimagegallery-gallery-item img {
    border-radius: 15px !important;
}
#sp-bottom4 .wh__item {
    display: flex;
    align-items: baseline;
    margin: 0px 0px 10px 0px;
}
#sp-bottom4 .custom {
    padding: 24px 30px 20px 30px;
    background-color: #45b3df;
    border-radius: 30px 30px 30px 30px;
}
#sp-bottom4 .wh__item:after {
    content: '';
    width: 100%;
    height: 1px;
    flex: 1;
    order: 2;
    border-bottom: 2px dotted #fff;
    transform: translateY(1px);
}
#sp-bottom4 .wh__day {
    order: 1;
    margin-right: 13px;
    font-weight: 700;
}
#sp-bottom4 .wh__hours {
    order: 3;
    margin-left: 13px;
    font-size: 18px;
    font-weight: 400;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}
#sp-footer {
    background: #2d4073;
    background: url(../images/footer_bg_3.jpg);
    text-align: center;
    padding-bottom: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#sp-footer .container-inner {
    border-top: 0;
}
#sp-footer p {
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    float: left;
    font-size: 15px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
  	.sp-dropdown {
    	max-width: 1200px;
  	}
}
@media (min-width: 1000px) and (max-width: 1280px) {
    #sp-menu .social-wrap {
        display: none !important;
    }
}
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
  	#sp-menu .social-wrap {
        display: none !important;
    }
}

/* 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, a.hikabtn.hikacart,
.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, .slider-btn a,
.button, #sp-bottom1 .shrewd_solution_icon ul li a, .social-wrap .social-icons li a, .text-bg .sppb-row-container {
 	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 h6, .quote-icon i, .qoute-name .sppb-addon-content, .quote-text h3 {
  	color: var(--text-color) !important; 
}
.divider, .counter-item, .social-wrap .social-icons li a:before {
  	border-color: var(--text-color) !important;
}
