/*** 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: transparent;
    color: #AAAAAA;
}

/* Header Menu */
#sp-header {
    top: 0px;
    padding: 0px;
    height: inherit;
    background: #01023a;
    box-shadow: none;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    background: #01023a;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%);
}

.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,
.sp-megamenu-parent>li:last-child>a {
    text-transform: capitalize;
    position: relative;
    color: #222 !important;
    font-size: 15px !important;
    cursor: pointer;
    padding: 10px 15px;
}

#modal-menu .sp-megamenu-parent li:hover>a, 
#modal-menu .sp-megamenu-parent li:hover>span, 
#modal-menu .sp-megamenu-parent li.active>a, 
#modal-menu .sp-megamenu-parent li.active>span,
#sp-header.header-with-modal-menu a{
    color: green !important;
    font-weight: bold;
    opacity: 1 !important;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li > a:before {
    content: "";
    bottom: 15px;
    left: 0;
    right: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    border: 2px solid transparent;
    margin: 0 auto;
}

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

/*** Block Styles ***/
/* Slider */
.slider:after{
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.6;
}
.slider .slider-item {
    text-align: center;
}
.slider .slider-item h1{
    letter-spacing: 1px;
    font-weight: 900;
}
.slider .slider-item h3 {
    letter-spacing: 1px;
    font-weight: 400;
    margin-bottom: 40px;
}
.slider a {
  letter-spacing: 5px;
}

/* Title */
.title h2{
    font-weight: 900;
    padding-bottom: 20px;
}

/* Button */
a.button {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.4;
}
a.button:hover {
    background: #fff !important;
}
a.about-btn{
    box-shadow: 0 5px 16px #bababa;
    border: 1px solid transparent;
}
a.about-btn:hover {
    box-shadow: none;
}

/* About */
.about:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -82px !important;
    bottom: 0px;
    left: -10%;
    right: 0;
    background: #fff;
    width: 120%;
    height: 165px;
    border-radius: 10px;
    transform: rotate(5deg);
}
.about .about-img .sppb-addon-single-image-container {
    box-shadow: 0 0 15px #dadbff;
    position: relative;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 30px;
}
.about .about-img .sppb-addon-single-image-container:before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #EEEEFE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .about-img .sppb-addon-single-image-container:after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #EEEEFE;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about .about-img img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.about .about-img:hover img {
    box-shadow: 0 0 15px #dadbff;
    transform: scale(1.02);
}

/* Services */
.services .services-img {
    box-shadow: 0 0 15px rgba(218, 219, 255, 0.4);
    padding: 50px 0 50px 0;
    background: #fff;
    transition: 0.5s;
}
.services .services-img:hover {
    background-color: #EEEEFE;
    box-shadow: 0px 15px 15px 0px #edeaea;
    transform: translateY(-10px);
}
.services .services-item .sppb-addon-content {
 margin-bottom: 50px;
}

/* Projects */
.projects .sppb-text-left {
    margin-bottom: 25px !important; 
}
.projects .sppb-text-left h3:before {
    content: "";
    top: 32px;
    left: 0;
    right: 0;
    width: 90px;
    height: 4px;
    position: absolute;
    z-index: 12;
}
.project-item img {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.project-item .sppb-img-container {
    overflow: hidden;
}
.project-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.projects .sppb-addon-text {
    position: absolute;
    z-index: 200;
    padding-bottom: 48px;
    opacity: 0;
    top: 39%;
    left: -7%;
    transition: .5s;
    -webkit-transition: .5s;
}
.project-item:hover .sppb-addon-text {
    left: 0;
    right: 0;
    opacity: 1;
}
.projects .sppb-addon-text h5 {
    margin-bottom: 20px;
}
.projects .sppb-img-container {
    position: relative;
}
.projects .sppb-img-container:before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    opacity: 0.2;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    display: none;
}
.project-item:hover .sppb-img-container:before {
    display: block;
}
a.projects-btn {
    padding: 16px 25px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    transition: 0.4;
    background: #fff;
}
a.projects-btn:hover {
    color: #fff !important;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background: #eeeefe;
}

