* {
    scroll-behavior: smooth;
}

body {
  --primary-color: #e84c3d;
  --primary-light-color: #c13e32;
  --neutral-color: #444444;
  --neutral-medium-color: #7b909a;
  --neutral-light-color: #e9ecee;
  --light-color: #fff;
  --light-grey-color: #f4f2f2;
  /* #f6ecea; */
    font-family: "Segoe UI", sans-serif;
    color: var(--neutral-color);
    height: 100vh;
    display: flex;
    flex-direction: column;
    list-style: "\23F5";
}

ul {
    list-style: "\23F5";
}

li {
    padding-left:1em;
}

h2 {
    color: var(--primary-color);
}


a {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-light-color);
  text-decoration: none;
}

a.button,
button,
button.btn.btn-primary {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    padding: 8px 40px;
    border-radius: 22px;
    transition: 0.5s;
    height: 44px;
    border: 2px solid color-mix(in srgb, var(--primary-color), transparent 50%);
    background: transparent;
}

a.button p,
button p,
button.btn.btn-primary p {
    margin-bottom: 0;
}

a.button span:first-child {
    margin-right: 5px;
}

a.button:hover,
button:hover,
button.btn.btn-primary:hover {
    background: var(--primary-color);
    color: var(--light-color);
}

a.button.filled,
button.filled,
button.btn.btn-primary.filled {
    color: var(--light-color);
    border: 2px solid color-mix(in srgb, var(--primary-color), transparent 50%);
    background: var(--primary-color);
}

a.button.filled:hover,
button.filled:hover,
button.btn.btn-primary.filled:hover {
    background: var(--primary-light-color);
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

p b, li b {
  color: var(--primary-color);
}

#page-container {
    overflow: hidden;
    position: absolute;
    top: 114px;
    width: 100%;
}

#page-content {
    overflow: auto;
}

#page-content .container {
    padding: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#page-content .container h2 { 
    color: var(--primary-color);
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

#page-content .container .title h2 { 
    color: white;
    font-size: 56px;
}

@media (max-width: 550px) {
    #page-content #our-services .container .title h2 { 
        font-size: 40px;
    }
}

main {
    min-height: calc(100vh - 114px - 108.5px);
}

main div:not(
.own-carousel,
.owl-stage-outer,
.owl-stage,
.owl-nav,
.ce-element
) {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.grey-block {
    background: var(--light-grey-color);
    width: 100%;
}

.pic-card p {
    margin-bottom: 0;
}

.header-pic {
    height: 500px;
    width: 100%;
}

.header-pic img {
    position: absolute;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.header-pic #pic-content {
    z-index: 3;
    align-items: center;
    gap: 40px 0;
    height: 100%;
    justify-content: center;
}

.header-pic .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

/* HOME */

#home {
    display: flex;
    flex-direction: column;
}

/* Pic block */

#home #pic {
    height: calc(100vh - 114px);
    display: flex;
    justify-content: center;
    align-items: center;
}

#home #pic > img {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100vh - 114px);
    object-fit: cover;
}

#home #pic-content {
    z-index: 3;
    align-items: center;
    gap: 40px 0;
    padding: 0 10px;
}

#home #pic-content .title h2 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
}

#home #pic-content .subtitle {
    text-align: center;
    font-size: 20px;
    color: var(--light-color);
}

/* Home Block #1 */

#page-content .right-pic-block,
#page-content .left-pic-block {
    flex-direction: row;
    gap: 40px;
    justify-content: center;
}
@media (max-width: 992px) {
    #page-content .right-pic-block,
    #page-content .left-pic-block {
        flex-wrap: wrap;
        padding-left: 10px;
        padding-right: 10px;
    }
}

#page-content .right-pic-block {
    flex-direction: row-reverse
}

#page-content .right-pic-block img,
#page-content .left-pic-block img{
    object-fit: cover;
    width: 500px;
    height: 700px;
    border-radius: 10px;
}

@media (max-width: 992px) {
    #page-content .right-pic-block img,
    #page-content .left-pic-block img{
        aspect-ratio : 7 / 5;
        width: 100%;
        height : auto;
        border-radius: 10px;
    }
}

#home #home-1-2 img {
    width: 400px;
    height: 400px;
}
@media (max-width: 992px) {
    #home #home-1-2 img {
        aspect-ratio : 1 / 1;
        width: 100%;
        height : auto;
        border-radius: 10px;
    }
}


