/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 10px!important;
    }
    #at-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    .at-services-item strong {
        margin-left: 0!important;
        font-size: 10px!important;
    }
    #at-contact-second #sp-quickcontact-form #name,
    #at-contact-second #sp-quickcontact-form #email,
    #at-contact-second #sp-quickcontact-form #subject {
        float: none!important;
        margin-right: 0!important;
        width: 100%!important;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }
    #sp-bottom3 {
        clear: left;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #at-k2-blog div.k2ItemsBlock ul li {
        width: 23%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
    #sp-logo img {
        width: 100%;
    }
    .at-services-item strong {
        margin-left: 0!important;
        font-size: 10px!important;
    }
   .at-pricing-button a {
        padding: 11px 30px!important;
   }
   #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
    #at-contact-second #sp-quickcontact-form #name,
    #at-contact-second #sp-quickcontact-form #email,
    #at-contact-second #sp-quickcontact-form #subject {
        float: none!important;
        margin-right: 0!important;
        width: 100%!important;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .projects-filter {
        display: inline-block;
        padding-left: 10px;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #at-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;
    }
    .sp-page-builder .at-slider {
        margin-top: 0!important;
    }
    .at-get-quote-left p {
        font-size: 16px!important;
    }
    #at-team-bottom {
        padding-bottom: 30px!important;
    }
    .k2ItemsBlock li {
        width: 100%!important;
        margin-right: 0!important;
    }
    .at-contact-first-item {
        margin: 20px 0;
    }
    #at-contact-second .control-group {
        width: 100%!important;
    }
    .at-team-item {
        margin: 20 auto!important;
    }
    #at-contact-second #sp-quickcontact-form #name,
    #at-contact-second #sp-quickcontact-form #email,
    #at-contact-second #sp-quickcontact-form #subject {
        float: none!important;
        margin-right: 0!important;
        width: 100%!important;
    }
    #at-blog div.k2ItemsBlock ul {
        padding: 0 10px!important;
    }
    .at-team-item {
        margin: 20px 0;
     }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-fiater > ul > li {
        margin: 5px!important;
    }
    .free-template-download  {
       display: none;
  }
}

