/* Title */
body {
    font-size: 14px;
}
#sp-main-body {
  padding: 0!important;
}
.sp-megamenu-parent >li.active>a, .sp-megamenu-parent >li:hover>a {
  color: #2c3041;
}
body.itemid-437 #sp-header,
body.itemid-437 #sp-header, #sp-header {
    background-color: rgba(247, 247, 247, 0.64);
}
.sticky-wrapper.is-sticky #sp-header {
    background: #fff;
    position: fixed!important;
    top: 0;
    width: 100%!important;
    z-index: 99;
}
#offcanvas-toggler >i {
    color: #f5e8cf;
}
#et-title-line {
    width: 50px;
}
.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 h4 {
    text-transform: none;
    letter-spacing: 4px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0px;
}
.et-title-black h2 {
    color: #333;
    font-size: 58px; 
    padding-bottom: 10px;
    margin: 0;
    font-weight: 500;
    text-transform: none;  
}
.et-title-black p {
    margin: 0;
    color: #333;
    font-size: 21px;
}
.et-title p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
    font-weight: 100;
}
#et-general {
    color: #ffffff;
    padding: 10px 30px;
    border: 3px solid #ffffff;
}
#et-general:hover {
    background-color: #fff!important;
}
.et-button-general {
  color:#333;
  background: none!important;
  border-radius: 0px!important;
  border: 3px solid #333;
  padding: 10px 30px;
}
.et-button-general:hover {
  color:#fff!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: 120px;
background-color: #1d747e;
}
.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;
}
/*** General ***/
.et-title h2 {
    font-size: 40px;
    color: #333;
    font-weight: 600;
}
.et-title p {
    color: #333;
}
#et-button-black {
    background-color: #ffffff;
    cursor: pointer;
    color: #333;
    padding: 5px 35px;
    font-size: 26px;
    border-radius: 50px;
    border:0px!important;
}
#et-button-black:hover {
    background: #000000!important;
    color: #ffffff;
}
.et-button-white {
    cursor: pointer;
    color: #ffffff;
    padding: 5px 35px;
    margin-top:0px!important;
    font-size: 26px;
    border-radius: 50px;
    border:0px!important;
}
.et-button-white:hover {
    background: #000000!important;
    color: #ffffff;
}
/* Slider */
.et-slider {
  position: relative;
    top:-90px;
}
.et-slider .tp-caption a {
  padding: 12px 35px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.et-slider .tp-caption .button {
    padding: 12px 35px;
    font-size: 28px;
    border:2px solid #333;
    text-transform: none;
}
.et-slider .tp-caption a.button1 {
    background: none!important;
    border: 2px solid #ffffff;
}
.et-slider .tp-caption a.button1:hover {
    background: #333!important;
    border: 0px;
}
.et-slider .button:hover {
  background: #222;
}
.et-slider .tp-caption .button:hover {
  color:#fff!important;
}

/*** Features ***/
@font-face {
  font-family: 'ecoicon';
  src:url('../fonts/ecoicons/ecoicon.eot');
  src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ecoicons/ecoicon.woff') format('woff'),
    url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
    url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.et-feature-item .qx-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.et-feature-item .qx-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.et-feature-item {
  cursor: pointer;
}
.et-feature-item .qx-blurb-title {
    font-size: 25px;
    font-weight: 600;
}
.et-feature-item i.qx-icon {
  color:#fff;
  width:95px;
  height:95px;
  line-height:90px;
  text-align: center;
  border-radius: 50px;
}
.et-feature-item .qx-icon:hover {
  background-color: #ffffff!important;
  border:2px solid #333!important;
}
.et-feature-item .qx-icon {
  box-shadow: 0 0 0 4px rgba(255,255,255,1);
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}
.et-feature-item .qx-icon:after {
  display: none;
}
.et-feature-item .qx-icon:hover {
  background: rgba(255,255,255,1);
  color: #fff;
  box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
}
.et-feature-item .qx-icon:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

/*** About ***/
#et-about {
    position: relative;
    cursor: pointer;
    margin: 0 5px; 
}
#et-about-item .qx-blurb-title {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 5px;
    top:100px;
    font-weight: 700;
    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-about-item:hover .qx-blurb-title {
    color: #ffffff;
     bottom: 20px;
    opacity: 1;
    text-align: center;
}
#et-about-item-1 .qx-blurb-title {
    position: absolute;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0px 5px;
    top:280px;
    font-weight: 700;
    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-about-item-1:hover .qx-blurb-title {
    color: #ffffff;
     bottom: 20px;
    opacity: 1;
    text-align: center;
}
#et-about-item img:hover {
  opacity: 0.9;
}

