/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                       GENERIC*/
/******************************************************************************************************************/

@font-face {
    font-family: 'averta_light';
    src: url('fonts/AvertaPE-Light.otf') format("opentype");
    font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
	font-display: swap;
}
@font-face {
    font-family: 'averta_regular';
    src: url('fonts/AvertaPE-Regular.otf') format("opentype");
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
	font-display: swap;
}
@font-face {
    font-family: 'averta_bold';
    src: url('fonts/AvertaPE-Bold.otf') format("opentype");
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
	font-display: swap;
}

.generate-back-to-top {
    bottom: 150px;
}

/*******************************************************************************************************************/
/*				  													                                          MENU*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                 FULL SCREEN*/
/****************************************************************************/

.gp-icon.icon-menu-bars {
    color: #ffffff;
    font-size: 30px;
}

.site-header{
    position: fixed;
    width: 100vw;
    height: 100px;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.site-header.triggered {
    width: 100vw;
    height: 100%;
    max-height: 100%;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

#primary-menu {
    display: flex;
    justify-content: center;
}

#primary-menu ul{
    padding-top: 20px;
}

html.mobile-menu-open #primary-menu ul li:nth-child(1){
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadein;
    animation: 0.5s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(2){
    -webkit-animation: 1s ease 0s normal forwards 1 fadein;
    animation: 1s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(3){
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadein;
    animation: 1.5s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(4){
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(5){
    -webkit-animation: 2.5s ease 0s normal forwards 1 fadein;
    animation: 2.5s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(6){
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(7){
    -webkit-animation: 3.5s ease 0s normal forwards 1 fadein;
    animation: 3.5s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(8){
    -webkit-animation: 4s ease 0s normal forwards 1 fadein;
    animation: 4s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li:nth-child(9){
    -webkit-animation: 4.5s ease 0s normal forwards 1 fadein;
    animation: 4.5s ease 0s normal forwards 1 fadein;
}

html.mobile-menu-open #primary-menu ul li#menu-item-185 {
    /* position: absolute;
    right: -60%;
    bottom: -8%; */
    -webkit-animation: 5s ease 0s normal forwards 1 fadein;
    animation: 5s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    30% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    30% { opacity:0; }
    100% { opacity:1; }
}


#primary-menu ul li a {
    color: #ffffff;
    text-align: center;
    font-size: 55px;
    padding-top: 100px;
    padding-bottom: 10px;
    font-family: 'averta_bold';
    line-height: 70px;
}
#primary-menu ul li:hover a{
    color: rgba(255, 255, 255, 0.5);
}

#primary-menu ul li a:after {
    display: block;
    position: absolute;
    top: 78%;
    content: '';
    height: 3px;
    width: 0;
    left: 0;
    background-color: #d50e88;
    opacity: 1;
    transition: width 250ms linear;
    z-index: -1;
}

#primary-menu ul li a:hover:after {
    width: 100%;
}

#menu-item-185 a {
    font-size: 16px !important;
    color: #d50e88 !important;
    display: none;
}

#menu-item-185:hover a{
    color: rgba(213, 14, 136, 0.5) !important;
}

#menu-item-185 a:after{
    display: none !important;
}

.area{
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    #primary-menu ul{
        padding-top: 40px;
    }

    /* html.mobile-menu-open #primary-menu ul li#menu-item-185{
        right: -50%;
        bottom: -20%;
    } */
}

@media(max-width: 1600px){
    #primary-menu ul{
        padding-top: 100px;
    }
}

@media(max-width: 1600px){
    #primary-menu ul{
        padding-top: 15px;
    }
}

@media(max-width: 1440px){
    #primary-menu ul {
        padding-top: 20px;
    }

    #primary-menu ul li a{
        padding-top: 80px;
    }

    #primary-menu ul li a:after{
        top: 75%;
    }

    /* html.mobile-menu-open #primary-menu ul li#menu-item-185 {
        right: -50%;
        bottom: -5%;
    } */
}

@media(max-width: 1366px){
    #primary-menu ul li a {
        padding-top: 50px;
    }

    /* html.mobile-menu-open #primary-menu ul li#menu-item-185 {
        right: -40%;
        bottom: -10%;
    } */

    #primary-menu ul li a:after{
        top: 69%;
    }
}

@media(max-width: 1280px) and (min-height: 1024px){
    #primary-menu ul li a {
        font-size: 84px;
        padding-top: 92px;
        padding-bottom: 5px;
        line-height: 85px;
    }

    #primary-menu ul li a:after {
        top: 77%;
    }
}

@media(max-width: 1024px){
    #primary-menu ul li a{
        line-height: 55px;
    }
}

@media(max-width: 912px){
    #primary-menu ul {
        padding-top: 200px;
    }

    #primary-menu ul li a:after {
        top: 74%;
    }

    #primary-menu ul li a{
        font-size: 55px;
        line-height: 110px;
    }

    html.mobile-menu-open #primary-menu ul li#menu-item-185 {
        right: 0%;
        bottom: -15%;
    }

    #menu-item-185 a{
        font-size: 25px !important;
    }
}

