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

/*** 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: 0px;
    padding: 0px;
    height: inherit;
    box-shadow: none;
    z-index: 9999;
}
#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: capitalize;
    position: relative;
}
.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: #222;
}
.offcanvas-menu > .align-items-center {
    background: #fff;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #222;
}

/*** Block Styles ***/
/* Button */
.btn, .button, .no-btn {
    padding: 15px 30px;
    font-size: 17px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    background: transparent;
    color: #fff !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover, .button {
	background: #222 !important;
	color: #fff!important;
}
.btn:hover, .button:hover, .no-btn:hover {
      transform: translateY(-8px);
}
.no-btn {
	color: #021137 !important;
}

/* Title */
.title strong {
	display: none;
}
.title em {
	font-size: 11px;
	position: relative;
	top: -2px;
	padding-right: 10px;
}
.title h4 {
	letter-spacing: 2px;
}
.title h2 {
	font-size: 35px;
	font-weight: 800;
	padding: 20px 0;
}

/* Bg */
.bg .sppb-row-overlay {
    background-image: linear-gradient(90deg, #4b83fc1a 30%, #4b83fc 100%);
}
.bg-title {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bg-title li {
	display: inline-block;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 500;
	color: #222;
	letter-spacing: 1px;
}
.bg-title li strong {
	display: none;
}
.bg-title li em {
	padding: 0 15px;
	font-size: 16px;
}

/* Slider */
.slider {
	position: relative;
	margin-top: -80px !important;
	background-position: 125% 200% !important;
}
.slider:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
    background-image: url('../images/banner.png');
    background-position: 27% 14%;
    background-repeat: no-repeat;
    background-size: auto;
}
.sl-content-colum .clearfix:nth-child(2) {
    width: 40%;
    float: left;
}
.sl-content-colum .clearfix:nth-child(3) {
    width: 60%;
    float: left;
}
.slider-title h4 {
	display: inline-block;
	padding: 12px 32px 12px 32px;
	background-color: #4B83FC1A;
	border-radius: 24px;
	letter-spacing: 0;
}
.slider-title h1 {
	font-size: 48px;
	line-height: 65px;
	font-weight: 800;
	margin: 35px 0;
}
.sl-images-colum {
	position: relative;
	z-index: 1;
}
.sl-img-01 {
	position: absolute;
	top: 30px;
	right: 30px;
}
.sl-img-02 {
    width: 576px;
    background-color: #4B83FC21;
    border-radius: 50% 50% 50% 50%;
    height: 576px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: -1;
}

/* Intro */
.intro-item {
    background: #f6f9ff;
    padding: 25px;
    border-radius: 5px;
    width: 100%;
    display: inline-block;
}
.intro-item.color {
	box-shadow: 0px 10px 15px 0px rgb(75 131 252 / 37%);
}
.intro-item h4 {
	font-family: "Poppins", sans-serif;
	font-size: 35px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 1px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #E1E1E1;
	color: transparent;
	-webkit-text-fill-color: #fff;
	width: 25%;
	float: left;
}
.intro-item .sppb-addon-content {
    float: left;
    width: 75%;
}
.intro-item .sppb-addon-content h5 {
    font-size: 16px;
    font-weight: 400;
}
.intro-item .sppb-addon-content h3 {
	color: #222429;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
}
.intro-item.color .sppb-addon-content h5, .intro-item.color .sppb-addon-content h3 {
	color: #fff !important;
}

/* Video */
.video {
    min-width: 60px;
    min-height: 60px;
    position: relative;
    top: 34%;
    left: 0;
    right: 0;
    /* margin: 0 auto; */
    text-align: center;
    background: #66CEA924;
    width: 60px;
    border: none;
    height: 60px;
    border-radius: 5px;
}
.video .sppb-img-container {
    overflow: hidden;
}
.video .sppb-img-container:hover:before {
    background-color: rgba(0, 0, 0, 0.90);
}
.video .sppb-img-container:before {
    background-color: rgba(0, 0, 0, 0.60);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.video img {
    width: 100%;
}
#video-popup-container,
#video-popup-containers {
    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: absolute;
    top: 44%;
}
.video a:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    margin-top: -11.5px;
    margin-left: -5px;
    border: solid 9px transparent;
    border-left: solid 15px;
    border-left-color: #66cea9;
    z-index: 10;
}
#video-popup-close,
#video-popup-closes {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 9999;
    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,
