/* general css */
body {
  background: #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;
}

/* Head */
#sp-header {
    background: #fff!important;
    height: 100px;
}
#sp-header .logo {
    height: 100px;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: 100px;
}
#offcanvas-toggler {
    height: 100px!important;   
    line-height: 100px!important; 
}

/* Sticky menu */
body.home #sp-header {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.06)!important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
body #sp-header.header-sticky {
  	position: fixed!important;
    top: 0;
    left: 0;
   	right: 0;
   	width: 100%;
   	z-index: 9999;
    background: #6c757d!important;
}

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

/*** Menu ***/
ul.sp-megamenu-parent > li > a {
    text-transform: capitalize;
    position: relative;
    color: #000;
    font-weight: 500;
}
.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: 73px;
    line-height: 73px;
    font-size: 20px;
}
#offcanvas-toggler > .fa {
    color: #000!important;
}

/**** Button ****/
.lt-btn {
    display: inline-block;
    padding: 10px 38px;
    font-size: 18px;
    transition: all .3s;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
}
.lt-btn:hover {
    color: #fff!important;
}

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

/*** 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,.3);
    z-index: 2;
}

/*** Countdown ***/
.lt-countdown-title-wrap {
    position: relative;
    z-index: 1;
}
.lt-countdown-title-wrap:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: .85;
    z-index: -1;
}
.lt-countdown .lt-countdown-title {
    font-size: 45px;
    text-align: center;
    border: 1px solid rgba(255,255,255, 0.2);
    padding: 20px;
}

