/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #F9C200;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    padding: 20px 0;
    background: transparent;
    position: relative;
    z-index: 9999;
    color: #222;
}
#sp-top-bar a {
  	color: #222;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: none;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header > .container {
    background: #0e0e3e;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #0e0e3e;
}
body:not(.home) #sp-header {
    background: #0e0e3e;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* 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: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #00002c;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.button {
    font-size: 18px;
    padding: 18px 35px;
    background: #fff;
    margin-right: 20px;
    color: #0e0e3e !important;
    text-transform: uppercase;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
    font-weight: 600;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    background-color: #171F32 !important;
    transform: translateY(-8px);
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .btn:hover {
    background-color: transparent;
    color: #001b4c !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
.slider-btn a:hover {
    background: #1c335f !important;
    color: #fff !important;
}
.icon-link a:hover {
    color: #fff !important;
}
.btn.color {
    font-size: 12px;
}

/* Title */
.title h2 {
    color: #000;
    font-size: 50px;
    font-weight: 600;
}
.title-icon {
    max-width: 170px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.title-icon:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: -1;
    top: 12px;
    left: 0;
}
.title-icon i {
  	padding: 0 10px;
}

/* About */
.about .sppb-row-container {
    padding: 50px 30px 20px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 18%);
    border-radius: 10px;
    margin-top: -100px;
    background: #fff;
}
.about-item .sppb-img-container {
   	position: relative;
}
.about-item img {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;  
    opacity: 0.9;
    
}
.about-item:hover img {
    opacity: 1;
}
.about-item .sppb-img-container:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #34495e transparent transparent transparent;
    content: '';
    position: absolute;
    top: 97%;
    left: 50%;
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    z-index: -1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.about-item:hover .sppb-img-container:before {
     border-color: #34495e transparent transparent transparent;
     -webkit-transform: translate(-50%, 0px);
     transform: translate(-50%, 5px);
}

/* Feature */
.feature-colum .clearfix {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    cursor: pointer;
}
.feature-colum .clearfix:last-child {
    border-bottom: none;
}
.feature-colum .clearfix:hover {
    border-bottom: 1px solid rgba(255,255,255,1);
}

/* Divider */
.divider {
    margin: 0 auto;
}

/* Counter */
.counter-colum .clearfix {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 600;
    font-size: 70px;
    color: #000;
}
.counter-item h4 {
    color: #000;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    margin-top: 25px;
}

/* Great */
.great-colum .clearfix {
    border-top: 1px solid rgba(1,22,39,0.1);
}

/* Video */
.video-item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
.video-item figure {
    position: relative;
    width: 100%;
    font-size: 0;
}
.video-item figure img {
    width: 100%;
}
.video-item figure a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: 85px;
    border: 4px solid #fff;
    height: 85px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
}
.video-item figure a:after {
    content: '';
    position: absolute;
    top: 30px;
    text-align: center;
    right: -20px;
    width: 15px;
    height: 15px;
    margin: 0 auto;
    left: 0;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
.modal-open {
    overflow: hidden;
}
.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 120px 10px;
    display: none;
    box-sizing: border-box;
    overflow: auto;
    z-index: 100;
}
.popup-modal {
    position: relative;
    margin: 0 auto;
    display: none;
}
.popup-modal .close {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 28px;
    height: 28px;
    border: solid 1px #004eff;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
}
.popup-modal .close:before {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.popup-modal .close:after {
    position: absolute;
    width: 14px;
    height: 2px;
    top: 50%;
    right: 50%;
    margin-right: -7px;
    background-color: #004eff;
    content: '';
    -ms-transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.popup-modal .close:hover {
    border-color: #ff2700;
}
.popup-modal .close:hover:before {
    background-color: #ff2700;
}
.popup-modal .close:hover:after {
    background-color: #ff2700;
}
.post-popup {
    width: 100%;
    max-width: 875px;
    background-color: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.post-popup .popup-header {
    padding: 20px 30px;
    font-size: 14px;
    margin-right: 60px;
}
.post-popup .popup-video {
    font-size: 0;
}
.post-popup .popup-video video {
    width: 100%;
}
.post-popup .popup-video img {
    width: 100%;
}
.post-popup .popup-main {
    padding: 40px 30px;
}
.post-popup .popup-main p {
    margin: 0 0 10px 0;
}

/* Portfolio */
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
    width: 100%;
}

/* Team */
.team {
    background-image: linear-gradient(140deg, #0e0e3e 0%, #1d0021 100%);
}
.team .et-title:after {
    margin: 0;
}
.team-item .sppb-addon-content {
    position: relative;
    overflow: hidden;
}
.team-item .sppb-media-content {
    position: absolute;
    left: 0;
    padding: 30px 15px 0 15px;
    top: auto;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    -webkit-transform: translate3d(0,100%,0);
    -ms-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    text-align: left;
    bottom: 100px;
    width: 100%;
}
.team-item:hover .sppb-media-content {
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    bottom: -1px!important;
}
.team-item .sppb-media-content h3 {
    font-size: 25px;
    line-height: 1em;
}
.team-item .sppb-media-content h5 {
    font-size: 17px;
    margin-bottom: 20px;
}
.team-item .sppb-media-content ul {
    padding: 0;
    padding-top: 10px;
}
.team-item .sppb-media-content ul li a {
    font-size: 20px;
    color: #0e0e3e !important;
}
.team-item .sppb-media-content ul li {
    display: inline-block;
    padding: 5px;
}
.team-item .sppb-media-content ul li em {
    display: none;
}

/* Testimonial */
.testimonial-item {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    background: #fff;
    padding: 50px 30px;
    position: relative;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 65%);
}
.testimonial-item em.fa-quote-left {
    position: absolute;
    color: rgba(38,44,214,0.05);
    font-size: 120px;
    top: 60px;
    left: 35px;
}
.testimonial-item em.fa-quote-right {
    position: absolute;
    color: rgba(38,44,214,0.05);
    font-size: 120px;
    bottom: 30px;
    right: 35px;
}
.testimonial-item em strong {
    display: none;
}
.testimonial-item h4 {
    font-size: 15px;
    font-weight: 600;
}
.testimonial-item h4 > span {
    font-size: 13px;
    color: #000;
}
.testimonial-item p {
    padding: 0px 40px 10px;
    line-height: 30px;
}

/* Images */
.images-colum .clearfix {
    float: left;
    width: 20%;
    padding: 30px;
    background-color: #f4f4f4;
}
.images-colum .clearfix img {
    width: 145px;
}
.images-colum .clearfix:nth-child(2n) {
    background-color: #eaeaea;
}

/* Blog */
.blog .blog-colum .sppb-column-addons  {
    border-top: 10px solid;
    box-shadow: 0px -4px 31px 3px rgb(0 0 0 / 21%);
    border-radius: 10px !important;
    padding: 50px;
    margin-top: -150px;
    background: #fff;
}
.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%);
}

/* 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 .sp-module .sp-module-title {
    font-size: 22px;
}
#sp-bottom2 strong {
    display: none;
}
#sp-bottom2 em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* 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;
	}
}

/* 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,
.button, .team-item .sppb-media-content, .slider-btn a {
 	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,
#sp-footer a, #sp-bottom a, .about-item h3, .title h3, .testimonial-item h4, .slider-title h1 {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