/* Features */
.features .features-box {
    text-align: center;
    position: relative;
    padding: 40px 20px;
    box-shadow: -6px 10px 40px rgba(234, 229, 244, 0.7);
}
.features .features-box:before {
    content: "";
    top: 0px;
    left: 0;
    width: 0;
    height: 3px;
    position: absolute;
    z-index: 200;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.features .features-box:after {
    content: "";
    bottom: 0px;
    right: 0;
    width: 0%;
    height: 3px;
    position: absolute;
    z-index: 200;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.features .clearfix:hover .features-box:before  {
    width: 100%;
}
.features .clearfix:hover .features-box:after  {
    width: 100%;
}
.features .features-box img {
    margin-bottom: 30px;
}
.features .features-box h4 {
    font-weight: 700;
}

/* Title-Box */
.title-box {
    position: relative;
}
.title-box .sppb-addon-content h4:before {
    content: "";
    top: 110%;
    left: 47%;
    width: 75px;
    height: 3px;
    background: #1D256B;
    position: absolute;
    z-index: 200;
}

/* Counter */
.counter .counter-item h2 {
    font-size: 70px;
}
.counter .counter-item p{
    font-weight: 700;
}

/* Leader */
.leader .leader-item {
    border: 2px solid #EEEEFE;
    overflow: hidden;  
}
.leader .leader-item:hover .sppb-img-container:before {
    bottom: 0;
}
.leader .leader-item:hover .leader-bottom {
    bottom: 0;
}
.leader .sppb-addon-content {
    position: relative;
}
.leader .sppb-addon-text .leader-top {
    position: relative;
    z-index: 50;
    bottom: 0;
    left: 0;
    background: #fff;
    color: #000;
    width: 104%;
    padding-top: 28px;
    padding-right: 8%;
    padding-left: 20px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    line-height:25px;
}


.leader .sppb-addon-text .leader-top:before {
    content: "";
    position: absolute;
    z-index: 20;
    top: -22px !important;
    bottom: 0px;
    left: -6px;
    right: 0;
    background: #fff;
    width: 100%;
    height: 40px;
    transform: rotate(-5deg);
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader .sppb-addon-text div.content {
    text-align:justify;
    margin-top: 15px;
    padding-bottom: 15px;
}
.leader .sppb-addon-text .leader-bottom {
    position: absolute;
    z-index: 200;
    bottom: 100%;
    left: 0;
    width: 100%;
    right: 0;
    text-align: center;
    padding-top: 18px;
    height: 100%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader .sppb-img-container:before {
    content: "";
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    z-index: 100;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.leader .sppb-addon-text .leader-bottom ul{
    list-style-type: none;
    margin-top: 39%;
    margin-left: 24px;
}
.leader .sppb-addon-text .leader-bottom ul li {
    float: left;
    margin-left: 12px;
    width: 14%;
    padding: 4px 4px;
    border: 1px solid #ccc;
    background: #fff;
}
.leader .sppb-addon-text .leader-bottom ul li:hover {
    cursor: pointer;
}
.leader .sppb-addon-text .leader-bottom ul li strong {
    display: none;
}
.leader .leader-item .sppb-addon-content .sppb-img-container {
    width: 100% !important;
}
.leader .leader-item .sppb-addon-content .sppb-img-container img {
    width: 100% !important;
}

/* Testimonial */
.testimonial .testimonial-item {
    -webkit-box-shadow: 0 0 15px #ededed;
    box-shadow: 0 0 15px #ededed;
    text-align: center;
    padding: 23px;
    margin: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial .testimonial-item:hover {
    -webkit-box-shadow: 0px 15px 15px 0px #edeaea;
    box-shadow: 0px 15px 15px 0px #edeaea;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.testimonial .testimonial-item .sppb-img-container img {
    width: 130px !important;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 15px;
    height: 130px;
    border-radius: 50%;
    border: 3px solid transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.testimonial .testimonial-item h6 {
    margin-bottom: 15px;
}

/* Contact */
.contact .clearfix {
    position: relative;
}
.contact .contact-img {
    position: absolute;
    z-index: -1;
    right: 0;
}
.contact .contact-item {
    margin-top: 35px;
}

/* 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,
.jm-category-module.default .jmm-readmore {
   color: #fff !important;
}

/* 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 {
    position: relative;
    z-index: 1;
    background: #53350A;
    padding-top: 150px;
}
#sp-bottom:after {
   content: "";
   position: absolute;
   z-index: -1;
   height: 100%;
   width: 100%;
   left: 0;
   bottom: 0;
   display: inline-block;
   opacity: 0.8;
}
/*
#sp-bottom:before {
    content: "";
    position: absolute;
    z-index: 100;
    top: -67px;
    left: -10%;
    right: 0;
    background: #fff;
    width: 120%;
    height: 140px;
    border-radius: 10px;
    transform: rotate(356deg);
}
*/
#sp-bottom a{
    color: #fff;
}
#sp-bottom .custom ul li a em {
    font-size: 19px !important;
}
#sp-bottom .custom ul li a em strong {
    margin-left: 10px;
    font-weight: inherit;
}
#sp-bottom1 .custom ul li a em strong {
    display: none;
}
#sp-bottom1 .custom ul li {
    float: left;
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-left: 16px;
    background: #ccc;
    border-radius: 50%;
    background: #fff;
}
#sp-bottom1 .custom ul li a em {
    color: #000;
    transition: 0.5;
}
#sp-bottom1 .custom ul li a em {
  font-family: 'Font Awesome 5 Brands';
}
#sp-bottom2 strong {
    font-family: 'Poppins', sans-serif;
    font-weight: 400 !important;
    font-size: 15px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}

