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

/*** Header Area ***/
/* Header Menu */
#sp-header {
    box-shadow: none;
    top: 0;
    height: inherit;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 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 > li > a, .sp-megamenu-parent > li > span {
    font-weight: 500;
    text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
    font-size: 14px !important;
}
.sp-megamenu-parent > li:before,
.sp-megamenu-parent > li:after {
    content: "";
    top: 20px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 35px;
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.sp-megamenu-parent > li:after {
    left: inherit;
}
.sp-megamenu-parent > li.active:before, 
.sp-megamenu-parent > li:hover:before,
.sp-megamenu-parent > li.active:after, 
.sp-megamenu-parent > li:hover:after {
	  background: currentColor;
}

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

/*** Block Styles ***/
/* Title */
.title h4 {
    position: relative;
    padding-bottom: 15px;
}
.title h4:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 80px;
    height: 4px;
    margin: 0 auto;
}

/* Button */
a:hover {
    text-decoration: none!important;
}
.btn {
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    padding: 10px 40px;
    color: #333!important;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.3);
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover:before {
    left: 0;
    visibility: inherit;
    opacity: 1;
}
.hikabtn, .hika_j2 .btn {
    border-radius: 0;
    text-transform: uppercase;
  	border: none!important;
}
.hikabtn:hover {
  	background: #222 !important;
}

/* Slider */
.slider #canv {
  	height: 1000px!important;
    background: none!important;
}
.slider-snow {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.slider-img-left,
.slider-img-right {
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100px;
    height: 100px;
}
.slider-img-right {
    left: inherit;
    right: 100px;
}
.slider-img-left {
    -webkit-animation: example 2s infinite; /* Safari 4+ */
    -moz-animation:    example 2s infinite; /* Fx 5+ */
    -o-animation:      example 2s infinite; /* Opera 12+ */
    animation:         example 2s infinite; /* IE 10+, Fx 29+ */
}

/* Standard syntax */
@keyframes example {
    0%   {margin-left: 30px;}
    10%   {margin-left: 50px; margin-top: 10px;}
    20%   {margin-left: 70px; margin-top: 20px;}
    30%   {margin-left: 80px; margin-top: 25px;}
    40%  {margin-left: 90px; margin-top: 30px;}
    50%   {margin-left: 100px; margin-top: 40px;}
    60%   {margin-left: 110px; margin-top: 50px;}
    70%   {margin-left: 120px; margin-top: 60px;}
    80%  {margin-left: 130px; margin-top: 70px;}
    90%  {margin-left: 140px; opacity: 1; margin-top: 80px;}
    100% {margin-left: 150px; opacity: 0; margin-top: 90px;}
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {margin-left: 30px;}
    25%  {margin-left: 60px;}
    50%  {margin-left: 90px; opacity: 1;}
    100% {margin-left: 120px; opacity: 0;}
}
.slider-color span {
	color: #fff;
}
.slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Intro */
.bg-intro-content img  {
    margin-top:-306px;
}

/* Donate */
.donate {
    -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.11);
    box-shadow: 0px 8px 16px rgba(0,0,0,.11);
}
.donate .title {
    margin-bottom: 0;
}
.donate .btn {
    margin-top: 40px;
}

/* Contact Us */
.contact-us {
  box-shadow: 20px 0px 16px rgba(0,0,0,.40); 
}

