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

/*** Header Area ***/
/* Header Top */
#sp-top-bar {
    position: relative;
    z-index: 9999;
    background-color: #1e1e2a;
  	color: #fff;
}
#sp-top-bar a {
  	color: #fff;
}

/* Header Menu */
#sp-header {
    top: 0px;
  	padding: 0px;
    height: inherit;
    box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 10%);
    background-color: #FFFFFF;
}
#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 {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.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: uppercase;
    position: relative;
    color: #000;
}
.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 ***/
/* Button */
.btn {
    padding: 20px 45px;
    font-size: 16px;
    font-weight: 600;
  	color: #fff;
    background-color: #0026ff;
  	box-shadow: 0px 10px 20px 0px rgb(0 38 255 / 30%);
    border-radius: 40px 40px 40px 40px;
  	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;

}
.btn:hover {
  	color: #fff;
    background-color: #0026ff;
    transform: translateY(-2px);
}

/* Title */
.title h3 {
    font-size: 50px;
    font-weight: 900;
}
.title h3 strong {
    color: #0026ff;
}
.title.big h3 strong {
    font-size: 60px;
    font-weight: 700;
}
.title.black h3 strong {
    color: #000;
}
.title.white h4,
.title.white h3 {
    color: #fff !important;
}

/* background-grid */
#sp-main-body > .row {
	position: relative;
	overflow: hidden;
}
#background-grid {
    z-index: -1;
    position: absolute!important;
    height: 9000px;
    width: 100%;
}
.background-grid .sppb-col-md-4 {
    border: 1px solid #efefef;
    box-sizing: border-box;
    border-top: none;
    display: block;
    float: left;
    width: 32.33333%;
    height: 9000px;
}

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

/* Video */
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video .sppb-addon-title {
    display: inline-block;
    width: 90px;
    float: left;
}
.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: 32px;
}
.video a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    width: 70px;
    height: 70px;
    margin-top: -32.5px;
    margin-left: -32.5px;
    border-radius: 50%;
    background-color: #ea8f7f;
    z-index: 10;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.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;
}

