/* general css */
body {
  background: #fff!important;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');


/**** Top ***/
#sp-top-left {
    padding-left: 0px!important;
}
.top-left {
    position: relative;
    display: block;
}
.top-left ul {
    padding:0;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}
.top-left ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
    line-height: 20px;
}
.top-left ul li:last-child {
    margin-right: 0px;
}
.top-left ul li a{
    position: relative;
    display: block;
    padding-left: 15px;
    color: #ffffff!important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.top-left ul li a:hover{
    color: #8bc43f;
}
.top-left ul li a:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #184039;
    border-radius: 50%;
    content: "";
    transition: all 500ms ease;
    transition-delay: .1s;
}
.sp-page-title {
    margin-top: 5px;
}
.top-left ul li a:hover:before{
    background: #8bc43f;    
}
#sp-top-right-top {
    float: right;
    padding-right: 0px;
}
.top-right-top {
    position: relative;
    display: block;
    overflow: hidden;
}
.top-right-top p {
    position: relative;
    display: inline-block;
    float: left;
    color: #afbdbb;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    padding-left: 25px;
}
.top-right-top p span:before{
    position: relative;
    top: 1px;
    color: #8bc43f;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    padding-right: 9px;
}
.top-right-top ul.sociallinks-style-one {
    position: relative;
    display: inline-block;
    float: right;
    line-height: 20px;
    margin-bottom: 0px!important;
}
.sociallinks-style-one{}
.sociallinks-style-one li{
    display: inline-block;
    float: left;
    margin-right: 18px;
}
.sociallinks-style-one li:last-child{
    margin-right: 0px;
}
.sociallinks-style-one li a em {
    color: #afbdbb;
    font-size: 14px;
    transition: all 500ms ease;
}
.sociallinks-style-one li a:hover em {
    color: #8bc43f;
}
.top-right-top strong {
    display: none;
}
#sp-section-1 {
    background-color: #141f22;
    color: #ffffff;
    padding: .625rem;
}
#sp-section-2 {
    position: relative;
    padding: 10px;
    background-color: #fff;
    top: 5px;  
}
#sp-top-left p {
    color: #a2a2a2!important;
    margin-bottom: 0px!important;
    letter-spacing: 2px;
    text-transform: uppercase;
}
#sp-top1 ul li a {
    color: #828485!important;
}
#sp-top-right .info {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}
#sp-top-right .info strong {
     display:none!important;
}
#sp-top-right .sp-contact-time,
#sp-top-right1 .sp-contact-day,
#sp-top-right2 .sp-location  {
    font-size: 12px;
    font-weight: 500;
    color: #676869;
    text-transform: uppercase;
}
#sp-right .sp-module ul >li >a {
    color: #000!important;
}
#sp-top-right .fa-phone,
#sp-top-right1 .fa-map-marker {
    color:#8bc43f;
    font-size: 45px;
    float: left;
    padding-left: 5px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
}
#sp-top-right2 .info-top-2:hover {
    background-color: #8bc43f;
    border: 1px solid #8bc43f;
    color:#ffffff!important;
}
#sp-top-right2 .fa-calendar {
    color:#8bc43f!important;
    font-size: 20px;
}
#sp-top-right2 .info-top-2 a {
    color: #333;
    margin-left: 10px;
    font-weight: 700;
}
#sp-top-right2 .info-top-2:hover a {
    color:#ffffff!important;
}
#sp-top-right2 .info-top-2  {
  position: relative;
    display: block;
    width: 200px;
    height: 42px;
    border: 2px solid #eeeeee;
    border-radius: 30px;
    color: #303030;
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: center;
    transition: all 500ms ease;
}
.sp-contact-email,
.sp-contact-time-top2 {
    cursor: pointer;
    font-size: 12px;
    font-weight: 300;
}
.sp-menu-item .current-item .active {
    padding-left:20px!important;
}
.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 15px;
    z-index: 99;
    display: block;
    float: left;
    position: relative;
}
.sp-contact-info {
    font-size: 18px;
}
 #sp-section-1 {
    background: #0a2722;
    color: #ffffff;
    padding: 10px;
    padding-top: 13px;
    z-index: 9999;
    left: 0;
    right: 0;
}
#sp-section-2 ul li {
    list-style: none;

}
#sp-section-2 ul {
    margin-left: 20px;
}

