#sp-section-1 ul.social-icons >li a {
  color: #fff;
}
#sp-top2 .sp-contact-info li i {
  color: #ffffff;
}
#sp-logo .logo img:nth-child(2) {
    display: none;
}
#sp-header {
     background: #252b3b;
}
.sp-megamenu-parent {
  float: left!important;
}
.sticky-wrapper.is-sticky #sp-header{
    background: #252b3b;
}
body.itemid-437 #sp-main-body {
  padding: 0;
}
body.com-users #sp-component {
    padding: 70px;
}
#sp-header {
  background:#252b3b;
  box-shadow:none;
  height: 90px;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 99;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #333;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
#sp-header .logo,
#sp-header,
#offcanvas-toggler,
.sp-megamenu-parent >li >a 
#sp-header .logo,
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a,
#offcanvas-toggler >i {
    -webkit-transition: 0.7s ease-in-out!important;
    -moz-transition: 0.7s ease-in-out!important;
    -ms-transition: 0.7s ease-in-out!important;
    -o-transition: 0.7s ease-in-out!important;
    transition: 0.7s ease-in-out!important;
}
.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header {
    height: 70px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 70px;
/*    margin-top: -55px;*/
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;*/
}
/*** General ***/
.at-title h3 {
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.at-title p {
  font-size: 23px;
  font-style: italic;
  color: #a6a6a7;
  line-height: 26px;
  text-align: center;
}
.at-title h2 b {
  font-weight: 800;
}
.at-title-white h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: uppercase;
}
.at-title span {
  color: #616161;
  display: block;
  font-size: 15px;
  position: relative;
}
.at-title span:before {
  content: '';
  background-color: #333;
  display: inline-block;
  width: 54px;
  height: 2px;
  vertical-align: middle;
  margin-right: 12px;
}