#home #home-1 > div,
#page-content .right-pic-block > div,
#page-content .left-pic-block > div {
    flex-direction: column;
    align-items: flex-start;
}

#home #home-1 > div > div,
#page-content .right-pic-block > div > div,
#page-content .left-pic-block > div > div {
    align-items: flex-start;
}



#home #home-1 > div > div {
    gap:50px;
    flex-direction: row;
    align-items: flex-start;
}


#home #home-1 h2 {
    margin-bottom: 40px;
}

/* Home Block #2 */

#home #numbers {
    margin: 50px 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}

#home .stats-item {
    width: 200px;
    display: flex;
    gap: 10px;
}

#home .stats-item span.icon {
    font-size: 48px;
    color: #e86356;
    line-height: 40px;
}

#home .stats-item > div {
    flex-direction: column;
}

#home .stats-item span.number {
    color: var(--heading-color);
    font-size: 48px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    margin: 15px 0;
}

#home .stats-item p {
    text-align: center;
}

/* Home Block #3 */

#home #home-3 {
    padding: 0;
}

#home #logos {
    padding: 30px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    z-index: 5;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 50px;
}

#home #logos img {
    max-height: 80px;
    width: 120px;
    object-fit: scale-down;
}

#home #links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 0;
    grid-auto-rows: minmax(100px, auto);
}

@media (max-width: 992px) {
    #home #links {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px 20px;
        flex-wrap: wrap;
    }
    
}

/* Home block #4 */

#home #home-4 h2 {
    margin-bottom: 40px;
}

#home #home-4 p {
    padding: 0 10px;
}

#home .testimonial-item {
    display: flex;
    flex-direction: column;
    background: var(--light-grey-color);
    margin: 0 20px;
    padding: 36px;
    border-radius: 12px;
    width: calc(100% - 40px);
    box-sizing: border-box;
    overflow: hidden;
}

#home .testimonial-item img {
    order: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-bottom: 16px;
    border-radius: 12px;
}

#home .testimonial-item h3 {
    order: 1;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 6px 0;
    width: 100%;
}

#home .testimonial-item h4 {
    order: 2;
    font-size: 17px;
    font-weight: 500;
    color: var(--neutral-medium-color);
    font-style: italic;
    text-align: left; /* ← changed from center to left */
    margin: 0 0 10px 0;
    width: 100%;
}

#home .testimonial-item p {
    order: 3;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    width: 100%;
    line-height: 1.5;
}

#home .owl-dots {
    flex-direction: row;
    justify-content: center;
    gap: 10px 20px;
    padding: 20px 0;
}

#home .owl-dots button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--light-color);
    border: 1px solid var(--neutral-medium-color);
}

#home .owl-dots button.active {
    background: var(--primary-color);
}

/* Home Contact block */

#home #contact {
    width: 100%;
}

#home #contact h2 {
    margin-bottom: 40px;
}

#home #contact .form {
    flex-direction: row;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}

#home #contact .left,
#home #contact .right {
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 22px;
    border: 1px solid var(--neutral-light-color);
    padding: 20px;
    background: var(--light-color)
}

#home #contact .left {
    flex-grow: 1;
}

#home #contact .right {
    flex-grow: 2;
}

#home #contact .left > div {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 10px 0;
    gap: 20px;
}

#home #contact .left span {
  width: 50px;
  font-size: 35px;
  text-align: center;
  color: var(--primary-color);
}

#home #contact .left > div > div {
  flex-grow: 1;
  align-items: flex-start;
}

#home #contact .left iframe {
    margin-top: 30px;
    flex-grow: 1;
}

#home #contact .left h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}

#home #contact .left p {
    font-size: 16px;
    font-weight: 500;
    color: var(--neutral-medium-color);
    margin-bottom: 0;
}

#home #contact .form-row {
    flex-direction: row;
}

#home #contact .right #scf-contactForm,
#home #contact .right #scf-form-contactForm,
#home #contact .right form,
#home #contact .right .form-row,
#home #contact .right .form-group {
    width: 100%;
}


/* OUR DNA */

/* OUR DNA Block#1 */

@media (max-width: 992px) {
    #our-dna #our-dna-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#our-dna #our-dna-1 > div {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#our-dna #our-dna-1 > p {
    text-align: center;
}