/* Service */
#et-title-line {    
    width: 50px;
}
.et-service-item {
    position: relative;
    width: 100%;
}
.et-service-item .qx-image {
    display: block;
}
.et-service .et-service-item {
    position: relative;
}
.et-service-item h3.qx-blurb-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #242424;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.et-service-item p {
    letter-spacing: 2px;
}
#et-we-do-item-sub1 {
    padding: 60px;
    max-width: 660px;
    height: 455px;
}
#et-we-do-item-sub2 {
    padding: 60px;
    max-width: 660px;
    height:512px;
}
#et-we-do-item-sub3 {
    padding: 60px;
    max-width: 660px;
    height: 512px;
}

/* Service */
#et-get-service .qx-element-button,
#et-discovery .qx-element-button {
   text-align: center;
}
#et-service .qx-element-blurb {
    margin: 0px;
}
.et-service-item i {
    padding-top: 23px;
    color: #4486bd;
}
#et-service .et-service-item p {
    color:#ffffff;
}
#et-service .et-about-item i {
    color: #4486bd;
}

/* Event */
.et-event-item:hover {
  cursor: pointer;
}
.et-event-item h5 {
  font-size: 17px;
  font-weight: 700;
  top:0;
  text-transform: capitalize;
}
.et-event-item p {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
}
.et-event-item .qx-media .qx-media-body {
  background-color: #ffffff;
  padding: 20px;
  padding-bottom:6px;
}
.et-event-item .qx-media-left,
.et-event-item .qx-media-right {
  padding: 0px;
}
.et-event-item ul.event-time {
  margin:0;
  padding: 0;
}
.et-event-item ul.event-time li {
  font-size: 14px;
  font-weight: 500;
}
.et-event-item .qx-media .qx-image {
  -webkit-transition-duration: 0.5s; 
  -moz-transition-duration: 0.5s; 
  -o-transition-duration: 0.5s;  
}
.et-event-item .qx-media:hover .qx-image {
  cursor: pointer;
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}

/*** Get Service ***/
#et-get-service h4 {
    font-size: 22px;
    letter-spacing: 15px;
    font-weight: 300;
}
#et-get-service h3 {
    font-size: 70px;
    font-weight: 700;   
}

/*** Team ***/
.et-team-item {
    cursor: pointer;
}
#et-team-sub {
    width: 23%;
    margin-right: 2%;
}
.et-team-item .qx-img-responsive {
    background: rgba(255,255,255,0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}
.et-team-item .qx-img-responsive:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
#et-team-sub:hover h4 {
  color:#fff!important;
}
#et-team-sub:hover .qx-person-position {
  padding-top: 10px;
  color: #fff!important;
}
.et-team-item .qx-img-responsive:hover {
    background: rgba(255,255,255,0.05);
    -webkit-transform: scale(2s);
    -moz-transform: scale(2s);
    -ms-transform: scale(2s);
    transform: scale(2s);
    color: #fff;
}
.et-team-item .qx-img-responsive:hover:after {
    -webkit-animation: sonarEffect 2s ease-out 75ms;
    -moz-animation: sonarEffect 2s ease-out 75ms;
    animation: sonarEffect 2s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}
@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #333, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #333, 0 0 0 10px rgba(255,255,255,0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}
@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #333, 0 0 0 10px rgba(255,255,255,0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #333, 0 0 0 10px rgba(255,255,255,0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* 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: 700;
}
.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;
}

/*** Helpful ***/
@font-face {
  src:url('../fonts/ecoicons/ecoicon.eot');
  src:url('../fonts/ecoicons/ecoicon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ecoicons/ecoicon.woff') format('woff'),
    url('../fonts/ecoicons/ecoicon.ttf') format('truetype'),
    url('../fonts/ecoicons/ecoicon.svg#ecoicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.et-helpful-item .qx-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box; 
  -moz-box-sizing: content-box; 
  box-sizing: content-box;
}
.et-helpful-item .qx-icon:before {
  speak: none;
  font-size: 48px;
  line-height: 90px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
}
.hi-icon-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 2em 0 3em;
}
.et-helpful-item img {
    margin: auto;
}
.et-helpful-item h3 {
  margin-bottom:51px;
  font-weight:500;
  font-size:24px;
  line-height:21px;
  position:relative;
}
.et-helpful-item h3:before {
  position:absolute;
  content:"";
  display:block;
  left:0;
  right: 0;
  margin: auto;
  width:50px;
  height:1px;
  background:#ebebeb;
  bottom:-16px;
}
.et-helpful-item .qx-icon:hover:before {
  -webkit-animation: spinAround 2s linear infinite;
  -moz-animation: spinAround 2s linear infinite;
  animation: spinAround 2s linear infinite;
}
.et-helpful-item .qx-icon {
    border: 2px solid#a5a5a5;
    width: 90px;
    height: 90px;
    border-radius: 50px;
}