@media(max-width: 820px){
    #primary-menu ul {
        padding-top: 100px;
    }

    #primary-menu ul li a{
        line-height: 95px;
    }
}

@media(max-width: 768px){
    #primary-menu ul {
        padding-top: 20px;
    }

    #primary-menu ul li a{
        line-height: 85px;
    }

    html.mobile-menu-open #primary-menu ul li#menu-item-185 {
        right: 0%;
        bottom: 0%;
    }
}

@media(max-width: 480px){
    #primary-menu ul {
        padding-top: 100px;
    }

    #primary-menu ul li a {
        font-size: 34px;
        line-height: 28px;
    }

    #primary-menu ul li a:after {
        top: 74%;
    }

    html.mobile-menu-open #primary-menu ul li#menu-item-185 a {
        font-size: 16px !important;
    }
}

@media(max-width: 375px){
    #primary-menu ul {
        padding-top: 25px;
    }

    #primary-menu ul li a {
        font-size: 30px;
        line-height: 20px;
    }

    #primary-menu ul li a:after {
        top: 78%;
    }

    /* #primary-menu ul li a {
        font-size: 17px;
        line-height: 45px;
    } */
}

/*******************************************************************************************************************/
/*				  													                                          HOME*/
/******************************************************************************************************************/

@media(max-width: 1280px){
    .page-id-144 .section8 .gb-grid-wrapper-cd57ef90 > .gb-grid-column {
        padding-left: 130px;
    }
}

@media(max-width: 1024px){
    .page-id-144 .section8 .gb-grid-wrapper-cd57ef90 > .gb-grid-column {
        padding-left: 90px;
    }
}

@media(max-width: 912px){
    .page-id-144 .section8 .gb-grid-wrapper-cd57ef90 > .gb-grid-column {
        padding-left: 0px;
    }

    .page-id-144 .section8{
        padding: 50px;
    }
}

@media(max-width: 480px){
    .page-id-144 .section8 {
        padding: 25px;
    }

    .page-id-144 .section8 form .one-half {
        width: 100%;
    }
}

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.home-section1{
    display: none !important;
}

.home-section1 h2{
    color: #ffffff;
    font-size: 60px;
    font-family: 'averta_bold';
    text-align: center;
    padding-left: 550px;
    padding-right: 500px;
}

.home-section1 p{
    font-size: 24px;
    color: #ffffff;
    font-family: 'averta_regular';
    padding-top: 60px;
    padding-left: 550px;
    padding-right: 500px;
    text-align: center;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .home-section1 h2 {
        font-size: 48px;
    }

    .home-section1 p {
        font-size: 20px;
    }
}

@media(max-width: 1440px){
    .home-section1 h2 {
        padding-top: 150px;
        padding-left: 450px;
        padding-right: 450px;
        font-size: 34px;
    }

    .home-section1 p {
        font-size: 18px;
        padding-top: 30px;
        padding-left: 450px;
        padding-right: 450px;
    }
}

@media(max-width: 1280px){
    .home-section1 h2,
    .home-section1 p {
        padding-left: 350px;
        padding-right: 350px;
    }
}

