/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after, .clearfix  {
    -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;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
#sp-header {
    position: fixed!important;
    top:0;
    width: 100%!important;
    z-index: 99;
}
#sp-header.header-sticky {
    background: rgba(0, 0, 0, 0.81);
}
body:not(.home) #sp-header {
    position: relative!important;
    background: rgba(0, 0, 0, 0.81);
}
body:not(.home) #sp-header.header-sticky {
    position: fixed!important;
  	background: rgba(0, 0, 0, 0.81);
}

/* Menu */
.sp-megamenu-parent>li>a, 
.sp-megamenu-parent>li>span {
  	color: #fff;
    text-transform: uppercase;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    font-size: 14px!important;
    padding: 10px;
    display: inherit;
}
.burger-icon>span {
  	background: #fff;
}

/* Slider */
.slider-content {
   position: absolute;  
   margin: 0 auto;
   padding-top: 30%;
}
#particles-js h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 70px;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    left: 0;
    right: 0;
}
#particles-js .sppb-addon-content {
    color: #ffffff;
    font-weight: 300;
    font-size: 26px;
    text-transform: capitalize;
    text-align: center;
    margin: 10px 0 30px;
}
.slider .btn {
  position: relative;
  color:#fff;
  border: 1px solid #fff;
  padding:15px 30px;
  border-radius: 50px;
  background:none!important;
  border-radius:none!important;
}

/*** About ***/
.about-item h4 {
  	padding: 18px 0;
  	position: relative;
}
.about-item h4:before,
.about-item h4:after {
    content: "";
    display: block;
    height: 2px;
    width: 55px;
    background-color: #c69c6d;
    margin: 0 auto;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.about-item h4:after {
  	top: inherit;
  	bottom: 0;
}

/*** Service ***/
.service-column .clearfix:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*** Work ***/
.work-item .sppb-icon-container {
  background-color: #333;
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 15px 30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 21px;
}
.work-item .sppb-icon-container:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.work-item .sppb-icon-container:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.work-item .sppb-icon-container {    
  background: rgb(66, 66, 66);
  -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
  -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s;
}
.work-item .sppb-icon-container:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.work-item .sppb-icon-container:hover {
  background: #c69c6d;
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  color: #fff;
}
.work-item .sppb-icon-container:hover:after {
  -webkit-animation: sonarEffect 1.3s ease-out 75ms;
  -moz-animation: sonarEffect 1.3s ease-out 75ms;
  animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #c69c6d, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #c69c6d, 0 0 0 10px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*** Team ***/
.team-item	{
  	overflow: hidden;
}
.team-item:before,
.team-item:after {
  	display: none';
}
.team-item .sppb-img-container img {
  	width: 100%;
}
.team-item .sppb-img-container {
  	position: relative;
}
.team-item .sppb-img-container:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.team-item:hover .sppb-img-container:before {
    opacity: .7;
}
.team-item h5 {
  	position: absolute;
  	top: 18%;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	opacity: 0;
  	z-index: 3;
    -webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.team-item:hover h5 {
  	opacity: 1;
}
.team-item h6 {
  	font-size: 14px;
  	color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.team-item .team-hover {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    opacity: 0;
    -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;
}
.team-item:hover .team-hover {
    top: 40%;
    opacity: 1;
}
.team-item ul {
  	padding-left: 0;
}
.team-item ul li {
  	list-style: none;
  	display: inline-block;
}
.team-item ul li a {
    width: 27px;
    height: 27px;
    display: block;
    background: #fff;
    color: #007dac;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.team-item p {
  	padding: 20px;
    margin: 0;
    color: #fff;
}
.team-item ul li a em {
  	font-size: 0;
}
.team-item .team-hover a em:before {
    font-size: 12px;
}
.team-bottom .sppb-addon-content h3 {
  	font-size: 30px;
  	font-weight: 700;
}

/*** Counter ***/
.counter-item h1,
.counter-item h5 {
  	color: #fff;
  	font-weight: 700;
  	font-size: 65px;
}
.counter-item h5 {
  	font-size: 18px;
}
.sppb-row .counter-item h1 {
    padding: 10px;
    margin-bottom: 0px;
    background-color: #625958;
}
.sppb-row .counter-item h5 {
  	padding: 30px;
  	background-color: rgba(80, 70, 69, 0.5);
    margin-bottom: 0;
}
.sppb-row div:nth-child(2n+2) .counter-item h5 {
    margin-bottom: 0px;
    background-color: #625958;
    margin-bottom: 0;
}
.sppb-row div:nth-child(2n+2) .counter-item h1 {
  	background-color: rgba(80, 70, 69, 0.5);
}

/*** Blog ***/
.blog .jmm-item .jmm-title {
    font-size: 17px;
    font-weight: 700;
    top: 0;
    text-transform: capitalize;
}
.blog .jmm-item .jmm-image  {
  	width: 40%;
    float: left;
}
.blog .jmm-item .jmm-text {
  	width: 58%;
    float: left;
    margin-left: 2%;
}
.blog .jmm-item .jmm-image img {
  -webkit-transition-duration: 0.3s; 
  -moz-transition-duration: 0.3s; 
  -o-transition-duration: 0.3s;  
}
.blog .jmm-item:hover .jmm-image {
  cursor: pointer;
  -webkit-transform:scale(1.08); 
  -moz-transform:scale(1.08); 
  -o-transform:scale(1.08); 
}

/* Bottom */

/* Footer Copyright */
#sp-footer {
  	text-align: center;
}

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

/* Mobile Small Resolution */
@media (max-width: 480px) {
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

.btn,
.about-item h4:before, 
.about-item h4:after,
.work-item .sppb-icon-container:hover,
.team-item .sppb-img-container:before,
.team-item .sppb-media-content,
.title.line-top h6:before,
.title h3:after {
   background-color: var(--text-color);
}
.slider .btn:hover {
   background-color: var(--text-color)!important;  	
}
.title b,
.title strong,
.about-btn, 
.slider-content a,
.slider-content strong,
.team-bottom .sppb-addon-content h3,
.title h6 {
  	color: var(--text-color);
}
.slider-content {
    border-color: var(--text-color);
}
#sp-bottom-right a {
	color: var(--text-color)!important;
}