/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 20px!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    #sp-header .container {
       width: 100%!important;
       max-width: 100%!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 15px!important;
        font-size: 10px!important;
    }
    #sp-logo img {
        width: 100%;
    }
}
@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;
    }
  	.sticky-wrapper.is-sticky #sp-menu {
          top: 0;
      }
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    #lt-opinions {
         display: none;
    }
    #sp-header-sticky-wrapper {
        margin-bottom: 90px;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.sppb-section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 20px;
}
.sppb-section-title p {
    font-size: 13px;
    color: #000;
}
.lt-button {
    padding: 10px 20px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
    

    
}
/***** 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;
}
/***** MENU BAR *****/
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
}
#offcanvas-toggler i {
    color: #fff!important;
}
.sticky-wrapper.is-sticky #sp-header {
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.9;
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}

@-webkit-keyframes sp-dropdown-inner1 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

@keyframes sp-dropdown-inner1 {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

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

.sp-dropdown-inner2 {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.sp-dropdown-inner2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***** SLIDER *****/
#sp-main-body .home-page #lt-slide{
    margin-top: -90px;
}
/***** INTRODUCTION *****/
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    display: block;
}
.lt-introduction .lt-intro-sub {
     
}
.lt-introduction .lt-intro-sub .sppb-img-container {
  	overflow: hidden;
}
.lt-introduction .lt-intro-sub img {
    -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 img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    font-weight: 700;
    color: #252525;
    background: url(../images/border-title-intro.png) no-repeat bottom center;
    padding-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-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-introduction .lt-intro-sub img {
  	width: 100%;
  	    
}



/***** SERVICES *****/
.lt-services {
    background: #f1f8ff;
}
.lt-services .lt-services-sub {
     
}
.lt-services .lt-services-sub h6 {
    text-transform: uppercase;
}
.lt-services .lt-services-sub h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    background: url(../images/border-title-intro.png) no-repeat bottom left;
    padding-bottom: 20px;
}
.lt-services .lt-services-sub h5 em {
    font-style: normal;
}
.lt-services-sub .sppb-img-container {
	position: relative;
    overflow: hidden;
}
.lt-services-sub .sppb-img-container:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg); 
}
.lt-services-sub:hover .sppb-img-container:before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/***** PRICING *****/ 
.lt-pricing-sub {
    border-radius: 5px;
    color: #fff;
    padding: 40px 0;
}
.lt-pricing-sub h3 {
    margin: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.lt-pricing-sub ul {
    padding-left: 0;
}
.lt-pricing-sub ul li {
    padding: 10px 0;
    border-top: 1px solid #eee;
}
.lt-pricing-sub ul li:last-child {
    border-bottom: 1px solid #eee;
}
.lt-pricing-sub .lt-price-buy {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
}
.lt-pricing-sub .lt-price-buy h1 {
    font-size: 72px;
    font-weight: 700;
    margin: 0;
}
.lt-pricing-sub .lt-price-buy h6 {
    font-size: 14px;
}
.lt-pricing-sub .lt-price-intro {
    padding: 10px 0;
}
.lt-pricing-sub .price-button {
    margin: 0;
    padding-top: 30px;
}
.lt-pricing-sub .price-button a {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 2px;
}
@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.lt-pricing-sub:hover {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/***** CUSTOM CLIENT *****/
.lt-clients {
    background: #f1f8ff;
}
.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 {
   
  opacity: 1;
  transition: all 400ms ease;
}
/***** OUR SCHOOL *****/
.lt-our-school-sub .sppb-feature-box-title {
    text-transform: uppercase;
    padding-bottom: 20px;
    color: #000;
    letter-spacing: 1px;
}
.lt-our-school-phone {
    font-size: 36px;
}
.lt-our-sub-details h4 {
    text-transform: uppercase;
    font-weight: 700;
}
/***** TESTIMONIAL *****/
.lt-teachers-sub h6 em {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    font-style: normal;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** K2 *****/
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
/******CONTACT-US*******/
.at-contact p {
    background: url(../images/border-title-feature.png) no-repeat bottom left;
    padding-bottom: 50px;
    font-weight: 400;
    color: #ffffff;
}
.at-contact .contact-address {
    margin: 30px 0;
}
.at-contact .contact-address:first-child {
    margin-top: 0;
}
.at-contact .contact-address:last-child {
    margin-bottom: 0;
}
#sp-quickcontact-form input,
#sp-quickcontact-form textarea {
    border-radius: 0;
    width: 62%;
    border: 0px!important;
}
#sp_qc_submit  {
    background: #ffffff!important;
    width: 15%!important;
    border: 0!important;
    padding: 9px 16px;
}
.at-contact-sub {
    padding: 70px 0px 70px 70px;
}
#at-contact .sppb-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
 
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#at-contact .sppb-row > div {
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
#sp-quickcontact-form input, 
#sp-quickcontact-form textarea {
     width: 100%!important;
}
#sp-quickcontact-form #sp_qc_submit {
     width: 150px!important;
     margin-top: 20px;
}
#sp-quickcontact-form #sp_qc_submit:hover {
  	color: #fff!important;
}
#sp-quickcontact-form {
    text-align: center;
}
.at-contact .sppb-addon-container {
    width: 100%;
    padding: 0!important;
}
/* 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%;
}
/***** 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;
}
/***** Onepage *****/
.sp-megamenu-parent > li.menu-first > a {
    display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a.menu-first {
    display: none;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns .btn-view {
    display: none;
}
.offcanvas-inner .current {
    display: none;
}
#offcanvas-toggler i {
    color: #3d44b4!important;
}
.logo a {
   	display: table-cell;
    vertical-align: middle;
} 