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

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

/* Header Menu */
#sp-header {
    height: inherit;
    box-shadow: none;
    width: 100%;
    top: 0px;
}
#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: #001238;
}
.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-weight: 500;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 35px;
    cursor: pointer;
    border: 0!important;
    text-transform: uppercase;
    color: #fff!important;
    border-radius: 0;
    font-size: 14px;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    box-shadow: rgba(16, 172, 132, 0.57) 0px 9px 20px -5px;
}
.slider-btn a span:before {
    margin-left: 10px;
}
.btn.no-bg {
    background: none!important;
    padding-left: 0!important;
    box-shadow: none!important;
}

/* Title */
.title h2 {
    font-size: 24px;
    font-weight: 400;
    color: #0f2137;
}

/* About */
.about-item-wrap {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 10px 10px 10px 10px;
    padding: 0px 0px 0px 0px;
}
.about-item-wrap:hover {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.about-item-wrap .sppb-column-addons > div:nth-child(n+2) {
    padding: 10px;
}
.about-item-content p {
    color: #002072;
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
}
.about-item-content a {
    font-size: 16px;
    text-transform: uppercase;
    fill: #002072;
    color: #002072;
    border-radius: 99px 99px 99px 99px;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.about-item-content a:hover {
    transform: translateY(-8px);
}
.about-item-wrap .skills .cont p {
    font-size: 17px;
}

/* Service */
.service-item {
    padding: 35px 30px 50px 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: rgba(0,0,0,0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.service-item:hover {
    box-shadow: rgba(39, 79, 117, 0.2) 0px 40px 90px -30px;
}
.service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(241, 39, 17, 0.7), rgba(245, 175, 25, 0.7));
    background-color: #6ec1e4;
    height: 86px;
    width: 86px;
    padding-top: 21px!important;
    border-radius: 50%;
    position: relative;
}
.column-first .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(47, 128, 237, 0.75), rgba(86, 204, 242, 0.75));
}
.column-second .clearfix:nth-child(1) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(50, 207, 167, 0.75), rgba(150, 201, 61, 0.75));
}
.column-second .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(110, 72, 170, 0.75), rgba(192, 91, 210, 0.75));
}
.column-last .clearfix:nth-child(1) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(236, 0, 140, 0.75), rgba(255, 103, 103, 0.75));
}
.column-last .clearfix:nth-child(2) .lt-service-item .sppb-icon-container {
    background: linear-gradient(-60deg, rgba(0, 57, 115, 0.75), rgba(255, 255, 199, 0.75));
}
.service-item .sppb-icon-container:before,
.service-item .sppb-icon-container:after {
    content: '';
    position: absolute;
    left: 0;
    top: 35%;
    transform: rotate(-45deg);
    background-color: rgba(255, 255, 255, 0.15);
    height: 27px;
    width: 100%;
}
.service-item .sppb-icon-container:after {
    background-color: rgba(0, 0, 0, 0.05);
    transform: rotate(45deg);
}
.service .lt-btn {
    padding: 7px 30px;
    font-size: 14px;
}

/* Our */
.our .btn {
    padding: 7px 30px;
    font-size: 14px;
}

/* Counter */
.counter-item {
    position: relative;
    padding: 50px 30px 40px 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 20px 0px rgba(16,66,97,0.07);
}
.counter-item.last {
    box-shadow: none;
    padding: 75px 40px 75px 40px;
    border-style: dashed;
    border-width: 2px 2px 2px 2px;
    border-color: #ebebeb;
}
.counter-item h6 {
    color: #0f2137;
    font-size: 16px;
    font-weight: 500;
    line-height: 4.3em;
}
.counter-item span {
    font-size: 60px;
    font-weight: 500;
    color: #0f2137;
}
.counter-item .sppb-addon-content {
    font-size: 60px;
    color: #0f2137;
}
.counter-item a {
    text-decoration: underline!important;
    color: rgb(43, 158, 255);
    font-weight: 500;
    font-size: 15px;
}
.counter-item.last h6 {
    line-height: 1;
    margin: 0;
}

/* Our */
.our .service-item {
    padding: 0;
    border-style: none;
    box-shadow: none;
}
.our  .service-item .sppb-icon-container {
    height: 60px;
    width: 60px;
    padding-top: 15px!important;
}

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

