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

/*** 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;
  	background: #0d1518;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #0d1518;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.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;
}

/* 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: #0d1518;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn, .btn,
#sp-quickcontact-form #sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    color: #fff !important;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 40px;
    cursor: pointer;
    border: 0px solid;
    text-transform: capitalize;
    background-color: #182226;
    border-radius: 0;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover, .slider-btn a:hover {
    background: #014c7d !important;
    color: #fff !important;
}
.slider-btn {
    padding: 15px 45px;
    font-size: 19px;
    background: transparent;
    border-radius: 0;
    border: 2px solid;
    color: #fff !important;
}

/* Slider */
.slider {
    margin-top: -100px !important;
}
.slider-img {
    position: relative;
}
.slider-img .clearfix:first-child,
.slider-img .clearfix:first-child img {
    border-radius: 50px 0 0 0;
}
.slider-img .clearfix:last-child {
    position: absolute;
    left: 0;
    width: 250px;
    bottom: -50px;
    border-radius: 0 50px 0 0;
}
.slider-img .clearfix:last-child img {
    border-radius: 0 50px 0 0;
}

/* Title */
.lt-title h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
}

/* Services */
.services-colum .clearfix {
    background-color: #182226;
    border-radius: 50px 0px 50px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-colum .clearfix:hover {
    background-color: #1A2B32;
    border-radius: 0px 50px 0px 50px;
}
.services-colum.center .clearfix {
    border-radius: 0px 50px 0px 50px;
}
.services-colum.center .clearfix:hover {
    border-radius: 50px 0px 50px 0px;
}
.services-colum-br .clearfix {
    background-color: #182226;
    border: 2px solid transparent;
    border-radius: 50px 0px 50px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-colum.ser img, .services-colum-br img {
    width: 80px;
}
.services-colum.ser .clearfix {
    border-radius: 0px 60px 0px 0px;
}

/* Services */
.ser-icon i {
    height: 60px !important;
    line-height: 57px !important;
    width: 60px !important;
    border: 2px solid;
    border-radius: 50%;
}
.ser-img img {
    border-radius: 80px 0px 0px 0px;
}

/* Extra */
.extra-item .sppb-media-content {
    padding: 30px 20px;
    background: #182226;
}

/* About */
.about-colum {
    position: relative;
}
.about-colum .clearfix:last-child {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 80%;
    border-radius: 0px 80px 0px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.about-colum:hover .clearfix:last-child {
    border-radius: 0px 0px 0px 80px;
}
.about-img01 img {
    border-radius: 0px 80px 0px 0px;
}
.about-img02 img {
    max-width: 350px;
    border-radius: 0px 0px 0px 80px;
}
.btn-small {
    font-size: 18px;
    margin-top: 15px;
    display: inline-block;
}
.btn-small:hover {
    color: #000;
}
.btn-small strong {
    display: none;
}
.btn-small em {
    padding-left: 10px;
}
.about-us-img img {
    border-radius: 0px 100px 0px 0px;
}
.about-colum.two .clearfix:last-child {
    width: 100%;
    left: -60px;
    bottom: 30px;
}
.about-img01.two img {
    border-radius: 0px 0px 0px 100px;
}

/* Counter */
.counter .count, .counter #shiva {
    line-height: 100px;
    font-weight: 600;
    font-size: 50px;
}
.counter h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Dancing Script", sans-serif;
}

/* Finely */
.finely-colum {
    border-radius: 0px 80px 0px 0px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.finely-colum:hover {
    border-radius: 80px 0px 0px 0px;
}
.finely-colum .clearfix:last-child {
    border-radius: 0px 50px 0px 0px;
}

/* Deal */
.deal-item h1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}

/* Hiking */
.hiking-colum {
    position: relative;
}
.hiking-colum:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: skew(-8deg);
    background: rgba(36, 47, 65, 0.9);
}
.hiking-colum h4 {
    font-size: 30px;
    color: #fff;
}
.hiking-colum h1 {
    font-size: 100px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 900;
}
.hiking-colum h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 28px;
}

/* Believe */
.believe-colum {
    border: 16px solid rgba(85, 101, 62, 0.2);
    padding: 50px;
}
.believe-colum .sppb-addon-content q {
    color: #55653e;
    font-size: 48px;
    line-height: 45px;
    font-weight: 600;
}