#our-dna #our-dna-1 .pic-card {
    box-sizing: border-box;
    height: 350px;
    width: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 0;
    justify-content: flex-end;
    position: relative;
}

@media (max-width: 550px) {
    #our-dna #our-dna-1 .pic-card {
        aspect-ratio: 5 / 3.5;
        width: 100%;
        height: auto;
    }
}

#our-dna #our-dna-1 .pic-card img {
    height: 350px;
    width: 500px;
    top: 0;
    position: absolute;
    object-fit: cover;
    border-radius: 10px;
    box-sizing: border-box;
}

@media (max-width: 550px) {
    #our-dna #our-dna-1 .pic-card img {
        aspect-ratio: 5 / 3.5;
        width: 100%;
        height: auto;
    }
}

#our-dna #our-dna-1 .pic-card .details {
    z-index: 3;
    background: color-mix(in srgb, var(--light-color), transparent 10%);
    padding: 20px;
    width: 100%;
}

#our-dna #our-dna-1 .pic-card .details h3{
    font-size: 22px;
    color: var(--primary-color);
}

/* OUR DNA Block#2 */

#our-dna #our-dna-2 > div {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

#our-dna #our-dna-2 > p {
    text-align: center;
}

#our-dna #our-dna-2 .icon-card {
    flex-direction: column;
    gap: 20px 0;
    background: var(--light-color);
    width: 300px;
    padding: 50px 30px;
    border-radius: 10px;
    border: 1px solid var(--neutral-light-color);
    align-items: flex-start;
    transition: background-color 0.3s;
}

#our-dna #our-dna-2 .icon-card:hover {
    background: var(--primary-color);
    color: var(--light-color);
}

#our-dna #our-dna-2 .icon-card span {
    font-size: 48px;
    color: #e86356;
    line-height: 40px;
}

#our-dna #our-dna-2 .icon-card:hover span {
    color: var(--light-color);
}


#our-dna #our-dna-2 .icon-card h3 {
    font-weight: 700;
    font-size: 20px;
}


/* OUR DNA Block#3 */

@media (max-width: 992px) {
    #our-dna #our-dna-3 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#our-dna #our-dna-3 > div {
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

#our-dna #our-dna-3 > p {
    text-align: center;
}

#our-dna #our-dna-3 .team-card {
    flex-direction: column;
    background: var(--light-color);
    width: 350px;
    min-height: 350px;
    padding: 20px 30px;
    border-radius: 10px;
    border: 1px solid var(--neutral-light-color);
    align-items: center;
    transition: background-color 0.3s;
    position: relative;
}

#our-dna #our-dna-3 .team-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

#our-dna #our-dna-3 .team-card h3 {
    margin-top: 350px;
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 20px;
    width: 100%;
    text-align: center;
    color: var(--primary-color);
}

#our-dna #our-dna-3 .team-card > span {
    width: 100%;
    text-align: center;
    color: var(--neutral-medium-color);
    font-style: italic;
    margin-bottom: 20px;
}

#our-dna #our-dna-3 .team-card .socials {
    flex-direction: row;
    gap: 10px;
    font-size: 18px;
}

#our-dna #our-dna-3 .team-card .socials a {
    color: var(--neutral-medium-color);
}

#our-dna #our-dna-3 .team-card .socials a:hover {
    color: var(--primary-color);
}


/* OUR DNA Block#4 */

#our-dna #our-dna-4,
#academy #our-dna-4 {
    margin-top: 20px;
    width: 100%;
    flex-direction: column;
}

@media (max-width: 992px) {
    #our-dna #our-dna-4,
    #academy #our-dna-4  {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#our-dna #our-dna-4 > p,
#academy #our-dna-4 > p {
    text-align: center;
}

#our-dna #our-dna-4 #numbers,
#academy #our-dna-4 #numbers {
    margin-top: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 40px;
}

#our-dna .stats-item,
#academy .stats-item {
    width: 200px;
    display: flex;
    gap: 10px;
}

#our-dna .stats-item img,
#academy .stats-item img {
    max-height: 80px;
    width: 120px;
    object-fit: scale-down;
}

#our-dna .stats-item span.icon,
#academy .stats-item span.icon {
    font-size: 48px;
    color: #e86356;
    line-height: 40px;
}

#our-dna .stats-item > div,
#academy .stats-item > div {
    flex-direction: column;
}