#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: 90px;
    }
    #sp-footer p {
        text-align: center;
    }
    body #sp-header {
       padding: 0;
   }
   .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%;
 }
 .about-column-right, .about-column-left {
    padding: 100px 10px;  
}
.work-item {
 padding: 50px 0px 35px 0px;
}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
   a.button {
     font-size: 13px;
 }
}

/* General color defination
Color value depend on preset color that picking on template settings > Presets
*/



.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
a.button:hover, a.projects-btn, .title-box h2.sppb-addon-title {
   color: green !important; 
}
.testimonial .clearfix, a.about-btn:hover, .testimonial .testimonial-item:hover .sppb-img-container img {
   border-color: green !important;
}


#sp-header.header-with-modal-menu{
    background: #fff;
}

li .sp-dropdown{
    width: 300px !important;
    height: 100%;
    top: 0;
}
li .sp-dropdown .sp-dropdown-inner{
    height: 100%;
    padding: 20px 0 !important;
    background: transparent !important;
}
#modal-menu ul.sp-megamenu-parent li{
    position: unset !important;
    margin-bottom: 0 !important;
}
#modal-menu ul.sp-megamenu-parent li a{
    display: block;
    
    width: 100%;
    color: #222 !important;
}
#modal-menu ul.sp-megamenu-parent li li a,
#modal-menu ul.sp-megamenu-parent li li span{
    padding: 10px 20px !important;
    display: block !important;
}
.sp-megamenu-parent{
    height: 100%;
}
#sp-header.header-with-modal-menu.classic-layout .modal-menu-inner>div{
    padding: 0 !important;
}
#modal-menu ul.sp-megamenu-parent .sp-dropdown{
    padding-left: 0 !important;
    border-left: 1px solid #eee;
}
#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after, #modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after{
    position: unset !important;
}
#logo-right{
    justify-content:  flex-end;
}
#sp-logo{
    justify-content: center;
}
#modal-menu ul.sp-megamenu-parent li.sp-has-child>a:after, 
#modal-menu ul.sp-megamenu-parent li.sp-has-child>span:after{
    font-weight: 900 !important;
}
#sp-footer a{
    color: #fff !important;
}
li.sp-menu-item{
    border-right: 2px solid transparent;
}
li.sp-menu-item:hover,
li.sp-menu-item.active {
    border-color: green;
}
#modal-menu{
    top: 60px;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%) inset !important;
}
#modal-menu .modal-menu-inner{
    margin-top: 12px;
}
#sp-header{
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 20%)
}
#sp-header .logo{
    height: 90px;
}
#modal-menu .modules-wrapper .social-icons{
    font-size: 30px;
}
.sp-page-title{
    background: transparent;
    color: green;
}
.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading,
.sp-page-title .breadcrumb>span, .sp-page-title .breadcrumb>li, .sp-page-title .breadcrumb>li+li:before, .sp-page-title .breadcrumb>li>a{
    color: #000;
}
.sp-page-title .breadcrumb>.active{
    color: green;
}
#modal-menu {
    background-image: url(../images/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.sp-menu-heading{
    cursor: context-menu;
    font-weight: bold;
    color: #adadad !important;
}
#modal-menu .sp-megamenu-parent li:hover>span.sp-menu-heading{
    color: #adadad !important;
}
.header-modules{
    margin-left: 0;
}
.sp-contact-info li{
    font-size: 1.2rem;
}
#modal-menu .modules-wrapper .sp-contact-info>li {
    margin-bottom: 10px;
}
#modal-menu-toggler{
    display: flex;
}
#modal-menu-toggler span{
    padding-right: 10px;
}
#modal-menu .modal-menu-inner>.container{
    align-items: normal !important;
    padding-top: 30px !important;
}
#modal-menu .modules-wrapper{
    padding-top: 50px;
}
#future .sppb-nested-row div.sppb-col-md-6{
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
}
#future .sppb-nested-row > div:first-child{
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
}