/* home page, transparent */
#sp-section-3 .container {
    background-color: rgb(20, 31, 34);
    left: 0;
    z-index:9999; 
    right: 0;
    padding-left: 0px;
    padding-right: 0px;
}
#sp-section-3 {
  position:relative;
}
body.itemid-101 #sp-section-3 {
   background-color:#fff0;
   box-shadow: 0 0px 0px rgba(0, 0, 0, 0)!important;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky body.itemid-101 #sp-header {
    background-color: #002e5b!important;
    background: #002e5b!important;
}
ul.sp-megamenu-parent > li.active > a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    content: "\f0d8";
    font-family: FontAwesome;
    color: #000;
    font-size: 17px;
    line-height: 12px;
    text-align: center;
    opacity: 1;
    transition: all 500ms ease;
    transition-delay: .2s;
}
ul.sp-megamenu-parent > li > a:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    content: "\f0d8";
    font-family: FontAwesome;
    color: #000;
    font-size: 17px;
    line-height: 12px;
    text-align: center;
    opacity: 0;
    transition: all 500ms ease;
    transition-delay: .2s;
}
.sp-megamenu-parent > li:hover > a {
  color: #000000!important;
}
ul.sp-megamenu-parent > li:hover a:before {
    opacity: 1;
}
ul.sp-megamenu-parent > li:hover a:before, ul.sp-megamenu-parent > li.current a:before {
    opacity: 1;
}
ul.sp-megamenu-parent > li.active > a:hover,
ul.sp-megamenu-parent > li.active > a,
ul.sp-megamenu-parent > li > a:hover {
   color: #000;
}
ul.sp-megamenu-parent > li > a {
  color:#fff;
}
ul.sp-megamenu-parent {
    position: relative;
}
.sp-megamenu-parent > li {
    border-right: 1px solid #ddd;
}
.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0;
}
.header-area.is-sticky {
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

/* Sub pages */

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

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

/*** Menu ***/
#sp-section-3 .container {
    background-color: #8bc43f;
}
.sp-megamenu-parent > li > a {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.sp-megamenu-parent > li.active > a:before, 
.sp-megamenu-parent > li:hover > a:before {
	border-color: currentColor;
}
.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;
}
#offcanvas-toggler > .fa {
    color:#ffffff!important;
}
#offcanvas-toggler {
    display: block;
    height: 73px;
    line-height: 73px;
    font-size: 20px;
}
#offcanvas-toggler.offcanvas-toggler-right {
    float: right;
    margin-left: 20px;
    margin-right: 30px;
}

/*** 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 {
     padding:15px 50px;
     font-size:14px;
     color:#fff!important;
     background-color: #ffffff; 
     border-radius: 50px;
 }
 .tp-caption a.btn-slider:hover{
    color: #fff;
    background: #8bc43f!important;
 }

 .lt-title h4 {
    position: relative;
    display: block;
    color: #8bc43f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    text-transform: capitalize;
 }
  .lt-title h3 {
    position: relative;
    display: block;
    margin: 10px 0 0;
    color: #303030;
    margin-bottom: 12px;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    text-transform: none;
}

/*** About ***/
.lt-about {
	 position: relative;
}
.lt-about-img .sppb-addon-single-image-container,
.lt-about-img .sppb-addon-single-image-container img {
	 width: 100%;
}
.lt-about-bottom-item .sppb-icon-container {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    background: #ffffff;
    margin: -42px auto 0;
    border-radius: 50%;
    border: 1px solid #8bc43f;
}
.lt-about-bottom-item .sppb-icon-container i {
    font-size: 30px;
    line-height: 80px;
}
#lt-about-bottom .sppb-row-container {
	position: relative;
	margin-bottom:-150px;
}
#lt-about-bottom  {
	z-index: 2!important;
}
#lt-service {
	z-index: 1!important;
	position: relative;
}
.lt-about-bottom .sppb-col-md-6,
.lt-about-bottom .sppb-col-md-3 {
    padding: 0px!important;
}
.lt-about-bottom-item h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 50px;
}
.lt-about-bottom-item .sppb-addon-text {
    margin-bottom: 30px;
}
#lt-about-bottom .sppb-icon-hover-effect-zoom-in .sppb-icon-inner {
    margin-top: -45px;
    border: 1px solid #000;
}
.lt-about-bottom-center .sppb-icon-inner {
    background-color: #ffffff!important;
    border-radius: 50px;
    margin-top: -90px;
    height: 90px;
    width: 90px;
    border: 1px solid #000;
}