#our-dna .stats-item span.number,
#academy .stats-item span.number {
    color: var(--heading-color);
    font-size: 48px;
    line-height: 40px;
    display: block;
    font-weight: 700;
    margin: 15px 0;
}

#our-dna .stats-item p,
#academy .stats-item p {
    text-align: center;
}

/* OUR SERVICES */

/* OUR SERVICES Block#1 */

@media (max-width: 992px) {
    #our-services #our-services-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#our-services #our-services-1 > div {
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px 10px;
    margin-top: 20px;
}

#our-services #our-services-1 > p {
    text-align: center;
}

#our-services #our-services-1 .pic-card {
    box-sizing: border-box;
    height: 350px;
    width: 220px;
    border-radius: 10px;
    overflow: hidden;
    padding: 20px 0;
    justify-content: flex-end;
    position: relative;
}

#our-services #our-services-1 .pic-card img {
    height: 350px;
    width: 500px;
    top: 0;
    position: absolute;
    object-fit: contain;
    box-sizing: border-box;
}

#our-services #our-services-1 .pic-card .details {
    z-index: 3;
    background: color-mix(in srgb, var(--light-color), transparent 25%);
    padding: 10px;
}

#our-services #our-services-1 .pic-card .details h3{
    text-align: center;
    font-size: 22px;
    color: var(--primary-color);
    margin: 0;
}


/* OUR INDUSTRIES */

/* OUR INDUSTRIES Block#1 */

@media (max-width: 992px) {
    #our-industries #our-industries-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#our-industries #our-industries-1 > div {
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 20px;
}

#our-industries #our-industries-1 > p {
  text-align: center;
}

#our-industries #our-industries-1 .pic-card {
  box-sizing: border-box;
  height: 300px;
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 0;
  justify-content: flex-end;
  position: relative;
}

#our-industries #our-industries-1 .pic-card img {
  height: 300px;
  width: 500px;
  top: 0;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  box-sizing: border-box;
}

#our-industries #our-industries-1 .pic-card .details {
  z-index: 3;
  background: color-mix(in srgb, var(--light-color), transparent 25%);
  padding: 10px;
  width: 100%;
}

#our-industries #our-industries-1 .pic-card .details h3{
  text-align: center;
  font-size: 22px;
  color: var(--primary-color);
  margin: 0;
}
#our-industries #our-industries-5{
  text-align: justify;
}
/* CONTACT => still useful ? */

#contact .social-links {
  padding-left: 60px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

#contact .social-links a:hover {
  background: #009cea;
  color: #fff;
}

#contact .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #e84c3d;
  color: #fff;
}

#contact .contact-form .form-group {
  padding-bottom: 8px;
}

#contact .contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .contact-form input, .contact .contact-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .contact-form input {
  height: 44px;
}

#contact .contact-form textarea {
  padding: 10px 12px;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
/*
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 8888;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #e84c3d;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #c13e32;
  color: #fff;
}

*/

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 114px;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #fff;
  box-shadow: 0 2px 2px -2px rgba(0,0,0,.2);
}

#header > div {
  display: flex;
  gap: 10px;
}

#header #ieva-logo {
    width: 84px;
    height: 84px;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header.container {
    
}


.social-icons-language-picker {
    display: flex;
    align-items: center;
    min-width: 130px;
}


.header-social-links a {
  color: var(--neutral-medium-color);
  padding-right:; 6px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

.header-social-links a:hover {
  color: var(--primary-color);
}


@media(min-width: 992px) {
    .nav-menu {
        display: flex !important;
    }
}

.nav-menu,
.mobile-nav-toggle
{
    display: flex;
    flex-grow: 1;
    align-items: center;
    flex-direction: row;
}

.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
    margin: 0;
    display: flex;
    gap: 5px;
    max-width: 1000px;
}

.nav-menu > ul > li {
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  position: relative;
  color: #7b909a;
  transition: 0.3s;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 8px 8px;
  border-radius: 22px;
  transition: 0.5s;
  height: 44px;
  border: 2px solid transparent;
  background: transparent;
}

.nav-menu a.active {
    color: var(--primary-light-color);
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  /* color: #e84c3d; */
  text-decoration: none;
  color: var(--light-color);
  border: 2px solid color-mix(in srgb, var(--primary-color), transparent 50%);
  background: var(--primary-color);
}

/* Mobile Navigation */


