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


/*** Block Styles ***/
/* Button */
.btn, .btn,
.slider-btn a,
#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: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    background-color: #FFFFFF;
    border-radius: 0;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease;
    transition: width .5s ease;
}
.btn:hover, .slider-btn a:hover, a.hikabtn.hikacart:hover {
    background: #014c7d !important;
    color: #fff !important;
}
/* Slider */
.slider-text-title a {
    padding: 0!important;
}
.slider-btn {
    text-align: center;
    margin: 0 auto;
}
.slider-btn a {
    max-width: 100% !important;
    color:#486683!important;
    background: #fff!important;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.17);
}
.slider .ld-masked-image {
    margin-right: -400px;
}
.slider-left .lt-btn {
    margin-right: 30px;
}
.slider-button-text {
    position: relative;
    top: 14px;
}
.slider-btn a {
    position: relative;
}
.slider-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.slider-btn a:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/* Title */
.title h2 {
    z-index: 1;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    letter-spacing: 2px;
    padding-bottom: 50px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
    width: 100%;
    padding-top: 12px;
}
.title h2:after {
    background: url('../images/moutain_icon_color.png') no-repeat;
    background-position: center;
    position: absolute;
    content: "";
    height: 30px;
    width: 340px;
    margin: auto;
    z-index: -1;
    left: 0px;
    right: 0;
    bottom: 0;
}
.title.white h2:after {
    background: url('../images/moutain_icon_white.png') no-repeat;
}

/* About */
.about-colum {
    position: relative;
}
.about-colum:before {
    position: absolute;
    content: '';
    left: 5%;
    top: 5%;
    height: 90%;
    width: 90%;
    display: inline-block;
    background: #fff;
    transform: scale(1.05);
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
}
.about-colum:hover:before {
    transform: scale(1);
    opacity: 1;
}
.about-item h2 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
.about-item {
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    opacity: 0;
}
.about-colum:hover .about-item {
    opacity: 1;
}

/* Product */
.product-colum {
    overflow: hidden;
}
.product-text {
    position: relative;
}
.product-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    z-index: -1;
    transform: skew(0deg, -20deg);
    bottom: -150px;
    background-color: #e0efef;
    border-top: 15px solid;
}
.product-text .sppb-img-container {
    text-align: right;
    padding-right: 30px;
    margin-top: 30px;
}
.product-text h5 {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #014c7d;
}
.product-text .btn {
    color: #fff;
    border-radius: 0;
    margin-top: 10px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.product-text .btn:hover {
    color: #fff;
    background: #014c7d !important;
}

/* 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 rgb(242 104 42 / 19%);
    padding: 50px;
}
.believe-colum .sppb-addon-content q {
    font-size: 48px;
    line-height: 45px;
    font-weight: 600;
}

/* Subscribe */
.subscribe table.acymailing_form {
    width: 100%;
    max-width: 380px;
    margin: 59px;
}
.subscribe table.acymailing_form input {
    background: transparent;
    border: 1px dashed #fff;
    color: #fff !important;
    margin: 10px 0;
}
.subscribe table .acysubbuttons input {
    margin-left: -80px;
}
.subscribe table.acymailing_form tr {
    margin: 15px 0;
}

/* 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 */
.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;
}
.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: 0px solid #fff;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.video a:hover:before {
    border: 5px solid #fff;
}
.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;
    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;
}
.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;
}


/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.team-item h6 {
    font-size: 13px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    margin: 0;
    opacity: 0.7;
}
.team-item h3 {
    font-size: 18px;
    font-weight: 600;
}
.team-item .sppb-img-container {
    position: relative;
    display: inline-block;
}
.team-item .sppb-img-container img {
  	width: 100%;
    display: inline-block;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.team-item .sppb-img-container:after {
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.team-item:hover .sppb-img-container:after {
    border-color: #f68e13;
    background: rgba(255,255,255,.2);
}
.team-item .sppb-media-content {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    width: auto !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover .sppb-media-content {
    opacity: 1;
    background-color: #F1755C;
}
.team-item .sppb-media-content p {
    display: none;
}

/* Together */
.together h1 span {
    line-height: 100px;
    font-size: 70px;
}

/* Offer */
.offer .sppb-row img {
    box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -moz-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 25px 0px 60px rgba(0, 0, 0,0.3);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
.offer-left {
    margin-left: -10%;
    width: 110%;
}
.offer-right {
    margin-top: 100px;
    margin-left: -70px;
    z-index: -1;
    width: 110%;
}

/* Project */
.title-content h2 {
    font-size: 60px;
    line-height: 55px;
    font-weight: 700;
    color: rgb(0, 22, 89);
    letter-spacing: -2px;
    margin-bottom: 25px;
}
.title-content p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: rgb(86, 89, 105);
}
.project-img img {
    height: 667px;
}
.project-img-pen {
    position: absolute;
    bottom: 48px;
    right: 20px;
}

/* Contact */
.contact-title em {
    font-style: inherit;
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}
.contact-item #sp-quickcontact-form {
    text-align: center;
}
.contact-item #sp-quickcontact-form #sp_qc_submit {
    font-size: 15px !important;
    color: #fff !important;
    font-weight: 600 !important;
    border: 0px solid #000 !important;
    border-radius: 5px !important;
    background-color: #000;
    font-family: 'Poppins', sans-serif;
    padding: 13px 20px !important;
    text-transform: uppercase;
    text-decoration: none;
}
.contact-item #sp-quickcontact-form input:nth-child(2),
.contact-item #sp-quickcontact-form input:nth-child(4) {
    width: 49% !important;
    float: left;
}
.contact-item #sp-quickcontact-form input {
    box-shadow: 0 0 1px 0 rgba(0,0,0,.32);
}
.contact-item #sp-quickcontact-form input:nth-child(2) {
    margin-right: 2%;
}

/* Feature */
.feature-item {
    padding: 30px 20px;
    border: 1px solid #e8e8e9;
    position: relative;
}
.feature-item:hover,
.lt-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;
}

/* 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%);
}
.blog .jm-category-module.default .jmm-intortext {
    color: #ffffffad;
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
  	background: #fff;
}

/* 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%;
    text-align: left;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}
#sp-bottom > .container,
#sp-footer > .container {
    max-width: 100%;
    padding: 0px 8%;
}
#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 {
    padding-bottom: 20px;
    color: #000;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1em;
    position: relative;
}
#sp-bottom h3:before {
    content: '';
    display: block;
    height: 1px;
    width: 30px;
    background-color: #000000;
    bottom: 0;
    position: absolute;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#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: 21px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li em {
  	 font-family: 'Font Awesome 5 Brands';
}
#sp-bottom1 img {
  	max-width: 250px;
    margin-top: -10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}

/*** 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;
	}
  	.believe-colum {
    	padding: 60px 10px !important;
	}
  	#sp-bottom .col-lg-3 {
        border-left: 0;
        padding: 0;
	}
  	#sp-bottom {
    	padding: 50px 0px 50px 0px !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.hiking-colum h1, .deal-item h1 {
    	font-size: 70px;
	}
}

/* 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, .btn, 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 {
 	background-color: var(--background-color) !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
.hiking-colum h1, .slider-color h1 {
  	color: var(--text-color) !important; 
}
.product-text:after {
  	border-color: var(--text-color) !important;
}
