/*** General CSS ***/
body {
    line-height: 1.9em;
}
body div.container a.btn, body div.container button.btn {
    background: #000!important;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 999;
    font-size: 15px;
    padding: 12px 0 12px;
}
body:not(.home) #sp-top-bar {
  	border-bottom: 1px solid rgb(255 255 255 / 36%);
}

/* Header Menu */
#sp-header {
    top: 20px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#sp-header > .container {
    background: #fff;
}
#sp-header.header-sticky {
    position: fixed;
    top: 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 {
    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.active>a {
    font-weight: 600;
}
.sp-megamenu-parent>li:last-child>a {
    padding: 0px 30px 0px 30px;
    color: #fff;
}
.sp-megamenu-parent>li:last-child>a {
    font-weight: 500;
    border-radius: 0;
	background: #023a47;
    line-height: 45px;
    border-radius: 30px;
    margin-left: 50px;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #00a3aa !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;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #000;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 15px 30px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #000;
    border-radius: 50px 50px 50px 50px;
    border: none;
    display: inline-block;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .button {
	color: #000!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title h2 {
    font-size: 35px;
    font-weight: 600;
    padding: 10px 0;
    margin: 0;
    color: #122c6c;
}
.title.white h2 {
  	color: #fff;
}
.title h1 {
    font-size: 40px;
    font-weight: 600;
    padding: 20px 0;
    line-height: 65px;
}

.title h3 {
    font-size: 28px;
    font-weight: 600;
    padding:  0px 0 10px 0;
    margin: 0;
    color: #122c6c;
}
/* Bg */
.bg-title {
	list-style-type: none;
	margin: 0;
	display: inline-block;
}
.bg-title li {
	display: inline-block;
	font-size: 15px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 14px;
}

/* Slider */
.slider {
	margin-top: -80px !important;
}
.slider-img img {
	-webkit-mask-image: url(../images/mask.png);
    -webkit-mask-size: contain;
    -webkit-mask-position: custom;
    -webkit-mask-position-x: 0%;
    -webkit-mask-position-y: 2%;
    -webkit-mask-repeat: no-repeat;
	width: 80%;
	vertical-align: middle;
    display: inline-block;
}

/* Services */
.services .sppb-col-md-4:nth-child(2) .clearfix {
	background-image: linear-gradient(180deg, #023a47 0%, #006770 100%);
}
.services-item.color i {
	color: #fff !important;
}
.services .clearfix {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    position: relative;
    top: 0;
}
.services .clearfix:hover {
  	top: 10px!important;
}

/* About */
.about-column-left img {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-column-left:hover img {
  	transform: rotate(10deg);
}
.about-colum .clearfix:nth-child(3),
.about-colum .clearfix:nth-child(4) {
	float: left;
	width: 50%;
}
.about-border p {
	padding: 30px 160px 30px 40px;
	border-radius: 5px;
	border-left: 5px solid;
}
.about-counter .full-content {
	width: 100%;
	padding-bottom: 20px;
	display: inline-block;
}
.about-counter .left {
	width: 30%;
	float: left;
	border-right: 3px solid #0A1B65;
}
.about-counter .right {
	width: 70%;
	float: left;
	padding-left: 30px;
}
.about-counter h5 {
	font-size: 16px;
	color: #0A1B65;
}

/* Feature */
.feature .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature .clearfix:hover {
  	box-shadow: none!important;
}

/* Client */
.client .clearfix {
	float: left;
	width: 20%;
}
.client .clearfix img {
	width: 50%;
    opacity: 1;
    filter: brightness( 200% ) contrast( 80% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}
.client .clearfix:hover img {
	opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}

/* Counter */
.counter-colum {
	border-radius: 10px;
	position: relative;
	padding: 60px 10px;
}
.sp-page-builder .page-content #section-id-1644887854557:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/background-2.png');
    background-position: 0px 75%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
	border-radius: 10px;
}
.counter-colum .clearfix {
	width: 25%;
	float: left;
}
.counter-item h1 {
	font-size: 45px;
	font-weight: 600;
	padding: 20px 0 0;
}
.counter-item h5 {
	font-size: 19px;
	font-weight: 500;
	color: #b2b8d3;
}
.counter-item i {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.counter-item:hover i {
	transform: translateY(-8px);
}

/* Feature */
.feature .sppb-col-md-4:nth-child(2) .clearfix {
	background-image: linear-gradient(180deg, #023a47 0%, #008c8b 100%);
}
.feature-item img {
	width: 110px;
}

/* Choose */
.choose-item i {
      height: 30px !important;
    width: 30px !important;
    line-height: 30px !important; font-size:15px;
    background-image: url(../images/mask-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Studies */
.studies > .sppb-row-overlay {
	background-image: url('../images/bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.studies-colum {
	border-radius: 10px;
}
.studies-colum .clearfix:last-child {
	border-radius: 10px 10px 0px 0px;
}
.studies-colum .clearfix {
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.studies-colum:hover .clearfix {
  	margin: 0!important;
} 

/* Pricing */
.pricing-colum.center {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 10px 10px 0px;
}
.pricing-colum {
	border-radius: 10px;
}
.pricing-colum strong {
    display: none;
}
.pricing-colum .table-body p {
	font-weight: 500;
}
.pricing-colum em {
    padding-right: 10px;
    font-size: 16px;
    color: #79018c;
}
.pricing-colum a {
	width: 100%;
}

/* Testimonial */
.sppb-addon-testimonial-footer span {
    text-align: left;line-height: 60px;
}

/* Skill */
.skill-right-colum {
	position: relative;
}
.skill-right-colum:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: url('../images/background-hero.jpg');
	background-position: 64% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 0.4;
}

@keyframes load{0%{stroke-dashoffset:0}}
.skill .progress {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}
.skill .lt-skill-item .elementor-element {
    margin-bottom: 0;
}
.skill .progress > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 400;
}
.skill .progress > li:after {
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.skill svg {
    width: 10rem;
    height: 10rem;
}
.skill svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.skill svg:nth-child(2) path {
    fill: none;
    stroke-width: 12px;
    stroke-dasharray: 629;
    stroke: #fff;
    opacity: .8;
    animation: load 10s;
}
.skill h1 {
    font-weight: 600;
    color: #0a1b65;
    margin-bottom: 20px;
    font-size: 35px;
}
.skills p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #0a1b65;
}
.skills .progress {
    width: 100%;
    height: 15px;
    position: relative;
    margin-bottom: 15px;
    border-radius: 0px;
    overflow: inherit;
    background: #f1f4fd;
}
.skills .progress .progress-bar {
    width: 0;
    height: 100%;
    border-radius: 0px;
    background: #818a91;
}
.skills .progress .progress-bar span {
    top: -30px;
    margin-left: -22px;
    left: 0;
    position: absolute;
    color: #fff;
    border-radius: 2px;
    padding: 4px 10px;
    font-size: 12px
}
.skills .progress .progress-bar span:after {
    content: "";
    display: block;
    width: 8px;
    height: 6px;
    position: absolute;
    bottom: -4px;
    left: 50%;
    margin-left: -4px;
    transform: rotate(45deg)
}
.blue .progress-bar ,.blue span ,.blue span:after {
    background-color: #0a1b65;
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #0a1b65;
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #0a1b65;
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #0a1b65;
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #0a1b65;
}

/* Contact Social */
.contact-social h4 {
	font-size: 18px;
}
.contact-social .left, .contact-social .right {
	float: left;
	width: 50%;
}
.contact-social ul {
	list-style-type: none;
	left: 0;
	padding: 0;
	margin: 0;
}
.contact-social ul li {
	padding-bottom: 10px;
}
.contact-social ul span {
	padding-right: 10px;
}
.contact-social ul strong {
	display: none;
}

/* Works */
.works-item h2 {
    height: 90px !important;
    width: 90px !important;
    line-height: 90px !important;
    background-image: url(../images/mask-2.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.works-item h3 {
    color: #122c6c;
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-top: 15px;
    margin-bottom: 15px;
}
.works-colum {
	position: relative;
}
.works-colum .works-img {
	position: absolute;
	opacity: 0.6;
	filter: brightness( 0% ) contrast( 0% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
	width: 100px;
	right: -50px;
	top: 20px;
}

/* Steps */
.steps-list strong {
	display: none;
}
.steps-list em {
	padding-right: 10px;
}
.steps-colum .clearfix:nth-child(5),
.steps-colum .clearfix:nth-child(6){
	width: 50%;
	float: left;
}
.sppb-panel-modern>.sppb-panel-heading {
    color: #fff;
}
.sppb-panel-modern>.sppb-panel-heading.active  {
    color: #0a1b65;
}
.sppb-panel-title {
	font-size: 16px;
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
}
.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: 20px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
    background: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 17px;
	font-weight: 600;
	text-transform: capitalize;
}
.jm-category-module.default .jmm-readmore {
	margin-top: 20px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}
#sp-position1 {
	padding: 0;
}

/* Bottom */
#sp-bottom {
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 15px;
    position: relative;
}
#sp-bottom .sp-module .sp-module-title:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 70px;
}
#sp-bottom2 span, #sp-bottom3 span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom h4 {
	letter-spacing: 2px;
}
.shrewd_solution_icon {
    padding-top: 10px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon li a {
    font-size: 14px;
    color: #fff !important;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    background: transparent;
}
.shrewd_solution_icon li a:hover {
	background: #fff !important;
	color: #222 !important;
}
.shrewd_solution_icon strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 1;
}
#sp-footer .container-inner {
    border-top: 1px solid rgb(255 255 255 / 64%);
}

/*** 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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.client .clearfix, .counter-colum .clearfix {
        width: 100%;
        margin: 20px 0;
	}
  	.studies .sppb-col-md-3, .pricing .sppb-col-md-3, .testimonial .sppb-col-md-4,
  	.team .sppb-col-md-4, .studies .sppb-col-md-4 {
    	margin-bottom: 30px;
	}
  	.bg-title {
        text-align: left;
        padding: 0;
        margin-top: 20px;
      	display: block;
	}
  	.skill .sppb-column {
    	padding: 80px 20px !important;
	}
  	.works-img {
    	display: none;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
	.sppb-addon-title {
    
    
    /* text-align: center; */
    padding-left: 10px;
}
.sp-page-builder .page-content #section-id-1644826914262{    padding-top:120px !important;
    padding-right: 0px;
    padding-bottom: 30px!important;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;}
}

/* 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,  
 .skills .progress .progress-bar, .sppb-panel-modern>.sppb-panel-heading {
 	background-color: var(--background-color) !important;
}
#sp-bottom .sp-module .sp-module-title:before {	background-color: #fff !important;}
.shrewd_solution_icon li a {background-color:#000 !important;}
.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .article-header h2 a:hover,
  .counter-item i, .pricing-colum em, #sp-bottom4 i, .bg-title li em, .about-counter h1,
.contact-social ul span, .contact-social h4, .step-info i {
  	color:#fff !important;
}
.btn, .about-border p {
  	border-color: var(--text-color) !important;
}
 .sppb-media-body {
    
    line-height: 55px;
}
 .sppb-media>.pull-left {
    margin-right: 10px;
}
.sppb-addon-title {
    display: block;
    font-size: 45px;
   
    
}
.sshr {background: aliceblue;}
.pad-50 { padding:50px 0px !important}
  ul.list {
    list-style: none;
    padding: 0;}
ul.list li {
    position:relative;
       padding: 5px 5px 5px 25px;
}
ul.list li:before {
content: "\f101";
font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    left: 0;}
ul.reachus {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.reachus li {
    padding: 10px 0 10px 25px; position:relative;
}
ul.reachus li:before {
font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
}
ul.reachus li.company { font-weight:bold;}
ul.reachus li.company:before {
	content: "\f0f7";
}
ul.reachus li.location:before {
	content: "\f041";
}
ul.reachus li.email:before {
	content: "\f003";
}
ul.reachus li.mobile:before {
    content: "\f10b";
    font-size: 22px;
    top: 8px;
}
ul.reachus li.phone:before {
    content: "\f095";
}
#sppb-addon-1644998375667 .sppb-icon .sppb-icon-container > i {
    
    padding-top: 5px;
}
#sppb-addon-1644998375667 .sppb-feature-box-title {
   
    line-height: 25px;
}