.mobile-nav-toggle button {
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle span {
  color: var(--primary-color);
}

.mobile-nav-toggle span:hover {
  color: var(--primary-light-color);
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #364146;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e84c3d;
  text-decoration: none;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(32, 38, 41, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language-picker {
  margin-left: 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #FFF;
  padding: 0 0 30px 0;
  color: #364146;
  font-size: 14px;
}

#footer .footer-top {
  background: #fff;
  padding: 60px 0 30px 0;
  border-top: 2px solid #e9ecee;
  border-bottom: 2px solid #e9ecee;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #576971;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #e9ecee;
  color: #8a9ca5;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #009cea;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #364146;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #009cea;
  font-size: 18px;
  line-height: 1;
  margin-left: -5px;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #576971;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #009cea;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e3e7e9;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #009cea;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #007ab7;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 8px;
  text-align: center;
  font-size: 13px;
  color: #364146;
}

.img-fix img, .img-fix .ce-element--type-image {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/

/*
#slider {
  width: 100%;
  background-image: url("../images/hero-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  margin-top: 70px;
  padding: 60px 0;
}

#slider h1 {
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 56px;
  color: #364146;
}

#slider h2 {
  color: #576971;
  margin-bottom: 30px;
  font-size: 20px;
}

#slider .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 28px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #009cea;
}

#slider .btn-get-started:hover {
  background: #008bd1;
}

#slider .hero-img {
  text-align: center;
}

#slider .hero-img img {
  width: 100%;
}

@media (min-width: 1024px) {
  #slider {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #slider h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #slider h2 {
    font-size: 20px;
  }
}

*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

/*
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7f8f9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #627680;
}

.section-title p {
  margin-bottom: 0;
}

*/
/*--------------------------------------------------------------
# Our Vision section
--------------------------------------------------------------*/

/*
.about {
  padding: 0;
  margin-top: 40px;
}

.about .container {
  background-color: #f7f8f9;
  padding: 60px 50px;
}

@media (max-width: 992px) {
  .about .container {
    padding: 30px;
  }
}

.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
  padding-left: 29px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about img {
  max-width: 100%;
  height: auto;
}

*/
/*--------------------------------------------------------------
# How we do it Section
--------------------------------------------------------------*/

/*
.features .container {
  position: relative;
  z-index: 10;
}

.features .container figure {
  text-align: center;
}

.features .container .bg-white {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}


.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 20px;
  transition: 0.3s;
  color: #364146;
  transition: 0.3s ease-in-out;
  border-radius: 0;
  border-left: 4px solid #fafbfb;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  color: #576971;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link:hover {
  background: #fafbfb;
}

.features .nav-link:hover h4 {
  color: #364146;
}

.features .nav-link.active {
  border-radius: 0;
  border: 0;
  border-left: 4px solid #e84c3d;
  background: #fafbfb;
}

.features .nav-link.active h4 {
  color: #e84c3d;
}

.features .tab-pane.active {
  -webkit-animation: slide-down 0.5s ease-out;
  animation: slide-down 0.5s ease-out;
}

.features .tab-content {
  text-align: right;
}

.features .image-container {
  display: flex;
  align-items: center;
}

.features .image-container img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/
/*--------------------------------------------------------------
# Our expertise
--------------------------------------------------------------*/
/*
.services-bg {
  background: url("../images/team-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.services-bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
}

.services ul {
  padding-left: 10px;
  text-align: left;
  list-style: none;
}

.list-circle ul li:before, .services ul li::before {
  content: "\2022";
  color: #e84c3d;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -20px;
}

.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  text-align: center;
  border-bottom: 3px solid #fff;
  width: 100%;
}

.services .icon-box:hover {
  transform: translateY(-5px);
}

.services .icon img {
  max-width: 81px;
  max-height: 81px;
  margin-bottom: 15px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box-pink .icon i {
  color: #ff689b;
}

.services .icon-box-pink:hover {
  border-color: #ff689b;
}

.services .icon-box-cyan .icon i {
  color: #3fcdc7;
}

.services .icon-box-cyan:hover {
  border-color: #3fcdc7;
}

.services .icon-box-green .icon i {
  color: #41cf2e;
}

.services .icon-box-green:hover {
  border-color: #41cf2e;
}

.services .icon-box-blue .icon i {
  color: #2282ff;
}

.services .icon-box-blue:hover {
  border-color: #2282ff;
}
*/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #009cea;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #364146;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #364146;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  bottom: 10%;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #009cea;
  margin: 0 2px;
  font-size: 24px;
  display: inline-block;
  transition: 0.3s;
  background: #eaf8ff;
  border-radius: 50px;
  line-height: 0;
  padding: 6px;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
  background: #009cea;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px);
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: calc(50% - 50px);
}
*/
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
/*
.cta {
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/cta-bg.jpg") center center;
  background-size: cover;
  padding: 80px 0;
}

.cta h3 {
  color: #364146;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #576971;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #e84c3d;
}

.cta .cta-btn:hover {
  background: #c13e32;
}

@media (min-width: 1024px) {
  .cta {
    background-attachment: fixed;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
*/
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
/*
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #d8dee1;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #f4f6f7;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  min-height: 244px;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #e84c3d !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

.team .member {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.team .row {
  justify-content: space-between;
}

.team .row .column {
  width: 30%;
  float: left;
}

.team .member .pic {
  overflow: hidden;
}

.team .member .member-info {
  background: #fff;
  padding: 21px 15px;
  color: #364146;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  max-height: 110px;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.team .member:hover .member-info {
  max-height: 1500px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  color: #364146;
  position: relative;
  padding-bottom: 10px;
}

.team .member h4::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5c1c6;
  bottom: 0;
  left: calc(50% - 25px);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member .description {
  margin-top: 27px;
  text-align: left;
  font-style: italic;
  padding: 0 15px;
}

.team .member .description label {
  display: block;
  margin-bottom: .5rem;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  margin-top: 8px;
}

@media (max-width: 992px) {
  .team .member {
    margin-bottom: 30px;
  }

  .team .row .column {
    width: 48%;
  }
}

@media (max-width: 574px) {
  .team {
    padding-left: 15px;
    padding-right: 15px;
  }

  .team .row .column {
    width: 100%;
  }
}

.clients .clients-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
  margin-bottom: 30px;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
  overflow: hidden;
  background: #fff;
  height: 120px;
  padding: 40px;
}

.clients .client-logo img {
  max-width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}

.clients .client-logo:hover img {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

.clients img {
  transition: all 0.4s ease-in-out;
}
*/
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
/*
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 2px solid #e9ecee;
}

.pricing h3 {
  font-weight: 400;
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}

.pricing h4 {
  font-size: 36px;
  color: #009cea;
  font-weight: 600;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul i {
  color: #009cea;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 20px 15px;
  text-align: center;
}

.pricing .btn-buy {
  background: #009cea;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.pricing .featured {
  background: #009cea;
  border-color: #009cea;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured h4 span, .pricing .featured ul, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: #fff;
  color: #009cea;
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #009cea;
  color: #fff;
}
*/
/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
/*
.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  padding: 0 0 20px 25px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: #009cea;
  font-size: 18px;
  font-weight: 500;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: -25px;
  top: 6px;
}

.faq .faq-list p {
  margin-bottom: 20px;
  font-size: 15px;
}

.faq .faq-list a.collapse {
  color: #009cea;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #009cea;
}

.faq .faq-list a.collapsed i::before {
  content: "\eab2" !important;
}
*/

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
/*
#scf-contactForm {
  width: 100%;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  border: 2px solid #e9ecee;
  border-radius: 4px;
}

.contact .info i {
  font-size: 20px;
  color: #e84c3d;
  float: left;
  width: 44px;
  height: 44px;
  background: #f2f4f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #364146;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #627680;
}

@media (max-width: 1199px) {
  .-icons-language-picker {
    position: fixed;
    right: 80px;
  }social
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
*/
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}
*/
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
/*
.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #009cea !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}
*/
/*--------------------------------------------------------------
# Cookie policy
--------------------------------------------------------------*/
/*
.cookie-policy {
  margin-top: 70px;
  */



/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
/*
.ct-widget .ct-ignition__button--edit {
  background: #e84c3d;
}

.ct-widget .ct-ignition__button--edit:hover {
  background: #e84c3d;
}

.ct-widget.ct-ignition {
  top: 11px;
  left: 11px;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.cc-compliance {
  color: #fff;
}

.cc-window .cc-compliance .cc-btn {
  background-color: #e84c3d !important;
  color: #fff !important;
  text-decoration: none !important;
}

.cc-window .cc-compliance .cc-btn:hover {
  background-color: #c13e32 !important;
  background-color: #c13e32 !important;
}
*/