/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #0fa89d;
}

/*** Header Area ***/
/* Top Head */
#sp-top-bar, #sp-top-bar a {
    color: #fff;
}
#sp-top-bar {
    background-color: #1e1e21;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    background: transparent;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0;
  	background: #fff;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff;
    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;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    text-transform: uppercase;
    position: relative;
    color: #000;
}
.sp-megamenu-parent > li {
  	position: relative;
}
.sp-megamenu-parent > li:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0px;
    width: 10px;
    pointer-events: none;
    height: 2px;
    background-color: #e94d65;
    top: 50%;
    opacity: 0;
    margin-top: -1px;
}
.sp-megamenu-parent > li:hover:before,
.sp-megamenu-parent > li.active:before {
    opacity: 1;
}

/* 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: 10px 34px;
    cursor: pointer;
    border: 0!important;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}
.btn:hover,
.slider-btn a:hover,
#sp_qc_submit:hover {
    background: #686868!important;
}
.btn {
    border-radius: 30px;
    border: 1px solid!important;
}
.btn:hover {
    background: none!important;
}

/* Title */
.title h1 {
    font-size: 58px;
    font-weight: 900;
    color: #1B4962;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.title.while h1 {
    color: #fff;
}
.title p {
    max-width: 800px;
    margin: 0 auto;
}
.sppb-section-title .sppb-title-heading {
    position: relative;
    padding-bottom: 35px;
    background: url(../images/title-head.png) no-repeat;
    background-position: bottom center;
}

/* About */
.about-item .sppb-icon-container {
    height: 63px;
    width: 63px;
    line-height: 63px;
}

/* Choose */
.choose .clearfix:nth-child(n+2) {
    box-shadow: 0px 0px 55px -10px rgba(93,114,128,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.lchoose .clearfix:nth-child(n+2):hover {
    box-shadow: 0px 0px 45px -10px rgba(93,114,128,0.25);
}
.choose-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.choose-item:hover i {
    transform: scale(1.1);
}

/* Project */
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
}
.sppb-panel-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/* Counter */
.counter-item h1 span {
    font-weight: 500;
    font-size: 86px;
}

/* Our */
.our-item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #e5e5e5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 15px 0px 0px;
    padding: 0px 35px 35px 35px;
}
.our-item .sppb-img-container {
    margin-top: -65px;
}
.our-item img {
    max-width: 133px;
    margin: 0 auto;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.our-item img:hover {
    transform: scale(1.1);
}
.our-item h5 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.7em;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.our-item p {
    color: #bfbfbf;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
}
.our-item ul {
    padding-left: 0;
    margin-top: 40px;
}
.our-item ul li {
    list-style: none;
    display: inline-block;
}
.our-item ul li a {
    padding: 7px;
}
.our-item ul li a:hover {
    color: #818a91;
}
.our-item ul li strong {
    display: none;
}

/* Price */
.price-column {
    box-shadow: 0px 0px 20px 0px rgba(221,221,221,0.5)!important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: center;
    margin: 20px 0;
    padding: 70px 50px 40px 50px;
    background-color: #fff;
    border-radius: 10px 10px 10px 10px;
}
.price-item h5 {
    color: #4c4c4c;
    font-family: "Roboto", "Source Sans Pro", sans-serif;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5.9px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    position: relative;
}
.price-item h5:after {
   	position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 48px;
    height: 3px;
    background-color: #4c4c4c;
}
.price-item ul {
    padding-left: 20px;
    text-align: left;
    display: inline-block;
}
.price-item ul li {
    list-style: none;
    color: #666666;
    line-height: 35px;
}
.price-item ul li em {
    padding-right: 10px;
}
.price-item ul li strong {
  	display: none;
}
.price .lt-btn {
    border-width: 3px!important;
    background: none;
    text-transform: capitalize;
}
.price-item.color h1,
.price-item.color h5,
.price-item.color ul li,
.price .lt-btn:hover {
    color: #fff;
}
.price-item.color h5:after {
    background-color: #fff;
}
.price-column .btn {
    background: #fff !important
}
.price-column.color .btn:hover {
    border-color: #fff!important;
}
.price-column .btn:hover{
    color: #fff!important;
}

/* Testimonial */
.testimonial-item {
    background-color: #fff;
    box-shadow: 0px 0px 35px 0px rgba(93,114,128,0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 40px 0;
    padding: 30px 30px 30px 30px;
    border-radius: 20px;
}
.testimonial-item.center {
    margin-top: 70px;
}
.testimonial-item i {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.testimonial-item:hover i {
    transform: scale(1.1);
}
.testimonial-item h5 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
}
.testimonial-item h6 {
    color: #54595f;
    font-size: 13px;
    font-weight: 400;
}

/* Category */
.category-column {
    min-height: 200px;
}
.category-column .btn {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    max-width: 135px;
}

/* Collection */
.collection-column .clearfix {
    background-color: #FFFAF7;
    margin: 0 auto;
    max-width: 582px;
}
.collection .btn {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

/* Subscribe */
.subscribe table.acymailing_form {
    width: 100%;
    max-width: 380px;
    margin: 59px;
}
.subscribe table.acymailing_form input {
    background: transparent;
    border: 1px dashed #fff;
    color: #fff !important;
    margin: 10px 0;
}
.subscribe table .acysubbuttons input {
    margin-left: -80px;
}
.subscribe table.acymailing_form tr {
    margin: 15px 0;
}

/* Testimonial */
.testimonial-column {
    box-shadow: 0px 0px 10px 0px rgb(159 159 158 / 58%);
    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;
    position: relative;
}
.testimonial-column:after {
    position: absolute;
    bottom: 0;
    left: 24%;
    content: "";
    height: 4px;
    width: 100px;
    background-color: #b79c7d;
}
.testimonial-content-title h4 {
    color: #002072;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.testimonial-content i {
    margin: 7px 0 25px;
}
.testimonial-content h6 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonial-content h3 {
    color: #002072;
    font-size: 30px;
    font-weight: 900;
    margin-top: 20px;
}

/* 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 .lt-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;
}

/* 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;
}

/* 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 img {
    border-radius: 50%;
}

/* Info */
.info-item .shrewd_solution_icon ul li strong {
    display: none;
}
.info-item .shrewd_solution_icon {
    padding-top: 20px;
}
.info-item .shrewd_solution_icon ul,
.info-item .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.info-item .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #fff;
    background: #1B4962;
    height: 40px;
    width: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}

/* 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%);
}
.jmm-text {
    padding: 21px 20px 32px 20px;
    background: #f5f5f5;
}
.jm-category-module.default .mod-article-image {
    margin-bottom: 0px;
}

/* Bottom */
#sp-bottom {
    padding: 60px 0 60px;
}
#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 7px;
    color: #fff !important;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1em;
}
#sp-bottom .sp-module {
    margin-bottom: 0px;
}
#sp-bottom {
    position: relative;
    color: #a0aec6;
    float: left;
    width: 100%;
}
#sp-bottom .menu li {
    display: inline-block!important;
}
#sp-bottom .menu li a {
    font-weight: 400;
    position: relative;
    color: #000!important;
    font-size: 14px;
    font-family: 'Francois One';
    text-transform: uppercase;
    padding: 0 10px;
}
#sp-bottom .menu li a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 2px;
    right: 0;
    left: 0;
    margin: 28px auto 0px;
    position: absolute;
    top: 2px;
    background: #F1755C;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