/* Blog */
.entry-header h2 a {
    font-size: 30px;
    font-weight: 400;
}
div.sp-module .sp-module-title {
    font-size: 20px;
    font-weight: 400;
}
.sp-page-title {
    margin-bottom: 50px;
}
.et-blog div.k2ItemsBlock ul li {
    background: #ffffff;
    padding: 10px;
  width: 32%;
  float: left;
  margin-right: 2%;
  position: relative;
  overflow: hidden;
}
.clearList {
    display: none!important;
}
.et-blog div.k2ItemsBlock ul li:nth-child(3n) {
  margin-right: 0;
}
.et-blog div.k2ItemsBlock ul li a {
    display: inherit;
    overflow: hidden;
    font-size: 16px;
    padding-bottom: 15px;
}
.et-blog div.k2ItemsBlock ul li img {
  width: 100%;
  margin-bottom: 15px!important;
  transition: all .40s linear;
  transform: scale(1.1);
}
.et-blog div.k2ItemsBlock ul li:hover img {
  transform: rotete(4deg)scale(1.2);
}
.et-blog ul li .moduleItemDeteCreeted {
  left: 0;
  display: block;
  padding: 5px;
  font-size: 12px;
  font-style: italic;
  color: #333;
}
.et-blog .et-portfolio-button {
  margin-top: 0!important;
}
.et-blog > div > p {
  clear: left;
}
.moduleItemImage img {
  float: left!important;
  width: 100%;
}

/*** Pricing ***/
#et-pricing .table-heading {
  background:#fff!important;
  font-size:40px;
  font-weight:600;
}
#et-pricing .table-body {
   background:#fff!important;
}
#et-pricing .table-heading .description {
  display:none!important;
}
#et-pricing .table-footer {
  display:none!important;
}

/* 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: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-180deg);
    display: block; 
    color: #fff!important;
}
.et-contact-item:hover .qx-icon {
    -webkit-transform: roteteY(-180deg);
    -ms-transform: roteteY(-180deg);
    transform: roteteY(-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: 50px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #fff!important;
    transition: all .25s linear;
    font-weight: 400;
}
.et-contact-form button:hover {
    background-color: #333;
    color: #fff;
}
.et-contact-form button:hover {
    color: #fff!important;
}

/* Bottom */
#sp-bottom {
    background-color: #041721!important;
}
#sp-bottom p {
    color: #ffffff;
}
#sp-bottom a {
    color: #ffffff;
    line-height: 40px;
}
#sp-bottom h3 {
    color: #ffffff;
}
#sp-bottom2 a {
    color: #fff;
}
#sp-bottom4 .acymailing_introtext {
    color: #ffffff;
}
#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;
}
.btn-primary:hover, .sppb-btn-primary:hover{
  background:#333;
}
body.com-users #sp-component {
    padding: 40px 70px 70px 70px;
}
/** RESPONSIVE **/
/* 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 max 1024px */
@media  (max-width: 1024px) {
.et-button-general {
  margin-top:23px!important;
 }
}
/* Screen min 768px and max 979px */
@media (min-width: 768px) and (max-width: 979px) {
  #et-team-button:after {
    display:none;
  }
    #et-slider {
      position: relative;
    top:90px!important;
  }
   #et-about-top {
    padding-top:60px!important;
  }  
  .et-event-item .qx-media .qx-image {
    width:80%!important;
  }
  #et-about-item img,
  #et-about-item-1 img {
    width:100%!important;
  }
  #et-about-item-1 .qx-blurb-title {
    top:607px!important;
  }
  .et-button-general {
    margin-top:23px!important;
  }
}
/* Screen max 767px */
@media (max-width: 767px) {
  .et-subscribe > div:first-child {
    padding-bottom: 0!important;
  }
   #et-about-top {
    padding-top:60px!important;
  } 
   #et-slider {
     position: relative;
    top:90px!important;
  }
  .et-action-title,
  .et-subscribe > div > div {
    text-align: left;
  }
  .et-blog div.k2ItemsBlock ul li {
    width: 100%;
    margin-right: 0;
  }
    #et-team-button:after {
    display:none;
  }
   .et-event-item .qx-media .qx-image {
    width:80%!important;
  }
  #et-about-item img,
  #et-about-item-1 img {
    width:100%!important;
  }
  #et-about-item-1 .qx-blurb-title {
    top:607px!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
  #et-team-button:after {
    right:160px;
  }
  #et-slider {
    position: relative;
    top:90px!important;
  }
  #et-about-top {
    padding-top:60px!important;
  } 
  .et-event-item .qx-media .qx-image {
    width:80%!important;
  }
  #et-get-service h3 {
    font-size: 48px!important;
  }
  .et-button-white {
    font-size:18px!important;
  }
  #et-team-sub {
    width:100%!important;
  }
}
/* Improve sub menu dropdown clickable for offcanvas menu */
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon,
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
 float: right;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
 width: 100%;
}