/* general css */
body {
    background: #fff!important;
}
/**** Top Bar ****/
body.itemid-101 #sp-top-bar {
    background: rgba(51, 51, 51, 0)!important;
    color: #fff!important;
    position: relative;
    z-index: 99999;
}
body.itemid-101 #sp-header {
    position: fixed!important;
    background: none!important;
    color: #ffffff;
    z-index: 9999;
    top: 50px;
    left: 0;
    right: 0;
}
body.itemid-101 #sp-top-bar {
  background-color: #29292900;
    color: #ffffff;
    padding: 10px;
    position: absolute!important;
    z-index: 9999;
    left: 0;
    right: 0;
}

/* 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;
}
#sp-header {
    background: rgba(255, 255, 255, 0)!important;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0)!important;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
#sp-header,
#sp-top-bar {
    background: #000!important;
}

/* 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;
}
body #sp-header.header-sticky {
    background-color: #000!important;
    top: 0px;
}
#offcanvas-toggler > .fa {
    color: #fff!important;
}

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

/*** Menu ***/
.sp-megamenu-parent > li > a {
    text-transform: capitalize;
    position: relative;
}
.sp-megamenu-parent > li.active > a {
    font-weight: 700!important;
}
.sp-megamenu-parent > li > a {
    color: #fff;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	   border-color: currentColor;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
    line-height: 73px;
    font-size: 14px;
    margin: 0;
}
body .sp-megamenu-parent > li > a {
    color: #fff;
}
#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;
      padding:5px 30px;
     display: inline-block;
     text-align: center;
     float: left;
     border-radius: 50px;
     color: #fff!important;
     font-size: 16px;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
}
.tp-caption a.btn-slider:hover {
     background-color:#000!important;
}
.sppb-btn {
    padding: 13px 30px;
    border-radius: 50px;
}
.sppb-btn .fa-angle-double-right {
    color: #fff;
    opacity: 0 !important;
    visibility: hidden !important; 
    margin-left: -3px; 
    transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
    -webkit-transition: margin 0.3s ease-in-out, opacity 0.3s ease-in-out !important; 
}
.sppb-btn:hover .fa-angle-double-right {
    color: #333;
    cursor: pointer;
    margin-left: 10px !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.lt-title h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
}
.lt-title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 3px;
}
.lt-title h1 {
    font-size: 43px;
    font-weight: 700;
    line-height: 51px;
    padding-bottom: 20px;
}
.lt-title p {
    margin-bottom: 20px;
    line-height: 25px;
}
.lt-title-white h3 {
    color: #fff;
    font-size: 35px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}

/*** Slider ***/
#lt-slider {
    position: relative;
    top:0px;
}
.lt-slider-color span {
	  color: #fff;
}
.lt-slider-color i {
    border-radius: 50%;
    color: #242525;
    font-size: 48px;
    font-weight: 400;
    height: 62px;
    line-height: 64px;
    margin-left: 30px;
    overflow: hidden;
    padding: 1px 0 0 9px;
    text-align: center;
    width: 62px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/**** Request ****/
.lt-request-left .sppb-addon-title {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
}
/*** About ****/
#lt-about .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}

/**** Counter ****/
#lt-counter .sppb-row-container {
    position: relative;
    margin-top: -100px;
    background: #fff;
    padding-bottom: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 7px 20px 1px rgba(0, 0, 0, 0.17);
}
.lt-counter .count {
    line-height: 100px;
    color: #000;
    font-weight: 500;
    font-size: 60px;
}
.lt-counter .count:before {
    content: "";
    width: 50px;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}
.lt-counter h4 {
    font-size: 17px;
    text-transform: capitalize;
}
.lt-counter-item i {
    display: none!important;
}

/*** Service *****/
.lt-service-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
}
.lt-service-item {
    transition: all 0.3s;
    background: #fff;
    text-align: center;
    padding: 30px;
    border: 1px solid #efefef;
}
.lt-service-item:hover {
    box-shadow: 0px 7px 20px 1px #c1c1c1;
}
/*** Get Touch ***/
.lt-title-get h1 {
    font-size: 40px;
    font-weight: 700;
}
/**** expoler ****/
#lt-explore .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.lt-explore-left {
    padding-left:200px;
  }