/*** Counter ***/
.lt-counter {
    border-bottom: 6px solid #ec676c;
}
.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-item ul {
    padding-left: 0;
}
.lt-about-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
} 
.lt-about-item ul li:first-child {
    margin-left: 0;
}
.lt-about-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
}
.lt-about-item ul li strong {
    display: none;
}
.lt-about-item-center {
    position: relative;
    overflow: hidden;
}
.lt-about-item-center .sppb-media-body {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    bottom: -100%;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    background: rgba(255,255,255,.8);
}
.lt-about-item-center:hover .sppb-media-body {
    opacity: 1;
    visibility: inherit;
    bottom: 30px;
}
.lt-about-item .sppb-img-container {
  	position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item:hover .sppb-img-container {
  	opacity: .85;
}
.lt-about-item .sppb-img-container:before {
   content: "";
   position: absolute;
   top: -25px;
   right: -25px;
   width: 0;
   height: 0;
   border-left: 50px solid transparent;
   border-right: 0px solid transparent;
   border-top: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item .sppb-img-container:after {
   content: "";
   position: absolute;
   bottom: -25px;
   left: -25px;
   width: 0;
   height: 0;
   border-left: 0px solid transparent;
   border-right: 50px solid transparent;
   border-bottom: 50px solid #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-about-item:hover .sppb-img-container:before {
   top: 0;
   right: 0;
}
.lt-about-item:hover .sppb-img-container:after {
   bottom: 0;
   left: 0;
}

/*** About Contact ***/
.lt-about-contact {
    position: relative;
    z-index: 1;
}
.lt-about-contact:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.lt-about-contact p {
    max-width: auto;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
}
.lt-about-contact .lt-btn {
    margin: 20px;
}

/*** Time line ***/
.lt-timeline-wrap {
    position: relative;
}
.lt-timeline-wrap:before {
    content: '';
    position: absolute;
    top: 44px;
    left: 103%;
    height: 97%;
    width: 3px;
    background-color: #eabb91;
}
.lt-timeline-item {
    border: 2px solid #f7f7f7;
    padding: 20px;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-timeline-column-left .lt-timeline-item:hover {
     transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}
.lt-timeline-column-right .lt-timeline-item:hover {
     transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}
.lt-timeline-item:hover {
   background-color: #FEFFFE;
}
.lt-timeline-item a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.lt-timeline-item a:hover {
  color: #eabb91;
}
.lt-timeline-item:before {
    content: '\f004';
    font-family: FontAwesome;
    font-size: 32px;
    position: absolute;
    top: -12px;
    height: 60px;
    padding: 5px 11px;
    border-radius: 50%;
    width: 60px;
    border: 3px solid #eabb91;
    background-color: #fff;
    color: #eabb91;
}
.lt-timeline-item.left:before {
    right: -100px;
}
.lt-timeline-item.right:before {
    left: -95px;
}
.lt-timeline-item:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 10px;
    height: 10px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #f2f9f7;
}
.lt-timeline-item:hover:after {
    border-left-color: #ecf2ec;
}
.lt-timeline-column-right .lt-timeline-item:after {
  	border-right: 20px solid #f2f9f7;
    border-left: 0;
    left: inherit;
    right: 100%;
}

/*** 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 {
    position: relative;
    overflow: hidden;
}
.lt-team-item ul {
    padding-left: 0;
    background: rgba(234, 203, 194, 0.82);
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -70px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.lt-team-item:hover ul {
    bottom: 70px;
    visibility: inherit;
    opacity: 1;
}
.lt-team-item ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    text-align: center;
} 
.lt-team-item ul li:first-child {
    margin-left: 0;
}
.lt-team-item ul li a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
}
.lt-team-item ul li strong {
    display: none;
}

/*** 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 {
    padding: 40px;
}
.lt-portfolio p {
    color: #000;
}
.lt-portfolio ul {
    padding-left: 0;
}
.lt-portfolio ul li {
	  list-style: none;
    border-radius: 20px;
} 
.lt-portfolio ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #649e93;
    letter-spacing: 0;
    background: transparent;
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
    border: 2px solid #c8dad7;
    padding: 5px 15px;
    border-radius: 50px!important;
    background: none!important;
    margin: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
    color: #fff!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #f9decd;
}

/*** Blog ***/
.lt-blog div.k2ItemsBlock ul li {
    position: relative;
    min-height: 300px;
}
.lt-blog div.k2ItemsBlock ul li {
    padding: 0 0 50px 51%;
    margin: 30px 0;
    min-height: 337px;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(2n) {
    padding: 0 51% 50px 1%;
}
.lt-blog div.k2ItemsBlock ul li.clearList {
    display: none;
}
.lt-blog div.k2ItemsBlock ul li .moduleItemImage {
    position: absolute;
    left: 0;
    top: 0;
    width: 49%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-blog div.k2ItemsBlock ul li:hover .moduleItemImage {
  	opacity: 0.8;
}
.lt-blog div.k2ItemsBlock ul li:nth-child(2n) .moduleItemImage {
    left: inherit;
    right: 0;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    display: block;
}
.lt-blog div.k2ItemsBlock ul li a.moduleItemTitle:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    background: #db2d2e;
    left: 0px;
    bottom: 0px;
}
div.k2ItemsBlock ul li span.moduleItemDateCreated {
    font-style: italic;
    font-size: 14px;
}
.catItemTitle a:hover {
  color: #e68383;
}
/*** Client ***/
.lt-client .sppb-section-title {
    margin-bottom: 30px!important;
}

/*** Contact ***/
.lt-contact-form .sppb-row-container {
    background: rgba(255, 255, 255, .9);
    padding: 70px 70px 20px;
    max-width: 750px!important;
    margin: 0 auto;
}
.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: 32px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 700;
    font-size: 45px;
    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 980px */
@media (max-width: 980px) {
  .lt-about-item-center {
      margin: 10px 0 40px;
  }
  .lt-timeline .clearfix {
      margin-top: 30px!important;
  }
  .lt-timeline .sppb-row > div:nth-child(2n) > div {
      position: relative;
  }
  .lt-timeline .sppb-row > div:nth-child(2n) > div:before {
      content: '';
      position: absolute;
      top: 44px;
      left: 0;
      height: 97%;
      width: 3px;
      background-color: #eabb91;
  }
  .lt-timeline-item.right:before {
      left: -80px;
  }
}

  /* Screen min 767px */
@media (max-width: 767px) {
  body.home #sp-header {
      position: static;
      background: #6c757d!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;
   }
    .lt-blog div.k2ItemsBlock ul li {
        padding: 0 0 50px!important;
    }
    .lt-blog .moduleItemImage {
        position: static!important;
        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;
  }
  .lt-contact-form .sppb-row-container {
      padding: 70px 10px!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;
  }
}