/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

body {
    overflow-x: hidden;
    background-color: #1a1a1a;
    font-family: 'Muli', sans-serif
}

.between {
    padding: 0px 20px;
}


/* decor */

.right-bg {
    position: absolute;
    width: 65%;
    height: 700px;
    background: #222222;
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.left-bg {
    position: absolute;
    width: 65%;
    height: 100%;
    background: #222222;
    opacity: 1;
    left: 0;
    top: 0;
    display: block;
    z-index: -3;
}

.line-between {
    height: 100px;
    width: 1px;
    position: absolute;
    display: block;
    margin-top: -50px;
    transform: translate(-50%, -0%);
    left: 50%;
    background: #4994e7;
}

.centered {
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-up {
    top: 0;
    position: absolute;
    z-index: -2
}

.hover {
    overflow: hidden;
    display: block
}

.hover::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0
}

.line-col {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 1px;
    background: hsla(0, 0%, 92%, .08);
    z-index: 4
}

.line-col.first {
    left: 10%
}

.line-col.second {
    left: 30%
}

.line-col.third {
    left: 50%;
    transform: translateX(-50%)
}

.line-col.fourth {
    left: 70%
}

.line-col.fifth {
    left: 90%
}

.hero {
    height: 85vh
}

.hero-title h1 {
    color: #fff;
    margin: 0!important;
    letter-spacing: 3px;
    font-size: 56px !important;
    line-height: 55px !important;
    font-weight: 800 !important;
    font-family: 'Playfair Display', sans-serif
}

.hero-title h3 {
    color: #f9a225 !important;
}

.hero-bg {
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100%);
    width: calc(100%);
    z-index: -4;
    overflow: hidden;
    opacity: 1
}

.hero-bg img {
    height: 90%;
    position: absolute;
    opacity: 1;
    bottom: 0;
    right: 10%
}

.hero-bg::before {
    z-index: -10
}

.square {
    opacity: .9;
    z-index: 1;
    height: 100%;
    width: 40%;
    right: 150px;
    position: absolute;
    background: url(img/bg-hero.png) no-repeat center center;
    background-size: cover
}

.square-overlay {
    z-index: 10;
    height: 100%;
    width: 100%;
    right: 0;
    position: absolute;
    /*background: #1a1a1a*/
}

.banner-text {
    height: 200px;
}

.body-frame {
    display: block;
    position: fixed;
    z-index: 30;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 20px solid #222;
    border-bottom: 0;
    pointer-events: none
}

.button-default {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 3px;
    position: relative !important;
    border: 1px solid #51c7fd !important;
    text-transform: uppercase;
    font-size: 12px;
    padding: 15px 34px;
    color: rgba(255, 255, 255, 1) !important;
    transition: all ease .5s
}

.button-default .fusion-button-text {
    color: rgba(255, 255, 255, 1) !important;
    font-weight: 500;
}

.button-default .fusion-button-text :hover {
    color: #51c7fd!important;
}

.button-default:before {
    content: "";
    position: absolute !important;
    border-bottom: 1px solid #51c7fd!important;
    width: 30px;
    transform: translate(-50%, -50%) !important;
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s
}

.button-default:hover:before {
    left: 100%!important;
}

.social {
    position: absolute;
    right: 3%;
    z-index: 3
}

.social ul li {
    display: block;
    margin-left: 10px;
    padding: 0;
    text-align: center;
    transition: all .2s ease
}

.contact .social ul li {
    display: inline
}

.social ul li a {
    transition: all .5s ease
}

.social ul li:hover a {
    color: #51c8eb
}

.social ul {
    margin: 0;
    padding: 0
}

.social ul li a {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #fff;
    line-height: 40px
}

.email-link {
    position: absolute;
    transform: translate(-50%, -50%) rotate(-90deg);
    top: 50%;
    left: 4%;
    z-index: 3
}

.email-link a {
    color: #fff;
    transition: all .5s ease
}

.email-link:hover a {
    color: #51c8eb
}