/*DANCING ANIMATION*/
@keyframes dance {
  0%{
    -webkit-transform:  rotate(10deg);
    -ms-transform:  rotate(10deg);
    transform:  rotate(10deg);
  }
  16.66%, 49.98%{
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  32.32%{
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  66.64%, 100%{
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  83.8%{
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

-webkit-@keyframes dance {
  0%{
    -webkit-transform:  rotate(10deg);
    -ms-transform:  rotate(10deg);
    transform:  rotate(10deg);
  }
  16.66%, 49.98%{
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  32.32%{
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  66.64%, 100%{
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  83.8%{
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
.countdown-number {
    padding: 100px 0;
}
.countdown-img-right {
    position: absolute;
    bottom: 20px;
    right: -200px;
}

/* Gift */
.gift .title {
    max-width: 600px;
    margin: 0 auto;
}
.gift .title h4 {
    color: #3a3a3a;
    letter-spacing: 2px;
    line-height: 35px;
}
.gift .title h4:after {
    display: none;
}

/* Intro */
.intro-title h3 {
	width: 25%;
	float: left;
}
.intro-title .sppb-addon-content {
	width: 75%;
	float: left;
	position: relative;
	padding-left: 90px;
	margin-top: 20px;
}
.intro-title .sppb-addon-content:before {
	position: absolute;
	top: 0px;
	left: 30px;
	content: "\f105";
	font-family: FontAwesome;
	font-size: 60px;
    margin-right: 40px;
}
.intro-item .sppb-icon {
	padding: 20px;
	margin-right: 15px;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.intro-item:hover .sppb-icon {
    background-color: #002937;
    color: #FFE401;
}
.intro-item .sppb-icon i {
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Images */
.images .clearfix {
    width: 20%;
    float: left;
}
.sppb-addon-single-image-container {
  	position: relative;
  	overflow: hidden;
}
.images .clearfix .sppb-addon-single-image-container img {
  	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.images .clearfix:hover .sppb-addon-single-image-container img {
  	transform: scale(1.1);
}

/* About */
.about {
	position: relative;
}
.about:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	z-index: -1;
	background: #002937;
	position: absolute;
}
.about .sppb-row > div:first-child {
	padding: 0;
}
.about-img .sppb-addon-single-image-container,
.about-img .sppb-addon-single-image-container img {
	width: 100%;
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
	width: 100%;
}
.team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.team-item ul {
	padding: 0;
	position: absolute;
	bottom: 94px;
	width: 100%;
	left: 0;
	right: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item:hover ul {
	bottom: 113px;
	opacity: 1;
	visibility: inherit;
}
.team-item ul li {
	list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.team-item ul li:before {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
.team-item ul li:nth-child(2):before {
	background: rgba(0,0,0,.1);
}
.team-item ul li:nth-child(3):before {
	background: rgba(0,0,0,.2);
}
.team-item ul li a {
	padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.team-item ul li em {
	font-size: 24px;
	color: #fff;
	-webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li a:hover em {
	color: #000;
}
.team-item ul li strong {
	display: none;
}

/* Testimonial */
.testimonial {
	position: relative;
	z-index: 1;
}
.testimonial:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60%;
	position: absolute;
	z-index: -1;
}

/* Portfolio */
#portfolio .sppb-row > div:first-child {
	padding: 0;
}
.portfolio p {
	color: #fff;
}
.portfolio-top {
	padding: 40px;
}
.portfolio-top p {
	color: #000;
}
.portfolio-top ul {
	padding-left: 0;
}
.portfolio-top ul li {
	list-style: none;
}
.portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	background: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}

/* Client */
.client {
    -webkit-box-shadow: 0px 0px 16px rgba(0,0,0,.11);
    box-shadow: 0px 0px 16px rgba(0,0,0,.11);
}
.client img {
    opacity: 0.85;    
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.client img:hover {
    opacity: 1;
}

/* Contact */
.contact-us-call p:before {
    padding-left: 10px;
}
.contact-us .lt-title h4:after {
    right: inherit;
}
.contact-us-img-right {
    position: absolute;
    bottom: -120px;
    right: -200px;
}
.contact-form .title h4 {
    padding-bottom: 0;
    margin-bottom: 10px!important;
}
.contact-form .title h4:after {
    display: none;
}
.contact-us .title h4:after {
    right: inherit;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
	font-size: 23px;
}

/* 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 {
    color: #fff;
}

/* Bottom */
#sp-bottom {
    font-size: 18px;
    line-height: 1.6;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
  	color: #094216;
}

/* Footer Copyright */
div#sp-footer1 {
    text-align: center;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** Responsive Layout ***/
/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
    	background: #fff;
      	padding: 0;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  .slider-small h3 {
    	margin-bottom: 0 !important;
  }
  .slider-big h1 {
    	padding: 0 !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, .hikabtn.hikacart,
.slider-item .sppb-btn-success, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
.jmm-image.mod-article-image:before, .jmm-image.mod-article-image:after, .btn, .title h4:after {
 	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,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a {
  	color: var(--text-color) !important; 
}
.tabs .sppb-tab-content, .tabs .sppb-nav-tabs>li.active>a, .sp-simpleportfolio .sp-simpleportfolio-filter>ul>li.active>a {
  	border-color:var(--text-color)!important;
}