#explainermodule_v1{display:block;}

#explainermodule_v1 .explainermodule_section {
    position: relative;
    display: inline-block;
    vertical-align: top;
    /* min-height: 600px; */
    overflow: hidden;
    width: 100%;
}

#explainermodule_v1 .col-row {position: relative;display: table;width: 100%;vertical-align: top;/* font-size: 0px; */}

#explainermodule_v1 .col-left {
    width: 50%;
    position: relative;
    /* float: left; */
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    display: table-cell;
    height: 100%;
}

#explainermodule_v1 .col-right {
    width: 50%;
    position: relative;
    /* float: left; */
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    display: table-cell;
    height: 100%;
}

#explainermodule_v1 .explainer-tools {
    list-style: none;
    position: relative;
    padding-top: 50px;
    padding-right: 50px;
}

#explainermodule_v1 .explainer-tools>li {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    vertical-align: top;
}
#explainermodule_v1 .explainer-tools>li:last-child {
    border-bottom: none;
}
#explainermodule_v1 .module-item {
    position: relative;
    width: 100%;
    display: table;
}

#explainermodule_v1 .module-item .icon {
    display: table-cell;
    width: 60px;
    vertical-align: top;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#explainermodule_v1 .module-item .text-wrap {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

#explainermodule_v1 .text-wrap h3 {
    font-size: 20px;
    font-family: poppinsbold;
    margin-bottom: 10px;
}
#explainermodule_v1 .text-wrap p {
    line-height: 22px;
    font-family: poppinsregular;
}
#explainermodule_v1 .explainer-tools>li:hover .icon {
    transform: translate(0px, -10px);
    -webkit-transform: translate(0px, -10px);
    -webkit-transition: all .5s .25s linear;
    -o-transition: all .5s .25s linear;
    transition: all .5s .25s linear;
}

#explainermodule_v1 .explainer-tools>li:last-child:hover .icon {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -webkit-transition: all .5s .25s linear;
    -o-transition: all .5s .25s linear;
    transition: all .5s .25s linear;
}

#explainermodule_v1 .findus-bx {
    text-align: center;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    display: inline-block;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
    z-index: 1;
    height: 150px;
}

#explainermodule_v1 .title-center {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

#explainermodule_v1 .title-center .fa {
    font-size: 40px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#explainermodule_v1 .title-center h3 {
    font-size: 24px;
    font-family: poppinsbold;
    margin-bottom: 10px;
    margin-top: 10px;
}
#explainermodule_v1 .title-center p {
    font-size: 14px;
}

#explainermodule_v1 .explainermodule_section .explainer-box {
   left: 1px;
}

#explainermodule_v1 .explainer-box {
    right: 0;
    position: absolute;
    width: 50vw;
    max-width: 50vw;
    top: 0;
    background-size: 100%;
    z-index: 0;
    height: 100%;
}

#explainermodule_v1 .getintouch-bx {
    text-align: center;
    /* min-height: 150px; */
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 15px;
    z-index: 9;
    height: 150px;
}

#explainermodule_v1 .box-over {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#explainermodule_v1 .title-center a {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#explainermodule_v1 .title-center .fa-envelope-open-o {
    font-size: 34px;
}
#explainermodule_v1 .title-center a:hover .fa-map-marker, #explainermodule_v1 .title-center a:hover .fa-envelope-open-o {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    transform: translate(0px, -5px);
    -webkit-transform: translate(0px, -5px);
}