/*** 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;
    z-index: 9999;
    box-shadow: 0px 2px 10px 0px rgb(39 67 255 / 11%);
}
#sp-header > .container {
	background: #fff;
	border-radius: 5px;
}
#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.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: capitalize;
    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: #14305d;
    line-height: 45px;
    border-radius: 10px;
    margin-left: 50px;
}
.sp-megamenu-parent>li.active:last-child>a,
.sp-megamenu-parent>li:last-child>a:hover {
    background: #14305d !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 {
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    text-transform: capitalize;
    letter-spacing: 0;
    border: none;
    display: inline-block;
    background-image: linear-gradient(180deg, #666EFF 0%, #3B43C6 79%);
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
	background-color: #fd9a00;
	color: #fff;
	transform: scale(0.9);
}
.btn.no-bg:hover {
	color: #fd9a00;
}
.btn.no-bg {
	background: transparent;
	
border: 2px solid #000473;color: #000473;}
.btn strong {
	display: none;
}
.btn.no-bg em {
	padding-left: 10px;
}

/* Title */
.title h2 {
	font-size: 42px;
	margin: 15px 0;
  	font-weight: 800;
}
.title h3 {
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
	margin: 0;
	padding: 0 80px;
}
.title h3:before, .title h3:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 2px;
	width: 70px;
}
.title h3:before {
	left: 0;
}
.title h3:after {
	right: 0;
}
.title.left h3 {
	padding-left: 0;
}
.title.left h3:before {
	content: none;
}

