/*** General CSS ***/
/*** Title ***/
.title {
    position: relative;
    padding-bottom: 42px;
}
.title:after {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 3px;
    display: inline-block;
    position: absolute;
}
.title.sppb-text-left:after {
    right: inherit;
}

.btn,
.slider-btn a,
#sp_qc_submit {
    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;
    cursor: pointer;
    border: 0!important;
    color: #fff;
    border-radius: 0px;
    font-size: 18px;
    text-transform: uppercase;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    padding: 16px 50px 16px 50px;
    background: none!important;
    border: 2px solid!important;
}
.btn:after {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.btn:before {
    content: "";
    position: absolute;
    display: inline-block;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;

}
.btn:hover:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}
/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    color: #fff;
    background: none;
    position: relative;
    z-index: 2;
}
body:not(.home) #sp-top-bar {
  	background: #333;
}
#sp-top-bar a,
.sp-contact-info li {
  	color: #fff;
}
#sp-header {
  	background: transparent !important;
  	height: auto !important;
}
#sp-header .container {
    background-color: #fff;
}
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
    background-color: #fff !important;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}
body:not(.home) #sp-header {
    background: #fff !important;
    position: static;
  	height: auto;
  	border-top: 2px solid;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;   
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    padding: 0 25px;
    color: #000;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* 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;
}


/*** Block Styles ***/
/* Promotion Slider */
.slider {
  	position: relative;
    top: -117px;
}

/*** Service ***/
.service-item {
    margin: 0px 0px 43px 0px;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #cecece;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.service-column-left .sppb-media .pull-right,
.service-column-right .sppb-media .pull-left {
    width: 20%!important;
}
.service-img {
    position: relative;
}
.service-img:before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    display: inline-block;
    opacity: 0.8
}
.service-img .sppb-media-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    margin: 20px 20px 20px 20px;
    padding: 130px 0px 110px 0px;
    border-style: double;
    border-width: 4px 4px 4px 4px;
    border-color: #ffffff;
}

/*** Choose ***/
.choose {
    position: relative;
}
.choose:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 240px;
    background-color: #fff;
}
.choose .title:before,
.choose .title h3 {
    color: #fff;
}
.choose-item {
    padding: 35px 20px 45px 20px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 5px 19px 4px rgba(201,201,201,0.5);
}

/*** Skill ***/
.skill-left #skill li p {
    color: #000 !important;
}
#skill { 
    list-style: none;
    position: relative;
    padding-left: 0;
}
#skill li { 
    margin-bottom: 50px; 
    background: #F7F9FA;
    height: 25px; 
    border-radius: 5px;    
}
#skill li h3, #skill li p { 
    position: relative;
    top: -20px;
    color: #999999;
    font-size: 15px;
    font-weight: 500;
    float: left;
    width: 50%;
}
#skill li p { 
    text-align: right;
    font-size: 13px;
}
.bar { 
    height: 25px;  
    position:absolute;
    border-radius: 5px;   
}
.graphic-design {
    width: 90%; 
    -moz-animation:graphic-design 2s ease-out;
    -webkit-animation:graphic-design 2s ease-out;
}
.html-css {
    width: 80%;
    -moz-animation:html-css 2s ease-out;
    -webkit-animation:html-css 2s ease-out;
}
.jquery {
    width: 86%;
    -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%;}  }

.list {
    padding: 0;
    list-style-type: none;
    margin-top: 20px;
}
.list li {
    position: relative;
    padding-left: 20px;
}
.list li:before {
    content: '\f140';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: 700;
}

/*** Counter ***/
.counter-item {
    position: relative;
    padding-bottom: 15px;
}
.counter-item h4 {
    font-size: 40px;
    margin-bottom: 0;
}
.counter-item h5 {
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5;
}
.counter-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 2px;
    margin: 0 auto;
}

/*** Client ***/
.client-item .sppb-media .pull-left {
    max-width: 80px;
}
.client-item img {
    border-radius: 50%;
}

/*** Project ***/
.sppb-panel-modern {
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.12);
    border: 0;
}
.sppb-panel-title {
    font-size: 16px;
}
.sppb-panel-modern>.sppb-panel-heading {
    background: none;
    padding: 22px 30px 22px 15px;
}
.sppb-panel-modern .sppb-panel-body {
    border: 0;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item {
    overflow: hidden;
    position: relative;
}
.team-item .sppb-media-content {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20%;
    z-index: 1;
    background: rgba(245,245,245,0.97);
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-item:hover .sppb-media-content {
    bottom: 0;
    opacity: 1;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.team-item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.team-item h6 {
    font-size: 15px;
}

/* Bottom Area */


/* Footer Copyright */
#sp-footer {
  	text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-top-bar {
    	background: #333;
	}
  	.slider {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {

  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.service-item h5, 
.choose-item h5, 
.client-item h5,
.team-item h4,
.sppb-panel-title, 
.sppb-panel-heading.active i,
.title h3 {
  	color: var(--text-color);
}
.btn, 
.btn:before, 
.title:after,
.bottom-team,
.slider-btn a,
.counter-item:after, 
.service-img:before,
.divider,
.graphic-design, .html-css, .jquery {
  	background-color: var(--background-color);
}
.divider,
.choose-item, 
.service-item:hover, body:not(.home) #sp-header.is-sticky {
  	border-color: var(--background-color)!important;
}