/* Minification failed. Returning unminified contents.
(450,40): run-time error CSS1034: Expected closing parenthesis, found ','
(450,40): run-time error CSS1042: Expected function, found ','
(450,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(469,40): run-time error CSS1034: Expected closing parenthesis, found ','
(469,40): run-time error CSS1042: Expected function, found ','
(469,45): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(524,37): run-time error CSS1034: Expected closing parenthesis, found ','
(524,37): run-time error CSS1042: Expected function, found ','
(524,42): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(658,41): run-time error CSS1034: Expected closing parenthesis, found ','
(658,41): run-time error CSS1042: Expected function, found ','
(658,46): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
(671,44): run-time error CSS1034: Expected closing parenthesis, found ','
(671,44): run-time error CSS1042: Expected function, found ','
(671,49): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
.container-title {
    color: #2c2c2c;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #236B23;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 35px;
}

/*--MAIN CONTAINER------------------------------------------------------------------*/
.main-container {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0px 50px;
}
.main-container-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url("./images/home-bg-1.jpg");
}
.main-container-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url("./images/home-bg-2.jpg");
    margin: 120px 0px;
}
.main-container .main, .main-container .main .main-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
}
.main-container-2 .main.main, .main-container-2 .main .main-box.main-box {
    height: 80vh;
}
.main-container .main-left {
    align-items: flex-start;
}
.main-container .main-right {
    align-items: flex-end;
}
.main-container .main .main-box {
    width: 40%;
    align-items: flex-start;
    padding: 0px 15px;
    margin: 0px 15px;
}
.main-container-text {
    width: 100%;
    color: #fff;
    font-size: 65px;
    font-weight: 300;
    letter-spacing: 2px;
}
.main-container-2 .main-container-text {
    width: unset;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #236B23;
}
.main-container-subtext {
    color:#fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin: 35px 0px;
    text-align: justify;
}
@media only screen and (max-width: 1250px){
    .main-container-1 .main .main-box .main-container-text {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1115px){
    .main-container .container-wrapper {
        max-width: 100vw;
    }
    .main-container .main .main-box {
        width: 100%;
        align-items: center;
    }
    .main-container .main .main-box .main-container-text,
    .main-container .main .main-box .main-container-subtext {
        text-align: center;
    }
    .main-container .main {
        align-items: center;
    }
    .main-container {
        padding: 0;
    }
    .main-container .main, .main-container .main .main-box {
        background-color: rgba(0, 0, 0, 0.2);
    }
}
@media only screen and (max-width: 500px){
    .main-container-1 .main .main-box .main-container-text {
        font-size: 45px;
    }
}
@media only screen and (max-width: 330px){
    .main-container .main .main-box .btn {
        padding: 12px;
    }
    .main-container-1 .main .main-box .main-container-text {
        font-size: 35px;
    }
}
@media only screen and (max-height: 550px){
    .main-container-1 .main-container-text {
        display: none;
    }
    .main-container .main .main-box {
        padding: 15px;
        justify-content: flex-end;
    }
}

/*--CATEGORY CONTAINER------------------------------------------------------------------*/
.category-container .category-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.category-container .container-wrapper {
    max-width: 1280px;
}
.category-container .category-box .category-box-item {
    width: 400px;
    height: 450px;
    transition: transform 0.4s ease-in;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.category-container .category-box .category-box-item:hover {
    transform: scale(1.03) !important;
}
.category-container .category-box .category-box-item .category-box-item-content {
    display: flex;
    flex-direction: column;
    width: 85%;
    padding: 5px;
    background-color: #fff;
}
.category-container .category-box .category-box-item .category-box-item-img {
    object-fit: cover;
    width: 100%;
    height: 75%;
}
.category-container .category-box .category-box-item .category-box-item-title {
    font-size: 1.5em;
    font-weight: 400;
    color: #2c2c2c;
    margin: 5px 0px 15px;
}
@media only screen and (max-width: 1420px) {
    .category-container .category-box .category-box-item {
        margin: 10px 20px;
        width: 350px;
        height: 400px;
    }
    .category-container .container-title {
        margin: 0px 45px 35px;
    }
    .category-container .category-box .category-box-item .category-box-item-title {
        margin: 5px 0px;
    }
}
@media only screen and (max-width: 1200px){
    .category-container .category-box .category-box-item {
        width: 320px;
        height: 370px;
    }
    .category-container .category-box .category-box-item .category-box-item-title {
        font-size: 1.4em;
    }
}
@media only screen and (max-width: 1115px){
    .category-container .category-box {
        flex-direction: column;
    }
    .category-container .category-box .category-box-item {
        width: 450px;
        height: 400px;
        margin: 20px;
    }
    .category-container .container-title {
        text-align: center;
        display: block;
    }
}
@media only screen and (max-width: 480px){
    .category-container .category-box .category-box-item {
        width: 300px;
        height: 350px;
    }
    .category-container .category-box .category-box-item .category-box-item-title {
        font-size: 1.2em;
    }
    .category-container .category-box .category-box-item .btn {
        font-size: 12px;
        padding: 10px 50px;
    }
}
@media only screen and (max-width: 320px){
    .category-container .category-box .category-box-item {
        width: 280px;
        height: 330px;
    }
}
@media only screen and (max-width: 300px){
    .category-container .category-box .category-box-item {
        width: 250px;
        height: 300px;
    }
    .category-container .container-title {
        margin: 0px 30px 35px;
    }
}

/*--BENEFIT CONTAINER------------------------------------------------------------------*/
.benefit-container {
    margin: 120px 0px;
    padding: 35px 0px;
    background-color: #2c2c2c;
}
.benefit-container .container-wrapper {
    max-width: 1050px;
}
.benefit-container .container-title {
    color: #fff;
    border-bottom: unset;
    display: block;
    text-align: center;
}
.benefit-container .benefit-box {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.benefit-container .benefit-box .benefit-box-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 250px;
    flex-basis: 30%;
    margin: 15px;
}
.benefit-container .benefit-box .benefit-box-item .benefit-box-item-text {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/*--CERTIFICATE CONTAINER------------------------------------------------------------------*/
.certificate-container .container-wrapper {
    max-width: 75vw;
}
.certificate-container .certificate-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px;
}
.certificate-container .certificate-box .certificate-box-img {
    height: 75vh;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
    margin-left: 40px;
}
.certificate-container .certificate-box .certificate-box-content .certificate-box-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    margin-bottom: 30px;
}
@media only screen and (max-width: 1115px){
    .certificate-container .certificate-box {
        flex-direction: column;
        align-items: center;
    }
    .certificate-container .certificate-box .certificate-box-img {
        width: 70%;  
        height: unset;
        margin-left: 0px;
    }
    .certificate-container .container-title {
        text-align: center;
        display: block;
    }
}

/*--EQPT CONTAINER------------------------------------------------------------------*/
.eqpt-container {
    margin: 120px 0px;
}
.eqpt-container .container-wrapper {
    max-width: 55vw;
}
.eqpt-container .container-title {
    text-align: center;
    display: block;
    margin: 0px 30px 35px;
}
.eqpt-container .eqpt-box {
    position: relative;
    height: 60vh;
}
.eqpt-container .eqpt-box .eqpt-box-img {
    object-fit: cover;
    height: 100%;
    width: 55vw;
}
.eqpt-container .eqpt-box .eqpt-box-text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin-right: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 15px;
    border-radius: 5px;
}
@media only screen and (max-width: 1115px){
    .eqpt-container .eqpt-box, .eqpt-container .eqpt-box .eqpt-box-img {
        height: unset;
    }
    .eqpt-container .container-wrapper {
        max-width: 100vw;
    }
    .eqpt-container .eqpt-box .eqpt-box-img {
        width: 100vw;
    }
}
@media only screen and (max-width: 425px){
    .eqpt-container .eqpt-box .eqpt-box-text {
        font-size: 12px;
    }
}

