/* Title */
#sp-top-bar {
    background-color: #222222!important;
    color: #ffffff!important;
}
body.itemid-437 #sp-main-body {
  padding: 0;
}
body.com-users #sp-component {
    padding: 70px;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #333;
}
div.catItemHeader span.catItemAuthor a:hover,
div.catItemCategory a:hover,
div.catItemCommentsLink a:hover,
div.catItemReadMore a:hover,
.catItemTitle a:hover {
  color:#000!important;
}
.et-title h2 {
  font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}
.et-title h6 {
    color: #ffffff;
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    display: inline-block;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.et-title p {
  margin: 0;
  color: #bcbcbc;
  font-size: 14px;
  font-weight: 500;
}
/* Transition */
h1, h2, h3, h4, h5, h6  {
    -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;
} 
.sticky-wrapper.is-sticky  #offcanvas-toggler >i {
    margin-top: -5px;
}
#offcanvas-toggler >i {
    color: #344a5f!important;
}
body.itemid-437 #sp-header,
 #sp-header {
    background-color:#fff!important;
}
/* General */
.et-title-general .qx-image {
    margin: auto;
}
.et-title h3 {
    font-size: 42px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
    position: relative;
}
.et-title h4 {
    padding-bottom: 11px;
    letter-spacing: 2px;
    line-height: 26px;
}
.et-title p {
    background-image: url(../images/heading-b-1.png) no-repeat bottom center;
}
.et-title-general h4 {
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}
.et-button-general {
    cursor: pointer;
    background: none;
    padding: 15px 30px;
    color: #7b7b7b;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: 0px;
}
.et-button-general {
    cursor: pointer;
    background: none;
    padding: 15px 30px;
    color: #7b7b7b;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    font-weight: 400;
    letter-spacing: 0px;
}
.et-button-general:hover {
    color: #ffffff;
}

/* Slider */
.et-slider {
    position: relative;
    top:-90px;
}
.et-slider .tp-caption a {
    padding: 12px 40px;
    color: #fff;
    letter-spacing: 2px!important;
    border-radius: 50px;
    font-size: 14px;
    text-transform: uppercase;
}
.et-slider .tp-caption a:hover {
    color:#fff;
    background-color:none!important;
    background:none!important;
    border:1px solid #333!important;
}
.et-slider .button:hover {
    background: #222;
}
.et-slider .button-right {
    background-color: #333!important;
}
/***** Service *****/
.et-line .qx-element-divider:before {
    border-top-color: #ffae00;
}
.et-service-item i {
    width: 60px;
    height: 60px;
    text-align: center;
    border: 1px solid #f1f1f1;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#et-service .et-service-item:hover i {
    color: #ffffff!important;
}
.et-service-item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

/** Feature **/
.et-feature-item {
    cursor: pointer;
}
.et-feature-item h3 {
    color: #61d2b4;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
}
.et-feature-item i {
    width: 60px;
    height: 60px;
    margin-top: 24px;
    line-height: 60px;
    text-align: center;
    border: 1px solid #f1f1f1;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.et-feature-item:hover i {
    color: #ffffff!important;
}
.et-feature-item p {
    color: #ffffff;
}
.et-feature-right img {
    position: absolute;
    top: -131px;
}

/***** Portfolio *****/
.owl-carousel {
    display: block!important;
}
.et-portfolio-button:hover {
    color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
    margin: 5px;
}
.projects-filter a.selected, .projects-filter a.selected:hover {
    background: none repeat scroll 0 0 #2DA0CE;
    color: #FFFFFF!important;
    font-size: 14px;
}
.projects-filter {
    border-bottom: 0px solid #E7E7E7!important;
}
.projects-filter a:hover {
    color: #ffffff!important;
}
.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: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    font-size: 14px;
    display: inline-block;
    padding: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 20px;
}
.portfolio-list {
    padding-bottom:50px;
}
body.itemid-502 .portfolio-list {
    padding-top:50px;
    padding-bottom:70px;
}
.projects-filter {
    padding-top:0px;
}

