/* general css */
body {
    background: #fff!important;
}
body p {
    color: #797979;
}
#sp-footer p {
  color: #fff;
}
#sp-bottom {
  font-family: 'Berkshire Swash', cursive;
  text-align: center;
}
#sp-bottom h2 {
  font-size: 80px;
}
#sp-bottom h3 {
  font-size: 30px;
}
/* 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: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li > a:before {
	content: "";
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	position: absolute;
	border: 3px solid transparent;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	border-color: currentColor;
}
#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 ****/
.lt-btn {
    padding: 9px 30px;
    background: #fff;
    border-radius: 25px;
    font-family: 'Parisienne', cursive;
    color: #c8263e;
    font-size: 20px;
    text-decoration: none;
    transition: all linear .3s;
    border: 1px solid #fff;
    font-weight: 600;
    display: inline-block;
}
.lt-btn:hover {
    color: #fff;
}
.lt-btn.bg {
    color: #fff; 
}
.lt-btn.bg:hover {
    background: none;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}

/*** Title ***/
.lt-title .sppb-title-heading {
    padding-bottom: 40px;
    background: url(../images/lt-title.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-bottom: 10px;
}
.lt-title.bg .sppb-title-subheading {
    font-size: 20px!important;
    padding: 7px 40px;
    color: #ffffff;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    font-family: 'Berkshire Swash', cursive;
    text-align: center;
    border-radius: 50px;
}

/*** Slider ***/
.lt-slider {
    position: relative;
}
.lt-slider canvas {
    height: 600px!important;
}
.lt-slider-text {
    position: absolute;
    width: 120%;
    left: -10%;
    bottom: 200px;
    margin: 0 auto;
}
.lt-slider-text h3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 20px 0;
    text-transform: capitalize;
}
.lt-slider-text .lt-btn {
    margin-top: 45px;
}
.lt-slider-left-img,
.lt-slider-right-img {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.lt-slider-right-img {
    bottom: 50px;
}

/*** Countdown ***/
.lt-countdown-title h2 {
    text-transform: capitalize;
    font-size: 46px;
    color: #ffffff;
    margin: 0px;
}

/*** Service ***/
.lt-service .sppb-column {
    overflow: hidden;
}
.lt-service-item {
    cursor: pointer;
}
.lt-service-item img {
    max-width: 80px;
    border-radius: 50%;
}
.lt-service-item .gc_category_label_wrapper {
    width: 40px;
    height: 90px;
    background:#c53546;
    position:absolute;
    top:-100px;
    left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lt-service-item .gc_category_label_wrapper:after {
    content:'';
    border-bottom: 20px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
}
.lt-service-item:hover .gc_category_label_wrapper {
    top:0;
    padding-top: 15px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lt-service-item .gc_category_label_wrapper p {
    font-size:18px;
    color:#ffffff;
    font-family: 'Great Vibes', cursive;
    font-weight:bold;
}

/*** About ***/
.lt-about-content a {
    margin-top: 40px;
}
.lt-about-content a:last-child {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
    margin-left: 20px;
}

/*** Event ***/
.lt-event {
    position: relative;
    overflow: hidden;
}
.lt-event .sppb-column-addons > div:first-child {
    position: absolute;
    width: 100%;
    top: -400px;
}
.lt-event .djev_image_wrap {
    float: left;
    margin-right: 20px;
}
.djev_list .djev_item {
  	padding-left: 0;
}
.djev_list.djev_theme_default .btn {
  	color: #fff!important;
}
.djev_pagination.pagination .btn,
.djev_pagination.pagination .btn:focus,
.djev_pagination.pagination .btn:active {
    border: 0!important;
    box-shadow: none!important;
    margin: 5px 10px 5px 0;
}

/*** Intro ***/
.lt-intro-title h3 {
    width: 25%;
    float: left;
}
.lt-intro-title .sppb-addon-content {
    width: 75%;
    float: left;
    position: relative;
    padding-left: 90px;
    margin-top: 20px;
}
.lt-intro-title .sppb-addon-content:before {
    position: absolute;
    top: 0px;
    left: 30px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 60px;
    margin-right: 40px;
}
.lt-intro-item .sppb-icon {
    padding: 20px;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.lt-intro-item:hover .sppb-icon {
    background-color: #002937;
    color: #FFE401;
}
.lt-intro-item .sppb-icon i {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*** Team ***/
.lt-team-item .sppb-img-container,
.lt-team-item .sppb-img-container img {
	 width: 100%;
}
.lt-team-item h6 {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.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: 113px;
	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:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: -1;
}
/*** Portfolio ***/
.lt-portfolio {
    position: relative;
    z-index: 2!important;
    overflow: hidden;
}
.lt-portfolio:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    background: rgba(197, 53, 70, 0.87);
    z-index: -1;
}
.lt-portfolio .lt-title p {
    color: #cfcece;
}
.lt-portfolio .sppb-column-addons > div:first-child {
    position: absolute;
    width: 100%;
}
.lt-portfolio-content {
    position: relative;
}
.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;
}
/*** Blog ***/
.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;
}
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;
}
.lt-contact-detail-item {
    padding: 50px 5px;
}
.lt-contact-detail-item:hover {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.lt-contact-detail-item .sppb-icon {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    padding-top: 60px;
    display: inline-block;
}
.lt-contact-detail-item p {
    margin-bottom: 0;
}
.lt-map .sppb-section-title {
    display: none;
}
/*** Contact Form ***/
.lt-contact-form {
    position: relative;
    z-index: 1;
}
.lt-contact-form:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.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_footer .creativecontactform_submit_wrapper {
    text-align: center; 
}
.creativecontactform_send {
    margin: 0 auto;
    float: none!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: 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: #a7a7a7!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;
  }
  .pagination {
      display: inherit!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;
  }
  .djev_image_wrap,
  .djev_image_wrap img {
     width: 100%!important; 
  }
  .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;
  }
}