/* Title */
#sp-top-bar {
    background-color: rgb(204, 204, 204)!important;
    color: #ffffff!important;
}
#sp-header {
     background: #FFF;
}
.sticky-wrapper.is-sticky #sp-header{
    background: #FFF;
}
body.itemid-437 #sp-main-body {
  padding: 0;
}
body.itemid-437 #sp-header {
    background: rgba(102, 102, 102, 0.15);
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
    height: 90px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 99;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #2b7cd8;
}
.et-title-left h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom:5px;
    letter-spacing: 3px;
    font-weight: 300;
    /*text-transform: uppercase;*/
}
.et-title h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom:5px;
    letter-spacing: 3px;
    font-weight: 300;
    /*text-transform: uppercase;*/
}
.et-title h6 {
    background: #666;
    color: #067ccc;
    padding: 1px 10px 2px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 200;
    7*text-transform: capitalize;*/
    margin-bottom: 25px;
}
.et-title-left h6 {
    background: #067ccc;
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.et-title p {
  margin: 0;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 300;
}
.et-button {
  	padding: 12px 35px;
    color: #fff;
    border: 0;
}
.et-button:hover {
    color: #fff;
    background: #222!important;
}
/* 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: 40px;
}
.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
    line-height: 40px;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
/* General */
.et-title-general .qx-image {
  margin: auto;
}
.et-title-general h3 {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1.5px;
  /*text-transform: uppercase;*/
  font-weight: 400;
  margin: 10px 0 0;
}
.et-title-general h4 {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.5px;
  /*text-transform: uppercase;*/
  font-weight: 400;
  margin: 0;
}

/* Slider */
.et-slider {
  position: relative;
  top:-90px;
}
.et-slider .tp-caption a {
  padding: 12px 40px;
  border: 2px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
.et-slider .tp-caption a:hover {
  color:#fff;
}
.et-slider .button:hover {
  background: #222;
}
.et-slider .button-right {
    background-color: #333!important;
}
/* About */
.et-about-item {
  cursor: pointer;
}
.et-about-item h4 {
  font-size: 20px;
  color: #222;
  line-height: 28px;
  text-transform: capitalize;
  font-weight: 200;
}
.et-about-item i {
  -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 32px;
    color: #666;
    display: block;
    margin-top: 20px;
    width: 83px;
    height: 83px;
    line-height: 76px;
    border: 2px solid #666;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
  }
  .et-about-item:hover i {
    color: #ffffff!important;
  }
/* Counter */
.et-counter-item .qx-nc-title {
   font-weight: 300;
}
.et-counter-item i {
  float: left;
}
.et-counter-item i {
    font-size: 40px;
    padding-top: 10px;
    padding-right: 10px;
}
/*** Partner ***/
.et-partners-item {
  cursor: pointer;
}
.et-partners-item img {
  opacity: .8;
  -webkit-transition: all all 0.3s ease-in-out;
          transition: all all 0.3s ease-in-out;
  margin: 0 auto;
}
.et-partners-item img:hover {
  opacity: 1;
}

/* Service */
#et-service .et-service-item:hover  {
    background: none!important;
}
#et-service .et-service-item .qx-image {
    margin: auto;
}
.et-services-item h4 {
    font-size: 20px;
    font-weight: 200;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.et-services-item .qx-blurb-content {
    padding-right:20px;
    padding-left: 20px;
}
#et-service .et-service-item a {
    text-transform: uppercase;
}
#et-service-sub:hover {
  cursor: pointer;
}
#et-service-sub:hover h4 {
  color: #ffffff;
}
#et-service-sub:hover p {
  color: #ffffff;
}
#et-service-sub:hover .more-link {
  color: #ffffff;
}

