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

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

/*** Block Styles ***/
/* Slider */
.slider {
    max-height: 1020px;
    overflow: hidden;
}
.slider-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.slider h6 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.slider h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    color: #777;
}
.slider p {
    color: #777;
    letter-spacing: 0.025em;
    line-height: 28px;
    margin: 0;
    font-size: 15px;
}
.slider .ld-masked-image {
    margin-right: -400px;
}
.slider-left .lt-btn {
    margin-right: 30px;
}
.slider-button-text {
    position: relative;
    top: 14px;
}

/* Title */
.title h1 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.2em;
}
.title a,
.about-item a {
    color: #fff;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.title a:hover,
.about-item a:hover {
    transform: scale(1.1);
}
.title a:after,
.about-item a:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    background: #fff;
}

/* About */
.about .sppb-section-title {
    max-width: 750px;
    margin: 0 auto;
}
.about .sppb-section-title h2 {
    line-height: 1.4!important;
}

/* Feature */
.feature .title ul {
    padding-left: 0;
}
.feature .title ul li {
    font-family: 'Josefin Sans';
    font-size: 12px;
    color: #fff;
    padding-right: 10px;
    font-weight: 500;
  	display: inline-block;
}
.feature .title ul li em {
  	padding-right: 10px;
}
.feature .title ul li strong {
    display: none;
}
.feature .lt-title p {
    color: #fff;
}

/* Testimonial */
.testimonial-star ul {
    padding-left: 0;
}
.testimonial-star ul li {
    list-style: none;
    position: static!important;
    visibility: inherit;
}
.testimonial-director {
    text-transform: uppercase;
}
.testimonial img {
    border-radius: 50%;
}

/* Service */
.service {
    position: relative;
}
.service:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    widows: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    z-index: -1;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(0,32,114,0.55) 0%, #002072 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.service .title h1 {
    color: #fff;
}
.service .lt-btn {
    padding: 7px 30px;
    font-size: 14px;
}

/* Our */
.our-left .clearfix {
    position: relative;
}
.our-left .clearfix:nth-child(2) {
    top: 100px;
    position: absolute;
}
.our-left .clearfix:nth-child(3) {
    position: relative;
    top: -100px;
}

/* 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;
}
.video-column {
    z-index: 999;
}
.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 .vpop {
    text-align: center;
}
.video a {
    font-size: 0;
    position: relative;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 80px;
    height: 80px;
    margin-top: -38.5px;
    margin-left: -40.5px;
    border-radius: 50%;
    z-index: 10;
    border: 4px 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;
}

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

/* 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-content h5,
.contact-content p {
    color: #fff;
}
.contact-content h5 {
    margin: 14px 0;
}
.contact-content ul {
    padding-left: 0;
    margin-top: 37px;
}
.contact-content ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}
.contact-content ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
}
.contact-content ul li a:before {
    font-size: 20px;
    color: #111111;
    margin: 12px;
    position: relative;
    top: 11px;
}
.contact-content ul li a:hover:before {
    color: #fff;
}

/* Events */
#jevents_body .today,
#jevents_body .buttontext a {
  font-size: 12px;
}
#jevents_body h2,
#jevents_body a,
#jevents_body .tableh2 a,
#jevents_body ul.ev_ul li.ev_td_li {
    font-size: 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;
}

/* Testimonial */
h4.testimonial-job {
    font-size: 18px;
    font-weight: 400;
}
.testimonial-item .testimonial-name {
    font-weight: 600;
    margin-top: 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.testimonial-item img {
    margin: 0 auto;
  	border-radius: 50%;
}
.testimonial-item p {
    line-height: 40px;
}
.testimonial-item strong {
  	display: none;
}
.testimonial-item em {
  	color: #fde428;
  	padding: 0 6px;
}

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

/* 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: #000;
}
.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 */
.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;
}

/* 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;
        background: #000;
	}
  	.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%;
	}
}

/* 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,
.contact-content ul li a:hover {
 	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,
.about-item h5, .title h6, .title a:hover, .about-item a:hover, .feature .title ul li em, .testimonial-item .testimonial-name {
  	color: var(--text-color) !important; 
}
.btn:hover, .about-img:after, .btn {
  	border-color: var(--text-color) !important;
}