/* Slider */
.at-slider {
  position: relative;
  top:0px;
}
.at-slider .tp-caption a {
  padding: 12px 40px;
  border: 2px solid #ffffff;
  border-radius: 0px!important;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.at-slider .tp-caption a:hover {
  color:#fff;
}
.at-slider .button:hover {
  background: #222;
}
.at-slider .button-right {
  background-color: #333!important;
}

/****** About ******/
.at-about-item  {
  position: relative;
  cursor: pointer;
}
.at-about-item .qx-blurb-content {
  position: absolute;
  top: 195px;
  margin-left: 97px;
  float: right;
  background-color: #ffffff;
  padding: 20px;

}
.at-about-item h3 {
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.at-about-item p {
  color: #ffffff;
  font-size: 16px;
}
.at-about-item img {
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.at-about-item:hover img {
  opacity: 0.9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.at-about-item a.read {
  color: #ffffff!important;
  font-weight: 500;
  text-transform: uppercase;
}
/**** Attributon *****/
.at-attributon-item {
 cursor: pointer;
 border: 1px solid #ffffff;
 padding: 20px; 
 fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 422, 0;
}
.at-attributon-item:hover {
  stroke-width: 5;
  stroke-dasharray: 15, 310;
  stroke-dashoffset: 48;
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

/*** Service ***/
.at-service-item {
  cursor: pointer;
}
.at-service-sub {
  position: relative;
  cursor: pointer;
  width: 22%;
  margin-right: 1%;
}
.at-service-sub:before {
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;

}
.at-service-sub .qx-element-blurb {
  margin: 0px!important;
}
.at-service-content  {
  background-color: #000;
}
.at-service-sub img {
  opacity: 0.8;
   background: rgba(0, 0, 0, 0.5);
   -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.at-service-sub:hover img {
   top: 0;
    opacity: 1;
  -webkit-transition:  all 0.2s ease-in-out;
    -moz-transition:  all 0.2s ease-in-out;
    -ms-transition:  all 0.2s ease-in-out;
    -o-transition:  all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.at-service-sub i {
  display: none;
}
.at-service-sub:hover i {
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  display: block;
  top:80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.5s ease;
}
.at-service-sub .qx-element-blurb {
  padding: 5px 5px 15px 5px;
}
.at-service-sub .qx-element-blurb p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
/*****Consuatant *******/
.at-consuatant-content p {
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 31px;
  font-weight: 500;
}
.at-readmore .qx-btn {
  background-color: #ffffff;
  color: #ffffff;
  padding: 15px 35px;
  
  border-radius: 3px!important;
}
.at-readmore .qx-btn:hover {
  color: #ffffff!important;
  border:1px solid #000!important;
  background-color: #000!important;
}
.at-readmore .qx-btn:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 0%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition:    all 0.4s ease-in-out;
  -ms-transition:     all 0.4s ease-in-out;
  -o-transition:      all 0.4s ease-in-out;
  transition:         all 0.4s ease-in-out;
}
.at-readmore .qx-btn:hover:before {
    width: 100%;
}

/****** WHY CHOOSE US ****/
.at-why-choose-item i {
  padding-top: 30px;
}
.at-why-choose-item h3 {
  color: #23282d;
  font-size: 15px;
  font-weight: 600;
}
.at-why-choose-item {
    cursor: pointer;
    padding: 50px 20px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: 1px solid #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f6f8f9 none repeat scroll 0 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color;
    transition-property: color;
    vertical-align: middle;
    margin-bottom: 30px;
    width: 100%
}
.at-why-choose-item i {
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    z-index: 0;
    position: relative;
}
.at-why-choose-item:hover i {
    color: #ffffff!important;
}

.at-why-choose-item:before {
    background: #f6f8f9 none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    z-index: -1;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}
.at-why-choose-item:hover:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border: 1px solid #ff9606
}
.at-why-choose-item:hover h3,
.at-why-choose-item:hover .qx-blurb-content {
    color: #fff!important;
}
.at-why-choose-item:hover .feature-icon {
    background: #fff none repeat scroll 0 0;
    color: #ff9606;
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg)
}

/***** Client *****/
.at-client-item .swiper-pagination {
    position: initial;
    text-align: right!important;
}
/* Portfolio */
.at-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-fiater > ul > li {
  margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-fiater {
    text-align: center;
    display: inline-block;
}
.projects-fiater ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-fiater ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-fiater a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-fiater a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.portfolio-list {
  padding-bottom:50px;
}
.projects-fiater {
  padding-top:50px;
}
.owl-carousel {
    display: block!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float:left!important;
  width:100%;
}
.projects-wrapper .project-img .project-img-extra .project-img-extra-content a {
   color:#fff!important;
}
.qx-fg-fiater>li>a.btn.active {
  color:#fff;
}
.qx-fg-fiater>li>a.btn {
  border-radius:0px!important;
}
/* Blog */
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    width:100%;
}
.at-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.at-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 1%;
    width:32%;
}
.at-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important
}
.at-blog a.moduleItemImage img {
    width: 100%!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left!important;
    margin: 5px 20px 4px 4px!important;
}
.at-blog .media-body {
    padding-top: 10px;
}
.at-blog div.k2ItemsBlock ul li:nth-child(4),
.at-blog .lastItem {
    position: relative;
}
#system-readmore {
  padding-top: 60px;
  margin-top:60px;
}
div.k2ItemsBlock ul li a.moduleItemReadMore {
  margin-top: 50px;
}
.at-blog .moduleItemReadMore {
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    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;
}
.at-blog .moduleItemReadMore:hover {
    color: #fff;
}
.at-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}
.owl-carousel {
  display:block!important;
}

/* Contact */
#at-contact .qx-icon {
    padding: 20px;
}
.at-contact-item .qx-icon {
     -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
     transition: all 0.4s ease-in-out 0s; 
}
.at-contact-item:hover .qx-icon:before {
    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
    display: block; 
    color: #fff!important;
}
.at-contact-item:hover .qx-icon {
    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
}
.at-contact-item {
    cursor: pointer;
}
.at-contact-form label {
    color: #000;
}
.at-contact-form input {
    border-radius: 0!important;
    height: 40px!important;
    width: 100%;
}
.at-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.at-contact-form .qx-btn {
    background: #000!important;
    color: #333;
    padding: 12px 65px;
    border: 0;
    border-radius: 0px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    z-index: 0;
}
.at-contact-form .qx-btn:hover {
  background-color: #333!important;
}
.at-contact-form .qx-btn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 0%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.at-contact-form .qx-btn:hover:before {
    width: 100%;
}
.at-contact-form .form-horizontal .control-group {
   margin-bottom: 32px;
}
.at-contact-form button:hover {
    background-color: #333;
    color: #fff;
}
.at-contact-form button:hover {
    color: #fff!important;
}
.qx-element-tabs .tabs>li a {
  color:#ffffff;
}
#qx-element-contact-form-msg {
   color: #fff;
   margin-bottom: 20px;
}
.form-horizontal .control-group {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.form-horizontal .control-group:nth-child(3) {
    margin-right: 0;
}
.form-horizontal .control-group:nth-child(n+4) {
    width: 100%;
    margin-right: 0;
}
.form-horizontal textarea,
.form-horizontal input {
    background: none!important;
    border: 0!important;
    text-align: center;
    color: #fff!important;
    border-bottom: 1px solid #ffffff!important;
    box-shadow: none!important;
}
.control-label {
    display: none;
}
.form-horizontal .controls {
    margin-left: 0!important;
}
.form-horizontal .controls:first-child {
    text-align: center;
}
/** RESPONSIVE **/
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
/*Footer*/
#sp-bottom4 .inputbox {
  width:100%!important;
}
#sp-bottom4 table.acymailing_form {
    margin:0px;
    float: left;
    margin-top: 12px;
    width: 93%;
}
#sp-bottom4 .acysubbuttons .btn-primary {
  float:left;
}
#sp-component {
    padding: 0;
}
#sp-bottom3 a {
  color:#fff!important;
}
@media (min-width: 766px) and (max-width: 1200px) {
  .sticky-wrapper.is-sticky #offcanvas-toggler,
  .sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
   margin-top: 0%;
} 
}