/*--CLIENTS CONTAINER------------------------------------------------------------------*/
.clients-container {
    padding: 50px 0px;
    background-color: #333333;
}
.clients-container .container-wrapper {
    max-width: 55vw;
}
.clients-container .clients-container-img-box {
    text-align: center;
}
.clients-container .clients-container-img {
    width: 55vw;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.5);
}
.clients-container .container-title {
    margin-bottom: 35px;
    color: #fff;
}
@media only screen and (max-width: 1115px){
    .clients-container .container-wrapper {
        max-width: 1280px;
    }
    .clients-container .container-title {
        text-align: center;
        display: block;
        margin: 0px 30px 35px;
    }
    .clients-container .clients-container-img {
        width: 100%;
    }
}

/*--GENERAL-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 425px){
    .container-title, .main-container-2 .main-container-text {
        font-size: 20px;
    }
    .main-container-2,.benefit-container,.eqpt-container {
        margin: 60px 0px;
    }
}
/* 
green #236B23
dark-grey-bg #2c2c2c
dark-grey-lable #333333
grey copyright #979797
grey bg #d8d9de
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
img{
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
body {
    font-family: 'Open Sans', sans-serif;
}
body.fixed-page {
    overflow-y: hidden;
}

.container-wrapper {
    max-width: 85vw;
    margin: 0 auto;
}

::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 2px;
}


/*--HEADER------------------------------------------------------------------*/
.header-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.header-container.header-container-sticky {
    background-color: rgb(255, 255, 255, 0.8);
}
.header-container.header-container-sticky .header {
    padding: 5px 150px;
}
.header-container.header-container-sticky .logo .logo-icon {
    background: url("./icons/logo-black-icon.svg") no-repeat center;
}
.header-container.header-container-sticky .logo .logo-icon:hover {
    background: url("./icons/logo-black-hover-icon.svg") no-repeat center;
}
.header-container.header-container-sticky .nav .nav-item .nav-link,
.header-container.header-container-sticky .language-selector .language {
    color: #333333;
}
.header-container.header-container-sticky .language-selector .language:not(:first-child) {
    border-left: 1px solid #333333;
}
.header-container.header-container-sticky, .header-container.header-container-sticky .nav .nav-item .sub-nav .nav-item {
    background-color: rgb(255, 255, 255, 0.9);
}
.header-container.header-container-sticky .nav .nav-item .sub-nav {
    padding-top: 35px;
}
.header-container.header-container-sticky .arrow-down-icon {
    background: url("./icons/arrow-black.svg") no-repeat center;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 150px;
    transition: 0.6s;
}