/* Courses */
.et-courses-item h3 {
}
.et-courses-item .qx-image {
  display: inherit;
  width: 100%;
}
/* Portfolio */
.et-portfolio-button:hover {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 5px;
}
.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: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter 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: 500;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
.portfolio-list {
  padding-bottom:50px;
}
.projects-filter {
  padding-top:50px;
}
.owl-carousel {
    display: block!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  float:left!important;
  width:100%;
}
/* Team */
.et-team-item {
    position: relltive;
    cursor: pointer;
    margin: 0 5px; 
}
.et-team-item img {
    -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;
}
.et-team-item:hover img{
    transform: rotlte(5deg)scale(1.1);
}
.et-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.et-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9999;
    transition: all .3s linear;
    z-index: 2;
}
.et-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.et-team-item .qx-person-position {
    z-index: 9999;
    font-size: 14px;
    transition: all .3s linear;
    color: #959191;
    font-weight: 200;
    text-transform: uppercase;
}
.et-team-item h4 {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 5px;
    top:100px;
    font-weight: 500;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    -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;
}
.et-team-item:hover h4 {
    color: #ffffff;
     bottom: 120px;
    opacity: 1;
    text-align: center;
}
.et-team-item .social-links {
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    opacity: 0;
    -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;
}
.et-team-item p {
     position: absolute;
     color: #ffffff;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
    -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;
}
.et-team-item:hover p {
    color: #ffffff;
    bottom: 110px;
    opacity: 1;
}
.et-team-item:hover .social-links {
    bottom: 80px;
    opacity: 1;
}
.et-team-item .social-links a {
    width: 27px;
    height: 27px;
    display: block;
    background: #fff;
    color: #007dac;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
    display: inline-block;
}
.et-team-item .social-links a:before {
    font-size: 12px;
}
/*** Testimonial ***/
#et-testimonial-sub .slick-dots li.slick-active button:before {
  color: #ffffff!important;
}
/*** Pricing ***/
#et-pricing .single-table {
    width: 24%;
    margin-left: 0;
    margin-right: 1.33%;
}
#et-pricing .single-table:nth-child(4n) {
    margin-right: 0;
}
.et-pricing .table-heading .title {
    font-size: 15px;
    font-weight: 200;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0
}
.et-pricing .table-footer .qx-btn-default {
	font-size: 16px;
    font-weight: 200;
    padding: 18px 30px;
    width: 100%;
    border-radius: 0 0 8px 8px;
    color: #fff;
}
/* Contact */
#et-contact .qx-icon {
    padding: 20px;
}
.et-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; 

}

.et-contact-item:hover .qx-icon:before {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: block; 
    color: #fff!important;

}
.et-contact-item:hover .qx-icon {

    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.et-contact-item {
    cursor: pointer;
}
.et-contact-form label {
    color: #333;
}
.et-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.et-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.et-contact-form button {
    background: none;
    width: 150px;
    height: 35px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 200;
}

.et-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .et-contact-form label {
    color: #333;
}
/** 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;
}
/* Screen min 1199px */
@media (min-width: 1200px) {
  .et-services-right,
  .et-about .et-title {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* Screen min 1199px */
@media (max-width: 1199px) {
  .et-services-right,
  .et-about .et-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
  .et-services-right, .et-about .et-title {
      padding: 30px;
  }
  .et-services-content h2 {
      margin-bottom: 10px;
  }
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
  .et-about .et-title {
    padding-top: 40px;
    padding-bottom: 0!important;
  }
  .et-services > div {
    width: 100%!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Screen max 767px */
@media (max-width: 767px) {
  .et-slider {
    top:0px;
  }
  .et-subscribe > div:first-child {
    padding-bottom: 0!important;
  }
  .et-action-title,
  .et-subscribe > div > div {
    text-align: left;
  }
  .et-blog div.k2ItemsBlock ul li {
    width: 100%;
    margin-right: 0;
  }
  #et-about {
    padding-top:50px;
  }
  #et-pricing .single-table {
    width: 100%;
    margin: 20px 0;
  }

}
/* Screen max 480px */
@media (max-width: 480px) {
  .et-slider {
    top:0px;
  }
  .et-event-item h5 {
    font-size: 11px;
  }
  .et-event-item ul.event-time li {
    font-size: 10px;
  }
  #et-about {
    padding-top:50px;
  }
}
body.com-users #sp-component {
    padding: 70px;
}