.title h3 {
    margin: 0;
    font-weight: 500;
    letter-spacing: 0;
    color: #54d2f7 !important;
    font-size: 18px;
}

.title-left,
.title-mid {
    padding: 30px;
}

.title-left .title:before {
    left: 14%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.title-mid .title:before {
    left: 50%;
    top: 67px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

.title:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -25px;
    width: 120px;
    height: 120px;
    z-index: 1;
    background: url('img/text-bg-light.svg') repeat;
    background-size: 10px;
    opacity: .1;
    transform: rotate(45deg);
}

.line {
    background: url('../img/line.png') center center no-repeat;
    height: 9px;
    width: 88px;
    display: inline-block;
}

.btn-main {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    position: relative;
    border: 1px solid #efb65f;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 30px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
}

.btn-main:hover {
    color: #4994e7;
}

.btn-main:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #4994e7;
    width: 30px;
    transform: translate(-50%, -50%);
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s;
}

.btn-main:hover:before {
    left: 100%;
}

.verticals-btn {
    padding: 10px 20px;
    margin: 20px 0;
}


/* ==========================================================================
                            [05] About
   ========================================================================== */

.about-overlay {
    background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: .5;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: all 1s ease;
}

.about-first {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    /*background: #1a1a1a;*/
    z-index: 1;
}

.about-img {
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
}

.about-img:hover .about-overlay {
    opacity: 0;
}

.about-item {
    overflow: hidden;
}

.about-text {
    padding: 20px 40px;
    z-index: 1;
}

.about-text p,
.Industries-text p {
    color: #d6d6d6;
    font-size: 16px;
    font-weight: 300;
}

.Industries-text {
    padding: 20px 10px;
}

.about-text h4 {
    font-family: 'Playfair Display', sans-serif;
    letter-spacing: 2px;
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #fff;
    padding-bottom: 20px;
}

.about {
    position: relative;
}

.line-img:after,
.home-blog .fusion-image-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    height: 5px;
    background-color: #4994e7;
    z-index: 2;
}

.industries .fusion-content-boxes .link-area-box .fusion-read-more,

/* ==========================================================================
                            [03] Solution
   ========================================================================== */

.service-item {
    transition: all 0.3s ease;
    padding: 30px 30px;
    box-shadow: 0px 9px 31px 6px rgba(0, 0, 0, .2);
    overflow: hidden;
}

.front {
    z-index: 3;
}

.service-icon {
    margin: 20px 0;
}

.service-icon img {
    width: 70px;
}

.service-text {
    /* padding: 20px 0;*/
}

.service-text h3 {
    color: #fff;
    text-align: center;
    font-size: 20px !important;
    ;
    font-weight: 400;
}