.logo {
    display: flex;
    flex-basis: 80%;
    justify-content: flex-start; 
}
.logo .logo-link {
    text-decoration: none;
    display: flex;
    align-items: center;
}
.logo .logo-icon {
    transition: 0.6s;
}

.nav {
    display: flex;
}
.nav .nav-item {
    list-style: none;
}
.nav .nav-item .nav-link {
    color: #fff;
    display: block;
    padding: 5px 0px;
    margin: 5px 15px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    transition: 0.6s;
    text-align: center;
}
.nav .nav-item .sub-nav {
    position: absolute;
    padding-top: 10px;
    display: none;
}
.nav .nav-item .sub-nav .nav-item {
    padding: 5px 0px;
    background-color: rgb(44, 44, 44, 0.9);
}
.nav .nav-item .sub-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 30px;
}
@media only screen and (min-width: 1115px){
    .nav .nav-item:hover .sub-nav {
        display: block;
    }
    .nav > .nav-item > .nav-link.nav-link:hover,
    .nav  .nav-item .sub-nav .nav-item:hover .nav-link.nav-link {
        color: #236B23;
    }
    .nav .nav-item .sub-nav .nav-item:not(:first-child) {
        border-top: 1px solid #000;
    }
    .header-container.header-container-sticky .nav .nav-item .sub-nav .nav-item:not(:first-child) {
        border-top: 1px solid #fff;
    }
}
.header .language-selector {
    display:  flex;
    justify-content: center;
    align-items: center;
}
.header .language-selector .language {
    color: #fff;
    display: block;
    padding: 0px 5px;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    transition: 0.6s;
}
.header .language-selector .language.language:hover, header .language-selector .language.active.active {
    color: #236B23;
}
.header .language-selector .language:not(:first-child) {
    border-left: 1px solid #fff;
}