/*** Team ***/
.lt-team-sub:hover {
  -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.lt-team-item {
    position: relative;
    overflow: hidden;  
}
.lt-team-item {
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.lt-team-item strong {
    display: none;
}
#lt-team .sppb-btn:hover .fa-angle-double-right {
    color: #fff;
}
.lt-team-item .sppb-addon-content .content-team-social {
    text-align: center;
    position: absolute;
    height: 69%;
    width: 93%;
    background: rgba(0, 174, 239, 0.47)!important;
    top: 100%;
    left: 9px;
    margin-top: 10px;
    right: 10px;
    transition: all 0.3s;
}
.lt-team-item:hover .content-team-social {
    top: 0px;
}
.lt-team-item .content-team-social ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.lt-team-item .service-content {
    padding-top: 15px;
}
.lt-team-item .content-team-social ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
.lt-team-item .content-team-social ul li a {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
}
.lt-team-item:hover .content-team-social ul {
    top:110px;
    position:absolute;
}
.lt-team-item .content-team-social ul li a em {
    color: #222;
    background: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 50%;
    display: inline-block;
}

/*** Testimonial ***/
.lt-testimonial {
    position: relative;
    z-index: 1;
}
.lt-testimonial:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}
/*** 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.active > a {
    background: #333;
    color: #fff;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    background: none;
    color: #716f6f;
    border: 1px solid #ddd;
    font-size: 16px;
    position: relative;
    padding: 11px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	  background: #4943ac;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
    visibility: inherit;
    opacity: 1;
}

/*** Blog ***/
.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 {
    color: #333;
}
div.k2ItemsBlock ul li img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
    font-size: 13px;
}
div.k2ItemsBlock ul li {
    padding: 20px;
    background: #fff;
    position: relative;
  	width: 32%;
  	float: left;
    margin-right: 2%;
  	padding: 20px;
    color: #dfd9d9;
   overflow: hidden;
	
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	margin-right: 0;
}
div.k2ItemsBlock ul li a {
    color: #333;
    overflow: hidden;
}
div.k2ItemsBlock ul li 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;
}
div.k2ItemsBlock ul li:hover 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;
}
div.k2ItemsBlock ul li a.moduleItemComments {
  	border: 0;
}
div.k2ItemsBlock ul .clearList {
  	display: none;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    position: absolute;
    top: 114px;
    width: 174px;
    left: 20px;
    background: #fbb908;
    color: #fff;
    padding: 10px;
}
.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%;
}
.catItemTitle a:hover,
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover {
    color:#000!important;
}
/*** Contact ***/
.lt-contact-us ul {
  	padding-left: 0;
}
.lt-contact-us ul li {
  	list-style: none;
  	margin: 20px 0;
  	font-size: 15px;
  	color: #000;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}
.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: #000!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: 14px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 22px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#000!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,
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  #lt-slider {
      position: relative;
      top: 61px!important;
  }
  body.itemid-101 #sp-top-bar {
      background: rgb(0, 0, 0)!important;
  }
  body.itemid-101 #sp-header,
  #lt-request {
      top: 61px!important;
       border: none!important;
  }
  .lt-explore-left {
      padding-left:10px!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      margin-bottom: 10px!important;
  }
  body #sp-header.header-sticky {
      background-color: #000!important;
      top: 0px!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;
      padding: 5px 20px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li,
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  #lt-slider {
      position: relative;
      top: 61px!important;
  }
  body.itemid-101 #sp-top-bar {
      background: rgb(0, 0, 0)!important;
  }
  body.itemid-101 #sp-header,
  #lt-request {
      top: 61px!important;
      border: none!important;
  }
  .lt-explore-left {
      padding-left:10px!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      margin-bottom: 10px!important;
  }
  ul.social-icons > li {
      margin: 0px 3px!important;
  }
  body #sp-header.header-sticky {
      background-color: #000!important;
      top: 0px!important;
  }
}
 /* Screen min 360px */
@media (max-width: 360px) {
  .tp-caption a.btn-slider {
      font-size:10px!important;    
      padding: 5px 20px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  .lt-slider-color i {
      width: 25px;
      height: 25px;
      line-height: 25px!important;
  }
  div.k2ItemsBlock ul li,
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  #lt-slider {
      position: relative;
      top: 61px!important;
  }
  body.itemid-101 #sp-top-bar {
      background: rgb(0, 0, 0)!important;
  }
  body.itemid-101 #sp-header,
  #lt-request {
      top: 61px!important;
      border: none!important;
  }
  .lt-explore-left {
      padding-left:10px!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      margin-bottom: 10px!important;
  }
  ul.social-icons > li {
      margin: 0px 3px!important;
  }
  body #sp-header.header-sticky {
      background-color: #000!important;
      top: 0px!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:10px!important;
      padding: 5px 20px!important;
  }
  .header-area .logo {
      padding: 21px 0!important;
  }
  div.k2ItemsBlock ul li,
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
      width: 100%!important;
  }
  #lt-slider {
      position: relative;
      top: 61px!important;
  }
  body.itemid-101 #sp-top-bar {
      background: rgb(0, 0, 0)!important;
  }
  body.itemid-101 #sp-header,
  #lt-request {
      top: 61px!important;
      border: none!important;
  }
  .lt-explore-left {
      padding-left:10px!important;
  }
  .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
      margin-bottom: 10px!important;
  }
  ul.social-icons > li {
      margin: 0px 3px!important;
  }
  body #sp-header.header-sticky {
    background-color: #000!important;
    top: 0px!important;
  }
  
}