#video-popup-iframe-containers {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe,
#video-popup-iframes {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay,
#video-popup-overlays {
    display: none;
    position: fixed;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover,
#video-popup-closes:hover {
    color: #DE0023;
}
.video-colum {
	border-radius: 10px;
}
.video.right {
    float: right;
}
.video.color {
	width: 45px !important;
    height: 45px!important;
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    background-color: #da3175;
}
.video.color a:after {
    border-left-color: #F44336;
}
.video.big {
	margin: 0 auto;
	width: 60px !important;
	height: 60px !important;
}

/* About */
.about .sppb-row-overlay {
    background-image: url('../images/img-dot-grid-01.png');
    background-position: 97.8% 25%;
    background-repeat: no-repeat;
    background-size: auto;
}
.about-check i {
    height: 40px !important;
    width: 40px !important;
    background: #66cea91f;
    border-radius: 5px;
    color: #66cea9;
    line-height: 40px !important;
}

/* Skill */
.skill-item {
	position: absolute;
	left: 50px;
	right: 0;
	bottom: 100px;
	background-color: #fff;
	width: 180px;
	padding: 20px;
	box-shadow: 0px 10px 15px 0px rgb(75 131 252 / 17%);
	border-radius: 5px;
	z-index: 1;
}
@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: 30px;
    font-weight: 800;
    left: 0;
    font-size: 25px;
    text-align: center;
    color: #222;
}
.skill svg {
    width: 90px;
    height: 90px;
}
.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;
}