/***** Service *****/
#lt-service .sppb-row-container {
    position: relative;
    display: block;
}
#lt-service .sppb-row-container:before {
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -88px;
    background: #ffffff;
    content: "";
    z-index: -1;
    border-radius: 0 0px 50px 50px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    -moz-box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
    box-shadow: 0px 3px 10px 0px rgba(246,246,246,1);
}

#lt-service .sppb-col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
.lt-service-sub {
    position: relative;
    padding-top: 40px;
    cursor: pointer;
    display: block;
}
.lt-service-item strong {
    display: none;
}
.lt-service-item::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 55%;
    background: rgba(7, 33, 29, 0.85);
    opacity: 1;
    content: "";
    transition: all 700ms ease;
    transition-delay: 0.2s;
    z-index: 2;
}
.lt-service-item {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.lt-service-sub:hover .lt-service-item::after{
    right: 0%; 
}
.lt-service-item img {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    transition: .5s ease;
}
.lt-service-item h3 {
    font-size: 20px;
}
.lt-service-sub:hover .icon-holder{
    left: -100%;    
}
.icon-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 55%;
    transition: all 700ms ease;
    transition-delay: 0.5s;
    z-index: 3;
    background: rgb(136,196,66);
    background: -moz-linear-gradient(top, rgba(136,196,66,1) 0%, rgba(51,182,160,1) 100%);
    background: -webkit-linear-gradient(top, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    background: linear-gradient(to bottom, rgba(136,196,66,1) 0%,rgba(51,182,160,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88c442', endColorstr='#33b6a0',GradientType=0 );
}
.icon-holder em {
    font-size: 20px;
    color: #fff;
}
.inner-content {
    display: table;
    width: 100%;
    height: 100%;
}
.inner-content .box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.icon-holder span:before {
    font-size: 55px;
    line-height: 55px;
    color: #ffffff;
}
.lt-service-sub a.sppb-btn-custom  {
    position:relative;
    padding: 15px 30px;
    margin: 0 auto;
    margin-top:-130px;
    z-index:9999;
    border-radius: 30px;
    border: 1px solid #eeeeee;
    color: #303030;
    font-weight: 500;
    background: #ffffff;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 700ms ease;
    transition-delay: 0.6s;
    opacity: 0;
}
.lt-service-sub:hover  a.sppb-btn-custom {
    top: -1px;
    opacity: 1;
    transition: all 700ms ease;
    transition-delay: 0.5s;
}
.item-content {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #ffffff;
    padding: 35px 30px 25px;
    border-radius: 0 0px 15px 15px;
}
.lt-service-sub .sppb-icon-inner {
    position: relative;
    z-index: 9999;
    border: 1px solid #ddd;
    top: -28px;
    background-color: #ffffff;
    background: #ffffff;
    border-radius: 50px!important;
}

/*** Team *****/
#lt-team {
	z-index:2!important;
}

/***** Skill ****/
.skills {
    border-radius: 50px;
    text-align: right;
    color: #000;
    position: relative;
    top: 0px;
    font-size: 10px;
    font-weight: bold;
}
#at-skill .sppb-text-center .sppb-img-responsive {
    border-radius: 5px;
}
.skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
   width: 100%;
   float: left;
}
.skills .skill {
   margin-bottom: 40px;
}
.skills .skill .skill-title {
   color: #333;
   letter-spacing: 3px;
   margin-bottom: 10px;
   font-weight: 600;
   font-size: 12px;
   text-align: left;
}
.skills .skill .skill-bar {
   width: 0;
   border-radius: 5px;
   height: 6px;
   background: #dddddd;
   transition: 1s cubic-bezier(1, 0, .5, 1);
   -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
   -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills.active .skill .skill-bar {
   width: 100%;
}
.skills .skill .skill-bar span {
    float: left;
    width: 0%;
    border-radius: 6px;
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    height: 6px;
    position: relative;
    transition: 1s cubic-bezier(1, 0, .5, 1);
    -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
    -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}
.skills .skill .skill-bar span b {
   float: left;
   width: 100%;
   position: relative;
   text-align: right;
   opacity: 0;
   font-size: 14px;
   color: #333;
   font-weight: 600;
   top: -23px;
}
#at-skill .sppb-addon-single-image-container::before {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
#at-skill .sppb-addon-single-image-container:hover::before {
  cursor: pointer;
  -webkit-animation: circle .65s;
  animation: circle .65s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
#lt-team .sppb-nav-modern-content {
    margin-top: 0;
    border: 2px solid #0fa89d;
    background: #fff;
    padding: 0px!important;
    border-radius: 0px;
}
#lt-team .sppb-btn-custom {
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 15px 30px;
}
#lt-team .sppb-btn-custom:hover {
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
}
.lt-team h6 {
    position: relative;
    display: block;
    color: #8bc43f;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
}
#lt-team .lt-title h4 {
    color: #8bc43f!important;
}

