/* general css */
body {
  background: #fff!important;
  color: #1d2a49;
}

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

/* Head */
#sp-header {
    background: #1e283c!important;
}

/* Sticky menu */
body.home #sp-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    background: none!important;
    box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
body #sp-header.header-sticky {
  	position: fixed!important;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
    background: rgba(0,0,0,.8)!important;
}

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

/*** Menu ***/
ul.sp-megamenu-parent > li > a {
    text-transform: uppercase;
    position: relative;
    color: #fff;
    font-weight: 600!important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    border-bottom: 1px solid #e9e4e4;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    padding: 12px 0;
}

/*** 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;	
}
#offcanvas-toggler {
    display: block;
    height: 81px;
    line-height: 81px;
    font-size: 20px;
}
#offcanvas-toggler > .fa {
    color: #fff!important;
}

/**** Button ****/
.tp-caption a.btn-slider {
     display: inline-block;
     padding: 12px 40px;
     vertical-align: middle;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     box-shadow: 0 0 1px rgba(0, 0, 0, 0);
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     -moz-osx-font-smoothing: grayscale;
     position: relative;
     -webkit-transition-property: color;
     transition-property: color;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
 }
 .tp-caption a.btn-slider:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background: #f9f9f9;
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     -webkit-transform-origin: 50%;
     transform-origin: 50%;
     -webkit-transition-property: -webkit-transform;
     transition-property: -webkit-transform;
     transition-property: transform;
     transition-property: transform, -webkit-transform;
     -webkit-transition-duration: 0.3s;
     transition-duration: 0.3s;
     -webkit-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
 }
.tp-caption a.btn-slider:hover,
.tp-caption a.btn-slider:focus,
.tp-caption a.btn-slider:active {
     color: #342f31; 
 }
.tp-caption a.btn-slider:hover:before,
.tp-caption a.btn-slider:focus:before,
.tp-caption a.btn-slider:active:before {
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
} 
.tp-caption a.btn-slider {
     border: 2px solid #fff;
     display: inline-block;
     text-align: center;
     float: left;
     color: #342f31;
     text-transform: uppercase;
     letter-spacing: 2px;
     font-weight: 700;
     -webkit-transition-duration: 1000ms;
     transition-duration: 1000ms;
 }
 .tp-caption a.btn-slider:hover {
     border: 2px solid transparent;
 }

 /*** Title ***/
 .sppb-section-title {
    margin-bottom: 0!important;
 }
.lt-title .sppb-title-heading {
    background: url(../images/title-bg-white.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}
.lt-title.black .sppb-title-heading {
    background: url(../images/title-bg-black.png) center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px;
}

/*** Slider ***/
.lt-slider .tp-revslider-mainul li .defaultimg {
    position: relative;
    z-index: 1;
}
.lt-slider .tp-revslider-mainul li .defaultimg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(0,0,0,.4);
    z-index: 2;
}

/*** Service ***/
.lt-service-item {
    cursor: pointer;
}
.lt-service-item a:hover {
  color:#1e283c;
}
.lt-service-item .sppb-icon-container {
    height: 85px;
    width: 85px;
    position: relative;
}
.lt-service-item .sppb-icon-container:after {
     box-shadow: 3px 3px #394F6F;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
    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;
}
.lt-service-item:hover .sppb-icon-container:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.lt-service-item:hover h5 {
    color: #222!important;
}

/*** Counter ***/
.lt-counter .sppb-row > div {
    border-right: 1px solid #b1a4a4;
}
.lt-counter .sppb-row > div:last-child {
    border-right: 0;
}
.lt-counter-item h2 {
    font-size: 40px;
    color: #fff;
    margin: 0;
}

/*** About ***/
.lt-about {
    position: relative;
}
.lt-about:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    z-index: -1;
    background: #002937;
    position: absolute;
}
.lt-about .sppb-row > div:first-child {
    padding: 0;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
    width: 100%;
}

