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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    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;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px !important;
}

/* 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 ***/
/* Button */
.btn,
.slider-btn a,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 34px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 29px;
    background-color: #3d59e8;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}
.slider-btn a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}

/* 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 .btn {
    margin-right: 30px;
}
.slider-button-text {
    position: relative;
    top: 14px;
}

/* Title */
.title h6 {
    color: #000000;
    font-family: "Montserrat", "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.title h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    margin: 30px 0 35px;
}
.title.white h2 {
    color: #fff;
}

/* About Top */
.about-top .title p {
    position: relative;
    padding-left: 80px;
}
.about-top .title p:before {
    position: absolute;
    content: "";
    z-index: 1;
    height: 1px;
    width: 67px;
    left: 0;
    top: 24%;
    display: inline-block;
}
.about-top-right {
    max-width: 470px;
    float: right;
}
.about-top-right .clearfix {
    max-width: 170px;
    border-radius: 10px 10px 10px 10px;
}
.about-top-right .clearfix:nth-child(1) {
    width: 100%;
    float: left;
}
.about-top-right .clearfix:nth-child(2) {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 0;
}
.about-top-right .clearfix:nth-child(3) {
    width: 100%;
    float: right;
    position: relative;
}

/* About */
.about-item img {
    border-radius: 50%;
    border: 3px solid;
    max-width: 25%;
    margin: 0 auto;
}

/* Testimonial */
.sppb-item.sppb-item-has-bg .sppb-carousel-item-inner {
    position: relative;
}
.sppb-item.sppb-item-has-bg>img {
    width: 90px;
    margin: 0 auto;
}
.testimonial-item h5 {
  	font-weight: 600;
  	color: #000;
}
.testimonial-item h6 {
  	color: #000;
  	font-family: oswald,sans-serif;
}
.testimonial-item h2 {
    font-weight: 500;
    font-family: Merriweather;
    color: rgb(112,112,112);
    font-style: italic;
}

/* 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 .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 {
    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 a {
    font-size: 0;
    position: relative;
    left: 32px;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 65px;
    height: 65px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: #fe688b;
    z-index: 10;
}
.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;
}

/* 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;
}
.lt-feature-item:hover .sppb-addon-content a {
    color: #fff;
}
.feature-item:hover h5,
.feature-item:hover h4 {
    color: #fff!important;
}

/* 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 img {
    border-radius: 50%;
}

/* Plan */
.client-column .clearfix {
    width: 33.3%;
    float: left;
}

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

/* Footer Copyright */
div#sp-footer1 {
    text-align: center;
}
#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;
  }
}
@media (min-width: 1170px) {
    .work-img {
        margin-right: calc(-50vw + 555px);
    }
    .our-left .clearfix:nth-child(1) {
        left: calc(-50vw + 555px);
    }
    .our-left .clearfix:nth-child(3) {
        left: calc(-50vw + 500px);
    }
}

/* 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;
}
#jevents_body .cal_today a.cal_daylink,
#jevents_body .nav-items div.active a, .jev_header2 .active a,
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth,
.page-item.active .page-link, .btn:hover,
.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, .title p: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,
.offcanvas-menu .offcanvas-inner ul.menu >li.active a, .slider-button-text strong, .together h1 span {
  	color: var(--text-color) !important; 
}
.nav-items > div,
.about-item img {
  	border-color:var(--text-color)!important;
}