.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;
    width: 47%;
    float: right;
    transition: -90px;
    background: #35b69e;
    background: -moz-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: -webkit-linear-gradient(left, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    background: linear-gradient(to right, #35b69e 0%, #8BC43F 100%, #C59237 100%);
    border-radius: 50px;
    bottom: 189px;
    right: -126px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(-15deg);
}
.lt-team-item ul li {
	list-style: none;
    width: 24.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;
}

/*** Customer ***/
.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 > a {
	background: none;
	color: #b0b0b0;
    font-size: 15px;
    position: relative;
    padding: 11px;
    border: 1px solid #ddd;
    border-radius: 50px;
}
.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;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
   color:#000!important;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
    background: #ececec!important;
}

/**** customer ****/
#lt-customer .sppb-addon-testimonial-footer img.sppb-avatar-circle {
    width: 20%;
    border-radius: 100%;
    background-color: white;
    text-align: center;
    display: block;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#lt-customer strong {
   font-size:16px;
   color: #303030;;
}
#lt-customer .sppb-addon-testimonial-footer img {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
}
#lt-customer .sppb-addon-testimonial-client {
    text-align: center;
}

#lt-customer .fa-quote-left {
    background-color: #ffffff;
    padding: 20px;
}
#lt-customer .sppb-addon-testimonial-review {
    background-color: #ffffff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}
#lt-customer .sppb-addon-testimonial .fa-quote-left {
    display: block;
    font-size: 30px;
    color: #edeef2;
    margin-bottom: 0px; 
}
#lt-customer .sppb-addon-testimonial-footer {
    margin-top: -40px;
    display: block;
    font-size: 90%;
}
.lt-customer-sub .sppb-addon-testimonial-review:before {
    position: absolute;
    left: 115px;
    bottom: 100px;
    right: 115px;
    height: 2px;
    z-index: -1;
    background: #2fad99;
    content: "";
    transition: all 500ms ease;
}
.lt-customer-sub:hover .sppb-addon-testimonial-review:before {
    left: 0;
    right: 0;
}
body.itemid-197 .lt-customer-sub .sppb-addon-testimonial-review:before,
body.itemid-180 .lt-customer-sub .sppb-addon-testimonial-review:before {
    bottom: 70px;
}

