/*** General CSS ***/
body {
    line-height: 1.9em;
}

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0px 3px 7px 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: uppercase;
    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: #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 ***/
/* Slider */
.slider:before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #182333 20%, #FEA12A 100%);
    opacity: 0.54;
}
.slider-content h1 {
    color: #FFFFFF;
    font-size: 90px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 88px;
    letter-spacing: 2.6px;
}
.pattern-2 {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}


@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}
.slider-btn {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    color: #FEA12A;
    background-color: #FFFFFF;
    border: 2px solid #fff;
    padding: 15px 40px;
  	border-radius: 2px;
}
.slider-btn:hover {
  	color: #fff !important;
}

/* Services */
a.btn-ser {
    font-size: 16px;
    padding: 12px 20px;
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #fff;
    color: #fff;
  	border-radius: 3px;
}
a.btn-ser:hover {
   	background-color: #222 !important;
}
.services-item .sppb-media-content {
    padding: 30px 10px;
}

/* Divider */
.divider.center {
  	margin: 0 auto;
}

/* Video */
.video-colum {
  	border-radius: 10px 0 0 10px;
}
.work {
  	border-radius: 0px 10px 10px 0px;
    z-index: 2!important;
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video .sppb-addon-content {
    float: left;
    width: 200px;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
}
#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: 0;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 85px;
    height: 85px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: transparent;
    z-index: 10;
    border: 3px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    margin-top: -3.5px;
    margin-left: 5px;
    border: solid 14px transparent;
    border-left: solid 20px;
    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;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/* About */
.about-item blockquote {
    color: #686868;
    font-weight: 300;
    font-size: 20px;
    padding-left: 20px;
    border-left: 3px solid #1a1a1a;
}
ul.about-check-list {
     list-style-type: none;
     padding: 0;
     margin: 0;
}
ul.about-check-list li {
    line-height: 35px
}
ul.about-check-list li em {
    padding-right: 10px;
}
ul.about-check-list li strong {
    display: none;
}

/* Step */
.sppb-panel-modern>.sppb-panel-heading {
    background: #fff;
}
.sppb-panel-modern {
    border: 1px solid #fff;
}
.sppb-panel-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

/* Testimonial */
.testimonial-item {
  	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 15%);
    padding: 35px;
    border-radius: 5px;
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.testimonial-item:hover {
  	box-shadow: 0px 0px 55px 0px rgb(0 0 0 / 31%);
}
.testimonial-item h5 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 4px;
}

/* Info */
.info-phone {
  	color: #FEA12A;
    font-size: 70px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0px;
}

/* Counter */
.counter-item h2 {
    font-size: 90px;
    font-weight: 800;
}
.counter-title-colum {
    border-left: 1px solid #fff;
    padding-left: 20px;
}

/* Work */
.work-item h3 {
    background: #222;
    padding: 10px;
    position: relative;
    top: -20px;
    width: 90%;
    margin: 0 auto;
}
.work-item .sppb-addon-text {
    padding: 0 20px
}

/* Discounts */
.discounts-colum-center {
  	border: 1px solid #DBDBDB;
    background-size: 50% auto !important;
}

/* 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%);
}
.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    width: 31%;
    margin: 1%;
    border: 1px solid #f0f0f0;
    padding: 7px;
    border-radius: 10px;
}

/* Contact Info */
.contact-info h2, .contact-info h3 {
    font-size: 25px;
}
button.btn.btn-primary.validate {
    color: #fff !important;
    padding: 13px 20px;
}

/* Bottom */
#sp-bottom {
    font-size: 15px;
}
#sp-bottom .sp-module .sp-module-title {
    margin: 0 0 30px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em;
    position: relative;
    padding-bottom: 20px;
}
#sp-bottom .sp-module .sp-module-title:before {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 80%;
    left: 0px;
    background-color: #FEA12A;
}
#sp-bottom .sp-module .sp-module-title:after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 15px;
    left: 10%;
    background-color: #1d2736;
}
#sp-bottom2 strong,
#sp-bottom1 .shrewd_solution_icon ul li strong {
    display: none;
}
#sp-bottom1 .shrewd_solution_icon {
    padding-top: 20px;
}
#sp-bottom1 .shrewd_solution_icon ul,
#sp-bottom1 .shrewd_solution_icon ul li {
    display: inline-block!important;
    padding: 0px!important;
}
#sp-bottom1 .shrewd_solution_icon ul li a {
    font-size: 16px;
    color: #FEA12A;
    background: #fefefe;
    height: 36px;
    width: 36px;
    line-height: 38px;
    text-align: center;
    border-radius: 2px;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgba(228, 200, 200, 0.5);
    display: inline-block;
}
#sp-bottom1 .shrewd_solution_icon ul li a:hover {
    background: #FEA12A; 
    color:#fff!important;
}
#sp-bottom2 .menu-left-ft,
#sp-bottom2 .menu-right-ft {
    float: left;
    width: 50%;
}
.social-icons-list strong {
    display: none;
}
#sp-bottom2 em,
.social-icons-list em {
    padding-right: 10px;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
}
#sp-footer2 p {
  	margin-top: 15px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}
@media (max-width: 1280px) {
  	.social-wrap {
    	display: none !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;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.jm-category-module.default .jmm-rows.rows-3 > div > .jmm-item {
    	width: 98%;
	}
}

/* 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,
.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,
.history-item.active h5:after, .history-item h3:before, .slider-btn:hover, a.btn-ser, .work-item h3, .discounts-colum-left {
 	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 h4, .video .sppb-addon-content, .business-colum.col2 em, .about-counter.col-ab-2 h5, .studie-item.st02 em.icon, .studie-item.st02 h5,
.pricing-item.center h3, .slider-btn, .services-item p, .video-item-title i, .info-phone, #sp-bottom2 em,
.counter-item h2, .title-color h5, ul.about-check-list li em {
  	color: var(--text-color) !important; 
}
.divider {
  	border-color: var(--text-color) !important;
}