/***** Intro video ****/
.et-intro-item a {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.et-intro-item a:hover {
  background:#fff;
}
/**** pricing ****/
.et-pricing-item .single-table .table-heading  {    
    background: #f1f1f1;  
}
.et-pricing-item .single-table .table-heading .title {
    font-size: 31px;
    padding: 30px 0;
    font-weight: 800;
    color: #333;
    text-transform: uppercase;
}
.et-pricing-item .single-table .table-heading .amount {
    font-size: 60px;
    font-weight: 500;
}
.et-pricing-item .single-table .cost {
    line-height: 1;
    font-size: 60px;
    font-weight: 500;
}
.et-pricing-item .single-table ul li {
    padding: 10px;
    font-size: 15px;
    border-bottom: 1px dotted #f1f1f1;
}
.et-pricing-item .single-table {
    cursor: pointer;
    padding: 0 0 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    border: transparent;
    text-align: center;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.et-pricing-item .single-table .table-footer {
    background: #ffffff;
}
.et-pricing-item .single-table .table-body {
    background: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.et-pricing-item .single-table:hover {
    box-shadow:0 0 20px 0 rgba(0,0,0,.1)
}
.et-pricing-item .single-table .qx-btn-default {
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 30px;
    background-color: #fff;
    border-color: #ccc;
}

/***** Team *****/
.et-team-item {
    background-color: #f1f1f1;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    cursor: pointer;
    margin: 0 5px;
    padding-bottom: 30px;
}
.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: rotate(5deg)scale(1.1);
}
.et-team-item .qx-person-img {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.et-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.et-team-item .qx-person-position {
    font-size: 15px;
    line-height: 40px;
    transition: all .3s linear;
    color: #333;
    font-weight: 400;
    text-transform: capitalize;
}
.et-team-item h4 {
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}
.et-team-item .social-links {
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 10px;
    -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 {
     color: #333;
    z-index: 3;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    top:280px;
    -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 .social-links a {
    width: 35px;
    height: 35px;
    display: block;
    background: #ffffff;
    color: #ffffff!important;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 30px;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
}
.et-team-item .social-links a:before {
    font-size: 12px;
}
/* Service */
.et-service-item {
    cursor: pointer;
}
.et-service-item i {
    padding-top: 17px;
}
.et-service-item h6 {
    font-size: 20px;
    font-style: italic;
}
/*** Features ***/
.et-features-right .qx-element-button {
    text-align: right; 
}
.et-features-item h6 {
    font-size: 20px;
    font-style: italic;
    line-height: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #1f1f1f;
    font-weight: 300;
}
.et-features-item i {
    padding-top: 15px;
}
/*** Accordion ***/
#et-accordion .collapsible-header {
    font-size: 19px;
    font-weight: 300;
    padding: 5px;
}
/*** Counter ***/
.et-counter-item {
    border-radius: 25px;
    padding: 60px 20px;
    text-align: center;
}
.et-counter-item i {
    color:#fff;
    padding-bottom: 20px;
}
.et-counter-item .qx-nc-number {
    color: #aaa;
}
.et-counter-item p.qx-nc-title {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.et-counter-item .qx-nc-number {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    line-height: 60px;

}
/**** Testimonial ****/
#et-testimonial .tp-caption img {
    border-radius: 50px!important;
}
#et-testimonial .tp-caption.medium_bold_orange, .medium_bold_orange {
    font-size: 16px;
}
#et-testimonial .tp-caption.medium_light_red, .medium_light_red {
    color: #999; 
}


/* Blog */
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
    width:100%;
}
.et-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.et-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 2%;
    width: 31%;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
    margin-right: 0!important
}
.et-blog a.moduleItemImage img {
    width: 100%!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left!important;
    margin: 5px 20px 4px 4px!important;
}
.et-blog .media-body {
    padding-top: 10px;
}
.et-blog div.k2ItemsBlock ul li:nth-child(4),
.et-blog .lastItem {
    position: relative;
}
.et-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;
}
.et-blog .moduleItemReadMore:hover {
    color: #fff;
}
.et-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}