/*** 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: #f9f9f9;
    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;
}
div.k2ItemsBlock ul li a.moduleItemImage {
    position: relative;
    display: block;
    overflow: hidden;
}
div.k2ItemsBlock ul li a.moduleItemImage:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(7, 33, 29, 0.85);
    transform: scaleX(0);
    transition: .5s ease;
}
div.k2ItemsBlock ul li:hover a.moduleItemImage:after {
    transform: scaleY(1);
    transition: .5s ease;
}

/***** Subscribe *****/
.lt-subscribe-title h4 {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
}
.lt-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.lt-subscribe-content table input {
    padding: 15px 120px!important;
    border-radius: 50px!important;
}
.lt-subscribe-content table .button {
    padding: 14px 30px!important;
    border-color: #fff;
}
.lt-subscribe-content table tr {
    display: inline;
}
.lt-subscribe-content table .button:hover {
    background: #8bc43f!important;
}

/*** Contact ***/
#lt-contact-info {
    bottom:-90px;
}
.lt-contact-info-item .sppb-icon-container {
    float: left;
}
.lt-contact-info-sub-right {
    position: relative;
    background: #8bc43f;
    padding: 37px 50px 32px;
    padding-right: 20px;
    z-index: 1;
}

.creativecontactform_wrapper input.creativecontactform_send {
    background-color: #ffffff;
    color: #000!important;
    font-weight: 500!important;
}
.creativecontactform_footer {
    padding: 0px 15px 15px 0px !important;
    border-top: 0px solid #ffffff !important;
}
.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;
}
.creative_field_box_wrapper_0 .creative_textarea_wrapper {
    height: 87px;
}
.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;
}
.creativecontactform_header {
    display: none!important;
}
.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: 13px;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 4px;
}
.creativecontactform_wrapper [type=button] {
  	background: #222;
  	color: #fff!important;
    text-shadow: none;
}
.lt-contact-info-item h3 {
  font-size:22px;
  font-weight:700;
}
.lt-contact-info-item a {
  color:#000!important;
}
.lt-contact-info-item a:hover {
  color:#fff!important;
}

/*** Bottom ***/
#sp-bottom {
    padding: 150px 0 30px;
    font-size: 12px;
    line-height: 1.6;
}
/*** Footer ***/
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
    font-size: 21px;
    margin: 0 0 30px;
}
#sp-footer a {
  color:#002937!important;
}