#sp-bottom .menu li:hover > a:before,
#sp-bottom .menu li.active > a:before {
    width: 37px;
}
#sp-bottom p {
    line-height: 2.2;
    margin: 0;
}
#sp-bottom .sp-module ul > li {
    position: relative;
}
#sp-bottom .sp-module ul > li:before {
    position: absolute;
    left: 0;    
    top: 5px;
}
#sp-bottom .sp-module ul > li a {
    margin-left: 20px;
    display: inline-block!important;
    line-height: 26px;
}
#sp-bottom4 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom4 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom4 .shrewd_solution_icon ul,
#sp-bottom4 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom4 .shrewd_solution_icon ul li a {
    font-size: 16px;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px !important;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    margin-left: 0 !important;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom4 .shrewd_solution_icon ul li a:hover{
    background: #B73235; 
    color:#fff!important;
}
#sp-footer1 p,
#sp-footer1 p a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}
#sp-bottom b, #sp-bottom2 strong {
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
}
#sp-bottom a {
    font-family: 'Poppins', sans-serif;
    color: #a0aec6 !important;
    font-weight: 500;
}
.img-bottom, #sp-bottom2 .sppb-addon-single-image-container {
    background: #fff;
    border-radius: 5px;
}
#sp-footer .container {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#sp-bottom3 ul {
    margin-top: 50px !important;
}
#sp-bottom h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 19px;
    margin: 0 0 20px;
    line-height: 1em;
}
#sp-bottom p a {
    font-weight: 700;
}

/* 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: #fff;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.n2-ss-layer.n2-ow.n-uc-SkFfY0PBv4nJ {
  	  padding-left: 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;
}
.page-item.active .page-link, .btn, .price-column .btn:hover,
.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,
.counter, .price-column.color, .slider-btn a {
 	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,
.about-title h3, .about-item.color h4, .about-item.color i, .title h1 strong, .choose-item h5, .project-content h3 span,
.btn:hover, .sppb-panel-title, .our-item h3, .price-column .btn, .testimonial-item i, .testimonial-item h5, #sp-bottom b, #sp-bottom2 strong,
#sp-bottom4 .shrewd_solution_icon ul li a, .slider-title h2 {
  	color: var(--text-color) !important; 
}
.about-item.color .sppb-icon-container, .btn {
  	border-color: var(--text-color) !important;
}
.service-column .clearfix {
    border-top-color: var(--text-color) !important;
}