/* Slider */
.slider {
 	 background-image: radial-gradient(at bottom center, #DDDFFB 34%, #B3B6F3 98%);
}
.slider .sppb-row-overlay {
	background-image: url('../images/icodun03.png');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
}
.slider-colum-left .clearfix:first-child, .services-colum .clearfix:first-child {
	width: 100%;
}
.slider-colum-left .clearfix, .services-colum .clearfix {
	width: 40%;
	float: left;
}
.slider-box1 {
    display: inline-block;
    background-image: linear-gradient(180deg, #7383FF8A 0%, #1D0CFF59 100%);
    border-radius: 20px;
    padding: 10px;
    position: absolute;
    bottom: -10px;
	max-width: 300px;
    animation: leaves 7s ease-in-out infinite alternate;
}
.slider-box1.right {
	right: 0;
	bottom: 150px
}
@keyframes leaves {
    0% {
        transform: translate(20px,10px);
    }
    20% {
        transform: translate(40px,20px);
    }
    40% {
        transform: translate(20px,20px);
    }
    60% {
        transform: translate(10px,20px);
    }
    80% {
        transform: translate(0px,10px);
    }
    100% {
        transform: translate(0px,0px);
    }
}

/* Services */
.services {
    background-image: radial-gradient(at center center, #D0D1F924 0%, #666EFF36 100%);
}
.services-item {
    padding: 30px;
    background-image: linear-gradient(180deg, #7383FF8A 0%, #1D0CFF59 100%);
    border-radius: 20px;
  	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item img {
    width: 95px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.services-item:hover img {
    transform: scale(0.9);
}
.services-item:hover, .services-item.last:hover {
    background-image: linear-gradient(20deg, #666EFF 0%, #A6AAF6 100%);
}
.services-item.last {
	background-image: linear-gradient(180deg, #666EFF 0%, #A6AAF6 100%);
}

/* About */
.about-img3 {
    position: absolute;
    top: -50px;
    z-index: -1;
}
.about-img2 {
    width: 50%;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px 0px rgb(41 52 80 / 50%);
    z-index: 2;
    position: relative;
}
.about-hours {
    background-image: linear-gradient(180deg, #666EFF 0%, #A6AAF6 100%);
    padding: 50px 50px 40px;
    display: inline-block;
    border-radius: 20px;
}
.about img,
.doctor img {
  	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.about img:hover,
.doctor img:hover {
  	opacity: .85;
}

/* Doctor */
.doctor {
	background-image: linear-gradient(180deg, #D0D1F924 0%, #666EFF36 100%);
}
.doctor > .sppb-row-overlay, .work > .sppb-row-overlay {
	background-image: url('../images/dun09.png');
    background-size: cover;
    opacity: 0.19;
}
.doctor-img1 {
    position: absolute;
    top: 20px;
    z-index: -1;
    left: 30px;
}

/* Research */
.research > .sppb-row-overlay {
	background-image: url('../images/dun012.jpg');
    background-size: cover;
    opacity: 0.33;
}
.research .sppb-col-md-4, .research .sppb-col-md-8 {
	margin-top: -80px;
}
.research-colum-left, .research-colum-left > .sppb-column-overlay {
	border-radius: 20px;
}
.research-colum-right {
	background-image: linear-gradient(180deg, #666EFF 0%, #A6AAF6 100%);
	border-radius: 20px;
}
.research-colum-title .clearfix:nth-child(3),
.research-colum-title .clearfix:nth-child(4) {
	width: 50%;
	float: left;
}
.research-img2 {
    position: absolute;
    bottom: 0;
    width: 50%;
    z-index: -1;
    right: 0;
}
h5.tab-title {
    padding-top: 20px;
}

/* Counter */
#counter, .team {
	background-image: radial-gradient(at center center, #D0D1F924 0%, #666EFF36 100%);
}
.counter .sppb-row.sppb-no-gutter {
    background-image: linear-gradient(180deg, #B3B6FF 0%, #A1A6FF 100%);
    padding: 40px;
    border-bottom: 3px solid #000473;
    box-shadow: 11px 17px 10px 0px rgb(0 0 0 / 14%);
    border-radius: 20px;
	position: relative;top: -50px;
}
.counter .sppb-col-md-3 {
	border-right: 2px solid #54595F2B;
}
.counter .sppb-col-md-3:last-child {
	border-right: 0;
}
.counter h1 {
	color: #000473;
    font-size: 70px;
	font-weight: 800;
}
.counter h5 {
    font-size: 19px;
	font-weight: 400;
}

/* Skill */
@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;
	font-weight: 600;
}
.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;
}

.skills h3 {
    font-weight: 300;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #737373;
    margin: 0px;
    font-size: 35px
}
.skills p {
    font-size: 17px;
    margin-bottom: 10px;
    font-style: initial;
	letter-spacing: 0;
}
.skills .progress {
    width: 100%;
    height: 35px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 0px;
    overflow: inherit;
	background: #eee;
}
.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: #3498db
}
.red .progress-bar ,.red span ,.red span:after {
    background-color: #e74c3c
}
.green .progress-bar ,.green span ,.green span:after {
    background-color: #2ecc71
}
.carrot .progress-bar ,.carrot span ,.carrot span:after {
    background-color: #e67e22
}
.sun .progress-bar ,.sun span ,.sun span:after {
    background-color: #f1c40f
}

/* Check List */
.check-list ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
.check-list ul li {	
	padding-bottom: 15px;
}
.check-list ul.left {
	float: left;
	width: 50%;
}
.check-list em {
	padding-right: 10px;
}
.check-list strong {
	display: none;
}

/* Team */
.team-item {
	background-image: linear-gradient(180deg, #7383FF33 0%, #1D0CFF57 100%);
	box-shadow: 10px 7px 10px 0px rgb(95 95 95 / 15%);
	border: 3px solid #666EFF8F;
	border-radius: 20px;
	padding: 20px 10px;
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.team-item img {
	border-radius: 20px;
}
.team-item:hover {
	background-image: linear-gradient(180deg, #666EFF73 0%, #A6AAF670 100%);
}

/* Testimonial */
.testimonial .sppb-row-overlay {
	background-image: url('../images/icodun022.png');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.15;
}

/* Work */
.work-item .sppb-img-container {
  	display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    width: 213px;
    height: 213px;
    margin: 0 auto;
}
.work-item img {
    width: 213px;
    height: 213px;
    object-fit: cover;
    border-radius: 50%;
    -webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.work-img img {
    width: 70px;
}
.work .clearfix:hover img {
  	transform: scale(1.1);
}
.work-img {
    position: absolute;
    right: 30px;
    top: 0;
}
.work .sppb-col-md-3 {
    margin-bottom: 30px;
}

/* Get */
.get .about-img3 {
    top: auto;
    bottom: 92px;
}
.get-colum-left .clearfix:nth-child(2), .get-colum-left .clearfix:nth-child(3) {
    width: 50%;
    float: left;
}
.get-colum-left .clearfix:nth-child(4) {
	clear: left;
	display: inline-block;
}
.get-colum-left .clearfix:nth-child(5), .get-colum-left .clearfix:nth-child(6) {
    width: 50%;
    float: left;
}
.get-phone {
    background-image: linear-gradient(180deg, #7383FF8A 0%, #1D0CFF59 100%);
    padding: 15px;
    border-radius: 20px;
    margin-right: 30px;
}

/* FAQs */
.sppb-panel-modern>.sppb-panel-heading {
    background: #B0B5FD17;
    color: #000473;
}

/* Feature */
.feature-item {
	background-image: linear-gradient(180deg, #666EFF 0%, #3B43C6 79%);
    padding: 20px;
	border-radius: 5px;
}
.feature-item, .feature-img {
	-webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.feature-item:hover, .feature-img:hover {
	transform: scale(0.9);
}

/* Blog */
.jmm-item .jmm-image.mod-article-image {
  	overflow: hidden;
  	margin: 0;
	float: left;
  	width: 50%;
}
.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;
	border-radius: 10px;
}
.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%);
	float: left;width: 50%;
	color: #fff;
}
.jm-category-module.default .jmm-text .jmm-title {
	font-size: 25px;
	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(255 255 255 / 10%);
	line-height: 30px;
}
#sp-bottom p {
	line-height: 28px;
}
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 0px;
    position: relative;
}
#sp-bottom span {
    padding-right: 10px;
}
#sp-bottom strong {
  	display: none;
}
.shrewd_solution_icon ul {
	margin-top: 20px;
}
.shrewd_solution_icon ul, .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0!important;
}
.shrewd_solution_icon ul li a {
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    border: none;
}
.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(255,255,255,0.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;
	}
  	#sp-header {
    	top: 0px;
	}
  	.slider-colum-left .clearfix, .services-colum .clearfix {
    	width: 100%;
	}
  	.research .sppb-col-md-4, .research .sppb-col-md-8 {
    	margin-top: 30px;
	}
  	.counter .sppb-row.sppb-no-gutter {
    	top: 0px;
	}
  	.counter .sppb-col-md-3 {
    	border-right: none;
  	}
  	.work .sppb-col-md-12 .clearfix:last-child {
    	display: none;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
    .research-colum-title .clearfix:nth-child(3), .research-colum-title .clearfix:nth-child(4) {
    	width: 100%;
	}
}

/* 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, 
.sp-megamenu-parent>li:last-child>a, .skills .progress .progress-bar, .skills .progress .progress-bar span, 
.skills .progress .progress-bar span:after, .title h3:before, .title h3:after {
 	background-color: var(--background-color);
}
.pricing .pricing-colum.center .btn, .testimonial-colum-right .clearfix:nth-child(2) {
 	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 h3, .about-item i, .research-list em {
  	color: var(--text-color);
}
.btn, .pricing .btn {
  	border-color: var(--text-color);
}
.video,  .services-item a, .title h3:before {
  	border-bottom-color: var(--text-color);
}