/*** Responsive ***/
@media (max-width: 992px) {
	#sp-logo,
	#sp-menu {
		width: 100%;
	}
	.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;
  }
}
@media  (max-width: 1199px) {
.lt-service-item::after,
.icon-holder {
    height: 47%!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;
  }
  #lt-service .sppb-img-container {
    display:block!important;
  }
  .lt-service-item::after,
  .icon-holder {
    height: 73%!important;
  }
  .lt-service-sub a.sppb-btn-custom {
    margin-top:-127px!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;
        padding: 5px 15px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .top-right-top ul.sociallinks-style-one {
        float: left!important;
        padding: 0px!important;
    }
    .top-right-top p {
        padding-left:0px!important; 
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 9px!important;
    }
    #lt-about {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #lt-about .sppb-addon-single-image {
        margin-bottom: 30px!important;
    }
    .lt-feature-sub-2 {
        padding-top: 70px!important;
        margin-bottom: 40px!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    #lt-about-bottom .creativecontactform_form {
        display: initial!important;
    }
    .icon-holder,
    .lt-service-item::after  {
       display: none!important;
    }
    .lt-team-item ul {
        display: none!important;
    }
    #lt-team .sppb-nav-modern>li>a {
        font-size: 12px!important;
    }
   #lt-team .sppb-nav-modern>li>a {
        font-size: 12px!important;
        padding: 12px 10%!important;
    }
    #lt-team .sppb-btn-custom {
        margin-bottom: 40px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    .lt-customer-sub {
        margin-top: 40px!important;
    }
    .lt-customer-sub .sppb-addon-testimonial-review:before {
        display: none!important;
    }
    div.k2ItemsBlock ul li span.moduleItemDateCreated {
        top: 48px!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 15px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .top-right-top ul.sociallinks-style-one {
        float: left!important;
        padding: 0px!important;
    }
    .top-right-top p {
        padding-left:0px!important; 
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 9px!important;
    }
    #lt-about {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #lt-about .sppb-addon-single-image {
        margin-bottom: 30px!important;
    }
    .lt-feature-sub-2 {
        padding-top: 70px!important;
        margin-bottom: 40px!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    #lt-about-bottom .creativecontactform_form {
        display: initial!important;
    }
    .icon-holder,
    .lt-service-item::after  {
        height: 41%!important;
    }
    #lt-team .sppb-nav-modern>li>a {
        font-size: 12px!important;
        padding: 12px 9%!important;
    }
    #lt-team .sppb-btn-custom {
        margin-bottom: 40px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    .lt-customer-sub {
        margin-top: 40px!important;
    }
    .lt-customer-sub .sppb-addon-testimonial-review:before {
        display: none!important;
    }
    div.k2ItemsBlock ul li span.moduleItemDateCreated {
        top: 48px!important;
    }
}
@media (max-width: 360px) {
  .lt-slider-color i {
        width: 25px;
        height: 25px;
        line-height: 25px!important;
    }
    .tp-caption a.btn-slider {
        font-size:12px!important;
        padding: 5px 15px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .top-right-top ul.sociallinks-style-one {
        float: left!important;
        padding: 0px!important;
    }
    .top-right-top p {
        padding-left:0px!important; 
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 9px!important;
    }
    #lt-about {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #lt-about .sppb-addon-single-image {
        margin-bottom: 30px!important;
    }
    .lt-feature-sub-2 {
        padding-top: 70px!important;
        margin-bottom: 40px!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    #lt-about-bottom .creativecontactform_form {
        display: initial!important;
    }
    .icon-holder,
    .lt-service-item::after  {
        height: 41%!important;
    }
    #lt-team .sppb-nav-modern>li>a {
        font-size: 12px!important;
        padding: 12px 67px!important;
    }
    #lt-team .sppb-btn-custom {
        margin-bottom: 40px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    .lt-customer-sub {
        margin-top: 40px!important;
    }
    .lt-customer-sub .sppb-addon-testimonial-review:before {
        display: none!important;
    }
    div.k2ItemsBlock ul li span.moduleItemDateCreated {
        top: 48px!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;
        padding: 5px 15px!important;
    }
    .header-area .logo {
        padding: 21px 0!important;
    }
    div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    .top-right-top ul.sociallinks-style-one {
        float: left!important;
        padding: 0px!important;
    }
    .top-right-top p {
        padding-left:0px!important; 
    }
    .tp-caption.small_light_white, .small_light_white {
        font-size: 9px!important;
    }
    #lt-about {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #lt-about .sppb-addon-single-image {
        margin-bottom: 30px!important;
    }
    .lt-feature-sub-2 {
        padding-top: 70px!important;
        margin-bottom: 40px!important;
    }
    .creativecontactform_field_box:nth-child(-n+3) {
        width: 100%!important;
    }
    #lt-about-bottom .creativecontactform_form {
        display: initial!important;
    }
    .icon-holder,
    .lt-service-item::after  {
        height: 41%!important;
    }
    #lt-team .sppb-nav-modern>li>a {
        font-size: 12px!important;
        padding: 12px 67px!important;
    }
    #lt-team .sppb-btn-custom {
        margin-bottom: 40px!important;
    }
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        width: 100%!important;
        margin-bottom: 20px!important;
    }
    .lt-customer-sub {
        margin-top: 40px!important;
    }
    .lt-customer-sub .sppb-addon-testimonial-review:before {
        display: none!important;
    }
    div.k2ItemsBlock ul li span.moduleItemDateCreated {
        top: 48px!important;
    }
}