/* Testimonial */
.testimonial-column {
    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.testimonial-column:after {
    position: absolute;
    bottom: 0;
    left: 24%;
    content: "";
    height: 4px;
    width: 100px;
    background-color: #b79c7d;
}
.testimonial-content-title h4 {
    color: #002072;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.testimonial-content i {
    margin: 7px 0 25px;
}
.testimonial-content h6 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonial-content h3 {
    color: #002072;
    font-size: 30px;
    font-weight: 900;
    margin-top: 20px;
}

/* Video */
.video-colum {
    border-radius: 80px 0px 0px 0px;
}
.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;
}
.column-video {
    padding-top: 70px;
    position: relative;
    z-index: 999;
    top: 0;
    border-radius: 7px;
}
.column-video .sppb-addon-single-image-container,
.column-video .sppb-addon-single-image-container img {
    width: 100%;
}
.video {
    min-width: 80px;
    min-height: 80px;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video {
    min-width: 80px;
    min-height: 80px;
    top: 30%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#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;
    display: inline-block;
    animation: myrotate 3s infinite;
}
@keyframes myrotate {
  0%   {transform: scale(1.01);}
  20%  {transform: scale(1.02);}
  40%  {transform: scale(1.03);}
  60%  {transform: scale(1.04);}
  80%  {transform: scale(1.03);}
  100% {transform: scale(1.02);}
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    border: solid 11px transparent;
    border-left: solid 17px;
    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;
}
.video-item {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 9%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 20px 20px;
    padding: 70px 20px 70px 20px;
}
.shape svg {
    background: #000;
}
.shape .elementor-shape-fill {
    fill: #fff;
}
.shape .sppb-addon-title {
    line-height: 0;
    margin: 0;
}

/* Contact */
.contact-colum {
    border-radius: 0px 80px 0px 0px;
}

/* Info */
.contact-icon .clearfix {
    float: left;
    width: 20%;
    border-right: 4px solid #AAAAAA;
    padding: 30px 0;
}
.info-text {
    border-radius: 80px 0px 0px 0px;
}
.info-right .clearfix img {
    border-radius: 80px 0px 0px 0px;
}
.info-center .clearfix:first-child img {
    border-radius: 0px 80px 0px 0px;
}
.info-center .clearfix:last-child img {
    border-radius: 0px 0px 80px 0px;
}
.info-day {
    width: 50%;
    float: left;
}
.info-time {
    width: 50%;
    float: left;
}
.info-colum {
    position: relative;
    z-index: 3;
}
.info-colum .clearfix {
    border-radius: 80px 0px 0px 0px;
    margin-right: -100px;
}
.info-time.closed {
    color: #FF6363;
}
.info-text-time {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.info-text-time p {
    margin-bottom: 0;
}

/* Icon contact */
.contact-icon .clearfix {
    float: left;
    width: 20%;
}
.contact-icon i {
    background: #AAAAAA;
    width: 52px;
    height: 52px;
    line-height: 52px;
    border-radius: 5px;
}

/* Feature */
.feature-item {
    padding: 30px 20px;
    border: 1px solid #e8e8e9;
    position: relative;
}
.feature-item:hover,
.feature-item:hover:after {
    background-color: #00235a;
}
.feature-item:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
}
.feature-item h4 {
    color: #001659;
    font-size: 26px;
}
.feature-item .sppb-addon-content a {
    padding: 8px 18px 11px;
    margin: 30px 0 10px;
    display: inline-block;
    font-size: 20px;
    border: 3px;
}
.feature-item:hover .sppb-addon-content a {
    color: #fff;
}
.feature-item:hover h5,
.feature-item:hover h4 {
    color: #fff!important;
}

/* Step */
.step .sppb-row > div:nth-child(n+2) {
    border-left: 1px solid #E6E6E6;
}
.step-item h4 {
    color: #262626;
    font-size: 30px;
    font-weight: 400;
}
.step-item h6 {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* Testimonial */
.testimonial img {
    border-radius: 50%;
}

/* Plan */
.client-column .clearfix {
    width: 33.3%;
    float: left;
}

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

/* Subcribe */
.acym_form .acyfield_text {
    width: 100% !important;
}
.acym_form label.cell.margin-top-1 {
    width: 100%;
  	color: #fff;
}
.acym_form input {
    padding: 13px !important;
    border-radius: 0 !important;
}
.subscribe table .acysubbuttons > input.btn-primary {
    padding: 7px 25px!important;
    margin-top: 25px;
}

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

/* 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;
    color: #000;
    float: left;
    width: 100%;
    text-align: left;
    background: url('../images/image-background-slider-home-02-min.jpg');
    position: relative;
    z-index: 1;
}
#sp-bottom:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    z-index: -1;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, #191c21 100%);
}
#sp-bottom a {
    color: #000;
}
#sp-bottom .col-lg-3  {
    border-left: 1px solid #dddddd;
    padding: 50px 0 40px 30px;
}
#sp-bottom .col-lg-3:first-child  {
    border-left: none;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 30px;
}
#sp-bottom h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 1px;
    padding-top: 20px;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
}

/* Footer Copyright */
#sp-footer1 {
    text-align: left;
    margin-top: 60px;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-footer .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-footer .shrewd_solution_icon ul,
#sp-footer .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.footer-right p a {
    margin: 0;
}
#sp-footer .shrewd_solution_icon ul li a {
    font-size: 15px;
    background: #e3c08d;
    height: 35px;
    color: #000 !important;
    width: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-footer .shrewd_solution_icon ul li a:hover {
    background: #fff; 
    color: #e3c08d !important;
}
#sp-footer .footer-right {
    text-align: right;
}
#sp-footer .shrewd_solution_icon ul li a em {
    font-family: 'Font Awesome 5 Brands';
}

/*** 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;
	}
  	.slider-colum-right .sppb-column-addons {
    	left: 0px;
	}
  	#sp-header {
    	top: 0px;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
  	.finely .sppb-col-md-4 {
    	margin-bottom: 30px;
  	}
  	#sp-footer1,
  	#sp-footer .shrewd_solution_icon {
    	text-align: center !important;
	}
  	#sp-footer1 {
    	margin-top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	a.button {
    	font-size: 13px;
	}
}

/* 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,
.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,
a.hikabtn.hikacart, .slider-btn:hover, .subscribe table .acysubbuttons > input.btn-primary {
 	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 h3, .counter .count, .counter #shiva, .ser-icon i, .about-icon i,
.teps .sppb-nav-custom a {
  	color: var(--text-color) !important; 
}
.slider-btn, .ser-icon i {
  	border-color: var(--text-color) !important;
}
