/*** 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;
  	background: rgba(8, 48, 97, 0.77);
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: rgba(8, 48, 97, 0.77);
    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: #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: rgba(8, 48, 97, 0.77);
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Title */
.title.center {
	text-align: center;
}
.title p {
    padding-bottom: 20px;
}
.title h4 {
	position: relative;
    font-weight: 400;
    display: inline;
}
.title h4:before,
.title h4:after {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
.title h4:after {
	margin-right: 0;
	margin-left: 8px;
}
.title h3 {
    color:#333;
}
.title h3,
.title-white h3 {
    position: relative;
    display: block;
    margin: 7px 0 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    text-transform: none;
    z-index: 1;
}
.title-white h3 {
    color: #fff!important;
    font-weight: 700;
}
.title p {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 22px;
}

/* Slider */
#slider {
  margin-top: -80px !important;
}
.slider-text span {
	color: #083061;
	font-weight: 400;
}
#slider h2 {
    font-size:60px;
    font-weight:700;
}
#slider h1 {
    font-size:22px;
    font-weight:700;
    margin-bottom: 12px;
}
#slider p {
    font-size: 18px;
    color: #fff;
    margin: 26px 0 45px;
    font-weight: 500;
}
#slider .sppb-btn-custom {
    cursor: pointer;
    color: #fff;
    padding: 15px 40px;
    border: none!important;
    font-size: 20px;
    letter-spacing: 2px;
    border-radius: 2px!important;
    background-color: #333;   
}
#slider .sppb-btn-custom:hover {
    background-color: #083061!important;
    border: none!important;
}

/* Feature */
#feature .sppb-row {
    position: absolute;
    margin-top: -90px;
}
#feature:before {
    background: #fff!important;
    height: 100%;
    /* margin-top: -58px; */
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(-6deg);
}
#feature:after {
    background: #fff!important;
    height: 100%;
    -webkit-transform: skewY(3deg);
    -moz-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    -o-transform: skewY(3deg);
    transform: skewY(-6deg);
}
.feature-item {
    position: relative;
}
.feature-item .sppb-addon-text {
   position: absolute;
    background-color: rgba(255, 255, 255, 0.68);
    bottom: 0;
    width: auto;
    left: 0;
    right: 0;
    display: block;
    padding: 20px;

}
.feature-item .sppb-addon-text h3 {
    color: #000;
    font-weight: 600;
    margin: 0px;
}
.feature-item:hover .sppb-addon-text h3 {
    color: #ffffff!important;
    -webkit-transition: .5s;
    transition: .5s
}
#feature img {
  	width: 100%;
}
#feature .sppb-text-center .sppb-img-responsive {
    border-radius: 5px;
}
#feature:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.feature-item .sppb-img-container:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Business */
.title h6 {
    font-size: 15px;
    margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.title h3 {
    color: #333;
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 25px;
}
#business-bottom {
    top: -180px;
    overflow: hidden;
}
.video-sub {
  border-radius: 5px;
}
.business:hover .sppb-column-addons {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

/* Donate */
#donate .osdonate-introtext {
    text-align: center;
    letter-spacing: 2px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.osdonate-form select, .osdonate-form input[type="text"] {
    width: 100%!important;
}
#osdonatesticky {
    position: relative;
    background-color: #ffd200;
    top:0px;
    color: #fff;
    z-index: 9999999!important;
    padding: 20px;
}

/* Skill */
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
#et-skill .sppb-text-center .sppb-img-responsive {
	border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills .skill {
   margin-bottom: 30px;
}
.skills .skill .skill-title {
   color: #333;
   letter-spacing: 3px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 12px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   border-radius: 5px;
   height: 6px;
   background: #dddddd;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
   float: left;
   width: 0%;
   border-radius: 6px;
   background: #0d2f5d!important;
   height: 6px;
   position: relative;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #333;
   font-weight: 600;
   top: -23px;
}
#skill .sppb-addon-single-image-container::before {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
#skill .sppb-addon-single-image-container:hover::before {
	cursor: pointer;
	-webkit-animation: circle .65s;
	animation: circle .65s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