/* Contact */
.et-contact-item .qx-icon {
  height: 52px;
  width: 52px;
  margin-top: 21px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  border: 1px solid #000;
  line-height: 50px;
  margin-right: 10px;
}
.et-contact-item .qx-element-blurb {
  margin:0px!important;
}
.et-contact-address p span {
    color: #61d2b4;
    padding-left: 10px;
}
.et-social .social-icons ul li {
    display: inline;
}
.et-social .social-icons ul li a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 15px;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #ddd;
    font-size: 16px;
}
.social-icons ul {
    margin: 0;
    padding: 0;
}
.et-social .facebook a {
    color: #4867aa;
}
.et-social .twitter a {
    color: #1da1f2;
}
.et-social .google-plus a {
    color: #dd4d42;
}
.et-social .linkedin a {
    color: #007bb6;
}
.et-social .dribbble a {
    color: #ea4c89;
}
.et-contact-form .form-horizontal .control-label {
  text-align: left!important;
}
.et-contact-item {
    cursor: pointer;
}
.et-contact-form label {
    color: #bcbcbc;
}
.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: 40px;
    color: #fff;
    left: 0;
    right: 0;
    border-radius: 50px;
    margin: auto;
    display: block;
    text-align: center;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
 .et-contact-form input[type="text"],
 .et-contact-form input[type="email"],
 .et-contact-form .form-horizontal textarea {
     color: #ffffff;
     background-color: #343a40;
 }
.et-contact-form button:hover {
    color: #fff!important;
}
.itemid-549 .et-contact-form label {
    color: #333;
}
.control-label {
    display: none;
}
.form-horizontal .controls {
    margin-left: 0!important;
}
/****page ****/
.item-page {
  padding-top:70px;
  padding-bottom:70px;
}
/** 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;
}
/* 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;
  }
  .et-counter-item {
    padding-bottom:30px!important;
  }
  .sp-megamenu-parent >li >a {
    padding: 0px 13px!important;
    line-height: 90px;
    font-size: 15px!important;
  }
  .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
    left: auto;
    right: -64px!important;
  }
}
/* Screen min 979px and max 781px */
@media (min-width: 768px) and (max-width: 979px) {
  #et-counter-item-sub {
    padding-bottom:30px!important;
  }
  .et-slider {
    position: relative;
    top: 0px!important;
  }
  #et-service {
    padding-top: 50px!important;
  }
 .et-intro-item {
    left: 0px!important;
    right: 0px!important;
    margin: 0 auto;
    text-align: center!important;
  }
  .projects-filter a {
    width: 163px!important;
    font-size: 13px!important;
  }
  .et-title h3 {
    font-size: 40px!important;
  }
  .et-feature-right img {
    position: initial!important;
  }
  .et-title h3 {
    font-size: 40px!important;
    text-align: center!important;
  }
  .et-pricing-item .single-table {
    width: 98%!important;
  }
  .et-team-item .qx-person-img img {
    width: 100%!important;
  }
  .et-team-item {
    margin-bottom: 30px!important;
 }
}