@media (min-width: 577px) and (max-width: 765px) {
  .sticky-wrapper.is-sticky #offcanvas-toggler,
  .sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
   margin-top: -12%;
} 
}
@media (min-width: 400px) and (max-width: 576px) {
  .sticky-wrapper.is-sticky #offcanvas-toggler,
  .sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
   margin-top: -14%;
} 
}

@media (max-width: 399px) {
  .sticky-wrapper.is-sticky #offcanvas-toggler,
  .sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
   margin-top: -20%;
} 
}


/* Screen min 1199px */
@media (min-width: 1200px) {
  .at-services-right,
  .at-about .at-title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .at-services-right,
  .at-about .at-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
  .at-services-right, .at-about .at-title {
      padding: 30px;
  }
  .at-services-content h2 {
      margin-bottom: 10px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  #sp-top2 a {
    font-size: 9px!important;
 }
 .sp-contact-info li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sp-megamenu-parent >li >a,
   .sp-megamenu-parent >li >span {
  display: inline-block;
    padding: 0 7px!important;
  }
  .sp-contact-info li {
    margin: 0px!important;
  }
  
  .at-feature-item h3 {
    top: 20px!important;
    font-size: 13px!important;
  }
  .at-feature-content p {
    line-height: 24px!important;
    font-size: 11px!important;
  }
  .at-about .at-title {
    padding-top: 40px;
    padding-bottom: 0!important;
  }
  .at-services > div {
    width: 100%!important;
  }
  .at-team-item .social-links {
    top: 194px!important;
  }
  .at-about-left img {
    position: relative!important;
  }
  .at-about-icon img,
  .at-about-left img {
    width: 100%!important;
  }
  .at-feature-content {
    padding: 46px 22px 15px 28px;
    position: relative;
    text-align: center;
    top: -32px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 100px;
    
   }
  .at-service-sub {
    width: 24%!important;
  }
  .at-service-sub .qx-element-blurb p {
    font-size: 15px!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  #sp-top2 a {
    font-size: 9px!important;
 }
 .sp-contact-info li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sp-contact-info li {
    margin: 0px!important;
  }
  .at-feature-item h3 {
    top: 20px!important;
    font-size: 20px!important;
  }
 .at-feature-content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 70px 19px 10px 10px!important;
    top: 0px;
  }
  .at-feature-content p {
    font-size: 14px;
    padding-left: 26px;
    padding-right: 35px;
  }
  .at-about-left img {
    position: relative!important;
  }
  .at-about-icon img,
  .at-about-left img {
    width: 100%!important;
  }
  .at-feature-item img,
  .qx-overlay,
  .qx-fg-items .qx-fg-item,
  .at-gallery-item .qx-fg-item img {
    width: 100%!important;
  }
  #at-project-item .qx-g-items .qx-fg-item img {
    max-width: 100%!important;
    width: 100%!important;
  } 
  .at-service-item .qx-media-left:before {
    height: 27%!important;
    left: 15px!important;
    width: 18%!important;
 }
 .at-service-item .qx-media-left i {
  padding-left: 10px!important;
 }
 .at-title h3 {
    text-align:center!important;
 } 
 .at-about-item .qx-blurb-content {
    position: static!important;
    top:0px!important; 
    margin-left:0px!important; 
    float: right;
    background-color: #ffffff;
    padding:0px!important;
 }
  .at-title h3 {
    font-size:17px!important;
 }
  #at-service img,
  .at-service-sub img {
    width:100%!important;
 }
 .at-service-sub {
    width:49%!important;
 }
 .at-about-item h3 {
    color: #ffffff;
    font-size: 17px!important;
}
}
/* Screen max 767px */
@media (max-width: 767px) {
  #sp-section-2 {
    background:#565555;
 }
  #sp-top2 {
    width: 100%!important;
    padding-top: 0px!important;
    text-align: left!important;
  } 
  #sp-section-2 {
    padding-bottom: 20px!important;
  }
  .at-title h3 {
    text-align: center!important;
  }
  #sp-top2 a {
    font-size: 13px!important;
 } 
  .sp-contact-info {
    text-align: left!important;
  } 
  .sp-contact-info li {
    margin: 7px 5px!important;
  }
  #sp-menu {
    width: 100%;
  }
  .at-feature-item img,
  .qx-overlay,
  .qx-fg-items .qx-fg-item,
  .at-gallery-item .qx-fg-item img {
    width: 100%!important;
  }
  .at-feature-item h3 {
    top: 20px!important;
    font-size: 20px!important;
  }
  #sp-top-info h4 {
    text-align: center!important;
  }
 .at-feature-content {
    margin-left: 15px;
    margin-right: 15px;
    padding: 70px 19px 10px 10px!important;
    top:0px;
  }
  .at-feature-content p {
    font-size: 14px;
    padding-left: 26px;
    padding-right: 35px;
  }