/* Slution */
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
    padding-bottom: 20px;
}
.shrewd_solution_icon ul{}
.shrewd_solution_icon ul li{
    display: inline-block;
}
.shrewd_solution_icon ul li a {
    font-size: 24px;
    color: #ba4fce;
    background: #fefefe;
    height: 52px;
    width: 52px;
    line-height: 56px;
    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;
}
.shrewd_solution_icon ul li a i {}
.shrewd_solution_icon ul li a:hover,
.shrewd_solution_icon ul li:nth-child(2) a:hover,
.shrewd_solution_icon ul li:nth-child(3) a:hover,
.shrewd_solution_icon ul li:nth-child(4) a:hover,
.shrewd_solution_icon ul li:nth-child(5) a:hover,
.shrewd_solution_icon ul li:nth-child(6) a:hover{
    background: #bf0d3e; 
    color:#fff;
}
.shrewd_solution_icon ul li:nth-child(2) a{
    color: #706eff; 
    -webkit-transition: .5s; 
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(3) a{
    color: #cd3389;
    -webkit-transition: .5s;
    transition: .5s;    
}
.shrewd_solution_icon ul li:nth-child(4) a{
    color: #7045dd;
    -webkit-transition: .5s;
    transition: .5s;    
}
.solution_btn {
    margin: 40px 0 0;
}
.solution_btn .btns a {
    border-radius:50px; 
}
.solution_btn .btns a:hover{
    background:#bf0d3e;
    color:#fff; 
}
#solution .sppb-btn-custom {
    font-size: 18px;
    padding: 11px 42px;
    font-weight: 700;
    color: #fff;
    background-color: #0d2f5d;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 55px;
    box-shadow: 0px 10px 40px 0px rgba(148,146,245,0.2);
}

/* Politica */
.politica-right p {
    padding-top: 30px;
}
#politica-bottom {
    top: -60px;
}
#politica-bottom a.sppb-btn-custom {
  	padding-left:0px!important;
}
.politica-bottom-item .sppb-img-container::before {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.politica-bottom-item .sppb-img-container:hover::before {
	cursor: pointer;
	-webkit-animation: circle .65s;
	animation: circle .65s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

/* Team */
.team-item .sppb-img-container,
.team-item .sppb-img-container img {
    width: 100%;
}
.team-item {
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}
.team-item .sppb-addon-text {
    cursor: pointer;
    width: 100%;
    padding: 30px 10px 10px 20px;
    background: rgba(6,34,65,0.95);
    height: 50%;
    position: absolute;
    top: 60%;
    left: 0;
    opacity: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
}
.team-item .sppb-addon-title  {
    font-size: 20px;
    font-weight: 700;
} 
.team-item:hover .sppb-addon-text {
    top: 50%;
    transition: 0.5s;
    opacity: 1;
    text-align: center;
}
.team-item h6 {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
}
.team-item ul {
    padding: 0;
    position: absolute;
    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 h4 {
    font-size: 20px;
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 180px;
    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 h4 {
    bottom: 100px;
    opacity: 1;
    visibility: inherit;
} 
.team-item h6 {
    color: #fff;
    padding: 0;
    position: absolute;
    bottom: 220px;
    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 h6 {
    bottom: 60px;
    opacity: 1;
    visibility: inherit;
} 
.team-item:hover ul {
    bottom: 0px;
    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 a {
    background: #000;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50px;
}
.team-item ul li em {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-item ul li a:hover {
    background: #ffffff!important;
}
.team-item ul li strong {
    display: none;
}
#team .sppb-btn-custom {
    cursor: pointer;
    font-size: 18px;
    padding: 11px 42px;
    font-weight: 700;
    color: #fff;
    background-color: #0d2f5d;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 55px;
    box-shadow: 0px 10px 40px 0px rgba(148,146,245,0.2);
}
/* Event */
 #event .sppb-col-md-6 {
    padding:0px;
}
.event-right .sppb-addon-content {
   	padding: 175px 116px;
    position: absolute;
    top: 0;
}
.event-right-sub:before {
    position: absolute;
    content: "";
    background: rgba(191, 13, 62, 0.85);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.event-right-sub span {
    font-size: 40px;
}
#event .sppb-btn-custom {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    padding: 11px 42px;
    font-weight: 700;
    color: #fff;
    background-color: #0d2f5d;
    text-transform: uppercase;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 55px;
    box-shadow: 0px 10px 40px 0px rgba(148,146,245,0.2);
}
.map-item h3 {
    padding-top:10px;
}

/* Countdown */
#countdown .sppb-btn-custom {
    padding: 95px 30px;
    border-radius: 0px!important;
    font-weight: 700;
}
.map-item h3 {
    font-size: 15px;
    font-weight: 300;
}

/* 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 .sp-module .sp-module-title:before {
    content: "";
    width: 5px;
    height: 15px;
    display: inline-block;
    background: currentColor;
    margin-bottom: -1px;
    margin-right: 8px;
}
#sp-bottom a, #sp-footer a {
    font-weight: 600;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#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%;
	}
  	#feature .sppb-row {
        position: relative;
        margin-top: 0;
	}
  	#business-bottom {
    	top: 0;
	}
  	.feature .sppb-col-md-4 {
    	margin-bottom: 30px;
  	}
}

/* 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,
#slider .sppb-btn-custom, .feature-item:hover .sppb-addon-text, .team-item .sppb-addon-text,
#sp-bottom .sp-module .sp-module-title:before {
 	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, .business-bottom-item .sppb-icon-container i, .skills .skill .skill-bar span b {
  	color: var(--text-color) !important; 
}
.diveder-team, .button {
  	border-color: var(--text-color) !important;
}
