/*** General CSS ***/
body {
    line-height: 1.9em;
    color: #333;
}
a:hover, a:focus, a:active {
    color: #000;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    background: #171f32;
    position: relative;
    z-index: 9999;
    color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: transparent;
    width: 100%;
    z-index: 9999;
    position: relative;
}
#sp-header.header-sticky {
    position: fixed;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
    top: 0;
    background: #4d076b;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    background-color: #4d076b;
    border-top: 1px solid rgba(255,255,255,.075);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #252525;
  	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;
    color: #fff;
}
.sp-megamenu-parent>li.active>a {
    font-weight: 600;
}
.sp-megamenu-parent > li {
    position: relative;
}

/* 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: #4d076b;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Button */
.btn {
    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;
    text-transform: uppercase;
    color: #fff!important;
    text-shadow: 1px 1px 0px RGBA(0,0,0,0.17);
    border-radius: 5px;
}
.btn {
    border-radius: 30px;
}
.btn:hover {
   	background-color: #ce297e !important;
}
.btn.white {
    background-color: #fff !important;
}
.btn.white:hover {
    color: #fff !important;
    background-color: #4d076b !important;
}
.btn.icon {
    font-size: 13px;
    padding: 5px 20px;
}

/* Slider */
.slider-btn a:hover {
    background: #fff !important;
}

/* Service */
.ser {
    z-index: 99 !important;
}
.services-item img {
    width: 20%;
}
.ser-img img {
    border-radius: 50%;
    width: 55%;
}

/* Accolades */
.accolades-item:hover img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
}
.accolades-item img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/* Counter */
.counter-row {
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 25px 65px 25px;
    -webkit-transition: .5s;
    transition: .5s;
}
.counter-row:hover {
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.16);
}
.counter .count, .counter #shiva {
    line-height: 100px;
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 80px;
}
.counter h4 {
    color: #54595f;
    font-weight: 400;
    margin-top: 10px;
    font-family: 'Poppins';
    font-size: 19px;
    text-transform: capitalize;
}

/* About */
.about-row .sppb-column-addons {
    position: relative;
    background-image: url('../images/user.png');
    margin-bottom: 50px;
    margin-top: 30px;
    padding: 50px;
    margin-left: -30px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-row > .sppb-column-addons:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    display: inline-block;
    background-color: #efefef;
    opacity: 0.85;
}

/* Clients */
.clients-row {
    border-radius: 10px;
}
.clients-row:hover {
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.05) !important;
}
.clients-row.small:hover {
    box-shadow: none !important;
}
.clients-row.small .sppb-column-addons {
    box-shadow: 0px 15px 50px 0px rgba(0,0,0,0.05) !important;
    padding: 50px 30px;
    border-radius: 20px;
}

/* Join */
.join {
    z-index: 99 !important;
}
.join:before {
    content: '';
    position: absolute;
    letter-spacing: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    background-image: linear-gradient(180deg, #ffffff 0%, #6ec1e4 100%);
}
.join.white:before {
    background-image: linear-gradient(180deg, #ffffff 0%, #c1c1c1 100%);
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.join.none:before {
    background-image: none;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.join svg {
    width: calc(100% + 1.3px);
    height: 55px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: -webkit-calc(100% + 1.3px);
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22px;
    z-index: 99;
}
.join .shape .sppb-addon-title {
    margin-top: -104px;
    position: relative;
    z-index: 999;
    background: transparent;
}
.join .elementor-shape-fill {
    fill: #fff;
}
.join .together .shrewd_solution_icon ul li a,
.contact-icon .et-together .shrewd_solution_icon ul li a {
    border-radius: 50%;
    color: #fff !important;
}
.join .together .shrewd_solution_icon ul li a:hover {
    color: #fff !important;
    background-color: #ce297e !important;
}

/* Together */
#together .title h6 {
    font-style: inherit;
}
.together .title h2 {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.2em;
    padding-top: 10px;
    padding-bottom: 25px;
}
.together .title.none p {
    font-size: 25px;
    font-weight: 300;
    color: #4d076b;
}
.together .shrewd_solution_icon ul li strong {
    display: none;
}
.together .shrewd_solution_icon ul {
    margin-top: 30px;
}
.together .shrewd_solution_icon ul,
.together .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
.together .shrewd_solution_icon ul li a {
    font-size: 15px;
    height: 45px;
    width: 45px;
    background: rgba(255,58,111,0.05);
    line-height: 50px;
    text-align: center;
    margin: 8px;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
}
.together .shrewd_solution_icon ul li a:hover {
    background-color: rgba(77,7,107,0.17);
    color: #4d076b !important;
    transform: scale(1.05);
}

/* Register */
.register {
    background-image: linear-gradient(180deg, #f2f0fb 25%, #ffffff 100%);
}
.register-row {
    background-image: linear-gradient(180deg, #4d076b 0%, #ff3a6f 100%);
    padding: 40px 40px 40px 40px;
}
.register-img img {
    filter: brightness( 0% ) contrast( 200% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg );
}

/* FAQ */
.services-item.faq .sppb-media-content h3 {
    position: relative;
}
.services-item.faq .sppb-media-content h3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -25px;
    height: 2px;
    width: 20px;
    display: inline-block;
}

/* 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%);
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer1 {
  	padding-top: 5px;
}

/*** 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;
	}
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
    	margin: 20px 1%;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.category .sppb-column-addons .clearfix:nth-child(n+2) {
    	width: 100%;
    	margin-right: 0;
	}
}

/* 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, a.hikabtn.hikacart,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay,
#sp-footer, .slider-btn a, .btn, .join .together .shrewd_solution_icon ul li 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,
.slider-btn a:hover, .services-item h3, .counter .count, .counter #shiva, .clients-item h3,
.title h3, .together .title h2, .together .shrewd_solution_icon ul li a, .title-big h3, .title-icon i, 
.register-item i, .et-btn.white, .register-row .btn.white {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
