/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 10px!important;
    }
    #lt-map-address iframe {
        width: 100%!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #sp-top2 {
        padding: 0 10px!important;
    }
    #lt-map-address iframe {
        width: 100%!important;
    }
}
@media (max-width: 767px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    #sp-logo .sp-default-logo {
        display: inline!important;
    }
    #lt-map-address iframe {
        width: 100%!important;
    }
  	
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    background: url(../images/border-title.png) no-repeat bottom left;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
/***** HEAD ******/
#sp-main-body,
#sp-page-title,
#sp-header,
#sp-header .logo,
#offcanvas-toggler,
.sticky-wrapper.is-sticky,
.sp-megamenu-parent >li >a {
	-webkit-transition: .6s ease-in-out;
	-moz-transition:    .6s ease-in-out;
	-ms-transition:     .6s ease-in-out;
	-o-transition:      .6s ease-in-out;
	transition:         .6s ease-in-out;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #sp-header .logo {
	height: 70px!important;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
	line-height: 70px!important;
}
/***** TOP BAR *****/
#sp-top-bar {
    border-bottom: 1px solid #eee;
}
#sp-top1, #sp-top2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
#sp-top1 ul.social-icons > li a {
    font-size: 20px;
}
#sp-top-bar .sp-retina-logo {
    display: none;
}
#sp-top-bar #sp-logo h1 {
    margin: 0;
}
#sp-logo img {
    display: block;
    margin: 0 auto;
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .ltmediumtext {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub span {
    position: relative;
    width: 90px;
    height: 90px;
}
.lt-introduction .lt-intro-sub span:before {
    width: 90px;
    height: 90px;
    border-width: 50px;
    border-color: transparent;
    
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;

    border-style: dotted;

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.lt-introduction .lt-intro-sub:hover span:before {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.5);
}
.lt-introduction .lt-intro-sub:hover span img {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    margin-top: 5px;
}
.lt-introduction .lt-intro-sub i {
    border-radius: 50%;
    height: 90px!important;
    line-height: 90px!important;
    margin-bottom: 20px;
    width: 90px!important;
    display: inline-block!important;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover i {
    cursor: pointer;
    color: #fff;
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover h3 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub p {
    font-size: 13px;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
.sp-simpleportfolio-filter {
    text-align: left!important;
}
/***** CORE FEATURED *****/
.lt-services .lt-services-sub {
    cursor: pointer;
}
.lt-services .lt-services-sub i {
    background-color: #333;
    border-radius: 50%;
    height: 60px!important;
    line-height: 60px!important;
    margin-bottom: 20px;
    width: 60px!important;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-services .lt-services-sub h3 {
    text-transform: uppercase;
    margin-top: 0;
}
.lt-services .lt-services-sub:hover i {
    color: #fff;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-services .lt-services-sub:hover i,
.lt-services .lt-services-sub:hover h3 {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/***** TEAM *****/
.lt-team-members .lt-sub-team {
    position: relative;
    cursor: pointer;
}
.lt-team-members .lt-sub-team .social-member {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    opacity: 0;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-team-members .lt-sub-team:hover .social-member {
    opacity: 1;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.lt-team-members .lt-sub-team .social-member li {
    display: inline-block;
    padding: 0 3px;
}
.lt-team-members .lt-sub-team .social-member li a {

}
.lt-team-members .lt-sub-team h4 {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-team-members .lt-sub-team:hover h4 {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
/***** TESTIMONIAL *****/
#lt-testimonial .tp-bullets.simplebullets.round .bullet {
    background: #869791!important;
    border-radius: 100%;
    margin-right: 15px;
    width: 10px!important;
    height: 10px!important;
}
#lt-testimonial .tp-bullets.simplebullets.round .bullet:hover {
    background: #fff!important;
}
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul li {
    width: 32%;
    margin-right: 2%;
    float: left;
}
#lt-k2-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important;
}
#lt-k2-blog div.k2ItemsBlock ul li p {
  	line-height: 24px;
}
#lt-k2-blog div.k2ItemsBlock ul li .moduleItemTitle {
  	font-size: 18px;
  	font-weight: bold;
}
#lt-k2-blog a.moduleItemImage img {
    width: 100%!important;
    padding: 20px 0;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
/***** PORTFOLIO *****/
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 43px;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #5aaddd;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
.pp-button {
    background: #5aaddd;
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.project-img-extra-content a,
.project-img-extra-content a:hover {
    color: #fff!important;
}
.projects-wrapper .project-img:hover .project-img-extra {
    opacity: .7;
}
.projects-wrapper .project-img:hover .project-img-extra {
    opacity: .7;
}
/***** SOCIAL *****/
#lt-social .sppb-section-title h3 {
    color: #fff;
}
#lt-social h2, 
#lt-social p,
#lt-social h3 {
    color: #fff;
}
.lt-social-box {
    text-align: center;
}
.lt-social-box i{
    display: inline-block;
    width:90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color:#999;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: #f5f4f2;
    font-size: 30px;
    margin-bottom: 20px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-social-box:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    color:#fff;
}
.lt-social-box h3 {
    font-size: 16px;
    color: #fff;
}
/***** CUSTOM MAP & ADDRESS *****/
.lt-map-address .sppb-addon-title {
    padding-bottom: 20px;
    background: url(../images/border-title.png) no-repeat bottom left;
}
.lt-address {
    padding-left: 0;
}
.lt-address li {
    list-style: none;
    padding: 5px 0;
    cursor: pointer;
}
.lt-address li a {
    color: #000;
}
.lt-address li:hover a {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
/***** K2 *****/
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}

/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
.lt-your-safety .sppb-section-title {
  	margin-bottom: 15px!important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  text-align: left;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a.sp-group-title {
  text-align: left;
}