/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 10px!important;
    }
    .sp-megamenu-parent > li > a{
        font-size: 10px!important;
    }
    .lt-video-core{
        text-align: center!important;
    }
    .lt-video-core-right{
        float:none!important;
        display: inline!important;
    }
    .lt-video-core-left{
        float:none!important;
        display: inline!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li{
        width: 31%!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-megamenu-parent > li > a{
        font-size: 10px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    .lt-sub-last-button ul {
        margin: 0px!important;
       
    }
    .lt-video-core{
        text-align: center!important;
    }
    .lt-video-core-right{
        float:none!important;
    }
    .lt-video-core-left{
        float:none!important;
    }
    .lt-video-core{
        text-align: center!important;
    }
    .lt-video-core-right{
        float:none!important;
        display: inline!important;
    }
    .lt-video-core-left{
        float:none!important;
        display: inline!important;
    }
}
@media (max-width: 767px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    div.k2ItemsBlock ul {
        margin-left: -40px!important;
    }
    .sp-megamenu-parent > li > a{
        font-size: 10px!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;
    }
    .lt-video-core{
        text-align: center!important;
    }
    .lt-video-core-right{
        float:none!important;
        display: inline!important;
    }
    .lt-video-core-left{
        float:none!important;
        display: inline!important;
    }
    .lt-sub-clients img{
        text-align:center!important;
        padding: 0px!important;
        margin: 0px!important;
        display: inherit!important;
    }
    .lt-parallax .lt-sub-parallax ul li a{
        font-size: 12px!important;
    }
    .lt-sub-last-button ul {
        margin: 0px!important;
        text-align: center!important;
    } 	
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    .lt-video-core{
        text-align: center!important;
    }
    .lt-video-core-right{
        float:none!important;
    }
    .lt-sub-clients img{
        text-align:center!important;
    }
    .lt-parallax .lt-sub-parallax ul li a{
        font-size: 7px!important;
    }
    .col-sm-3 .lt-clients img{
        text-align: center!important;
    }
    .lt-sub-last-button ul {
        margin: 0px!important;
        text-align: center!important;
    }
    .lt-partners .sppb-section-title {
      padding: 0 50px!important;
    }
}
/***** GENERAL *****/
.tp-bannertimer{
    display: none!important;
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
#sp-top-bar{
    display: none;
}
.sppb-section-title h3 {
    font-size: 14px;
}
.sppb-title-heading{
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 36px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 5px 30px;
    border: 2px solid #e1e1e1;
    color: #000!important;
}
#sp-slide-wrapper .lt-button{
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 30px;
}
.lt-button:hover {
    color: #fff!important;
}
.ltlargeboldwhite{
    text-transform: uppercase;
    font-size: 85px;
    color: #000;
    font-family: "Bodon";
}
/***** MENU ******/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.fadeInDown {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***** SLIDER *****/
.tp-dottedoverlay {
    background-color: #2c3d50!important;
    opacity: .6;
}
#sp-slide-wrapper .home-top-slide-text {
    border-bottom: 3px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px!important;
}
.lt-button{
    text-transform: uppercase;
    font-weight: 300;
}
.tp-layer-inner-rotation{
    font-size: 10px!important;
    text-transform: uppercase;
    text-align: center;

}


/***** 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 i {
    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-introduction-sub span:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: inline-block; width: 150px; height: 150px;
    border-width: 75px;
    border-color: rgba(0,0,0,0);
    
    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: 75px dotted rgba(0, 0, 0, 0.7);
}
.lt-introduction .lt-introduction-sub:hover span:before {
    border: 1px dotted rgba(0, 0, 0, 0.7);
}
.lt-introduction .lt-intro-sub:hover i {
    cursor: pointer;
    
}
.lt-introduction .lt-introduction-sub i {
    border-radius: 50%;
    display: inline-block !important;
    height: 150px !important;
    line-height: 136px !important;
    margin-bottom: 20px;
    width: 150px !important;
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -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 h3:hover {
    -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;
}
/****LT-PARALLAX*****/
.lt-parallax .lt-sub-parallax{
    color: #fff;
}
.lt-sub-parallax h3{
    cursor: pointer;
    background: url(../images/line-parallax.png) no-repeat bottom center;
    padding: 20px 0;
    font-size: 30px;
    text-transform: uppercase;

}
.lt-parallax .lt-sub-parallax h4{
    cursor: pointer;
    background: url(../images/line-parallax.png) no-repeat bottom center;
    padding: 20px 0;
    font-size: 24px;

}
.lt-parallax .lt-sub-parallax ul {
    padding-left: 0;
}
.lt-parallax .lt-sub-parallax ul li {
    display: inline-block;
    padding: 0 20px;
}
.lt-parallax .lt-sub-parallax ul li a{
    display: inline-block;
    color: #fff;
}
.lt-parallax .lt-sub-parallax p{
    color: #fff;
    padding: 20px 0;
}
/***** LT CONTACT *****/
.lt-contact{
    background:#5AADDD;
    margin: 0;
}
.creativecontactform_title{
    display: none;
} 
.creativecontactform_header{
    display: none;
}
.creativecontactform_wrapper .powered_by{
    display: none!important;
}
.creativecontactform_submit_wrapper{
    margin-top: -68px;
    width: 90%!important;
}
.creativecontactform_wrapper{
    background: none!important;
    border: none!important;
    box-shadow: none!important;
}
.creativecontactform_send{
    height: 50px!important;
}
.creativecontactform_input_element, .creativecontactform_input_element.closed:hover{
    box-shadow: none!important;
    border-style: none!important;
}
.creativecontactform_input_element{
    height: 43px!important;

}
.creative_field_box_wrapper_0 .creativecontactform_field_box_inner{
    width: 80%!important;
}
/***** LT ABOUT *****/
.lt-about-sub{
    padding: 20px 0;
}
.lt-about-sub i {
    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-about-sub i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-about-sub i {
    border-radius: 50%;
    display: inline-block !important;
    height: 100px !important;
    line-height: 96px !important;
    width: 100px !important;
    color: #000;
    border: 3px solid #f0f0f0;
    background-color: #fff;
    -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-about-sub h3 {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    -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-about-sub h3:hover {
    -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-about-sub .sppb-addon-text{
    padding: 10px 0;
}
.lt-about-sub .sppb-media-heading{
     margin: 8px 0 7px;
}
/***** LT VIDEO *****/
.lt-video {
    margin: 0px!important;
}
.lt-video .sppb-section {
    margin: 0px!important;
    padding: 0px!important;
}
.lt-video .lt-sub-video{
    color: #fff;
}
.lt-video .lt-sub-video h1{
    text-transform: uppercase;
    cursor: pointer;
    font-size: 70px!important;
}
.lt-video .lt-sub-video h5{
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    background: url(../images/border-line-video.png) no-repeat bottom center;
    padding: 20px 0;
}
.lt-video .lt-sub-video h4{
    background: url(../images/border-line-video.png) no-repeat top center;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px!important;
    padding: 20px 0;

}
.lt-video .lt-sub-video .lt-video-core{
    display: inline-block;
    width: 45%;
}
.lt-video .lt-sub-video .lt-video-core-left{
    float: left;
    display: inline-block;

}
.lt-video .lt-sub-video .lt-video-core-left h1{
   font-family: "Bodon";
}
.lt-video .lt-sub-video .lt-video-core-center{
    text-align: center;
    display: inline-block;
    padding-top: 20px;
}
.lt-video .lt-sub-video .lt-video-core-right{
    float: right;
    display: inline-block;  
}
.lt-video .lt-sub-video .lt-video-core-right h1{
    font-family: "Bodon";
}
/***** LT PARTNERS *****/
.lt-partners{
    background: #fafafa;
    padding: 50px 0;
    margin: -46px!important;
}
/***** LT LAST *****/
.lt-last .lt-sub-last{
    color: #fff;
}
.lt-last .lt-sub-last h3{
    text-transform: uppercase;
    cursor: pointer;
    font-size: 30px!important;
    background: url(../images/line-parallax.png) no-repeat bottom left;
    padding: 20px 0;
}
.lt-last .lt-sub-last h4{
    background: url(../images/line-parallax.png) no-repeat bottom left;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 24px!important;
    padding: 20px 0;
    font-weight:bold;
}
.lt-last .lt-sub-last ul {
    padding-left: 0;
    float: left!important;
}
.lt-last .lt-sub-last ul li {
    display: inline-block;
    padding: 0 20px;
}
.lt-last .lt-sub-last ul li a{
    display: inline-block;
    color: #fff;
}
.lt-sub-last-button ul{
    margin-top: -50px;
}
.lt-sub-last-button ul li{
    padding-left: 0;
    display: inline-block;
}
.lt-sub-last-button ul li a{
    color: #fff;
}
/***** LT PROCESS *****/
.lt-process{
    color: #cecac5;
}
.lt-process .sppb-section-title h2{
    color: #fff;
    text-transform: uppercase;
     background: url(../images/line-parallax.png) no-repeat bottom center;
}
.lt-process .sppb-section-title p{
    color: #fff;
}
.lt-process .lt-sub-process h3{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.lt-process .lt-sub-process i{
    border-radius: 50%;
    display: inline-block !important;
    height: 90px !important;
    line-height: 82px !important;
    width: 90px !important;
    color: #fff;
    cursor: pointer;
    border: 2px solid #9f9e9b;
    -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;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** CORE FEATURED *****/
.lt-core-feature .lt-core-sub {
    cursor: pointer;
}
.lt-core-feature .lt-core-sub .lt-core-icon {
    padding: 0;
}
.lt-core-feature .lt-core-sub .lt-core-title {
    padding: 0;
}
.lt-core-feature .lt-core-sub .lt-core-title h3 {
    margin: 0;
    line-height: 26px!important;
}
.lt-core-feature .lt-core-sub:hover .lt-core-icon i,
.lt-core-feature .lt-core-sub:hover .lt-core-title 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;
}
.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 {
}
/***** SKILL *****/
.lt-our-skill .lt-skill-sub p {
    width: 100%;
    position: relative;
    height: 30px;
    background: #eee;
}
.lt-our-skill .lt-skill-sub p .expand {
    position: absolute;
    padding-bottom: 6px;
    text-indent: 9999px;
}
.lt-our-skill .lt-skill-sub p em {
    position: absolute;
}
.lt-our-skill .lt-skill-sub h4 {
    font-size: 18px;
    font-weight: 300;
}
.lt-our-skill .lt-skill-sub h3 {
    font-size: 16px;
}
.html5       { width:60%;  -moz-animation:html5 2s ease-out;       -webkit-animation:html5 2s ease-out;       }
.css3        { width:80%;  -moz-animation:css3 2s ease-out;        -webkit-animation:css3 2s ease-out;        }
.jquery      { width:40%;  -moz-animation:jquery 2s ease-out;      -webkit-animation:jquery 2s ease-out;      }
.photoshop   { width:50%;  -moz-animation:photoshop 2s ease-out;   -webkit-animation:photoshop 2s ease-out;   }

@-moz-keyframes html5       { 0%  { width:0px;} 100%{ width:70%;}  }
@-moz-keyframes css3        { 0%  { width:0px;} 100%{ width:80%;}  }
@-moz-keyframes jquery      { 0%  { width:0px;} 100%{ width:50%;}  }
@-moz-keyframes photoshop   { 0%  { width:0px;} 100%{ width:10%;}  }
@-moz-keyframes dreamweaver { 0%  { width:0px;} 100%{ width:100%;} }

@-webkit-keyframes html5       { 0%  { width:0px;} 100%{ width:70%;}  }
@-webkit-keyframes css3        { 0%  { width:0px;} 100%{ width:80%;}  }
@-webkit-keyframes jquery      { 0%  { width:0px;} 100%{ width:50%;}  }
@-webkit-keyframes photoshop   { 0%  { width:0px;} 100%{ width:10%;}  }
@-webkit-keyframes dreamweaver { 0%  { width:0px;} 100%{ width:100%;} }
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul li {
    width: 32%;
    margin-right: 10px;
    float: left;
}
#lt-k2-blog div.k2ItemsBlock ul li p {
  	line-height: 24px;
}
#lt-k2-blog div.k2ItemsBlock ul li .moduleItemTitle {
  	font-size: 18px;
  	color: #000;
  	text-transform: uppercase;
}
#lt-k2-blog a.moduleItemImage img {
    padding: 20px 0;
    width: 100%;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
/***** SOCIAL *****/
#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;
}
/*****PORFOLIO*******/
.project-img img {
    width: 100%!important;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
/***** CUSTOM CLIENT *****/
.lt-clients .lt-sub-clients {
    margin: 5px 0;
    text-align: center;
}
.lt-clients .lt-sub-clients img {
  opacity: 0.7;
  transition: all 400ms ease;
}
.lt-clients .lt-sub-clients img:hover {
  cursor: pointer;
  opacity: 1;
  transition: all 400ms ease;
}
/***** CHECK OUT *****/
.lt-check-out-content p {
    padding: 20px 0;
}
.lt-check-out-content a {
    color: #fff;
    border-radius: 0;
    background: #333;
}
.lt-check-out-content a:hover {
    color: #fff;
}
/***** 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-last .lt-button {
   color: #fff!important;
}
/***** 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 #eb4947;
}
.item-page .project-img {
    border: 5px solid #f2f2ff;
}
.projects-filter a.selected, 
.projects-filter a.selected:hover {
    background: #eb4947;!important;
}
.project-img-extra-content h4 {
    font-size: 14px!important;
}
.pp-button {
    background: #eb4947;
    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;
}
