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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
  	box-shadow: 0px 2px 2px 0px rgb(0 0 0 / 10%);
}
#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;
}
.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: #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 */
.button {
    font-size: 17px;
    padding: 16px 33px;
    background: #fff;
    margin-right: 20px;
    color: #fff !important;
    text-transform: capitalize;
    background-color: #E6C068;;
    overflow: hidden;
    display: inline-block;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    border: none;
}
.button:hover {
    color: #FFFFFF !important;
    cursor: pointer;
    transform: translateY(-8px);
}
.button.white:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.btn, .et-btn:hover {
    background-color: transparent;
    color: #fff !important;
    border: none;
    font-size: 20px;
    letter-spacing: 5px;
    padding: 0;
}
.login .btn-primary {
  	padding: 13px;
}
.login .btn-primary:hover {
  	background: #222 !important;
}

/* Slider */
.slider {
    z-index: 2 !important;
}
.slider.about .sppb-col-md-6:nth-child(2) {
    z-index: 2 !important;
}

/* Divider */
.divider {
    border-bottom: 1px solid;
}
.divider {
    margin-bottom: 70px;
}

/* Counter */
.counter-item .count, .counter-item #shiva {
    line-height: 60px;
    font-weight: 800;
    font-size: 70px;
}
.counter-item h4 {
    font-size: 25px;
    font-weight: 500;
}

/* Feature */
.feature-item i {
    width: 75px !important;
    height: 75px !important;
    line-height: 70px !important;
    border: 3px solid #1C2647;
}

/* Event */
.event-colum {
    position: relative;
}
.event-item h3 {
    width: fit-content;
    position: absolute;
    padding: 45px 40px;
    background: #F7F3E7;
    right: 0;
    bottom: 80px;
}
.event-item.center h3 {
    left: 0;
}

/* Testimonial */
.testimonial-colum {
    position: relative;
}
.testimonial-colum:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #F7F3E7;
    display: inline-block !important;
}

/* Images */
.images-style img {
  	-webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.images-style:hover img {
  	cursor: pointer;
  	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
  	transform: translateY(-5px);
}

/* Carousel */
.carousel-colum .clearfix {
    float: left;
    width: 20%;
}
.carousel-img {
    padding: 10px;
}

/* Team */
.team-colum {
    background: #F7F3E7;
} 
.team-colum .sppb-media-content {
    padding: 30px 30px 0px;
}
.team-item .shrewd_solution_icon li strong {
    display: none;
}
.team-item .shrewd_solution_icon,
.team-item .shrewd_solution_icon li {
    display: inline-block!important;
    padding: 0px!important;
    margin: 0;
}
.team-item .shrewd_solution_icon li {
    margin-top: 5px;
}
.team-item .shrewd_solution_icon li a {
    font-size: 19px;
    position: relative;
    color: #000;
    text-align: center;
    border-radius: 0;
    margin: 0;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 2px solid #000;
    margin-right: 10px;
}

/* Skill */
.skill {
    position: relative;
}
.skill:before {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.33) 0%, rgba(246,131,56,0.67) 100%);
    z-index: -1;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.bar .sppb-row-container {
    margin-top: -250px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.18);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 90px 50px 20px;
}
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 60px; 
    background: #eee;
    height: 5px; 
    border-radius: 0px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -25px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 15px;
}
.bar { 
    height: 5px;  
    position:absolute;
    border-radius: 0px;   
}
.graphic-design {
    background: #0066FF;
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    background: #FF0437;
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    background: #7027E1;
    width: 86%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
.thread {
    background: #FED332;
    width: 70%;
    -moz-animation:jquery 2s ease-out;
    -webkit-animation:jquery 2s ease-out;
}
@-moz-keyframes graphic-design {0%  { width:0px;} 100%{ width:100%;}  }
@-moz-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-moz-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

@-webkit-keyframes graphic-design       { 0%  { width:0px;} 100%{ width:100%;}  }
@-webkit-keyframes html-css        { 0%  { width:0px;} 100%{ width:90%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:65%;}  }
@-webkit-keyframes wordpress   { 0%  { width:0px;} 100%{ width:80%;}  }

/* subscribe */
.subscribe-content table input {
    padding: 10px 10px!important;
    border-radius: 0px !important;
    width: 100% !important;
}
.subscribe-content table .button {
    padding: 6px 20px!important;
    border: 3px solid #01172F !important;
    background-color: #01172F !important;
}
.subscribe-content table .button:hover {
    background: #fff !important;
    color: #01172F !important;
}
.subscribe-content table {
    width: 100% !important;
}
.subscribe-content #formAcymailing39931 {
    position: relative !important;
}
.subscribe-content .wpforms-field {
    padding: 0 !important;
}
.subscribe-content table tr:nth-child(2) {
    position: absolute;
    bottom: 0;
    right: 0;
}

/* Video */
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: relative;
}
#video-popup-container {
    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: relative;
    left: 32px;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
    border: 4px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: 6.5px;
    margin-left: 12px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    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 {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.vpop {
    position: absolute;
    left: 40%;
    top: 0%;    
}

/* 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;
}

/* Step */
.sppb-panel-modern {
    background: #fff;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: #F7F3E7;
    border: 0;
    border-radius: 0;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}
.sppb-panel-collapse {
    background: #fff;
}
.sppb-panel-heading {
    padding: 18px 20px 18px 34px!important;
}
.step .sppb-addon-content {
    font-size: 13px;
}
.sppb-panel.sppb-panel-modern {
    border: 1px solid #d4d4d4 !important;
}
.sppb-panel-collapse {
    padding: 0 20px 30px;
}
.sppb-panel-heading i {
    position: relative;
    font-size: 16px;
    letter-spacing: .02em;
    margin-top: 7px;
    font-weight: 500;
    color: #001659;
}
.sppb-panel-heading i:before {
    content: "+";
    font-size: 18px;
    color: #000;
}
.sppb-panel-heading.active i:before {
    content: "-";
    font-size: 18px;
    color: #000;
}
.sppb-panel-heading.active i {
    transform: rotate(90deg);
    color: #000;
}
.sppb-panel-title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

/* Bottom */
#sp-bottom .sp-module .sp-module-title {
    font-size: 20px;
}
#sp-bottom em {
    padding-right: 10px;
}
#sp-bottom2 em {
    font-size: 8px;
}
#sp-bottom .sp-module ul > li strong {
    display: none;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: 1px solid rgba(255, 255, 255, .1);
}
#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,
.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,
.button:hover, .login .btn-primary {
 	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,
button.btn.btn-primary.validate:hover, .title h3, .aheto-twitter--slug, .counter-item .count, .counter-item #shiva, .counter-item h4,
.feature-item h3, .event-item h3, .icon i {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
#sp-top-bar {
    display: none !important;
}