/* Screen max 767px */
@media (max-width: 767px) {
  .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-intro-sub,
 .et-counter-item {
    margin-bottom: 20px;
 }
  .et-slider {
    position: relative;
    top: 0px!important;
  }
  #et-service {
    padding-top: 50px!important;
  }
  .et-feature-right img {
    position: initial!important;
  }
  .et-title h3 {
    font-size: 40px!important;
    text-align:center!important;
  }
  .projects-filter a {
    width: 71px!important;
    font-size: 7px!important;
  }
  .et-pricing-item .single-table {
    width: 98%!important;
 }
 .tp-caption.excerpt_1b, .excerpt_1b {
    font-size: 9px!important;
    line-height: 11px!important;
 }
 .et-slider .tp-caption a {
    position: relative!important;
    font-size: 11px!important;
    top: 16px!important;
 }
 .et-team-item .qx-person-img img {
    width: 100%!important;
 }
 .et-team-item {
    margin-bottom: 30px!important;
 }
}
/* Screen max 480px */
@media (max-width: 480px) {
  .et-event-item h5 {
    font-size: 11px;
  }
  .et-event-item ul.event-time li {
    font-size: 10px;
  }
  .et-intro .qx-col-lg-4 {
    width: 100%;
  }
  #et-intro-sub,
  .et-counter-item {
    margin-bottom: 20px;
  }
  .et-slider {
    position: relative;
    top: 0px!important;
  }
  #et-service {
    padding-top: 50px!important;
  }
  .et-feature-right img {
    position: initial!important;
  }
  .et-title h3 {
    font-size: 40px!important;
  }
  .projects-filter a {
    width: 71px!important;
    font-size: 7px!important;
 }
  .et-pricing-item .single-table {
    width: 98%!important;
 }
 .et-slider .tp-caption a {
    position: relative!important;
    font-size: 11px!important;
    top: 16px!important;
 }
 .tp-caption.excerpt_1b, .excerpt_1b {
    font-size: 9px!important;
    line-height: 11px!important;
  }
  .et-team-item .qx-person-img img {
    width: 100%!important;
  }
   .et-team-item {
    margin-bottom: 30px!important;
 }
}
/* Screen max 375px */
@media (max-width: 375px) {
  .et-event-item h5 {
    font-size: 11px;
  }
  .et-event-item ul.event-time li {
    font-size: 10px;
  }
  .et-intro .qx-col-lg-4 {
    width: 100%;
  }
  #et-intro-sub,
  .et-counter-item {
    margin-bottom: 20px;
  }
  .et-slider {
    position: relative;
    top: 0px!important;
  }
  #et-service {
    padding-top: 50px!important;
  }
  .et-feature-right img {
    position: initial!important;
  }
  .et-title h3 {
    font-size: 40px!important;
  }
  .projects-filter a {
    width: 71px!important;
    font-size: 7px!important;
  }
  .et-pricing-item .single-table {
    width: 98%!important;
  }
 .et-slider .tp-caption a {
    position: relative!important;
    font-size: 11px!important;
    top: 16px!important;
  }
  .tp-caption.excerpt_1b, .excerpt_1b {
    font-size: 9px!important;
    line-height: 11px!important;
  }
  .et-team-item .qx-person-img img {
    width: 100%!important;
  }
  .et-team-item {
    margin-bottom: 30px!important;
 }
}
/* Screen max 320px */
@media (max-width: 320px) {
  .et-event-item h5 {
    font-size: 11px;
  }
  .et-event-item ul.event-time li {
    font-size: 10px;
  }
  .et-intro .qx-col-lg-4 {
    width: 100%;
  }
  #et-intro-sub,
  .et-counter-item {
    margin-bottom: 20px;
  }
  .et-slider {
    position: relative;
    top: 0px!important;
  }
  #et-service {
    padding-top: 50px!important;
  }
  .et-feature-right img {
    position: initial!important;
  }
  .et-title h3 {
    font-size: 40px!important;
  }
  .projects-filter a {
    width: 220px!important;
    font-size: 15px!important;
  }
  .et-pricing-item .single-table {
    width: 98%!important;
 }
 .tp-caption.excerpt_1b, .excerpt_1b {
    font-size: 9px!important;
    line-height: 11px!important;
 }
 .et-slider .tp-caption a {
    position: relative!important;
    font-size: 11px!important;
    top: 16px!important;
  }
  .et-team-item .qx-person-img img {
    width: 100%!important;
  }
  .et-team-item {
    margin-bottom: 30px!important;
 }
}