.menu-burger {
    display: none;
    cursor: pointer;
    z-index: 110;
}
.menu-burger-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.menu-burger span, .menu-burger:after, .menu-burger:before{
    height: 2px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 6px 0px;
}
.header-container.header-container-sticky .menu-burger span,
.header-container.header-container-sticky .menu-burger:after,
.header-container.header-container-sticky .menu-burger:before {
    background: #333333;
}
.menu-burger:after, .menu-burger:before{
    content: '';
}
.menu-burger.open-menu-burger span {
    opacity:0; 
    transition: 0.5s; 
}
.menu-burger.open-menu-burger:before {
    transform: rotate(45deg) translateY(11px);
    transition: 0.4s;
}
.menu-burger.open-menu-burger:after {
    transform: rotate(-45deg) translateY(-12px);
    transition: 0.4s;
}

@media only screen and (max-width: 1250px){
    .logo {
        flex-basis: 55%;
    }
}
@media only screen and (max-width: 1115px){
    .menu-burger {
        width: 45px;
        height: 30px;
        display: block;
        padding-left: 20px;
        margin-left: 10px;
    }
    .header {
        padding: 40px 20px;
    }
    .header-container.header-container-sticky .header {
        padding: 5px 20px;
    }
    .header .menu-burger-content.open-menu-burger .nav .sub-nav {
        display: block;
    }
    .header .menu-burger-content.open-menu-burger .nav-item .arrow-down-icon {
        display: none;
    }
    .header .menu-burger-content.open-menu-burger .nav-item .sub-nav.sub-nav {
        position: initial;
        padding-top: 0px;
    }
    .header .menu-burger-content.open-menu-burger .nav-item:hover .sub-nav.sub-nav {
        display: block;
    }
    .header .menu-burger-content.open-menu-burger .nav-item .sub-nav .nav-item.nav-item {
        background-color: transparent;
    }
    .header .menu-burger-content {
        position: absolute;
        top: -100%;
        transition: top 0.4s ease;
        flex-direction: column;
        justify-content: unset;
    }
    .logo, .menu-burger-content {
        flex-basis: unset;
    }
    .menu-burger-content.open-menu-burger {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: rgb(44, 44, 44, 0.9);
        z-index: 105;
        overflow-y: auto;
    }
    .menu-burger-content.open-menu-burger .nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 80vh;
        padding: 100px 0px 50px;
    }
    .header-container.header-container-sticky .menu-burger-content.open-menu-burger {
        background-color: rgb(255, 255, 255, 0.9);
    }
    .menu-burger-content.open-menu-burger .nav > .nav-item {
        margin: 20px;
    }
    .header .language-selector {
        margin-bottom: 50px;
    }
}