/* 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 {
    position: relative;
}
.step .sppb-row:before {
    content: "";
    position: absolute;
    top: -7%;
    right: 0;
    width: 75%;
    height: 114%;
    background: url(../images/offer.png);
}
.sppb-panel-title {
    font-size: 19px!important;
    color: #0f2137;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid rgb(235, 235, 235);
    border-bottom: none !important;
    margin-bottom: 0
}
.sppb-panel.sppb-panel-modern:last-child {
    border-bottom: 1px solid rgb(235, 235, 235)!important;
}
.sppb-panel-modern,
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    border: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-heading {
    color: #0f2137;
    font-size: 19px;
    font-weight: 400;
    padding: 20px 30px 20px 30px!important;
}
.sppb-panel-heading.active {
    padding-bottom: 0!important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    padding: 10px 18px 14px;
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading.active i {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 22px;
    color: #0f2137;
    font-weight: 700;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 22px;
    color: #0f2137;
    font-weight: 700;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #fff;
}

/* Team Dream */
.team-content ul {
    padding-left: 0;
}
.team-content ul li {
    list-style: none;
    line-height: 32px;
    color: #343d48;
    font-size: 16px;
    font-weight: 600;
}
.team-content ul li em {
	padding-right: 10px;
}
.team-content ul li strong {
	display: none;
}

/* Team */
.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: 8px auto 0;
    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;
    width: 30px;
    height: 30px;
    padding-top: 4px;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    border: 1px solid rgba(15, 33, 55, 0.26); 
}
.team-item ul li strong {
    display: none;
}
.team-item ul li a em {
    border-radius: 5px !important;  
}
.team-item ul li a:hover {
    color: #fff;
}
.team-item ul li:nth-child(1) a:hover {
    background-color: rgb(60, 90, 153);
    border-color: rgb(60, 90, 153);
}
.team-item ul li:nth-child(2) a:hover {
    background-color: rgb(29, 161, 242);
    border-color: rgb(29, 161, 242);
}
.team-item ul li:nth-child(3) a:hover {
    background-color: rgb(251, 57, 88);
    border-color: rgb(251, 57, 88);
}
.team-item ul li:nth-child(4) a:hover {
    background-color: rgb(234, 76, 137);
    border-color: rgb(234, 76, 137);
}

/* 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 */
#sp-bottom h3 {
    margin: 0 0 20px;
    font-size: 4em!important;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
}
#sp-bottom p a {
    font-weight: 700;
}
.bottom-item {
    padding: 20px 70px 30px 70px !important;
    text-align: center;
    position: relative;
    margin: 10px;
     -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.bottom-item:before {
    content: '';
    position: absolute;
    z-index: -1;
    display: inline-block;
    left: 0;
    right: 0;
    border-radius: 0px 0px 5px 5px;
    bottom: 0;
    height: 70%;
    width: 100%;
    background: #fff;
}
.bottom-item .sppb-icon-container {
    padding: 30px;
    border-radius: 50%;
    border: 10px solid #fff;
    background: #001238;
    width: 110px;
    height: 110px;
    line-height: 105px;
}
.bottom-social ul {
    margin: 0 auto!important;
    max-width: 325px;
    overflow: hidden;
}
.bottom-social ul li {
    float: left;
}
.bottom-social ul li a:before {
    box-shadow: 0 0 0 0 currentColor !important;
    height: 40px;
    width: 40px;
    padding: 11px;
    color: #000;
    border-radius: 5px;
    background: #fff;
    margin: 10px;
    font-size: 16px;
}
.bottom-social-home:before, 
.bottom-social-home:after {
    content: "";
    display: inline-block;
    width: 8%;
    height: 1px;
    vertical-align: middle;
    text-align: center;
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#b1b1b1);
}
.bottom-social-home:after {
    background-image: -webkit-linear-gradient(right,rgba(255,255,255,0),#b1b1b1);
}


/* 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;
	}
  	.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%;
	}
  	.title {
  		padding: 80px 10px;  
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.cd-headline.clip span {
    	font-size: 60px !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;
}
.page-item.active .page-link, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.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,
.btn, .sppb-panel-heading.active i, .rem_listing_status {
 	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 h5, .team-content ul li em, .featured_houses_line .featured_list_location i.fa-map-marker, .featured_houses_line .rem_type_catlist i {
  	color: var(--text-color) !important; 
}
.service-item:hover {
  	border-color: var(--text-color) !important;
}