@media(max-width: 1024px){
    .home-section1 h2,
    .home-section1 p {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media(max-width: 912px){
    .home-section1 h2 {
        font-size: 50px;
        padding-left: 50px;
        padding-right: 50px;
    }

    .home-section1 p {
        font-size: 25px;
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media(max-width: 480px){
    .home-section1 h2 {
        font-size: 30px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .home-section1 p {
        font-size: 18px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.home-section2{
    /* padding-top: 120px; */
    padding-top: 220px;
    padding-bottom: 120px;
}

.home-section2 > .gb-inside-container > h2,
.home-section2 p {
    display: none;
}

.home-section2 h2{
    color: #ffffff;
    font-size: 52px;
    font-family: 'averta_bold';
    text-align: center;
    color: #2B3372;
}

.home-section2 p{
    font-size: 18px;
    color: #2B3372;
    font-family: 'averta_regular';
    text-align: center;
    padding-top: 40px;
    padding-left: 592px;
    padding-right: 592px;
    padding-bottom: 80px;
}

.home-section2 .services-grid {
    padding-left: 160px;
    padding-right: 160px;
}

.home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container {
    border-radius: 40px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

/* .home-section2 .services-grid h2{
    color: #ffffff;
    font-size: 52px;
    font-family: 'averta_bold';
} */

.home-section2 .services-grid h2 {
    color: #ffffff;
    font-size: 40px;
    width: 60%;
    margin: 0 auto;
    font-family: 'averta_bold';
}

.home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container:hover:before {
    opacity: 0;
    cursor: pointer;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 36vh;
    }
}

@media(max-width: 1600px){
    .home-section2 p {
        padding-left: 490px;
        padding-right: 490px;
    }

    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 29vh;
    }

    .home-section2 .services-grid h2 {
        font-size: 35px;
        width: 71%;
    }
}

@media(max-width: 1440px){
    .home-section2 p {
        padding-left: 390px;
        padding-right: 390px;
    }

    /* .home-section2 .services-grid h2 {
        font-size: 42px;
    } */

    .home-section2 .services-grid h2 {
        font-size: 32px;
    }

    .page-id-146 .section2,
    .page-id-148 .section2,
    .page-id-151 .section2,
    .page-id-148 .section2,
    .page-id-153 .section2 {
        min-height: 450px !important;
    }
}

@media(max-width: 1366px){
    .home-section2 p {
        padding-left: 290px;
        padding-right: 290px;
    }

    .home-section2 .services-grid h2 {
        font-size: 27px;
    }
}

@media(max-width: 1280px){
    .home-section2 .services-grid h2 {
        font-size: 32px;
    }

    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 31vh;
    }
}

@media(max-width: 1280px) and (min-height: 1024px){
    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 24vh;
    }
}

@media(max-width: 1024px){
    .home-section2 p {
        padding-left: 190px;
        padding-right: 190px;
    }

    .home-section2 .services-grid h2 {
        font-size: 23px;
    }

    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 22vh;
    }

    .page-id-146 .section2,
    .page-id-148 .section2,
    .page-id-151 .section2,
    .page-id-153 .section2 {
        min-height: 380px !important;
    }
}

@media(max-width: 912px){
    .home-section2 p {
        padding-left: 50px;
        padding-right: 50px;
    }

    /* .home-section2 .services-grid h2 {
        font-size: 35px;
    } */

    .page-id-146 .section2,
    .page-id-148 .section2,
    .page-id-151 .section2,
    .page-id-153 .section2 {
        min-height: 420px !important;
    }

    .home-section2 .services-grid h2 {
        font-size: 24px;
    }
}

@media(max-width: 480px){
    .home-section2 .services-grid {
        padding-left: 25px;
        padding-right: 25px;
    }

    .home-section2 .services-grid .gb-inside-container .gb-grid-wrapper .gb-grid-column .gb-container.linkbox {
        min-height: 41vh;
    }
}

/*******************************************************************************************************************/
/*				  													                                      SERVICES*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.services-section1{
    padding: 150px 0px 60px 120px;
}

.services-section1 h2 {
    color: #2B3372;
    font-size: 123px;
    font-family: 'averta_bold';
    line-height: 113px;
    font-weight: 900;
    width: 50%;
    letter-spacing: -2px;
}

.page-id-153 .services-section1 h2,
.page-id-151 .services-section1 h2{
        width: 78%;
}

.page-id-2 .services-section1 h2,
.page-id-155 .services-section1 h2 {
    font-size: 58px;
}

.services-section1 p {
    width: 70%;
    font-family: 'averta_regular';
    font-size: 24px;
    line-height: 36px;
    color: #2B3372;
}



/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .page-id-155 .services-section1 h2,
    .page-id-2 .services-section1 h2{
        font-size: 50px;
        line-height: 63px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        font-size: 89px;
        line-height: 84px;
        width: 66%;
    }

    .services-section1 h2 {
        font-size: 109px;
    }
}

@media(max-width: 1600px){
    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        font-size: 87px;
    }
}

@media(max-width: 1440px){
    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        font-size: 76px;
    }

    .services-section1 h2 {
        font-size: 92px;
        line-height: 85px;
    }
}

@media(max-width: 1366px){
    .services-section1 h2 {
        font-size: 89px;
        line-height: 80px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        font-size: 73px;
    }
}

@media(max-width: 1280px){
    .page-id-155 .services-section1 h2,
    .page-id-2 .services-section1 h2 {
        font-size: 38px;
        line-height: 45px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        font-size: 68px;
        line-height: 68px;
    }
}

@media(max-width: 1024px){
    .services-section1 h2 {
        font-size: 66px;
        line-height: 60px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        line-height: 56px;
        font-size: 52px;
    }

    .page-id-155 .services-section1 h2,
    .page-id-2 .services-section1 h2 {
        font-size: 30px;
        line-height: 38px;
    }
}

@media(max-width: 912px){
    .services-section1 h2 {
        font-size: 62px;
        line-height: 63px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        line-height: 57px;
        font-size: 48px;
    }

    .page-id-155 .services-section1 h2,
    .page-id-2 .services-section1 h2 {
        font-size: 48px;
        line-height: 59px;
    }
}

@media(max-width: 820px){
    .services-section1 .gb-grid-wrapper.gb-grid-wrapper-b5360851 {
        flex-direction: column-reverse;
    }
    .services-section1 .gb-grid-wrapper.gb-grid-wrapper-b5360851 > div {
        width: 100%;
    }

    .page-id-155 .services-section1 h2,
    .page-id-2 .services-section1 h2 {
        font-size: 44px;
        line-height: 59px;
    }
}

@media(max-width: 768px){
    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        line-height: 70px;
        font-size: 77px;
    }
}

@media(max-width: 480px){
    .services-section1 {
        padding: 130px 0px 20px 20px;
    }

    .services-section1 h2 {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        line-height: 58px;
        padding-bottom: 30px;
        font-size: 60px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 63px;
    }

    .services-section1 p {
        width: 100%;
        text-align: center;
        padding-left: 6px;
        -moz-transform: translateX(-3%);
        -webkit-transform: translateX(-3%);
        transform: translateX(-3%);
    }

}

@media(max-width: 375px){

    .services-section1 h2 {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        line-height: 58px;
        padding-bottom: 30px;
        font-size: 54px;
    }

    .page-id-153 .services-section1 h2,
    .page-id-151 .services-section1 h2 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 57px;
    }

}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.services-section2 {
    background-color: #2B3372;
    padding: 60px 120px 0px 120px;
}

.page-id-151 .services-section2,
.page-id-153 .services-section2{
    margin-top: 150px;
} 

.services-section2 h2 {
    font-size: 52px;
    line-height: 72px;
    color: #ffffff;
    text-align: center;
    font-family: 'averta_bold';
    width: 50%;
    margin: 0 auto;
}

.services-section2 .gb-grid-wrapper {
    padding-top: 50px;
    -moz-transform: translateY(35%);
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}

.services-section2 .gb-grid-wrapper > div > div {
    background-color: #ffffff;
    text-align: center;
    border-left: 4px solid #2B3372;
    border-bottom: 4px solid #2B3372;
    border-right: 4px solid #2B3372;
}

.services-section2 figure {
    -moz-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
}

.services-section2 .gb-grid-wrapper p {
    font-size: 22px;
    font-family: 'averta_bold';
    color: #2B3372;
    line-height: 32px;
}




/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .services-section2 h2 {
        font-size: 50px;
    }
}

@media(max-width: 1600px){
    .services-section2 h2 {
        font-size: 48px;
    }
}

@media(max-width: 1440px){
    .services-section2 h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .services-section2 figure {
        -moz-transform: translateY(-49%);
        -webkit-transform: translateY(-49%);
        transform: translateY(-49%);
    }
}

@media(max-width: 1366px){
    .services-section2 h2 {
        font-size: 39px;
    }

    .services-section2 .gb-grid-wrapper p {
        font-size: 18px;
        line-height: 27px;
    }
}

@media(max-width: 1280px){
    .services-section2 h2 {
        font-size: 35px;
    }
    .services-section2 figure img {
        width: 50%;
    }
}

@media(max-width: 1024px){
    .services-section2 {
        padding: 60px 60px 0px 60px;
    }
    .services-section2 .gb-grid-wrapper p{
        font-size: 15px;
        line-height: 23px;
    }
}

@media(max-width: 820px) {
    .services-section2 h2 {
        font-size: 40px;
        width: 80%;
    }

    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div {
        width: 50%;
    }

    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div:nth-child(3),
    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div:nth-child(4) {
        padding-top: 150px;
    }

    .services-section2 .gb-grid-wrapper {
        padding-top: 50px;
        -moz-transform: translateY(15%);
        -webkit-transform: translateY(15%);
        transform: translateY(15%);
    }

    .services-section2 .gb-grid-wrapper p {
        font-size: 20px;
        line-height: 20px;
        padding: 20px;
    }
}

@media(max-width: 480px){
    .services-section2 {
        padding: 60px 20px 60px 20px;
    }

    .services-section2 h2 {
        width: 100%;
        font-size: 35px;
        line-height: 40px;
    }

    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div {
        width: 100%;
    }

    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div:nth-child(2),
    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div:nth-child(3),
    .services-section2 .gb-grid-wrapper.gb-grid-wrapper-9590ec0d > div:nth-child(4){
        padding-top: 100px;
    }

    .services-section2 .gb-grid-wrapper {
        padding-top: 100px;
        -moz-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .services-section2 .gb-grid-wrapper > div > div {
        width: 70%;
        margin: 0 auto;
    }

    .services-section2 figure {
        -moz-transform: translateY(-40%);
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
    }

    .services-section2 .gb-grid-wrapper p {
        font-size: 16px;
        line-height: 30px;
        padding: 5px;
        width: 70%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .services-section2 figure img {
        width: 50%;
    }
}

@media(max-width: 375px){

}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.services-section3 {
    margin-top: 253px;
    padding: 60px 120px 60px 120px;
    display: none;
}

.page-id-153 .services-section3,
.page-id-155 .services-section3,
.page-id-2 .services-section3{
    margin-bottom: 153px;
}

.services-section3 h2{
    font-family: 'averta_bold';
    font-size: 45px;
    color: #ffffff;
    line-height: 72px;
}

.services-section3 .gb-grid-wrapper > div:last-child {
    display: flex;
    justify-content: flex-end;
}

.services-section3 .wp-block-button__link {
    background-color: #E0048B !important;
    border-radius: 0;
    font-family: 'averta_bold';
    font-size: 18px;
    padding: 16px 30px 16px 30px;
}

.page-id-151 .services-section3,
.page-id-153 .services-section3 {
    margin-bottom: 100px;
    margin-top: 150px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){
    .services-section3 h2 {
        font-size: 39px;
    }
}

@media(max-width: 1600px){
    .services-section3 h2 {
        font-size: 37px;
    }
}

@media(max-width: 1440px){
    .services-section3 h2 {
        font-size: 32px;
    }
}

@media(max-width: 1366px){
    .services-section3 h2 {
        font-size: 30px;
    }
}

@media(max-width: 1280px){
    .services-section3 h2 {
        font-size: 28px;
    }
}

@media(max-width: 1024px){
    .services-section3 h2 {
        font-size: 39px;
        line-height: 46px;
    }
}

@media(max-width: 912px){
    .services-section3 h2 {
        font-size: 33px;
        line-height: 46px;
    }
}

@media(max-width: 820px) {
    .services-section3 h2 {
        font-size: 29px;
        line-height: 40px;
    }
}

@media(max-width: 768px){
    .services-section3 h2{
        font-size: 27px;
        line-height: 40px;
    }

    .services-section3 .gb-grid-wrapper.gb-grid-wrapper-795d8052 > div {
        width: 100%;
        justify-content: center;
    }
}

@media(max-width: 480px){
    .services-section3 {
        padding: 60px 20px 60px 20px;
    }

    .services-section3 h2 {
        text-align: center;
    }

    .services-section3 {
        margin-top: 50px;
    }

    .page-id-153 .services-section3,
    .page-id-155 .services-section3,
    .page-id-2 .services-section3 {
        margin-bottom: 37px;
    }
}

@media(max-width: 375px){

}



/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.services-section4 {
    padding: 200px 120px 50px 120px;
}

.services-section4 h2{
    font-family: 'averta_bold';
    font-size: 52px;
    line-height: 72px;
    color: #2B3372;

}

.services-section4 p{
    font-family: 'averta_regular';
    font-size: 18px;
    color: #2B3372;
    line-height: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}



.services-section4 .numbers {
    background-color: #E0048B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-family: 'averta_bold';
    border-radius: 10px;
}

.services-section4 .gb-grid-wrapper.gb-grid-wrapper-5ff8492b strong {
    color: #2B3372;
    font-size: 24px;
    font-family: 'averta_bold';
    line-height: 27px;
    display: block;
}

.services-section4 .pink-area {
    background-color: rgba(224, 4, 139, 0.1);
    padding: 20px 40px 20px 40px;
}

.services-section4 .pink-area strong {
    color: #2B3372;
    font-size: 24px;
    font-family: 'averta_bold';
    line-height: 30px;
    display: block;
}

.services-section4 .pink-area p{
    font-family: 'averta_regular';
    font-size: 18px;
    color: #2B3372;
    line-height: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
}


/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1440px){

}

@media(max-width: 1366px){

}

@media(max-width: 1280px){
    .services-section4 .gb-grid-wrapper.gb-grid-wrapper-5ff8492b strong {
        line-height: 25px;
    }

}

@media(max-width: 1024px){
    .services-section4 {
        padding: 200px 60px 140px 60px;
    }
}

@media(max-width: 912px){
    .services-section4 .gb-grid-wrapper.gb-grid-wrapper-9b1b90c4 {
        display: block;
    }

    .services-section4 .gb-grid-wrapper.gb-grid-wrapper-9b1b90c4 > div {
        width: 100%;
    }
}

@media(max-width: 820px){

}

@media(max-width: 480px){

    .services-section4 {
        padding: 50px 20px 50px 20px;
    }

    .services-section4 h2 {
        text-align: center;
        line-height: 55px;
    }

    .services-section4 p {
        text-align: center;
    }

    .services-section4 .numbers {
        margin: 0 auto;
    }

    .services-section4 .gb-grid-wrapper.gb-grid-wrapper-9b1b90c4 > div:nth-child(2) {
        display: none;
    }

}

/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/

.services-section5 {
    background-color: #2B3372;
    padding: 60px 120px 60px 120px;
}

.services-section5 h2 {
    text-align: center;
    color: #ffffff;
    font-size: 52px;
    font-family: 'averta_bold';
    line-height: 72px;
}

.services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ffffff;
    width: 95%;
    margin: 0 auto;
    padding-top: 80px;
    -moz-transform: translateX(4%);
    -webkit-transform: translateX(4%);
    transform: translateX(4%);
}

.services-section5 figure {
    text-align: center;
    padding-bottom: 20px;
}

.services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6 p {
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    font-family: 'averta_bold';
    line-height: 32px;
}

/* .services-section5 .gb-container.gb-container-b68c3b83 p {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'averta_regular';
    display: flex;
    gap: 10px;
    align-items: center;
} */

.services-section5 .gb-container.gb-container-b68c3b83 p {
    display: grid;
    grid-template-columns: 2% 95%;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-family: 'averta_regular';
    gap: 10px;
}

.services-section5 .gb-container.gb-container-b68c3b83 p:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/06/tick.png);
    background-repeat: no-repeat;
    background-position: center left;
    display: block;
    width: 25px;
    height: 20px;
    margin-top: 3px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1366px){
    .services-section5 .gb-container.gb-container-b68c3b83 p:before{
        width: 40px;
    }
}

@media(max-width: 1280px){

}

@media(max-width: 1024px){
    .services-section5{
        padding: 60px 60px 60px 60px;
    }

    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6 p {
        font-size: 18px;
    }

    .services-section5 .gb-container.gb-container-b68c3b83 p {
        font-size: 12px;
    }

    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6:after {
        width: 90%;
        -moz-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@media(max-width: 912px){
    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6 > div {
        width: 50%;
    }

    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-448d0a5c > div {
        width: 100%;
    }

    .services-section5 .gb-container.gb-container-b68c3b83 p {
        font-size: 15px;
    }
}

@media(max-width: 480px){
    .services-section5 h2 {
        font-size: 37px;
        line-height: 50px;
    }

    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6 > div {
        width: 100%;
    }

    .services-section5 .gb-grid-wrapper.gb-grid-wrapper-843bbbe6:after {
        -moz-transform: translateX(17%);
        -webkit-transform: translateX(17%);
        transform: translateX(17%);
    }

    .services-section5 .gb-container.gb-container-b68c3b83 p:before {
        width: 100%;
        height: 40px;
        text-align: center;
        background-position: center center;
    }

    .services-section5 .gb-container.gb-container-b68c3b83 p {
        display: block;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
    }
}

@media(max-width: 375px){
    .services-section5 h2 {
        font-size: 33px;
        line-height: 40px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 6*/
/****************************************************************************/

.services-section6 {
    padding: 100px 120px 100px 120px;
}

.services-section6 .gb-container.gb-container-abd7cdd3 h2 {
    font-size: 24px;
    font-family: 'averta_bold';
    color: #E0048B;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.page-id-2 .services-section6 .gb-container.gb-container-abd7cdd3 h2,
.page-id-155 .services-section6 .gb-container.gb-container-abd7cdd3 h2{
    color: #2B3372;
}

.services-section6 h2 {
    font-size: 24px;
    font-family: 'averta_bold';
    color: #2B3372;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.services-section6 p {
    color: #2B3372;
    font-size: 18px;
    line-height: 38px;
    font-family: 'averta_regular';
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1366px){
    .services-section6 h2 {
        font-size: 22px;
    }
}

@media(max-width: 1280px){
    .services-section6 .gb-container.gb-container-abd7cdd3 h2{
        font-size: 23px;
    }

    .services-section6 h2 {
        font-size: 21px;
    }
}

@media(max-width: 912px){
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-189a3376 > div,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9fda777 > div,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9bce4b7 > div,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-71ce9c03 > div,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-e92e880a > div,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-aa640aaf > div {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-id-151 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-71ce9c03 {
        flex-direction: column;
    }

    .page-id-151 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9fda777,
    .page-id-151 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-e92e880a,
    .page-id-148 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9fda777,
    .page-id-148 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-aa640aaf,
    .page-id-153 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9fda777,
    .page-id-153 .services-section6 .gb-grid-wrapper.gb-grid-wrapper-71ce9c03 {
        flex-direction: column-reverse;
    }

    /* .services-section6 .gb-grid-wrapper.gb-grid-wrapper-d9fda777,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-71ce9c03,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-e92e880a,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-648f8233,
    .services-section6 .gb-grid-wrapper.gb-grid-wrapper-09de33fa  {
        flex-direction: column-reverse;
    }

    .page-id-155 .services-section6  .gb-grid-wrapper.gb-grid-wrapper-e92e880a,
    .page-id-2 .services-section6  .gb-grid-wrapper.gb-grid-wrapper-e92e880a {
        flex-direction: column;
    } */
}

@media(max-width: 480px){
    .services-section6 {
        padding: 50px 20px 50px 20px;
    }
    .services-section6 .gb-container.gb-container-abd7cdd3 h2,
    .services-section6 h2 {
        text-align: center;
    }

    .services-section6 p {
        text-align: center;
    }
}

/****************************************************************************/
/*				  								                   SECTION 7*/
/****************************************************************************/

.services-section7 {
    padding: 64px 120px 64px 120px;
}

.services-section7 h2{
    font-size: 52px;
    font-family: 'averta_bold';
    line-height: 72px;
    color: #ffffff;

}

.services-section7 p,
.services-section7 ul li{
    font-size: 18px;
    font-family: 'averta_regular';
    line-height: 30px; 
    color: #ffffff;
}

.services-section7 .gb-grid-wrapper > div:last-child{
    display: flex;
    justify-content: flex-end;
}



/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){

}

@media(max-width: 1440px){

}

@media(max-width: 1280px){

}

@media(max-width: 1024px){

}

@media(max-width: 912px){
    .services-section7 .gb-grid-wrapper.gb-grid-wrapper-8a740b16 > div {
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .services-section7 ul li {
        text-align: left;
    }
}

@media(max-width: 768px){

}

@media(max-width: 480px){
    .services-section7 {
        padding: 64px 20px 64px 20px;
    }
}

@media(max-width: 375px){
    .services-section7 h2 {
        font-size: 47px;
        line-height: 67px;
    }
}


/****************************************************************************/
/*				  								 PROJECT THUMBNAILS CAROUSEL*/
/****************************************************************************/

.templates-carousel-area {
    background-color: #2B3372;
}

.templates-carousel-area h2{
    color: #ffffff;
    font-family: 'averta_bold';
    font-size: 52px;
    line-height: 72px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.templates-carousel-area p{
    font-family: 'averta_regular';
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    text-align: center;
    padding-left: 550px;
    padding-right: 500px;
}

.templates-carousel-area .mocups-carousel {
    -moz-transform: translateY(25%);
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
    overflow: hidden;
}

.templates-carousel-area .mocups-carousel div {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.templates-carousel-area .mocups-carousel div:first-child,
.templates-carousel-area div:last-child {
    padding-left: 0px;
    padding-right: 0px;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 1680px){

}

@media(max-width: 1600px){
    .templates-carousel-area p {
        padding-left: 400px;
        padding-right: 400px;
    }
}

@media(max-width: 1440px){

}

@media(max-width: 1280px){

}

@media(max-width: 1024px){
    .templates-carousel-area p {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media(max-width: 912px){
    .templates-carousel-area p {
        padding-left: 150px;
        padding-right: 150px;
    }
}

@media(max-width: 768px){

}

@media(max-width: 480px){
    .templates-carousel-area p {
        padding-left: 20px;
        padding-right: 20px;
    }
}




/****************************************************************************/
/*				  								                        FORM*/
/****************************************************************************/

/* .services-section8 {
    padding: 120px;
}

.services-section8 h2{
    color: #2B3372;
    font-family: 'averta_bold';
    font-weight: 900;
    font-size: 52px;
}

.services-section8 p{
    color: #2B3372;
    font-family: 'averta_regular';
    font-size: 18px;
}

.services-section8 form input,
.services-section8 form textarea{
    background: transparent;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid #2B3372;
}

.services-section8 form .one-half {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 20px;
    width: 48%;
}

.services-section8 form .last {
    margin-right: 0 !important;
    clear: right;
}

.services-section8 form span.wpcf7-form-control-wrap.acceptance {
    display: block;
    padding-top: 20px;
    font-size: 16px;
    font-family: 'averta_regular';
    color: #2B3372;
}

.services-section8 form span.wpcf7-form-control-wrap.acceptance a{
    font-size: 16px;
    font-family: 'averta_regular';
    color: #2B3372;
}

.services-section8 form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    border: none;
    background-color: #E0048B;
    float: right;
}


@media(max-width: 480px){
    .services-section8 {
        padding: 25px;
    }
    
    .services-section8 form .one-half {
        width: 100%;
    }
} */

.services-section8 .gb-inside-container {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.services-section8 .gb-button {
    background-color: transparent !important;
    font-family: 'averta_bold';
    font-weight: 900;
    overflow: hidden;
}

.services-section8 .gb-button:hover{
    cursor: pointer;
    overflow: hidden;
}

.services-section8 .gb-button,
.services-section8 .gb-button:after {
    width: 380px;
    height: 86px;
    font-size: 36px;
    background: linear-gradient(45deg, transparent 5%, #d50e88 5%);
    border: 0;
    color: #fff;
    letter-spacing: 3px;
    line-height: 88px;
    box-shadow: 6px 0px 0px #2B3372;
    outline: transparent;
    position: relative;
    overflow: hidden;
}

.services-section8 .gb-button:after{
    --slice-0: inset(50% 50% 50% 50%);
    --slice-1: inset(80% -6px 0 0);
    --slice-2: inset(50% -6px 30% 0);
    --slice-3: inset(10% -6px 85% 0);
    --slice-4: inset(40% -6px 43% 0);
    --slice-5: inset(80% -6px 5% 0);
  
    content: 'Δείτε το DEMO';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 3%, #2B3372 3%, #2B3372 5%, #d50e88 5%);
    text-shadow: -3px -3px 0px #F8F005, 3px 3px 0px #2B3372;
    clip-path: var(--slice-0);
    font-family: 'averta_bold';
    font-weight: 900;
    overflow: hidden;
}

.services-section8 .gb-button:hover:after{
    animation: 1s glitch;
    animation-timing-function: steps(2, end);
    overflow: hidden;
}

@keyframes glitch {
    0% {
      clip-path: var(--slice-1);
      transform: translate(-20px, -10px);
    }
    10% {
      clip-path: var(--slice-3);
      transform: translate(10px, 10px);
    }
    20% {
      clip-path: var(--slice-1);
      transform: translate(-10px, 10px);
    }
    30% {
      clip-path: var(--slice-3);
      transform: translate(0px, 5px);
    }
    40% {
      clip-path: var(--slice-2);
      transform: translate(-5px, 0px);
    }
    50% {
      clip-path: var(--slice-3);
      transform: translate(5px, 0px);
    }
    60% {
      clip-path: var(--slice-4);
      transform: translate(5px, 10px);
    }
    70% {
      clip-path: var(--slice-2);
      transform: translate(-10px, 10px);
    }
    80% {
      clip-path: var(--slice-5);
      transform: translate(20px, -10px);
    }
    90% {
      clip-path: var(--slice-1);
      transform: translate(-10px, 0px);
    }
    100% {
      clip-path: var(--slice-1);
      transform: translate(0);
    }
  }

/****************************************************************************/
/*				  								                CLIENT LOGOS*/
/****************************************************************************/

.clients-logo {
    /* background-color: #2B3372; */
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 40px;
    overflow: hidden;
}

.clients-logo .gb-inside-container {
    overflow: hidden;
}

.clients-logo .logos .slick-prev,
.clients-logo .logos .slick-next {
    display: none;
}

.clients-logo .logos .slick-track{
    padding-top: 20px;
    padding-bottom: 20px;
}

.clients-logo .logos .slick-track > div {
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px rgb(150 150 150 / 50%) !important;
    height: 138px;
    display: flex;
    align-items: center;
    margin: 0px 5px;
}

.clients-logo .logos .slick-track > div img {
    object-fit: contain;
    height: 120px;
}

/*******************************************************************************************************************/
/*				  													                                        FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     COLUMNS*/
/****************************************************************************/

.site-footer .inside-footer-widgets {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 50px;
}

.site-footer .footer-widget-1 p {
    color: #ffffff;
    font-family: 'averta_regular';
    font-size: 16px;
    line-height: 26px;
}

.site-footer .footer-widget-2{
    color: #E0048B;
}

.site-footer .footer-widget-2 h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'averta_regular';
}

.site-footer .footer-widget-2 a{
    font-family: 'averta_light';
    font-weight: 300;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}

.site-footer .footer-widget-2 a:hover{
    color: #d50e88;
}

.site-footer .footer-widget-3 h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'averta_regular';
}

.site-footer .footer-widget-3 p{
    color: #ffffff;
    font-family: 'averta_light';
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.site-footer .footer-widget-3 a{
    color: #ffffff;
    text-decoration: none;
}

.site-footer .footer-widget-3 a:hover{
    color: #d50e88;
}

.site-footer .footer-widget-3 p strong{
    color: #E0048B;
}

.site-footer .footer-widget-4 h2,
.site-footer .footer-widget-5 h2 {
    color: #ffffff;
    font-size: 16px;
    font-family: 'averta_regular';
}

.site-footer .footer-widget-4 figure{
    height: 40px;
}

.site-footer .footer-widget-4 figure img {
    object-fit: inherit !important;
}

.site-footer .footer-widget-5 figure {
    height: 40px;
}

.site-footer .footer-widget-5 #block-16 figure:nth-child(2) {
    height: 80px;
}

.site-footer .footer-widget-5 figure img {
    object-fit: contain !important;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 912px){
    .site-footer .inside-footer-widgets {
        display: block;
    }
    .site-footer .footer-widget-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-footer .footer-widget-4 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .site-footer .footer-widget-1 svg {
        width: 100%;
    }
}

@media(max-width: 480px){
    .site-footer .inside-footer-widgets {
        padding-left: 50px;
        padding-right: 50px;
    }

    .site-footer .footer-widget-4{
        padding-bottom: 125px;
    }

    .site-footer .footer-widget-4 figure {
        height: 55px;
    }
}

/****************************************************************************/
/*				  								                  BOTTOM BAR*/
/****************************************************************************/

.site-info {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 20px;
}

.site-info .inside-site-info {
    border-top: 1px solid #ffffff;
    padding: 20px 0px 0px 0px;
}

.site-info .copyright-bar{
    padding-bottom: 20px;
}

.site-info .copyright-bar,
.site-info .footer-bar a {
    color: #ffffff;
    font-size: 12px;
    font-family: 'averta_light';
    font-weight: 300;
    text-decoration: none;
}

/************************************************************/
/*				  		                          RESPONSIVE*/
/************************************************************/

@media(max-width: 480px){
    .site-info{
        padding-top: 120px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

/****************************************************************************/
/*				  								                        ESPA*/
/****************************************************************************/

.home-section1 {
	background-color: black;
}

.home-section2 a {
	text-decoration: none;
}

.wpcf7-form-control.wpcf7-acceptance {
	padding-right: 5px;
}

.accessability_container.dark_theme .wah-free-credits .wah-free-credits-inner a {
	background: #232323 !important;
	color: white !important;
}