/*--FOOTER CONTAINER------------------------------------------------------------------*/
.footer-container {
    background-color: #2c2c2c;
}
.footer-container .footer {
    display: flex;
    flex-direction: column;
}
.footer-container .footer .footer-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 0px;
}
.footer-container .footer .footer-content .footer-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 95px;
}
.footer-container .footer .footer-content .footer-content-item .footer-content-item-text {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-container .footer .footer-content .footer-content-item i {
    margin-right: 5px;
}
.footer-container .footer .footer-content .logo {
    flex-basis: 10%;
}
.footer-container .footer .footer-copyright {
    color: #979797;
    padding: 10px 0px;
    border-top: 1px solid #979797;
    display: flex;
    justify-content: center;
    font-weight: 300;
    font-size: 12px;
}
@media only screen and (max-width: 840px){
    .footer-container .footer .footer-content {
        flex-direction: column;
    }
    .footer-container .footer .footer-content .logo {
        flex-basis: unset;
    }
    .footer-container .footer .footer-content .footer-content-item {
        font-size: 14px;
    }
    .footer-container .footer .footer-content .logo {
        margin: 25px 0px;
    }
}

/*--ICONS------------------------------------------------------------------*/
.icon {
    display: inline-block;
}
.icon.arrow-down-icon {
    background: url("./icons/arrow.svg") no-repeat center;
    width: 12px;
    height: 12px;
    transform: rotate(90deg);
}
.icon.arrow-black-right-icon {
    background: url("./icons/arrow-black.svg") no-repeat center;
    width: 12px;
    height: 12px;
}
.icon.arrow-black-left-icon {
    background: url("./icons/arrow-black.svg") no-repeat center;
    width: 12px;
    height: 12px;
    transform: rotate(180deg);
}
.icon.close-icon {
    background: url("./icons/close-icon.svg") no-repeat center;
    width: 25px;
    height: 25px;
}
.icon.logo-icon {
    background: url("./icons/logo-icon.svg") no-repeat center;
    width: 95px;
    height: 95px;
}
.icon.logo-icon:hover {
    background: url("./icons/logo-hover-icon.svg") no-repeat center;
}
.icon.b1-icon {
    background: url("./icons/benefit1.svg") no-repeat center;
    width: 97px;
    height: 97px;
}
.icon.b2-icon {
    background: url("./icons/benefit2.svg") no-repeat center;
    width: 97px;
    height: 97px;
}
.icon.b3-icon {
    background: url("./icons/benefit3.svg") no-repeat center;
    width: 97px;
    height: 97px;
}
.icon.b4-icon {
    background: url("./icons/benefit4.svg") no-repeat center;
    width: 99px;
    height: 99px;
}
.icon.b5-icon {
    background: url("./icons/benefit5.svg") no-repeat center;
    width: 155px;
    height: 86px;
}
.icon.b6-icon {
    background: url("./icons/benefit6.svg") no-repeat center;
    width: 140px;
    height: 87px;
}
.icon.mail-icon {
    background: url("./icons/mail-icon.svg") no-repeat center;
    width: 22px;
    height: 18px;
}
.icon.phone-icon {
    background: url("./icons/phone-icon.svg") no-repeat center;
    width: 22px;
    height: 22px;
}
.icon.location-icon {
    background: url("./icons/location-icon.svg") no-repeat center;
    width: 20px;
    height: 27px;
}

/*--BUTTONS------------------------------------------------------------------*/
.btn {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    line-height: 100%;
    padding: 12px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    opacity: 0.85;
    transition: opacity 0.3s ease-in;
    cursor: pointer;
    outline: none;
}
.btn-green {
    background-color: #236B23;
    border: 1px solid #236B23;
    color: #fff;
    font-weight: 400;
}
.btn-green-inv {
    background-color: transparent;
    border: 1px solid #236B23;
    color: #236B23;
    font-weight: 400;
}
@media only screen and (max-width: 1115px) {
    .btn {
        opacity: 1;
    }
}
@media only screen and (min-width: 1115px) {
    .btn:hover {
        opacity: 1;
    }
    .btn-green.btn-green:hover {
        background-color: transparent;
        color: #236B23;
    }
    .btn-green-inv.btn-green-inv:hover {
        background-color: #236B23;
        color: #fff;
    }
}

/*--POPUP------------------------------------------------------------------*/
.popup {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    z-index: 999;
    display: none;
    overflow-y: auto;
    padding: 10px;
}
.popup .popup-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
}
.popup .popup-box .popup-content {
    position: relative;
}
.popup .popup-close-btn {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
    background-color: #333333;
    border-radius: 10px;
    padding: 2px;
    opacity: 0.85;
}
.popup .popup-close-btn:hover {
    opacity: 1;
}