.service-text p {
    margin-top: 20px;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.service-list {
    padding: 0;
    margin-top: 20px;
}

.service-line {
    margin-top: 60px;
    width: 100px;
    height: 3px;
    background: #4994e7;
}

.service-list li {
    display: block;
    color: #fff;
    margin: 10px 0;
}

.grecaptcha-badge {
    display: none !important;
}

.case-studies-page,
.casestudies-titel {
    border: 1px solid #343434;
    height: 650px;
    background-color: #1a1a1a;
    -webkit-transition: background-image 2s ease-out;
    -moz-transition: background-image 2s ease-out;
    -o-transition: background-image 2s ease-out;
    transition: background-image 2s ease-out;
    padding: 20px;
    transition:all 0.3s ease;
}
.casestudies-titel {height: 300px !important;}
.casestudies-titel:hover {
    background-image: url(img/casestudies-servies.jpg)!important;
}

.case-studies-page:hover,
.casestudies-titel:hover {
    background-image: url(img/casestudies-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #efb65f;
    transition:all 0.3s ease;
}

.case-studies-page:hover h4,
.case-studies-page:hover p,
.casestudies-titel h3 {
    color: #fff;
    position: relative;
    z-index: 3;
}

.case-studies-page:hover .case-studie-btn-main,
.casestudies-titel:hover .case-studie-btn-main {
    z-index: 3;
    border: 1px solid #fff;
}

.case-studies-page:hover .case-studie-btn-main:hover,
.casestudies-titel:hover .case-studie-btn-main:hover {
    border: 1px solid #fff;
    color: #fff;
}

.case-studies-page:hover .case-studie-btn-main:before,
.casestudies-titel:hover .case-studie-btn-main:before{
    border-bottom: 1px solid #fff;
}

.case-studies-page:hover .line-bg,
.casestudies-titel:hover .line-bg{
    border-color: #fff;
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.case-studies-page:hover:before,
.casestudies-titel:hover:before {
    content: '';
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    background: #080f16;
    z-index: 1;
    opacity: .8;
}

.line-bg {
    border: 2px solid;
    border-width: 1px;
    width: 50px;
    border-color: #4994e7;
    margin-top: 20px;
    background-color: #4994e7;
}

.case-studie-btn-main {
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    border: 1px solid #4994e7;
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 30px;
    color: rgba(255, 255, 255, 1);
    transition: all ease .5s;
    bottom: 30px;
}

.case-studie-btn-main:hover {
    color: #efb65f;
}

.case-studie-btn-main:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #4994e7;
    width: 30px;
    transform: translate(-50%, -50%);
    height: 1px;
    left: 0;
    top: 50%;
    float: left;
    transition: all ease .5s;
}

.case-studie-btn-main:hover:before {
    left: 100%;
}
.banner-bot-text {
    border-radius: 10px;
}
  .banner-bot-text .fusion-column-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in;
    z-index: 2;
    box-sizing: border-box;
    padding: 30px !important;
    box-shadow: -10px 25px 50px rgba(0, 0, 0, 0.3);
  }
  
  .banner-bot-text .fusion-column-wrapper::before {
    content: '\201C';
    position: absolute;
    top: -20px;
    left: 5px;
    width: 100%;
    height: 100%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    pointer-events: none;
  }
  
  .banner-bot-text .fusion-column-wrapper::after {
    content: '\201D';
    position: absolute;
    bottom: -10%;
    right: 5%;
    font-size: 120px;
    opacity: 0.2;
    background: transparent;
    filter: invert(1);
    pointer-events: none;
  }
  
  .banner-bot-text .fusion-column-wrapper p {
    margin: 0;
    padding: 10px;
    
  }
  
  .banner-bot-text .fusion-column-wrapper h2 {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 10%;
    right: 10%;
    font-size: 1.5rem;
  }
  
  .banner-bot-text .fusion-column-wrapper:hover {
    color: #f2f2f2;
    box-shadow: 20px 50px 100px rgba(0, 0, 0, 0.5);
  }
  
  .banner-bot-text .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease-in;
    pointer-events: none;
    width: 100%;
    height: 200%;
    overflow: hidden;
  }
  
  .banner-bot-text .fusion-column-wrapper.fusion-content-layout-column:hover,
  .banner-bot-text .fusion-column-wrapper.fusion-content-layout-column:hover~.bg {
    opacity: 1;
    background: #00abff ;
  background: -moz-linear-gradient(-45deg, #00abff  15%, #000000  100%);
  background: -webkit-linear-gradient(-45deg, #00abff  15%,#000000  100%);
  background: linear-gradient(135deg, #00abff  15%,#000000  100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00abff ', endColorstr='#000000 ',GradientType=1 );
  }
  
  .quotes .box.box2:hover,
  .quotes .box.box2:hover~.bg {
    opacity: 1;
    background: #632c65;
  background: -moz-linear-gradient(-45deg, #632c65 15%, #56a5e2 100%);
  background: -webkit-linear-gradient(-45deg, #632c65 15%,#56a5e2 100%);
  background: linear-gradient(135deg, #632c65 15%,#56a5e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#632c65', endColorstr='#56a5e2',GradientType=1 );
  }
  
  .quotes .box.box3:hover,
  .quotes .box.box3:hover~.bg {
    opacity: 1;
    background: #4b384c;
  background: -moz-linear-gradient(-45deg, #4b384c 15%, #da5de2 100%);
  background: -webkit-linear-gradient(-45deg, #4b384c 15%,#da5de2 100%);
  background: linear-gradient(135deg, #4b384c 15%,#da5de2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b384c', endColorstr='#da5de2',GradientType=1 );
  }
  

@media (max-width: 575.98px) {
    .fusion-logo img,
    .fusion-is-sticky .fusion-logo img {
        width: 160px !important;
    }
    .fusion-body .fusion-page-title-bar h1 {
        margin: 0;
        line-height: 32px;
    }
    .mobile-banner-text div {
        margin-bottom: 0 !important;
    }
    .mobile-banner-text .fusion-title.fusion-sep-none .title-heading-left {
        padding-top: 70px !important;
        line-height: 36px !important
    }
    .banner-mobile-img div {
        margin: 0px !important;
        padding: 0 !important;
        width: 100% !important;
    }
    .banner-mobile-img div img {
        width: 110% !important;
    }
    .banner-bot-text {
        padding: 0 0 0 0 !important;
        margin: 0px !important;
    }
    .verticals .content-box-column-1,
    .verticals .content-box-column-2,
    .verticals .content-box-column-3,
    .verticals .content-box-column-4,
    .verticals .content-box-column-5,
    .verticals .content-box-column-6 {
        margin-bottom: 15px!important;
        margin-top: -10px !important;
    }
    .verticals .content-box-column-1,
    .verticals .content-box-column-2,
    .verticals .content-box-column-3,
    .verticals .content-box-column-4,
    .verticals .content-box-column-5 {
        border-bottom: 1px solid #282828 !important;
        border-right: inherit !important;
        border-left: inherit !important;
    }
    .hero-bg img {
        height: 100%;
        width: auto;
    }
    .square {
        background: url(img/bg-hero-mobile.png) no-repeat center center;
    }
    #banner-img .fusion-builder-row-1 {
        background-image: inherit !important;
    }
    .square {
        width: 100%;
        right: 0;
        background-size: contain;
        bottom: -83px;
    }
    .banner-text {
        height: 100%;
        padding-top: 20px;
    }
    .play-btn {
        top: 3px !important;
        left: 10px !important;
        z-index: 10;
    }
    .hero-title {
        padding: 0;
    }
    .hero-title h1 {
        color: #fff;
        margin: 0!important;
        letter-spacing: 3px;
        font-size: 52px !important;
        line-height: 46px !important;
        font-weight: 800 !important;
        font-family: 'Playfair Display', sans-serif;
    }
    .about-text {
        padding: 20px 0px;
        z-index: 1;
    }
    .about-img {
        margin-top: -30px !important;
    }
    .mobile-bg {
        background: #222222;
        box-shadow: 0px 9px 31px 6px rgb(0 0 0 / 20%);
    }
    .service-item {
        width: 100% !important;
    }
    .about-text-bg {
        display: none;
    }
    .left-bg {
        display: none
    }
    .right-bg {
        display: none;
    }
    blockquote {
        margin-inline-start: 10px !important;
        margin-inline-end: 0px !important;
    }
    blockquote h2 {
        font-size: 18px !important;
        font-weight: 300 !important;
    }
    .verticals {
        padding: 30px;
    }
    .verticals .content-box-column-1,
    .verticals .content-box-column-2,
    .verticals .content-box-column-3 {
        border-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-bottom: 0px;
    }
    .verticals .content-box-column-4,
    .verticals .content-box-column-5,
    .verticals .content-box-column-6 {
        padding-bottom: 0px;
        padding-top: 0px;
    }
    .verticals .heading .content-box-heading {
        padding-bottom: 20px;
    }
    .verticals .content-box-column-2,
    .verticals .content-box-column-5 {
        border-left: 0px solid #282828;
        border-right: 0px solid #282828;
    }
    .case-studie-section .fusion-column-wrapper {
        padding: 10px;
    }
}