/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
     #k2ModuleBox111 li a {
    	font-size: 14px!important;
    }
    #pricing_wrapper {
        padding: 70px 0!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 31%!important;
    }
    #k2ModuleBox111 li a {
    	font-size: 14px!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #pricing_wrapper .sppb-container {
    	width: 680px;
    }
    #pricing_wrapper {
        padding: 70px 0!important;
    }
    #fit_wrapper .sppb-row>div,
    #about_wrapper .sppb-row>div {
        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;
    }
    .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;
    }
    .pricing-content {
    	margin-bottom: 20px;
    }
    #twitter_wrapper {
    	padding: 10px 0!important;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
    #parallax_wrapper span {
    	font-size: 14px!important;
    }
    .pricing-content {
    	margin-bottom: 20px;
    }
    #twitter_wrapper {
    	padding: 10px 0!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;
}
/***** MENU BAR *****/
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
}
.sticky-wrapper.is-sticky #sp-header {
    background: rgba(255,255,255,0.90);
}
.offcanvas-menu ul li ul {
    padding-left: 15px;
}
/***** 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;
}
/***** SLIDER *****/
#sp-main-body .home-page #sp-slide-wrapper {
    margin-top: -90px;
}
/***** 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: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: dashed;

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
}
.lt-introduction .lt-intro-sub:hover span:before {
    border-width: 0;
    border-color: rgba(0, 0, 0, 0.5);
}
.lt-introduction .lt-intro-sub span i {
    line-height: 90px!important;
}
.lt-introduction .lt-intro-sub h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #252525;
    background: url("../images/border-content.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 13px;
    -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;
}
/***** BANNER *****/
.lt-banner-content .sppb-addon-title {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.lt-banner-content h2 {
    background: url(../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.lt-banner-content ul {
    padding-left: 0;
    padding-top: 20px;
}
.lt-banner-content ul li {
    display: inline-block;
    padding: 0 10px;
}
/***** FEATURE SERVICES *****/
#feature_services_wrapper .sppb-text-center .sppb-img-responsive {
    border: 10px solid #fff;
    border-radius: 50%;
    display: inline-block;
}
.feature_services_content:hover {
	cursor: pointer;
}
/***** PARALLAX *****/
#parallax_wrapper {
	height: 270px;
}
#sp-page-builder .page-content .sppb-section {
	margin: 0!important;
}
.parallax-text-content span {
	color: #fff;
}
.parallax-text-content .border-bottom {
	background: url(../images/border-title.png) no-repeat bottom center;
	padding-bottom: 20px;
}
/***** FIT *****/
#fit_wrapper .sppb-section-title {
	margin-bottom: 0;
}
#fit_wrapper .fit-content {
	margin-top: 60px;
}
.lt-service-item {
    padding: 20px 0;
    cursor: pointer;
}
.lt-service-item .pull-left i {
    color: #4e4e4e;
    border: 3px solid #d7d7d7;
    border-radius: 50%;
    display: inline-block !important;
    height: 70px !important;
    line-height: 70px !important;
    margin-bottom: 20px;
    width: 70px !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-service-item:hover .pull-left i {
    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-service-item h3 {
    text-transform: uppercase;
    font-weight: 700;
    -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-service-item: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;
}
/***** CUSTOM CLIENT *****/
.lt-clients {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}
.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;
}
/***** ABOUT *****/
#about_wrapper .about-content h4 {
	text-transform: uppercase;
	margin-bottom: 20px;
}
/***** SKILL *****/
.lt-our-skill h3,
.lt-our-skill p,
.lt-skill-sub h4,
.lt-skill-sub h5 {
    color: #fff;
}
.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;
}
/********* PRICING *************/
#pricing_wrapper {
	padding: 70px;
}
#pricing_wrapper .pricing-content{
	border: 1px solid #e4e5e4;
}
#pricing_wrapper .pricing-content:hover {
      cursor: pointer;
}

#pricing_wrapper .sppb-addon-container {
	text-align: center;
}
.index-border-bottom1 {
	border: 1px solid #e4e5e4;
	border-radius: 100%;
	height: 105px;
	width: 105px;
	padding-top: 6px;
	text-align: center;
	display: inline-block;
	position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 52px;
    background-color: #fff;
}
.index-border-bottom2 {
	border-radius: 100%;
	height: 90px;
	width: 90px;
	text-align: center;
	display: inline-block;
}

.index-border-bottom2 p {
	padding-top: 18px;
}
#pricing_wrapper .top-content-pricing {
	border-bottom: 1px solid #e4e5e4;
	padding-bottom: 50px;
}
#pricing_wrapper .body-content-pricing {
	padding-top: 60px;
	padding-bottom: 10px;
}
#pricing_wrapper .list-content1 {
	background-color: #fafafa;
}
#pricing_wrapper .list-content2 {
	background-color: #fff;
}
#pricing_wrapper .list-content {
	line-height: 45px;
}
#pricing_wrapper .botton-content-pricing {
	height: 70px;
	padding-top: 23px;
}
#pricing_wrapper .botton-content-pricing a {
	border: 1px solid #AAAAAA;
	background-color: #fff;
	padding: 10px 40px;
	color: #000;
	font-weight: 500;
}
#pricing_wrapper .index-border-bottom2 span {
	color: #fff;
	font-weight: 600;
}
.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%;} }
/***** TEAM *****/ 
.lt-sub-team h4 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
.lt-sub-team h3 {
    font-size: 18px;
    text-transform: uppercase;
}
/***** TWITTER *****/
.lt-twitter img {
    display: block;
    margin: 0 auto;
}
.lt-twitter h4 {
    line-height: 60px;
    font-size: 28px;
}
/***** TIMELINE *****/
.lt-history-sub-left {
    padding-top: 90px;
    border-right: 3px solid #e5e5e5;
    padding-right: 30px;
}
.lt-history-sub .lt-history-item {
    cursor: pointer;
    padding: 50px 0;
}
.lt-history-sub .lt-history-item i {
    color: #4e4e4e;
    background: #f5f5f5;
    border-radius: 50%;
    display: inline-block !important;
    height: 70px !important;
    line-height: 70px !important;
    margin-bottom: 20px;
    width: 70px !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-history-sub .lt-history-item:hover i {
    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-history-sub .lt-history-item h3 {
    text-transform: uppercase;
    color: #252525;
    -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-history-sub .lt-history-item: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-history-sub .lt-history-item p {
    color: #808080;
}
.lt-history-sub .lt-history-item h6 {
    color: #e5e5e5;
}
/***** 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;
}
/***** BUY THEME *****/
.lt-buy-theme {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** STATISTIC *****/
.lt-statistic .sppb-title-heading,
.lt-statistic p {
    color: #fff;
} 
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 10px;
    width: 32%;
}
#lt-k2-blog a.moduleItemImage img {
    width: 100%!important;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
/***** K2 *****/
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
/******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%;
}
.logo a {
   	display: table-cell;
    vertical-align: middle;
}