/*--PAGINATION------------------------------------------------------------------*/
.pagination {
    display: flex;
    justify-content: center;
}
.pagination ul{
    display: flex;
    padding: 3px;
    border-radius: 50px;
    border: 1px solid #333333;
}
.pagination ul li {
    list-style: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #333333;
    user-select: none;
}
.pagination ul li.numb {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin: 0px 3px;
}
.pagination ul li.dots {
    font-size: 22px;
    cursor: default;
}
.pagination ul li.prev {
    padding: 0px 20px;
    border-radius: 25px 5px 5px 25px;
}
.pagination ul li.next {
    padding: 0px 20px;
    border-radius: 5px 25px 25px 5px;
}
.pagination ul li.active,
.pagination ul li.numb:hover,
.pagination ul li.prev:hover,
.pagination ul li.next:hover {
    background-color: #333333;
    color: #fff;
}
.pagination ul li.prev:hover i,
.pagination ul li.next:hover i {
    background: url("./icons/arrow.svg") no-repeat center;
}

/*--ANIMATION------------------------------------------------------------------*/
.animate-fade-in-left.animated {
    -webkit-animation: fadeInLeft 2s both;
    -moz-animation: fadeInLeft 2s both;
    -o-animation: fadeInLeft 2s both;
    animation: fadeInLeft 2s both;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.animate-fade-in-right.animated {
    -webkit-animation: fadeInRight 2s both;
    -moz-animation: fadeInRight 2s both;
    -o-animation: fadeInRight 2s both;
    animation: fadeInRight 2s both;
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateX(0px);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }

    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.animate-fade-in-top.animated {
    -webkit-animation: fadeInTop 2s both;
    -moz-animation: fadeInTop 2s both;
    -o-animation: fadeInTop 2s both;
    animation: fadeInTop 2s both;
}
@-webkit-keyframes fadeInTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes fadeInTop {
    0% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}
@-o-keyframes fadeInTop {
    0% {
        opacity: 0;
        -o-transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
}
@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animate-fade-in-bottom.animated {
    -webkit-animation: fadeInBottom 2s both;
    -moz-animation: fadeInBottom 2s both;
    -o-animation: fadeInBottom 2s both;
    animation: fadeInBottom 2s both;
}
@-webkit-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
}
@-o-keyframes fadeInBottom {
    0% {
        opacity: 0;
        -o-transform: translateY(50px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
}
@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animate-flip.animated {
    -webkit-animation: flip 2s both;
    -moz-animation: flip 2s both;
    -o-animation: flip 2s both;
    animation: flip 2s both;
}

@-webkit-keyframes flip {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(180deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes flip {
    0% {
        opacity: 0;
        -moz-transform: rotateX(180deg);
    }

    100% {
        opacity: 1;
        -moz-transform: rotateX(0deg);
    }
}

@-o-keyframes flip {
    0% {
        opacity: 0;
        -o-transform: rotateX(180deg);
    }

    100% {
        opacity: 1;
        -o-transform: rotateX(0deg);
    }
}

@keyframes flip {
    0% {
        opacity: 0;
        transform: rotateX(180deg);
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

.slider {
    position: relative;
    width: 100%;
}
.slider-wrapper {
    overflow: hidden;
    width: 100%;
}

.slider-list {
    list-style-type: none;
    margin: 0px;
    display: flex;
    transition: transform 0.3s ease;
}

.slider-element {
    display: block;
}

div.slider-arrow-left,
div.slider-arrow-right {
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    opacity: 0.6;
    z-index: 4;
    transition: opacity 0.3s;
}

div.slider-arrow-left {
    left: 10px;
    top: 50%;
    display: block;
    background: url("./icons/arrow.svg") no-repeat center;
    transform: rotate(180deg);
}

div.slider-arrow-right {
    right: 10px;
    top: 50%;
    display: block;
    background: url("./icons/arrow.svg") no-repeat center;
}
@media only screen and (min-width: 1115px){
    div.slider-arrow-left.slider-arrow-left:hover, div.slider-arrow-right.slider-arrow-right:hover {
        opacity: 1.0;
        background: url("./icons/arrow-green.svg") no-repeat center;
    }
}

div.slider-dots {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    text-align: center;
    cursor: default;
}

span.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    padding: 0;
    display: inline-block;
    background-color: #fff;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