.at-about-left img {
    position: relative!important;
 }
 .at-about-item .irt-fstabt-lstinln > li {
    font-size: 14px!important;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
    margin-right: 13px!important;
    margin-top: 20px;
    padding-left: 8px;
  }
  #at-project-item .qx-g-items .qx-fg-item img {
    max-width: 100%!important;
    width: 100%!important;
  } 
 .at-blog div.k2ItemsBlock ul li {
    width: 100%!important;
 }
 .at-client-item img {
    width: 50%;
    margin-bottom: 40px!important;
    left: 0;
    right: 0;
    margin: auto;
  }
  .at-team-item {
    margin-bottom: 30px;
  }
  .at-about-icon img,
  .at-about-left img {
    width: 100%!important;
  }
  .at-service-item .qx-media-body {
    text-align: left!important;
  }
  .at-service-item .qx-media-left:before {
    width: 9%!important;
  }
 .at-service-item .qx-media-left i {
    color: #ffffff;
    padding-top: 42px!important;
  }
  .at-team-item .qx-person-description::before {
    display: none!important;
  }
  .at-team-item .qx-person-description {
    background-color: #f2bd2e;
    bottom: 0;
    padding: 20px;
    width: 100%;
  }
  .at-team-item .qx-person-description p {
    font-size: 13px!important;
  }
  .at-service-sub {
    width: 100%!important;
    margin-bottom: 30px;
  } .at-title h3 {
    font-size:23px!important;
  }
  #at-about-top {
    padding-top: 21px!important;
 }
  #at-about-top .qx-element-blurb {
    margin:0px!important;
 }
 .at-about-item .qx-blurb-content {
    position: static!important;
    top:0px!important; 
    margin-left:0px!important; 
    float: none!important;
    background-color: #ffffff;
    padding:3px!important;
 }
  #at-service img {
    width:100%!important;
 }
 .at-consultant-content p {
    font-size:21px!important;
    text-align:center!important;
  }
  .at-readmore .qx-element-button {
    text-align:center!important;
  }
  .at-about-item img {
    width:100%!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .at-service-sub {
    width: 100%!important;
    margin-bottom: 30px;
  }
 .at-blog div.k2ItemsBlock ul li {
    width: 100%!important;
 }
 .at-client-item img {
    width: 50%;
    margin-bottom: 40px!important;
    left: 0;
    right: 0;
    margin: auto;
  }
  .at-team-item {
    margin-bottom: 30px;
  }
  .at-service-item .qx-media-left i {
    padding-left: 7px!important;
  }
  .at-service-item .qx-media-left:before {
    height: 37%;
    left: 14px;
    top: 47px;
    width: 12%;
  }
  .at-title h3 {
    font-size:23px!important;
  }
  #at-about-top {
    padding-top: 21px!important;
 }
  #at-about-top .qx-element-blurb {
    margin:0px!important;
 }
 .at-about-item .qx-blurb-content {
    position: static!important;
    top:0px!important; 
    margin-left:0px!important; 
    float: right;
    background-color: #ffffff;
    padding:0px!important;
 }
  #at-service img {
    width:100%!important;
 }
 .at-consultant-content p {
    font-size:21px!important;
    text-align:center!important;
  }
  .at-readmore .qx-element-button {
    text-align:center!important;
  }
}