/* Services */
.services .sppb-row-overlay {
	background-image: url('../images/img-polygon-01.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
}
.services-item img {
    padding: 22px 22px 22px 22px;
    background-color: #4b83fc1a;
    border-radius: 10px 10px 10px 10px;
}
.services-item h3 {
	letter-spacing: 2px;
}

/* Get */
.get {
	background-position: 85.7% 120% !important;
    background-repeat: no-repeat;
    background-size: auto;
}
.get .sppb-row-overlay {
	    background-image: url('../images/img-polygon-03.png');
    background-position: 1% -120px;
    background-repeat: no-repeat;
    background-size: auto;
}
.get-colum-right .sppb-addon-single-image-container,
.get-colum-right img {
	width: 100% !important;
}
.get-colum-right {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.get-colum-right:before {
	position: absolute;
	content: '';
	left: -10%;
	top: -10%;
	height: 120%;
	width: 100px;
	transform: rotate(-5deg);
	display: inline-block;
}
.get-btn-right {
    padding: 12px 20px;
    border: 1px solid #fff;
    border-radius: 5px;
    margin-left: 30px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    transform: translateY(0px);
}
.get-btn-right:hover {
    background-color: #fff;
    color: #222 !important;
    transform: translateY(-8px);
}
.get-colum-right {
	border-radius: 0px 10px 10px 0px;
}
.get-colum-left {
	border-radius: 10px 0px 0px 10px;
}

/* Testimonial */
.sppb-addon-testimonial-content-wrap span {
	text-align: left;
}
.testimonial .clearfix:nth-child(2) {
	position: relative;
    z-index: 2;
}

/* Team */
.team-item {
    margin: -120px 20px 20px 20px;
    padding: 20px 20px 20px 20px;
    background-color: #222429;
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #4b83fc;
    border-radius: 0px 0px 0px 0px;
    position: relative;
}
.team-colum img {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-colum:hover img {
	transform: scale(0.9);
}

/* Video-Page */
.video-page {
    background-position: 84.6% 50px !important;
    background-repeat: no-repeat;
    background-size: auto;
}
.video-page > .sppb-row-overlay {
    background-image: url('../images/img-grid-dot-03.png');
    background-position: 14% 95%;
    background-repeat: no-repeat;
    background-size: auto;
}

/* Counter */
.counter-item h5 {
	font-size: 17px;
	font-weight: 800;
	margin: 30px 0 20px;
	color: #373737;
	letter-spacing: 1px;
}
.counter-item h1 {
	font-weight: 800;
}

/* Specialites */
.specialites-item {
	background-color: #fff;
	padding: 0px 30px 30px; 
	border-bottom: 3px solid #fff;
	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.specialites-item img {
	padding: 13px;
	border-radius: 6px;
	margin-top: -20px;
}
.specialites-item h3 {
	letter-spacing: 2px;
}

/* subscribe */
.subscribe .sppb-row-overlay {
	background-image: url('../images/img-grid-dot-04.png');
	background-repeat: no-repeat;
	background-size: auto;
	background-position: right center;
}

/* Our */
.our-item h3 {
	letter-spacing: 1px;
}

/* Faqs */
.sppb-panel-modern>.sppb-panel-heading.active {
	background-color: #66cea9;
}

/* Blog */
.jmm-row {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 10px;
}
.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 10px 10px;
    box-shadow: 9.899px 9.899px 30px 0 rgb(0 0 0 / 10%);
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 19px;
	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: 22px;
    font-weight: 600;
    color: #111;
}
#sp-bottom span{
    padding-right: 10px;
}
#sp-bottom2 span, #sp-bottom3 span {
    font-size: 7px;
    position: relative;
    top: -1px;
}
#sp-bottom strong {
  	display: none;
}
#sp-bottom4 .shrewd_solution_icon {
    padding-top: 10px;
}
#sp-bottom4 .shrewd_solution_icon ul, #sp-bottom4 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
#sp-bottom4 .shrewd_solution_icon ul li a {
    font-size: 16px;
    height: 38px;
    width: 38px;
    border: 1px solid;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228,200,200,.5);
    display: inline-block;
}
#sp-bottom4 .shrewd_solution_icon ul li a:hover {
	background: #fff !important;
}
#sp-bottom4 .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 rgba(0,0,0,0.1);
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.get-colum-left a {
        display: block;
        margin: 0 0 20px;
	}
  	.get-colum-left .clearfix:last-child {
    	margin-top: 0 !important;
	}
}
/* 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;
	}
  	.services .clearfix {
        margin-top: 0px !important;
        margin-bottom: 30px !important;
	}
  	.services-title {
    	padding-bottom: 50px !important;
	}
  	.video-colum {
    	padding: 80px 0;
	}
  	.video-page .sppb-col-md-6 {
    	margin-bottom: 30px;
	}
  	.client .sppb-col-md-2 {
    	margin-bottom: 30px;
	}
  	.specialites .sppb-col-md-4 {
    	margin-top: 40px;
	}
  	.team {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	div#sp-logo {
    	width: 90%;
	}
  	div#sp-menu {
    	width: 10%;
	}
  	.sl-content-colum .clearfix:nth-child(2) {
    	width: 70%;
	}
  	.sl-content-colum .clearfix:nth-child(3) {
    	width: 30%;
  	}
}

/* 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, 
.btn, .intro-item a,  .shrewd_solution_icon li a:hover, .intro-item.color, 
.get-colum-left, .get-colum-right:before, .specialites-item img, .subscribe {
 	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 em, #sp-bottom4 .shrewd_solution_icon ul li a, #sp-bottom2 span, #sp-bottom3 span, #sp-bottom span,
.intro-item .sppb-addon-content h5, .title h4, .services-item a, .services-item:hover h3, .bg-title h3, .bg-title li:first-child,
.counter-item h1, .specialites-item h3, .our-item h3 {
  	color: var(--text-color) !important;
}
.btn, .divider, .team-item, .specialites-item:hover {
  	border-color: var(--text-color) !important;
}