/*** Couter ***/
.lt-counter .sppb-row > div:nth-child(2n) {
  	background: rgba(0,0,0,.15);
}
.lt-counter-item  {
  	cursor: pointer;
}
.lt-counter-item h3,
.lt-counter-item .sppb-icon-container {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;  	
}
.lt-counter-item:hover .sppb-icon-container {
    transform: scale(1.15);
  	-webkit-transform: scale(1.15);
}
.lt-counter-item:hover h3 {
    transform: scale(.8);
  	-webkit-transform: scale(.8);
    color: #222!important;
}

/*** Subscribe ***/
.lt-subscribe .sppb-column-addons {
    text-align: center;
}
.lt-subscribe .sppb-column-addons .clearfix {
    display: inline-block;
}
.lt-subscribe .acym_form {
    width: 260px;
    float: left;
}
.lt-subscribe .acysubbuttons {
    width: 100px;
    float: left;
}
.lt-subscribe .onefield.fieldacy2 {
    display: none;
}
.lt-subscribe .acysubbuttons .btn.btn-primary,
.lt-subscribe #acym__user__edit__email {
    border-radius: 0!important;
}
.lt-subscribe .acym__users__creation__fields__title {
    color: #fff;
    text-align: left;
}
.lt-subscribe #acym__user__edit__email {
    line-height: 26px;
    max-width: 100%;
}
.lt-subscribe .acysubbuttons {
    width: 200px!important;
}
.lt-subscribe .acysubbuttons .btn.btn-primary {
    padding: 8px 35px;
    text-transform: uppercase;
    margin-top: 28px;
    max-width: 100%!important;
}