/***** GENERAL *****/
html {
    font-size: 14px;
}
body {
    font-family: Montserrat;
}
.sppb-section-title h3 {
    background: url(../images/border-title.png) no-repeat bottom center;
    padding-bottom: 30px;
    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;
}
.at-button {
    padding: 10px 20px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.at-button:hover {
    color: #fff;
}
.tp-caption {
    padding: 40px!important;
}
h4 {
    font-size: 24px;
    font-weight: 700!important;
    text-transform: uppercase;
    margin-bottom: 40px!important;
}
h5 {
    font-family: CrimsonText;
    color: #6f6f6f;
    font-style: italic;
    margin: 0 0 40px!important;
}
.sppb-title-subheading {
    font-style: italic;
    font-family: CrimsonText;
}
/***** 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;
}
#sp-logo .logo {
    padding: 14px 0;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
    padding: 6px 0;
}
/***** MENU BAR *****/
#sp-header-sticky-wrapper {
    position: relative;
    z-index: 999;
}
.sticky-wrapper.is-sticky #sp-header {
    background: none repeat scroll 0 0 #fff !important;
    opacity: 0.9;
}
.itemid-437 .sp-megamenu-parent >li >a {
    color: #fff;
}
.sticky-wrapper.is-sticky #sp-header .sp-megamenu-parent >li >a {
    color: #000;
}
/***** SLIDER *****/
#sp-main-body .home-page #at-slider {
    margin-top: -90px;
}
#at-slider .tp-button,
#at-slider .at-button:hover {
    background: none!important;
    border: 1px solid #fff!important;
    box-shadow: none!important;
}
.tp-button
/***** INTRODUCTION *****/
.at-introduction .at-intro-sub {
    cursor: pointer;
}
.at-introduction .at-intro-sub i {
    color: #fff;
    border-radius: 50%;
    display: inline-block !important;
    height: 90px !important;
    line-height: 90px !important;
    margin-bottom: 20px;
    width: 90px !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;
}
.at-introduction .at-intro-sub:hover i {
    cursor: pointer;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.at-introduction .at-intro-sub h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    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;
}
.at-introduction .at-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;
}
.at-introduction .at-intro-sub p {
    font-size: 13px;
}
/***** BANNER *****/
.at-banner-content .sppb-addon-title {
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.at-banner-content h2 {
    background: url(../images/border-title.png) no-repeat bottom center;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.at-banner-content ul {
    padding-left: 0;
    padding-top: 20px;
}
.at-banner-content ul li {
    display: inline-block;
    padding: 0 10px;
}
/***** SERVICES *****/
#at_services p {
    width: 80%;
    margin-bottom: 50px;
}
#at_services .hide {
    display: none;
}
.at-services-item {
    padding: 0px;
}
.at-services-item em {
    font-size: 30px;
    border: 1px solid #6f6f6f;
    border-radius: 50px;
    width: 60px;
    min-height: 60px;
    padding: 13px 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;
}
.at-services-item {
    cursor: pointer;
    margin-bottom: 60px;
}
.at-services-item:hover em {
    color: #fff;
}
.at-services-item strong {
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 20px;
}
.at-services-button {
    padding: 13px 40px;
    border: 1px solid #000;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
/***** ABOUT ******/
#at-about h6 {
    margin-top: 40px;
    padding-top: 15px;
    background: url(../images/border-why-choose-title.png) no-repeat top left;
}
.at-about-content {
    margin-top: 60px;
}
.at-about-second-item {
    margin: 50px 0;
    cursor: pointer;
}
.at-about-second-item h4 {
    margin-bottom: 20px!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;
}
/***** FACTS *****/
.at-facts-item span {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.at-facts-item h5 {
    color: #fff;
    margin-top: 20px!important;
    padding-bottom: 30px;
    background: url(../images/line-facts-border.png) no-repeat bottom center;
}
/***** SKILL *****/
/***** SKILL *****/
.at-our-skill h3,
.at-our-skill p,
.at-skill-sub h4,
.at-skill-sub h5 {
    color: #fff;
}
.at-our-skill .at-skill-sub p {
    width: 100%;
    position: relative;
    height: 30px;
    background: #eee;
}
.at-our-skill .at-skill-sub p .expand {
    position: absolute;
    padding-bottom: 6px;
    text-indent: 9999px;
}
.at-our-skill .at-skill-sub p em {
    position: absolute;
}
.at-our-skill .at-skill-sub h4 {
    font-size: 18px;
    font-weight: 300;
}
.at-our-skill .at-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%;} }
/***** TEAM *****/ 
.at-team-item {
    position: relative;
    text-align: center;
}
.at-team-item .sppb-img-container {
    width: 100%;
}
.at-team-item img {
    width: 100%;
    border: 3px solid #ccc;
}
.at-team-item img:hover {
    border: 3px solid #111;
    cursor: pointer;
    transition: color 400ms ease 0s, border-color 400ms ease 0s;
}
.at-team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #ccc;
    padding: 8px 0 20px 10px;
    color: #fff;
}
.at-team-content p {
    font-weight: 700;
}
.at-team-content h5 {
    margin-bottom: 0!important;
    color: #fff;
}
/******TEAM-BOTTOM*******/
.at-team-bottom-button {
    padding: 13px 50px!important;
    color: #000;
    border-radius: 0!important;
    border-color: #000;
    font-weight: 700;
    margin-top: 60px;
}
.at-team-bottom-button:hover {
    color: #fff;
}
#at-team-bottom .sppb-addon-container {
    text-align: right;
}
/***** TWITTER *****/
.at-twitter h3,
.at-twitter h4,
.at-twitter p {
    color: #fff;
}
.at-twitter img {
    display: block;
    margin: 0 auto;
}
.at-twitter h4 {
    line-height: 60px;
    font-size: 28px;
}
/***** TIMELINE *****/
.at-history-sub-left {
    padding-top: 90px;
    border-right: 3px solid #e5e5e5;
    padding-right: 30px;
}
.at-history-sub .at-history-item {
    cursor: pointer;
    padding: 50px 0;
}
.at-history-sub .at-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;
}
.at-history-sub .at-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;
}
.at-history-sub .at-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;
}
.at-history-sub .at-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;
}
.at-history-sub .at-history-item p {
    color: #808080;
}
.at-history-sub .at-history-item h6 {
    color: #e5e5e5;
}
/***** BUY THEME *****/
.at-buy-theme {
    background: #fafafa;
    border-top: 1px solid #e8e8e8;
}
/***** TESTIMONIAL *****/
#at-testimonial #border-title img {
    border-radius: 50%;
     -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;
}
#at-testimonial #border-title img:hover {
    border: 7px solid #fff;
}
/***** GET QUOTE *****/
.at-get-quote-left p {
    font-size: 30px;
    font-family: CrimsonText;
    color: #fff;
    font-style: italic;
    padding-top: 10px;
}
.at-get-quote-left p strong {
    font-weight: 300!important;
}
.at-get-quote-button {
    padding: 13px 40px;
    border-radius: 0!important;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    border: 0!important;
}
.at-get-quote-button:hover {
    color: #fff;
}
/***** STATISTIC *****/
.at-statistic .sppb-title-heading,
.at-statistic p {
    color: #fff;
}
.at-statistic-sub h1 {
    font-size: 60px;
}
.at-statistic-sub h1,
.at-statistic-sub h3 {
    color: #fff;
} 
/***** BLOG *****/
#at-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#at-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 1.3%;
    width: 24%;
}
#at-blog div.k2ItemsBlock ul li:nth-child(4n) {
    margin-right: 0!important
}
#at-blog a.moduleItemImage img {
    width: 100%!important;
}
#at-blog .media-body {
    padding-top: 10px;
}
/***** K2 *****/
div.itemContainer {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
#sp-left .search form input,
#sp-right .search form input {
    width: 100%!important;
}
/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    border-radius: 0!important;
}
.at-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
.sp-simpleportfolio-filter li {
    margin: 5px!important;
}
/***** PRICING *****/
.at-pricing-item:hover {
    cursor: pointer;
}
.at-pricing-item ul {
    padding-left: 0!important;
}
.at-pricing-item li {
    list-style: none;
    padding: 15px 0;
}
.at-pricing-item li span {
    display: none;
}
.at-pricing-item h4 {
    border: 1px solid #ececec;
    margin: 0!important;
    padding: 20px 0;
    border-bottom: none;
    font-size: 18px;
}
.at-pricing-item ul {
    border: 1px solid #ececec;
}
.at-pricing-item .li-last {
    font-size: 50px;
    padding: 40px 0 60px;
    font-weight: 700;
}
.at-pricing-item .li-last sup {
    font-size: 18px;
    padding-bottom: 20px;
    font-weight: 700;
}
.at-pricing-item .li-last strong {
    font-size: 14px;
    font-weight: 300;
}
.at-pricing-no-active {
    margin-top: 30px;
}
.at-pricing-active {
    position: relative;
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.at-pricing-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 100%;
}
.at-pricing-button a {
    border-radius: 0!important;
    padding: 11px 43px;
    background: #000;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}
.at-pricing-button a:hover {
    color: #fff;
}
/*******CONTACT********/
.at-contact-first-item i {
    border: 1px solid #a4a4a4;
    width: 90px!important;
    height: 90px!important;
    padding: 27px 20px;
    border-radius: 50%;
}
.at-contact-item-text {
    height: 90px;
    padding: 6% 0;
}
.at-contact-item-text p {
    color: #000;
    font-weight: 700;
    font-style: italic;
}
/*******CONTACT-SECOND********/
#at-contact-second #sp-quickcontact-form #name,
#at-contact-second #sp-quickcontact-form #email {
    display: inline;
    float: left;
    margin-right: 34px;
    width: 31%;
    margin-bottom: 10px;
}
#at-contact-second #sp-quickcontact-form #subject {
    display: inline-block;
    float: left;
    width: 32%;
    margin-right: 0;
    margin-bottom: 10px;
}
#at-contact-second .sp_qc_clr {
    clear: none;
}
#at-contact input {
    border-radius: 0;
}
#at-contact-second textarea {
    width: 100%!important;
    border-radius: 0!important;
    height: 250px;
}
fieldset > .controls input {
    border-radius: 0!important;
    padding: 10px 50px!important;
    text-transform: uppercase;
    font-weight: 700;
    float: right;
    background: none;
    color: #000;
}
/********CLIENTS**********/
.at-clients img {
    padding: 20px 0;
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul li {
    background: none;
}
.projects-filter ul {
    text-align: center;
}
#lt-portfolio .projects-filter ul {
    text-align: left;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img img {
    width: 100%;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff;
}
/* Canvas Menu */
.offcanvas-menu .menu .nav-child.small {
    padding-left: 15px;
}
/* Refine Layout */
body.com-k2 #sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}