/* general css */
body {
    background: #fff!important;
}
/*** Top Bar ***/
#sp-top-bar {
    background:#f68e13!important;
    color: #fff;
}
.sp-contact-info li,
#sp-top-bar a {
    color: #fff!important;
}
/* home page, transparent */
body.home .header-area {
    background-color: rgba(255,255,255,.9);
    position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/* Sub pages */
body:not(.home) .header-area {
  	background: #fff;
}

/* Sticky menu */
.is-sticky.header-area {
  	position: fixed;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
}

/*** Logo ***/
.header-area .logo {
	   padding: 14px 0;
}

/*** Menu ***/
.sp-megamenu-parent > li > a {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li > a {
    display: inline-block;
    padding: 0 14px;
    line-height: 73px;
    font-size: 14px;
    margin: 0;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}

/*** Canvas Menu ***/
.offcanvas-menu .sp-module-content {
  	width: 100%;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
    line-height: 45px;
    border-bottom: 1px solid #E8EEF3;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li:first-child {
	   border-top: 1px solid #E8EEF3;	
}

/**** Button ****/
.tp-caption a.btn-slider{
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     padding: 10px 30px;
     float: left;
     color: #fff!important;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 500;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
}
.sppb-btn {
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 30px;
    border-radius: 0px!important;
}
.sppb-btn:hover {
	background:#000!important;
}

/*** Slider ***/
.lt-slider-color span {
	   color: #fff;
}
.tp-caption a.btn-slider {
  color:#fff!important;
}
.tp-caption img {
    border: 5px solid #fff;
}
.tp-caption a.btn-slider:hover {
	background:none;
}
/*** About ***/
.lt-about {
	   position: relative;
}
.lt-about-content h4 {
    font-size: 14px;
    font-weight: 600;
}
.lt-about-content p {
  line-height: 30px;
}
.lt-about-content h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 50px;
}
.lt-about-right {
  position: relative;
  cursor: pointer;
}
.lt-about-right img {
  border-radius: 5px;
}
.lt-about-right::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 10%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-about-right:hover::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 120%;
    height: 120%;
    opacity: 0;
  }
}
/**** Service ****/
.lt-title h3 {

    color: #111;
    font-size: 40px;
    font-weight: 600;
    margin: 0 0 20px;
}
.lt-service-item h3,
.lt-service-item-2 h3 {
    font-weight: 700;
}
.lt-service-item:hover,
.lt-service-item:hover h3.sppb-addon-title {
    cursor: pointer;
    color: #fff!important;
}
.lt-service-item-2,
.lt-service-item-2 h3.sppb-addon-title {
    cursor: pointer;
    color: #fff!important;
}
.lt-service-item {
    padding: 50px 25px;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    -moz-transition: all 0.32s;
    transition: all 0.32s;
}
.lt-service-item-2 {
   padding: 50px 25px;
    text-align: center;
    position: relative;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.32s;
    -o-transition: all 0.32s;
    -moz-transition: all 0.32s;
    transition: all 0.32s;
}
.lt-service-item .sppb-icon-container i {
    font-size: 50px;
    width: 90px;
    height: 90px;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    line-height: 90px;
    color: #fff;
}
.lt-service-item-2 .sppb-icon-container i {
    font-size: 50px;
    width: 90px;
    height: 90px;
    background: #fff;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    line-height: 90px;
    color: #fff;
}
.lt-service-item:hover .sppb-icon-container i {
    background-color: #fff;
}
/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
	   width: 100%;
}
.lt-team-item h4 {
    font-size: 20px;
}
.lt-team-item h6 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.lt-team-item {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.lt-team-item .sppb-img-container {
    position: relative;
}
.lt-team-item .sppb-img-container img {
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
}
.lt-team-item:hover .sppb-img-container img{
    transform: scale(1.1) rotate(1deg);
    -webkit-transform: scale(1.1) rotate(1deg);
}
.lt-team-item .sppb-img-container:after {
    content: "";
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    position: absolute;
    border: 1px solid rgba(0,0,0,.1);
    pointer-events: none;
    transition: ease all 0.3s;
    -webkit-transition: ease all 0.3s;
}
.lt-team-item:hover .sppb-img-container:after {
    background: rgba(255,255,255,.2);
}

.lt-team-item .sppb-media-body {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    color: #fff;
    padding: 20px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover .sppb-media-body {
    opacity: 1;
    color: #fff!important;
}
.lt-team-item .sppb-media-body h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
}
.lt-team-item:hover .sppb-media-body h4 {
    color: #fff!important;
}
.lt-team-item .sppb-media-body h6 {
    font-size: 13px;
    margin: 0;
    opacity: 0.7;
}

.lt-team-item ul {
    padding: 0;
    position: absolute;
    bottom: 94px;
    width: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item:hover ul {
    bottom: 200px;
    opacity: 1;
    visibility: inherit;
}
.lt-team-item ul li {
    list-style: none;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative;
    z-index: 1;
}
.lt-team-item ul li:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.lt-team-item ul li:nth-child(2):before {
	  background: rgba(0,0,0,.1);
}
.lt-team-item ul li:nth-child(3):before {
	 background: rgba(0,0,0,.2);
}
.lt-team-item ul li a {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.lt-team-item ul li em {
    font-size: 24px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item ul li a:hover em {
	   color: #000;
}
.lt-team-item ul li strong {
	   display: none;
}
/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial-content {
  background-color: #fff!important;
  background: #fff!important;
  padding: 20px;
}
/*** Portfolio ***/
#lt-portfolio .sppb-row > div:first-child {
	padding: 0;
}
.lt-portfolio p {
	color: #fff;
}
.lt-portfolio-top {
	padding: 40px;
}
.lt-portfolio-top p {
	color: #000;
}
.lt-portfolio-top ul {
	padding-left: 0;
}
.lt-portfolio-top ul li {
	list-style: none;
}
.lt-portfolio-top ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	margin-right: 10px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: #fff;
    color: #776e6e;
    font-size: 16px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    background:#fff;
    color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/*** Blog ***/
.lt-blog p {
	color: #fff;
}
.moduleItemComments {
  	font-size: 0;
}
.moduleItemComments:before {
  	content: "\f075";
  	font-family: FontAwesome;
    font-size: 14px;
  	margin-left: 10px;
    color: #dfd9d9;;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext {
    display: block;
    color: #333;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 31%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li:nth-child(2n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
  	color: #333;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
.sp-module-content {
  	display: inline-block;
}
div.itemFacebookButton {
  	width: inherit;
}
.com-k2 div.k2ItemsBlock ul li {
  	width: 100%;
    margin: 0;
}
.com-k2 div.k2ItemsBlock ul li .moduleItemImage,
.com-k2 div.k2ItemsBlock ul li .moduleItemImage img {
  	width: 100%;
}
/*** Contact ***/
.m-btn-bar {
    padding-top: 30px;
}
a.contact-num {
    color: #fff!important;
    text-decoration: none;
    padding-left: 20px;
    font-size: 15px;
}
.m-btn-white {
    color: #fff;
    border: 2px solid rgba(255,255,255,1);
}
.m-btn-white:hover {
   color:#000!important;
}
.m-btn {
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    padding: 12px 25px;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    box-shadow: 0px 3px 31px 3px rgba(0, 0, 0, 0.11);
    -webkit-transition: all 0.32s ease-in-out;
    -moz-transition: all 0.32s ease-in-out;
    -o-transition: all 0.32s ease-in-out;
    transition: all 0.32s ease-in-out;
}
.lt-contact-us ul {
  	padding-left: 0;
}
.lt-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 18px;
  	color: #fff;
}
.lt-contact-us ul li em {
  	margin-right: 10px;
  	color: #555;
}
.creativecontactform_body {
    padding: 5px 15px 10px 0px !important;
}
.lt-contact-us ul li strong {
  	display: none;
}
/*** Contact Form ***/
.creativecontactform_wrapper,
.creativecontactform_wrapper:hover {
  	background: none!important;
  	border: 0!important;
  	box-shadow: none!important;
}
.creativecontactform_header {
  	display: none!important;
}
form .creativecontactform_input_element, 
form .creativecontactform_input_element.closed:hover {
  	box-shadow: none!important;
}
form .creativecontactform_error .creativecontactform_input_element, 
form .creativecontactform_error .creativecontactform_input_element:hover {
  	box-shadow: none!important;
}
.creativecontactform_field_name {
  	color: #fff!important;
}
.creativecontactform_submit_wrapper,
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner,
.creative_field_box_wrapper_0 .creativecontactform_field_box_textarea_inner {
  	width: 100%;
}
.creativecontactform_field_box:nth-child(-n+3) {
  	width: 32%;
  	float: left;
  	margin-right: 2%; 
}
.creativecontactform_field_box:nth-child(3n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	border: 0!important;
	float: left;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
    margin-top: 20px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 15px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 29px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 50%;
	}
	.lt-slider-color i {
		width: 45px;
		height: 45px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    padding: 0 7px!important;
  }
}
/* Screen min 768px and max 980px */
@media (min-width: 768px) and (max-width: 980px) {
	.lt-slider-color i {
		width: 35px;
		height: 35px;
	}
    .tp-caption a.btn-slider {
         font-size:12px!important;
  }
}
  /* Screen min 767px */
@media (max-width: 767px) {
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
   .tp-caption a.btn-slider {
      font-size:12px!important;
   }
   .header-area .logo {
      padding: 21px 0!important;
   }
   div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}
 /* Screen min 480px */
@media (max-width: 480px) {
	.lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
 .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:12px!important;
  }
   .header-area .logo {
      padding: 21px 0!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}
 /* Screen min 320px */
@media (max-width: 320px) {
   .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
   }
  .tp-caption a.btn-slider {
       font-size:12px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li {
  	width: 100%!important;
  }
}