.breadcrumb{
    background: none;
}
.breadcrumb a{
    color: #000;
}
.breadcrumb a:hover{
    color: green;
}
.breadcrumb li.active a,
.breadcrumb li.active span{
    color: green;
}
#sp-bottom .sp-module .footer_menus ul {
    padding: 0;
}
#sp-bottom .sp-module .footer_menus ul li{
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}
#sp-bottom .sp-module .footer_menus ul li:hover a{
    color: green;
}    
#sp-bottom .sp-module .footer_menus h3{
    margin-top: 20px;
    color: #936421;
    font-size: 20px;
}
#zmarque{
    z-index: 110;
}

.sp-page-builder .page-content #future{
    border-bottom-left-radius: 0 !important;
}
.sp-page-builder .page-content #what-we-made{
    border-bottom-right-radius: 0 !important;
}
#sp-bottom .sp-module .sp-module-title{
  font-weight: normal;
  font-size: 20px;
}
.features .features-box:before,
.features .features-box:after{
  background: green;
}
#zstaff_directory .sppb-addon-feature{
    border: 1px solid #f4f0f0cf;
    border-radius: 5px;
    padding: 20px 0;
}
#sp-bottom .sp-module ul>li>a{
    font-size: 18px;
}
#modal-menu ul.sp-megamenu-parent li a.zdonate,
.offcanvas-menu li a.zdonate{
    background: #a9e700;
    color: #046a02 !important;
    text-align: center;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}

#modal-menu ul.sp-megamenu-parent li a.zdonate:hover{
    background: green;
    color: #fff !important;
}
.offcanvas-menu .header-modules{
    display: none !important;
}
.rsform-submit-button,
.rsform-reset-button{
    background: #CADE71;
    border: navajowhite;
    color: #000;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    padding: 10px 20px;
}
.rsform-submit-button:hover,
.rsform-reset-button:hover
{
  background: #000;
}
.rsform-block.rsform-block-submit{
  text-align:right;
}
#zrate{
  border-bottom-left-radius: 0 !important;
}
@media(max-width: 564px){
    #sp-bottom-top{
        background-color: transparent !important;
        margin-bottom: -45px;
    }
}
.zgroup{
  padding: 10px;
    border-radius: 5px;
    background: #eee;
  margin-top:15px;
}
.current_add{padding-right: 22px;}
.permanent_add{padding-left: 22px;}
.text-right{text-align: right;}
.text-left{text-align: left;}
.text-center{text-align: center;}