/*** Team ***/
.lt-team-item .sppb-img-container {
  	position: relative;
}
.lt-team-item .sppb-img-container:before {
  	position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(0,0,0,.2);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-team-item:hover .sppb-img-container:before {
    opacity: 1;
    visibility: initial;
}
.lt-team-item ul {
    padding-left: 0;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: -100%;
}
.lt-team-item ul li:nth-child(1) {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.lt-team-item ul li:nth-child(2) {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.45s ease-in-out;
    top: 100%;
}
.lt-team-item ul li:nth-child(3) {
    -webkit-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    top: -100%;
}
.lt-team-item ul li:nth-child(4) {
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    top: 100%;
}
.lt-team-item:hover ul li {
  	opacity: 1;
    visibility: initial;
    top: 0;
}
.lt-team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    background-color: #394F6F;
    color: #fff;
}
.lt-testimonial .lt-testimonial-item ul li strong,
.lt-team-item ul li strong {
    display: none;
}

/*** Testimonial ***/
.lt-testimonial .lt-testimonial-item {
	border-radius: 15px;
}
.lt-testimonial .lt-testimonial-item ul {
  padding-left: 0px;
}
.lt-testimonial .lt-testimonial-item ul li a {
  border: 1px solid #eee;
  color: #777777;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.lt-testimonial .lt-testimonial-item ul li a:hover{
  background-color: #1e283c;
  color: #fff;
}
.lt-testimonial .lt-testimonial-item ul li {
  list-style: none;
}
/*** 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: none;
	color: #b0b0b0;
    font-size: 24px;
    position: relative;
    padding: 11px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 6px;
	width: 70px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	background: none;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a:after {
	visibility: inherit;
	opacity: 1;
}
/*** Pricing ***/
.lt-pricing .lt-pricing-item {
  padding: 25px 20px;
  text-align: center;
  border: 2px solid #1e283c;
  transition: all 0.3s ease 0s;
}
.lt-pricing .lt-pricing-item:hover{ 
  box-shadow: 0 8px 10px -6px rgba(0,0,0,0.7); 
}
.lt-pricing .lt-pricing-item h3{
  padding: 10px 0;
  margin: 0 0 20px 0;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  z-index: 1;
  position: relative;
}
.lt-pricing .lt-pricing-item h3:before,
.lt-pricing .lt-pricing-item h3:after{
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform: skew(0deg, -6deg);
  transition: all 0.3s ease 0s;
}
.lt-pricing .lt-pricing-item h3:after{
  right: auto;
  left: 0;
  transform: skew(0deg, 6deg);
}
.lt-pricing .lt-pricing-item:hover h3:before{ 
  transform: skew(0deg,6deg); 
}
.lt-pricing .lt-pricing-item:hover h3:after{ 
  transform: skew(0deg,-6deg); 
}
.lt-pricing .lt-pricing-item .price-value{ 
  margin-bottom: 20px; 
}
.lt-pricing .lt-pricing-item .amount{
  display: block;
  font-size: 50px;
  font-weight: 700;
}
.lt-pricing .lt-pricing-item .month{
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #1e283c;
}
.lt-pricing .lt-pricing-item ul{
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 40px;
  letter-spacing: 1px;
}
.lt-pricing .lt-pricing-item ul li {
  box-shadow:  0 7px 10px -9px rgba(30, 40, 60, 0.6);
}
.lt-pricing .lt-pricing-item ul li:last-child{ 
  box-shadow: none; 
}
.lt-pricing .lt-pricing-item .pricingTable-signup{
  display: block;
  padding: 7px 0;
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
  position: relative;
  transition: all 0.3s ease 0s;
}
.lt-pricing .lt-pricing-item .pricingTable-signup:before{
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #1e283c;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: border-left-color 0.1s linear 0.14s,
  border-top-color 0.1s linear 0.07s,
  border-right-color 0.1s linear 0s,
  border-bottom-width 0.1s linear 0.14s;
}
.lt-pricing .lt-pricing-item:hover .pricingTable-signup:hover:before{
  border-bottom-width: 4px;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  transition: border-left-color 0.1s linear 0s,
  border-top-color 0.1s linear 0.07s,
  border-right-color 0.1s linear 0.14s,
  border-bottom-width 0.1s linear 0.14s;
}
/*** 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;;
}
.moduleItemAuthor:before {
    content: "\f007";
  	font-family: FontAwesome;
    font-size: 14px;
}
div.k2ItemsBlock ul li a {
    display: inline-block;
}
div.k2ItemsBlock ul li {
  	width: 32%;
  	float: left;
    margin-right: 2%;
  	padding: 10px;
    color: #dfd9d9;
}
div.k2ItemsBlock ul li:nth-child(3n) {
  	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 ***/
.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+4) {
  	width: 48%;
  	float: left;
  	margin-right: 4%; 
}
.creativecontactform_field_box:nth-child(2n) {
  	margin-right: 0;
}
.powered_by.powered_by_1 {
  	opacity: 0!important;
}
.creativecontactform_submit_wrapper {
    text-align: center;
}
.creativecontactform_send:hover,
.creativecontactform_wrapper input.creativecontactform_send,
.creativecontactform_wrapper input.creativecontactform_send:hover {
	  border: 0!important;
    border: medium none;
    color: #151515;
    font-size: 18px;
    padding: 12px 35px;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 20px;
    float: none!important;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}

/*** Map ***/
.lt-map .sppb-container {
    display: none;
}

/*** Bottom ***/
#sp-bottom {
    padding: 60px 0 30px;
    font-size: 18px;
    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;
	}
  .lt-counter .sppb-row > div {
      border-right: 0;
      border-bottom: 1px solid #b1a4a4;
  }
}
/* 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) {
  body.home #sp-header {
      position: static;
      background: #383838!important;
  }
	.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;
  }
  .lt-subscribe .acym_form,
  .lt-subscribe .acysubbuttons,
  .creativecontactform_field_box {
      width: 100%!important;
      margin-right: 0!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;
  }
}

/**** Onepage ****/
.offcanvas .offcanvas-menu {
    visibility: visible;
    z-index: 9999;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.offcanvas .body-wrapper {
    right: 0;
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li.menu-first a {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
    display: none;
}
.sp-simpleportfolio-title a {
  display: none;
}
.offcanvas-inner .current {
        display: none!important;
}
#sp-bottom4 .inputbox {
    width: 100%!important;
}