/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #00b0bf;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #0a2722;
  	color: #AAAAAA;
}

/* Header Menu */
#sp-header {
    top: 40px;
  	padding: 0px 80px 0;
    height: inherit;
    background: transparent;
  	box-shadow: none;
}
#sp-header > .container {
    max-width: 100%;
    background: #0F073F;
    border-radius: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
  	background: #0F073F;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #0F073F;
    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: #0F073F;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
    background-color: #0F073F;
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
    background-color: #000000;
}
.btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.slider-btn a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    box-shadow: none!important;
    border: 2px solid #C8C5BB!important;
    color: #212529!important;
    font-size: 14px;
}
.btn.no-bg:hover {
    border-color: #99978E!important;
}

/* Slider */
.slider {
  	margin-top: -80px!important;
    max-height: 1020px;
    overflow: hidden;
    position: relative;
}
.slider-content {
    max-width: 700px;
}
.slider-content h4 {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.slider-content p {
    color: #fff;
}
.slider-colum-right .sppb-column-addons {
    position: relative;
    left: -150px;
}

/* Title */
.title h2 {
    line-height: 1em;
    fill: #0F073F;
    color: #0F073F;
    background-color: rgba(255,255,255,0);
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #0F073F;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    padding: 20px 40px;
}
.title.white h2 {
    color: #fff;
    border-color: #fff;
}

/* About */
.about-title h3 {
    color: #0F073F;
    font-size: 38px;
    margin-bottom: 20px;
}
.about-item .sppb-icon-container {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}
.about-item .sppb-icon-container i {
    line-height: 90px!important;
}
.about-item h4 {
    font-size: 35px;
    font-weight: 900;
    margin: 10px 0;
}
.about-item h6 {
    color: #35527D;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

/* Explore */
.explore-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0 32px;
}

/* Service */
.service-item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.service-item .sppb-media-content {
    padding: 10px 10px 50px;
}

/* Fix Vote helix */
.article-ratings-social-share .mr-auto {
    display: none;
}
.article-ratings-social-share > div:nth-child(2) {
    width: 100%;
    float: left;
}
.article-ratings-social-share .article-social-share {
    float: left;
}
.rating_actia {
    padding: 7px 0!important;
}

/* CV */
.cv-column-left {
    border-right: 3px solid #000;
    padding-right: 20px;
}
.cv-item-left h6 {
    font-family: "Old Standard TT", \"Source Sans Pro\", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
    color: #000000;
}
.cv-item-left h5 {
    color: #0F073F;
    font-size: 25px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 4.8px;
    margin: 25px 0;
}
.bean-skills {
    margin: 0 auto;
    padding:0;
    }

.bean-skills p { 
    margin-bottom: 20px; 
    }

ul.bean-skillset {
    float: left;
    width: 100%;
    padding-left: 0;
    }

.skill-percent { 
    float: right; 
    }

li.skill-bar {
    background-color: #7BC673;
    color: #FFF;
    font: bold 12px/23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    margin: 20px 0;
    padding: 2px 8px;
    width: 300px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* Our */
.our-colum-left:before {
    content: "";
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.93;
    height: 100%;
    width: 100%;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
}
.our-title {
    max-width: 550px;
    float: right;
    padding: 30px;
}
.our-title h5 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}
.our-title h6 {
    font-size: 15px;
    color: #fff;
}
.our-column-right {
    padding: 80px 50px;
}
.our-column-right .clearfix:nth-child(n+2) {
    max-width: 48%;
    float: left;
}
.our-column-right .clearfix:nth-child(2n) {
    margin-right: 4%;
}

/* Choose */
.choose-item {
    border: 2px solid;
    cursor: pointer;
    padding: 30px 15px 30px 15px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-column-right {
    padding: 0 80px;
}
.choose .title p {
    color: #7a7a7a;
    font-weight: 400;
}
.choose-list ul {
    padding-left: 0;
}
.choose-list ul li {
    list-style: none;
    padding: 3px 0;
    max-width: 48%;
    float: left;
}
.choose-list ul li:nth-child(2n+1) {
    margin-right: 4%;
}
.choose-list ul li:before {
    font-family: FontAwesome;
    content: "\f058";
    font-size: 17px;
    margin-right: 5px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-list ul li:hover:before {
    color: #ad6107;
}

/* Counter */
.counter-item {
    padding-bottom: 40px;
    position: relative;
}
.counter-item h6 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 20px;
}
.counter-item span {
    font-size: 69px;
    font-weight: 600;
    color: #fff;
}

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

/* Icon */
.icon-item i:hover {
  	color: #4c34fb !important;
}

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

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

/* Team */
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-addon-text {
    max-height: 0;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    overflow: hidden;
}
.team-item:hover .sppb-addon-text {
    max-height: 100px;
    opacity: 1;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-item h4 {
    font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
    padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.team-item ul li a {
    display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
    display: none;
}

/* Testimonial */
.testimonial-column {
    box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%)!important;
    margin: 0px 16px 0px 0px;
    padding: 35px 35px 35px 35px;
    border-radius: 5px;
}
.testimonial-column:hover {
    box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%)!important;
}
.tes-item 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;
}

/* 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 a {
    font-weight: 600;
}
.shrewd_solution_icon ul li strong {
    display: none;
}
.shrewd_solution_icon {
    padding-top: 20px;
}
.shrewd_solution_icon ul,
.shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    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:hover {
    color: #fff !important;
}
#sp-bottom1 .shrewd_solution_icon ul li em {
  	font-family: 'Font Awesome 5 Brands';
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

/*** 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;
        background: #000;
	}
  	.slider-colum-right .sppb-column-addons {
    	left: 0px;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.event-tag .sppb-tab-content ul li {
    	width: 100%;
	}
}

/* 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, 
.about-item .sppb-icon-container {
 	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,
#sp-bottom a, .about-title h4, .about-item h4, .service-item h4 {
  	color: var(--text-color) !important; 
}
.btn:hover, .about-img:after, .btn {
  	border-color: var(--text-color) !important;
}