/* Business */
.business-colum {
    cursor: pointer;
    border: 1px solid #f7f7f7;
  	padding: 30px;
  	-webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.business-colum:hover {
  	-webkit-box-shadow:0 10px 20px 0 rgba(0,0,0,.1);
    box-shadow:0 10px 20px 0 rgba(0,0,0,.1) !important;
}
.business-colum em {
  	font-size: 15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 50%;
}
.business-colum strong {
  	display: none;
}
.business-colum.col1 em {
  	color: rgba(6,201,177,0.27);
}
.business-colum.col3 em {
  	color: rgba(106,73,244,0.34);
}

/* History */
.history-item h3 {
    font-size: 30px;
    font-weight: 600;
  	position: relative;
}
.history-item h5 {
    position: relative;
    margin-bottom: 38px !important;
    cursor: pointer;
    padding-bottom: 28px !important;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.history-item h5:before {
    position: absolute;
    top: 50px;
    left: 0;
    height: 4px;
    width: 100%;
    content: "";
    background-color: rgb(23, 33, 130);
    opacity: 0.051;
}
.history-item h3:before {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 20px;
    width: 6px;
    content: "";
    background-color: #ff6984;
    z-index: -1;
}
.history-item.active h5:after {
    position: absolute;
    top: 50px;
    left: 0;
    height: 4px;
    width: 50%;
    content: "";
    background-color: rgb(23, 33, 130);
}

/* About */
.about-counter {
    width: 33%;
    float: left;
}
.about-counter h5 {
    font-size: 40px;
    font-weight: 700;
}
.about-counter.col-ab-1 h5 {
    color: #07cab2;
}
.about-counter.col-ab-3 h5 {
    color: #6a4af4;
}
.about4-colum .clearfix:first-child, .about4-colum .clearfix:last-child {
    width: 100%;
}
.about4-colum .clearfix {
    width: 50%;
    float: left;
}

/* Team */
.team-item {
    position: relative;
    cursor: pointer;
    padding: 40px 0px 30px 0px;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 19px 19px 40px 0px rgba(0,0,0,0.04);
}
ul.social-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.social-links li {
    display: inline-block;
}
.social-links li a {
    height: 46px;
    width: 46px;
    line-height: 46px;
    border: 1px solid;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    -webkit-transition: .5s;
    transition: .5s;
    box-shadow: 0 0 15px rgb(228 200 200 / 20%);
    display: inline-block;
    font-size: 18px;
}
.social-links li a strong {
    display: none;
}
.team-item .social-links li:nth-child(1) a {
    color: #22a3f2;
    border-color:#ddd;
}
.team-item .social-links li:nth-child(1) a:hover {
	background-color:#1da1f2;
    color: #ffffff!important;
    border-color:#22a3f2;
}
.team-item .social-links li:nth-child(2) a {
	color: #ea4c89;
	border-color: #fdedf3;
}
.team-item .social-links li:nth-child(2) a:hover {
	background-color: #ea4c89;
	border-color:  #ea4c89;
	color: #ffffff!important;
}
.team-item .social-links li:nth-child(3) a {
	color: #0077b5;
    border-color: #efefef;
}
.team-item .social-links li:nth-child(3) a:hover {
	background-color: #0077b5;
	border-color:  #0077b5;
	color: #ffffff!important;
}
.team-item:hover img {
    box-shadow: 0 6px 30px 0px rgba(15,15,15,0.16);
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
}
.team-item img {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: 0 1px 12px -1px rgba(15,15,15,0.1);
    transition: 0.2s;
}

/* Studie */
.studie-item {
    padding: 7px;
    margin-right: 2%;
    border-radius: 15px;
    text-align: center;
    border: 1px solid whitesmoke;
    -webkit-box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #FFFFFF;
}
.studie-item img {
    width: 100%;
}
.studie-item .sppb-img-container {
    overflow: hidden;
}
.studie-item .sppb-img-container img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.studie-item:hover .sppb-img-container img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.studie-item em.icon {
  	font-size: 15px;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    border: 1px solid rgba(34, 34, 34, 0.1);
    border-radius: 50%;
    color: #07cab2;
}
.studie-item h5 strong,
.studie-item strong {
  	display: none;
}
.studie-item h5 {
    color: #07cab2;
    font-size: 14px;
    font-weight: 700;
    padding-top: 20px;
}
.studie-item h5 em {
    font-size: 7px;
    padding-right: 6px;
    top: -2px;
    position: relative;
}
.studie-item h4 {
    font-size: 20px;
    color: #222222;
    line-height: 31px;
    font-weight: 700;
    display: block;
}
.studie-item.st03 em.icon,
.studie-item.st03 h5 {
    color: #6a4af4;
}

/* Pricing */
.pricing-item  {
    cursor: pointer;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 60px 40px;
    border-radius: 5px;
    border: 1px solid #efefef;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.pricing-item.center {
  	background-size: cover !important;
    background:url('../images/bg_color.png') ;
}
.pricing-item .amount {
    color: #222222;
    font-size: 70px;
    font-weight: 900;
}
.pricing-item .curency {
    font-size: 40px;
    font-weight: 500;
}
.pricing-item p {
    color: #222;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}
.pricing-item .btn-price {
    margin-top: 20px;
    display: inline-block;
    border-radius: 32.5px;
    padding: 18px 38px;
    border: 1px solid #e5e9ff;
    font-weight: 500;
    color: #000;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.12);
}
.pricing-item.center .btn-price,
.pricing-item .btn-price:hover {
    background: #0026ff;
    color: #fff;
}
.pricing-item.center .btn-price:hover {
    background: #222;
}
.pricing-item.center .amount, .pricing-item.center .curency {
    color: #0026ff;
}
.about-content-pricing {
    position: absolute;
    max-width: 100%;
    right: -80px;
    top: 130px;
    z-index: -1;
    -webkit-animation: spin 20s linear infinite;
    -moz-animation: spin 20s linear infinite;
    animation: spin 20s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } 
}

/* Testimonial */
.testimonial-item strong {
    display: none;
}
.testimonial-quote em {
    font-size: 30px;
    color: #0026ff;
}
.testimonial-rating em {
    color: #fec42d;
    line-height: 40px;
}
.testimonial-item p {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    color: #222;
}
.testimonial-item h4 {
    margin-top: 55px;
    margin-bottom: 6px;
    font-size: 36px;
    font-weight: 700;
    color: #0026ff;
}
.testimonial-item p.text-muted {
    margin-bottom: 22px;
    font-size: 14px;
    color: #222;
}
.testimonial-item .sppb-carousel-indicators li {
  	border-color: #444;
}
.testimonial-item .sppb-carousel-indicators .active {
  	background: #444;
}
.testimonial-item .sppb-carousel-indicators {
    left: 60px;
    margin-left: 0;
    text-align: left;
}
.testimonial-item .sppb-carousel-inner>.sppb-item {
    padding: 20px 60px !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;
}

/* Client */
.working-item img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.working-item:hover img {
  	transform: scale(1.1);
}

/* 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;
}
#sp-footer {
    display: inline-block;
    width: 100%;
}
#sp-footer .container-inner {
    border-top: none;
    padding: 20px;
}
div#sp-footer1 .sp-copyright > div {
    text-align: left !important;
  	margin-top: 15px;
}
#sp-footer2 p {
  	margin-top: 15px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
  	.sp-menu-full.container {
    	width: 1000px;
	}
}
@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 {
 	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, #sp-footer a, #sp-bottom a {
  	color: var(--text-color) !important; 
}
.business-colum.col2 em {
  	border-color: var(--text-color) !important;
}
