/*
 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*/
/******************************************************************************************************************/


/****************************************************************************/
/*				  								               SMOOTH SCROLL*/
/****************************************************************************/

html {
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

/****************************************************************************/
/*				  								                ESPA  BANNER*/
/****************************************************************************/
.espa-banner {
    padding: 10px 20px;
    position: fixed;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 6;
    width: 100%;
}

.espa-banner img {
    max-width: 100%;
}


/*******************************************************************************************************************/
/*				  													                                        TOP BAR*/
/******************************************************************************************************************/
/******************** STICKY TOP BAR */


header {
    top: 45.5px !important;
    z-index: 9;
}

.has-sticky-branding {
    top: 45.5px !important;
}


.topbar {
    background-color: #0872b9;
    color: #ffffff !important;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100vw;
}

.topbar svg {
    width: 20px;
}

.topbar a {
    color: #fff;
}

.topbar p {
    margin-bottom: 0;
    display: flex;
    gap: 5px;
    align-items: center;

}

@media(min-width:768px) {
    .topbar p {
        justify-content: center;
    }


}

@media(max-width:767px) {
    .has-sticky-branding {
        top: 65px !important;
    }

    header {
        top: 65px !important;
    }

    .topbar p {
        font-size: 15px;
    }

    .topbar svg {
        width: 16px;
    }
}

@media(max-width:364px) {
    .has-sticky-branding {
        top: 87.5px !important;
    }

    header {
        top: 87.5px !important;
    }
}

/*******************************************************************************************************************/
/*				  													                                         HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.site-header .inside-header {
    max-width: 1300px;
    margin: 0 auto;
}

/****************************************************************************/
/*				  								                        MENU*/
/****************************************************************************/

#menu-main-menu>li a {
    font-weight: 700;
}

.menu-item-217 {
    background-color: #0872b9;
}

.menu-item-217 a {
    color: #ffffff !important;
}

/****************************************************************************/
/*				  								                   MEGA MENU*/
/****************************************************************************/

@media (min-width: 992px) {

    .main-navigation ul ul {
        background-color: #0872b9 !important;
    }

    .main-navigation ul ul li a {
        color: #ffffff !important;
    }

    #menu-item-1056>.sub-menu {
        width: 90vw;
        padding: 10px;
        margin-left: 40%;
        transform: translateX(-60%);
        -webkit-transform: translateX(-60%);
        -moz-transform: translateX(-60%);
        -ms-transform: translateX(-60%);
        -o-transform: translateX(-60%);

    }

    .is_stuck #menu-item-1056>.sub-menu {
        width: 90vw;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        margin-left: 50%;
    }

    #menu-item-1056>.sub-menu>li>a {
        font-size: 16px;
        border-bottom: 1px solid;
    }

    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu>ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu>ul>li>a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: flex;
        flex-direction: column;
        width: 25%;
        vertical-align: top;
        gap: 10px;
        padding: 10px;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu>ul>li:hover>a,
    nav .main-nav .mega-menu>ul>li:focus>a,
    nav .main-nav .mega-menu>ul>li[class*="current-"]>a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}

/****************************************************************************/
/*				  								                  RESPONSIVE*/
/****************************************************************************/

@media(max-width:1200px) and (min-width:992px) {

    .main-navigation .main-nav>ul,
    .main-navigation .inside-navigation {
        flex-wrap: nowrap;
    }

    .main-navigation .main-nav>ul>li a {
        display: flex;
        line-height: 20px;
    }

    .main-navigation .main-nav>ul>li:last-child {
        padding: 14px;
    }
}

@media(max-width:991px) {
    .has-inline-mobile-toggle .inside-header {
        /* flex-direction: row; */
        /* text-align: left; */
        /* flex-wrap: nowrap; */
        display: grid;
        grid-template-columns: 50% 50%;
    }

    nav#site-navigation {
        width: 90vw !important;
    }


}



/*******************************************************************************************************************/
/*				  													                                          HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.home-section1 h2 {
    font-size: 70px;
}

.home-section1 p {
    font-size: 18px;
    width: 30%;
    margin: 0 auto;
}

.home-section1 h2,
.home-section1 p {
    color: #ffffff;
    text-align: center;
}

.home-section1 .gb-button {
    margin: 0 auto;
    background-color: #0872b9 !important;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.home-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #0872b9;
}

.home-section2 .wp-block-search__button {
    background-color: #8CC641;
    color: #000000 !important;
}

.home-section2 label.wp-block-search__label.screen-reader-text {
    color: #ffffff !important;
}

.home-section2 #wp-block-search__input-1 {
    background-color: #ffffff !important;
}

.home-section2 #wp-block-search__input-1,
.home-section2 #wp-block-search__input-1::placeholder {
    color: #000000 !important;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/
@media(max-width:1230px) {
    .home-section2 {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media(max-width:452px) {

    .home-section2 {
        padding: 30px !important;
    }

    .home-section2 input#wp-block-search__input-1 {
        padding: 2px;
        font-size: 15px;
    }

    .home-section2 button {
        margin: 0;
    }
}



/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.home-section3 {
    padding: 50px;
}

.home-section3 .gb-grid-wrapper>div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.home-section3 h3 {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

.home-section3 p {
    font-size: 25px;
    text-align: center;
}

.home-section3 p a {
    color: #000000;
    text-decoration: none;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/
@media(max-width:767px) {
    .home-section3 .gb-grid-wrapper>div:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .home-section3 .gb-grid-wrapper>div:last-child {
        padding-top: 20px;
    }
}




/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.home-section4 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.home-section4 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.home-section4 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.home-section4 .gb-grid-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.home-section4 .gb-grid-wrapper>div svg {
    width: 50px;
    height: 50px;
    color: #000000;
}

.home-section4 .gb-grid-wrapper>div>div {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}

.home-section4 .gb-grid-wrapper>div h3 {
    font-size: 22px;
}

.home-section4 .gb-grid-wrapper>div:nth-child(1),
.home-section4 .gb-grid-wrapper>div:nth-child(3) {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.home-section4 .gb-grid-wrapper>div:nth-child(2) {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.home-section4 .gb-grid-wrapper>div:nth-child(2)>div {
    background-color: #0872b9;
}

.home-section4 .gb-grid-wrapper>div:nth-child(2)>div h3,
.home-section4 .gb-grid-wrapper>div:nth-child(2)>div p,
.home-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    color: #ffffff;
}

.home-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    background-color: #8CC641;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.home-section4 .gb-grid-wrapper>div p {
    width: 100%;
    padding: 20px;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1288px) {
    .home-section4 .gb-grid-wrapper {
        width: 85%;
    }
}

@media(max-width:1015px) {
    .home-section4 .gb-grid-wrapper {
        width: 95%;
    }

    .home-section4 .gb-grid-wrapper>div>div {
        padding: 20px;
    }
}

@media(max-width:991px) {
    .home-section4 p {
        width: 80%;
    }
}

@media(max-width:767px) {

    .home-section4 p {
        width: 90%;
    }

    .home-section4 .gb-grid-wrapper {
        display: flex;
        gap: 0 !important;
        justify-content: center;
    }

    .home-section4 .gb-grid-wrapper>.gb-grid-column {
        padding-left: 0;
    }

    .home-section4 .gb-grid-wrapper>div {
        width: 90% !important;
    }
}


/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/

.home-section5 {
    background-color: #8CC641;
}

.home-section5 .gb-grid-wrapper {
    width: 50%;
    margin: 0 auto;
    padding: 50px;
    align-items: center;
}

.home-section5 .gb-grid-wrapper h3 {
    color: #000000;
    margin-bottom: 0px;
}

.home-section5 .gb-grid-wrapper .gb-button {
    background-color: #0872b9 !important;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1024px) {
    .home-section5 .gb-grid-wrapper {
        width: 70%;
    }
}

@media(max-width:767px) {

    .home-section5 .gb-grid-wrapper {
        width: 80%;
        margin: 0 auto;
        padding: 50px;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
    }

    .home-section5 .gb-grid-wrapper .gb-button {
        width: 100%;
    }

}



/****************************************************************************/
/*				  								                   SECTION 6*/
/****************************************************************************/

.home-section6 {
    background-color: #0872b9;
    padding-top: 50px;
    padding-bottom: 100px;
}

.home-section6 h2 {
    color: #ffffff;
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.home-section6 h2:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.home-section6 p {
    color: #ffffff;
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.home-section6 .gb-grid-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    align-items: end;
}

.home-section6 .gb-grid-wrapper>div h3 {
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.home-section6 .gb-grid-wrapper>div p {
    width: 100%;
}

.home-section6 .gb-grid-wrapper>div figure {
    text-align: center;
}

.home-section6 .gb-grid-wrapper>div figure img {
    padding: 5px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.home-section6 .gb-grid-wrapper>div .gb-button {
    background-color: #8CC641 !important;
    color: #000000 !important;
    margin: 0 auto;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/
@media(max-width:1429px) and (min-width:767px) {
    .home-section6 .gb-grid-wrapper {
        display: grid;
        grid-template-columns: 50% 50%;
    }

    .home-section6 .gb-grid-wrapper>div {
        width: 100%;
    }
}



/****************************************************************************/
/*				  								                   SECTION 7*/
/****************************************************************************/

.home-section7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section7 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.home-section7 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

home-section7 .gb-query-loop-wrapper {
    margin: 0 auto !important;
}

.home-section7 .gb-query-loop-wrapper .gb-headline-text {
    text-align: center;
}

.home-section7 .gb-query-loop-wrapper .slick-track>div>div {
    background: transparent;
}

.home-section7 .slick-dots li button:before {
    font-size: 12px;
    color: #0872b9;
}

.home-section7 .slick-dots li.slick-active button:before {
    color: #0872b9;
}




/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/
@media(max-width:1360px) {
    .home-section7 .slick-track>.gb-grid-column>div>div {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .home-section7 .gb-container>div {
        padding: 20px;
    }


}

/****************************************************************************/
/*				  								                   SECTION 8*/
/****************************************************************************/

.home-section8 {
    padding: 50px;
}

.home-section8 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.home-section8 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.home-section8 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.home-section8 .gb-query-loop-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div {
    padding-left: 20px;
    padding-right: 20px;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div h3 a {
    color: #000000;
    font-size: 25px;
    line-height: 30px;
    text-decoration: none;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div p {
    width: 100%;
    text-align: left;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div figure {
    width: 100%;
    height: 260px;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div figure img {
    object-fit: contain;
    width: 100%;
    height: 260px;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div .excerpt {
    min-height: 260px;
    position: relative;
    padding-bottom: 80px;
}

.home-section8 .gb-query-loop-wrapper .slick-track>div .excerpt a {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0872b9;
    color: #ffffff;
    padding: 20px 30px 20px 30px;
    text-decoration: none;
    margin-top: 20px;
}

.home-section8 .queryloop_blog_grid {
    margin-left: 0px;
}

.home-section8 .slick-arrow {
    display: none !important;
}

.home-section8 .slick-dots li button:before {
    font-size: 12px;
    color: #0872b9;
}

.home-section8 .slick-dots li.slick-active button:before {
    color: #0872b9;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:580px) {
    .home-section8 .queryloop_blog_grid p.gb-headline {
        margin-bottom: 0;
    }

    .home-section8 .queryloop_blog_grid img {
        object-fit: none !important;
    }

}



/****************************************************************************/
/*				  								                   SECTION 9*/
/****************************************************************************/
.home-section9 {
    padding: 50px 15px;
}

.home-section9 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.home-section9 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}



/*******************************************************************************************************************/
/*				  													                                    INFO PAGES*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.simple-page-section1 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #0872b9;
}

.simple-page-section1 .inner-block {
    width: 50%;
    margin: 0 auto;
}

.simple-page-section1 p,
.simple-page-section1 ul li,
.simple-page-section1 h3 {
    color: #ffffff;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1425px) {
    .simple-page-section1 {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .simple-page-section1 .inner-block {
        width: 70%;
    }

    .simple-page-section1 {
        min-height: 480px;
    }
}

@media(max-width:885px) {

    .simple-page-section1 .inner-block {
        width: 90%;
    }

}





/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.simple-page-section2 .gb-grid-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.simple-page-section2 .gb-grid-wrapper>div svg {
    width: 50px;
    height: 50px;
    color: #000000;
}

.simple-page-section2 .gb-grid-wrapper>div>div {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}

.simple-page-section2 .gb-grid-wrapper>div h3 {
    font-size: 22px;
}

.simple-page-section2 .gb-grid-wrapper>div:nth-child(1),
.simple-page-section2 .gb-grid-wrapper>div:nth-child(3) {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.simple-page-section2 .gb-grid-wrapper>div:nth-child(2) {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.simple-page-section2 .gb-grid-wrapper>div:nth-child(2)>div {
    background-color: #0872b9;
}

.simple-page-section2 .gb-grid-wrapper>div:nth-child(2)>div h3,
.simple-page-section2 .gb-grid-wrapper>div:nth-child(2)>div p,
.simple-page-section2 .gb-grid-wrapper>div:nth-child(2)>div svg {
    color: #ffffff;
}

.simple-page-section2 .gb-grid-wrapper>div:nth-child(2)>div svg {
    background-color: #8CC641;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.simple-page-section2 .gb-grid-wrapper>div p {
    width: 100%;
    padding: 20px;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1288px) {
    .simple-page-section2 .gb-grid-wrapper {
        width: 85%;
    }
}

@media(max-width:1015px) {
    .simple-page-section2 .gb-grid-wrapper {
        width: 95%;
    }

    .simple-page-section2 .gb-grid-wrapper>div>div {
        padding: 20px;
    }
}


@media(max-width:767px) {


    .simple-page-section2 .gb-grid-wrapper {
        display: flex;
        gap: 0 !important;
        justify-content: center;
    }

    .simple-page-section2 .gb-grid-wrapper>.gb-grid-column {
        padding-left: 0;
    }

    .simple-page-section2 .gb-grid-wrapper>div {
        width: 90% !important;
    }
}


/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/
.simple-page-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.simple-page-section3 h2 {
    font-size: 33px;
    text-align: center;
    padding-bottom: 20px;
}

.simple-page-section3 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.simple-page-section3 .gb-query-loop-wrapper {
    margin: 0 auto !important;
}

.simple-page-section3 .gb-query-loop-wrapper .gb-headline-text {
    text-align: center;
}

.simple-page-section3 .gb-query-loop-wrapper .slick-track>div>div {
    background: transparent;
}

.simple-page-section3 .slick-dots li button:before {
    font-size: 12px;
    color: #0872b9;
}

.simple-page-section3 .slick-dots li.slick-active button:before {
    color: #0872b9;
}




/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/
@media(max-width:1360px) {
    .home-section7 .slick-track>.gb-grid-column>div>div {
        width: 80%;
        margin: 0 auto;
    }
}

@media(max-width:767px) {
    .home-section7 .gb-container>div {
        padding: 20px;
    }


}







/*******************************************************************************************************************/
/*				  													                                       SERVICES*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.page .featured-image {
    display: none;
}

/****************************************************************************/
/*				  								                        HERO*/
/****************************************************************************/

.services-hero h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

@media(max-width:1425px) {
    .services-hero {
        min-height: 180px;
    }
}

@media(max-width:885px) {
    .services-hero h2 {
        font-size: 45px;
    }
}

@media(max-width:767px) {
    .services-hero {

        min-height: 220px !important;
    }
}


/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.service-section1 {
    background-color: #0872b9;
    padding-bottom: 100px;
}

.service-section1 .service-intro h2 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 20px;

}

.service-section1 .service-intro h2:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.service-section1 .service-intro p {
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.service-section1 .service-intro p a {
    color: #ffffff;
}

.service-section1 .service-intro .gb-button {
    margin: 0 auto;
    background-color: #8CC641 !important;
    color: #000000 !important;
}

.service-section1 figure {
    padding-top: 100px;
}

.service-section1 .content-grid {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 15px;
}

.service-section1 .content-grid .wp-block-quote {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    border-color: #8CC641;
    background-color: #065b93;
}

.service-section1 .content-grid .wp-block-quote cite {
    color: #ffffff;
    font-weight: 700;
}

.service-section1 .content-grid .wp-block-quote ul li {
    color: #ffffff;
}

.service-section1 .content-grid>div:nth-child(2)>div {
    background-color: #065b93;
    padding: 30px;
}

.service-section1 .content-grid h2,
.service-section1 .content-grid h3 {
    color: #ffffff;
}

.service-section1 .content-grid p {
    color: #ffffff;
}

.service-section1 .content-grid p a {
    color: #ffffff;
    text-decoration: none;
}

.service-section1 .sidebar-stats h4 {
    color: #ffffff;
}

.service-section1 .sidebar-stats h4:after {
    content: '';
    border-bottom: 2px solid #ffffff;
    width: 100%;
    display: block;
    padding-top: 15px;
}

.service-section1 .sidebar-stats p,
.service-section1 span.wp-block-getwid-progress-bar__percent {
    color: #ffffff;
    font-weight: 700;
}

.service-section1 .wp-block-getwid-progress-bar__bar {
    height: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.service-section1 .sidebar-stats h4.hours-side {
    padding-top: 50px;
}

.sidebar-hours>div:nth-child(1),
.sidebar-hours>div:nth-child(3) {
    text-align: left;
}

.sidebar-hours>div:nth-child(2),
.sidebar-hours>div:nth-child(4) {
    text-align: right;
}

.service-section1 .sidebar-stats .gb-button {
    margin: 0 auto;
    margin-top: 20px;
    background-color: #8CC641 !important;
    color: #000000 !important;
    width: 80%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

.service-section1 .sidebar-stats .gb-button svg {
    fill: transparent;
    font-size: 20px;
}


/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1447px) {
    .service-section1 .content-grid {
        width: 80%;
    }
}

@media(max-width:1425px) {
    .service-section1 {
        padding-top: 0px;
        padding-bottom: 50px;
    }

    .service-section1 .inner-block {
        width: 70%;
    }

    .service-section1 {
        min-height: 480px;
    }
}

@media(max-width:1625px) {
    .service-section1 .sidebar-stats .gb-button {
        font-size: 16px;
        width: 80%;
    }
}

@media(max-width:1089px) {
    .service-section1 .content-grid {
        width: 90%;
    }
}

@media(max-width:991px) {
    .service-section1 .service-intro h2 {
        font-size: 43px;
    }

}

@media(max-width:991px) and (min-width:768px) {
    .service-section1 .content-grid {
        flex-direction: column;
    }

    .service-section1 .content-grid>div {
        padding-left: 15px;
        width: 100%;
    }
}

@media(max-width:767px) {
    .service-section1 .sidebar-stats .sidebar-hours {
        display: grid;
        grid-template-columns: 50% 50%;
        justify-content: space-between;
    }
}

@media(max-width:885px) {

    .service-section1 .content-grid,
    .service-section1 .service-intro p {
        width: 90%;
    }

}

@media(max-width:410px) {

    .service-section1 .sidebar-stats {
        padding: 20px;
    }

}




/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.service-section2 {
    background-color: #065b93;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: 30px;
}

.service-section2:hover {
    background-color: #8CC641;
}

.service-section2 h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    justify-content: center;
}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.service-section3 .gb-grid-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.service-section3 .gb-grid-wrapper>div svg {
    width: 50px;
    height: 50px;
    color: #000000;
}

.service-section3 .gb-grid-wrapper>div>div {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}

.service-section3 .gb-grid-wrapper>div h3 {
    font-size: 22px;
}

.service-section3 .gb-grid-wrapper>div:nth-child(1),
.service-section3 .gb-grid-wrapper>div:nth-child(3) {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.service-section3 .gb-grid-wrapper>div:nth-child(2) {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.service-section3 .gb-grid-wrapper>div:nth-child(2)>div {
    background-color: #0872b9;
}

.service-section3 .gb-grid-wrapper>div:nth-child(2)>div h3,
.service-section3 .gb-grid-wrapper>div:nth-child(2)>div p,
.service-section3 .gb-grid-wrapper>div:nth-child(2)>div svg {
    color: #ffffff;
}

.service-section3 .gb-grid-wrapper>div:nth-child(2)>div svg {
    background-color: #8CC641;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.service-section3 .gb-grid-wrapper>div p {
    width: 100%;
    padding: 20px;
}


/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1288px) {
    .service-section3 .gb-grid-wrapper {
        width: 85%;
    }
}

@media(max-width:1015px) {
    .service-section3 .gb-grid-wrapper {
        width: 95%;
    }

    .service-section3 .gb-grid-wrapper>div>div {
        padding: 20px;
    }
}

@media(max-width:991px) {
    .service-section3 p {
        width: 80%;
    }
}

@media(max-width:767px) {

    .service-section3 p {
        width: 90%;
    }

    .service-section3 .gb-grid-wrapper {
        display: flex;
        gap: 0 !important;
        justify-content: center;
    }

    .service-section3 .gb-grid-wrapper>.gb-grid-column {
        padding-left: 0;
    }

    .service-section3 .gb-grid-wrapper>div {
        width: 90% !important;
    }
}







/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.service-section4 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.service-section4 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.service-section4 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.service-section4 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.service-section4 .gb-grid-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.service-section4 .gb-grid-wrapper>div h3 {
    text-align: center;
    padding-top: 20px;
}

.service-section4 .gb-grid-wrapper>div p {
    width: 100%;
}

.service-section4 .gb-grid-wrapper>div figure {
    text-align: center;
}

.service-section4 .gb-grid-wrapper>div figure img {
    padding: 5px;
    border: 4px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.service-section4 .gb-grid-wrapper>div .gb-button {
    background-color: #8CC641 !important;
    color: #000000 !important;
    margin: 0 auto;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/
@media(max-width:1429px) and (min-width:767px) {
    .service-section4 .gb-grid-wrapper {
        display: flex;
        align-items: baseline;
    }

    .service-section4 .gb-grid-wrapper>div {
        width: 50%;
    }
}


@media(max-width:991px) {
    .service-section4 h2 {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .service-section4 .gb-grid-wrapper:last-child {
        padding-top: 0;
    }
}

@media(max-width:540px) {
    .service-section4 h2 {
        font-size: 45px;
        padding: 0 20px;
    }
}




/*******************************************************************************************************************/
/*				  													                     SERVICE CATEGORY PAGE     */
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   GENERIC*/
/****************************************************************************/

/* .category-page-list {
    margin:auto;
    padding: 0 0 1.5em 3em; 
     padding-bottom: 30px;
    color: #fff!important;
}

.cat-service-intro a,
.cat-service-intro .category-page-list a{
	color: #8CC641;
}

.cat-service-intro p, 
.cat-service-intro h3{
	text-align:left!important;
	margin-left:auto!important;
	margin-right:auto;
	margin-bottom:30px;
	color:#fff;
}
 */


/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.category-page-section1 {
    background-color: #0872b9;
    padding-bottom: 100px;
}

.category-page-section1 h2 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 20px;

}

.category-page-section1 h2:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.category-page-section1 p,
.category-page-section1 li {
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 15px;
}

.category-page-section1 p a,
.category-page-section1 ul li a {
    color: #ffffff;
}

.category-page-section1 h3 {
    color: #fff;
}

.category-page-section1>.gb-inside-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 15px;
}

.category-page-section1>.gb-inside-container p,
.category-page-section1>.gb-inside-container li {
    color: #ffffff;
}

.category-page-section1>.gb-inside-container p a {
    color: #ffffff;
    text-decoration: none;
}




/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1447px) {
    .category-page-section1>.gb-inside-container {
        width: 80%;
        padding-top: 0px !important;
    }
}

@media(max-width:1425px) {
    .category-page-section1 {
        padding-top: 0px !important;
        padding-bottom: 50px;
        min-height: 480px;
    }

}



@media(max-width:991px) {
    .category-page-section1 h2 {
        font-size: 43px;
    }

}


@media(max-width:885px) {

    .category-page-section1>.gb-inside-container {
        width: 90%;
    }

}




/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/
.category-page-section2 {
    background-color: #065b93;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    padding: 30px;
}

.category-page-section2:hover {
    background-color: #8CC641;
}

.category-page-section2 h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 0px;
    justify-content: center;
}


/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.category-page-section3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.category-page-section3 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.category-page-section3 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.category-page-section3 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.category-page-section3 .gb-grid-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.category-page-section3 .gb-grid-wrapper>div h3 {
    text-align: center;
    padding-top: 20px;
}

.category-page-section3 .gb-grid-wrapper>div p {
    width: 100%;
}

.category-page-section3 .gb-grid-wrapper>div figure {
    text-align: center;
}

.category-page-section3 .gb-grid-wrapper>div figure img {
    padding: 5px;
    border: 4px solid #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.category-page-section3 .gb-grid-wrapper>div .gb-button {
    background-color: #8CC641 !important;
    color: #000000 !important;
    margin: 0 auto;
}


/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/
@media(max-width:1429px) and (min-width:767px) {
    .category-page-section3 .gb-grid-wrapper {
        display: flex;
        align-items: baseline;
    }

    .category-page-section3 .gb-grid-wrapper>div {
        width: 50%;
    }
}


@media(max-width:991px) {
    .category-page-section3 h2 {
        font-size: 50px;
    }
}

@media(max-width:767px) {
    .category-page-section3 .gb-grid-wrapper:last-child {
        padding-top: 0;
    }
}

@media(max-width:540px) {
    .category-page-section3 h2 {
        font-size: 45px;
        padding: 0 20px;
    }
}

/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.category-page-section4 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.category-page-section4 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.category-page-section4 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.category-page-section4 .gb-grid-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.category-page-section4 .gb-grid-wrapper>div svg {
    width: 50px;
    height: 50px;
    color: #000000;
}

.category-page-section4 .gb-grid-wrapper>div>div {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}

.category-page-section4 .gb-grid-wrapper>div h3 {
    font-size: 22px;
}

.category-page-section4 .gb-grid-wrapper>div:nth-child(1),
.category-page-section4 .gb-grid-wrapper>div:nth-child(3) {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.category-page-section4 .gb-grid-wrapper>div:nth-child(2) {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.category-page-section4 .gb-grid-wrapper>div:nth-child(2)>div {
    background-color: #0872b9;
}

.category-page-section4 .gb-grid-wrapper>div:nth-child(2)>div h3,
.category-page-section4 .gb-grid-wrapper>div:nth-child(2)>div p,
.category-page-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    color: #ffffff;
}

.category-page-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    background-color: #8CC641;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.category-page-section4 .gb-grid-wrapper>div p {
    width: 100%;
    padding: 20px;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1288px) {
    .category-page-section4 .gb-grid-wrapper {
        width: 85%;
    }
}

@media(max-width:1015px) {
    .category-page-section4 .gb-grid-wrapper {
        width: 95%;
    }

    .category-page-section4 .gb-grid-wrapper>div>div {
        padding: 20px;
    }
}

@media(max-width:991px) {
    .category-page-section4 p {
        width: 80%;
    }
}

@media(max-width:767px) {

    .category-page-section4 p {
        width: 90%;
    }

    .category-page-section4 .gb-grid-wrapper {
        display: flex;
        gap: 0 !important;
        justify-content: center;
    }

    .category-page-section4 .gb-grid-wrapper>.gb-grid-column {
        padding-left: 0;
    }

    .category-page-section4 .gb-grid-wrapper>div {
        width: 90% !important;
    }
}





/*******************************************************************************************************************/
/*				  													                                          BLOG*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.blog {
    background-color: #ffffff;
}

.blog h2 {
    font-size: 30px;
}

.blog .entry-summary p {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog .entry-summary p a {
    display: block;
    width: 35%;
    text-decoration: none;
    background-color: #0872b9;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

/****************************************************************************/
/*				  								                  RESPONSIVE*/
/****************************************************************************/
@media(max-width:989px) and (min-width:889px) {
    .blog .inside-article .read-more {
        width: 40%;
    }
}

@media(max-width:888px) and (min-width:344px) {
    .blog .inside-article .read-more {
        width: 50%;
    }
}

@media(max-width:343px) {
    .blog .inside-article .read-more {
        width: 60%;
    }
}



/*******************************************************************************************************************/
/*				  													                                    BLOG SINGLE*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.single-post {
    background-color: #ffffff;
}


/****************************************************************************/
/*				  								                  RESPONSIVE*/
/****************************************************************************/
@media(max-width:991px) {
    .single-post h1 {
        font-size: 34px;
        text-align: center;
    }

    .single-post h2 {
        font-size: 28px;
    }

    .single-post h3 {
        font-size: 20px;
    }

    .single-post h4 {
        font-size: 18px;
    }

}


@media(max-width:700px) {
    .single-post h1 {
        font-size: 28px;
        text-align: center;
    }

    .single-post h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .single-post h3 {
        font-size: 18px;
    }

    .single-post h4 {
        font-size: 16px;
    }

    .single-post p {
        font-size: 15px;
    }


}




/*******************************************************************************************************************/
/*				  													                        PROFESSIONAL SOLUTIONS*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.solutions-section1 {
    background-color: #0872b9;
    padding-bottom: 100px;
}

.solutions-section1 h2 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    padding: 0 20px;
    padding-bottom: 20px;

}

.solutions-section1 h2:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.solutions-section1 p,
.solutions-section1 li {
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 15px;
}

.solutions-section1 h3 {
    text-align: center;
    font-weight: 800;
    color: #fff;
}

.solutions-section1 p a {
    color: #8CC641;
}


.solutions-section1>.gb-inside-container {
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
    padding-right: 0px;
}

.solutions-section1>.gb-inside-container p {
    color: #ffffff;
}

.solutions-section1>.gb-inside-container p a {
    color: #8CC641;
    text-decoration: none;
}

.solutions-section1 .grid-1,
.solutions-section1 .grid-2,
.solutions-section1 .grid-3,
.solutions-section1 .grid-4 {
    align-items: center;
}


/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1447px) {
    .solutions-section1>.gb-inside-container {
        width: 80%;
    }
}

@media(max-width:1425px) {
    .solutions-section1 {
        padding-top: 0px;
        padding-bottom: 50px;
        min-height: 480px;
    }

    .solutions-section1>.gb-inside-container {
        padding-top: 0 !important;
    }
}

@media(max-width:1200px) {

    .solutions-section1 .grid-1,
    .solutions-section1 .grid-3 {
        flex-direction: column;
    }

    .solutions-section1 .grid-2,
    .solutions-section1 .grid-4 {
        flex-direction: column-reverse;
    }

    .solutions-section1 .grid-1>div,
    .solutions-section1 .grid-2>div,
    .solutions-section1 .grid-3>div,
    .solutions-section1 .grid-4>div {
        width: 90% !important;
    }

}



@media(max-width:991px) {
    .solutions-section1 h2 {
        font-size: 43px;
    }

}


@media(max-width:885px) {

    .solutions-section1>.gb-inside-container {
        width: 90%;
    }

}

@media(max-width:767px) {
    .solutions-section1 ul:first-child {
        margin-bottom: 0;
    }
}





/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.solutions-section-2 {
    padding: 0 20px;
    overflow: hidden !important;
}

.solutions-section-2 .swiper-wrapper {
    gap: 20px;
}

.solutions-section-2 .swiper-wrapper img {
    max-width: calc(100% - 33.333%);
}

@media(max-width:991px) {
    .solutions-section-2 .wp-block-eedee-block-gutenslider.slides-auto.eedee-swiper-outer {
        height: 30vh;
    }
}



/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/
.solutions-section-3 {
    background-color: #0872b9;
    padding: 100px 30px;
}

.solutions-section-3 h3 {
    color: #fff;
}


.solutions-section-3 figure.wp-block-image figcaption {
    opacity: 0;
    transition: all 0.4s;
    position: absolute;
    top: 45%;
    color: #fff;
    font-weight: bold;
    width: max-content !important;
    height: max-content !important;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px !important;
    background: #1abc9c !important;
    border-radius: 4px;
}

.solutions-section-3 figure.wp-block-image:hover figcaption {
    opacity: 1 !important;
    transition: all 0.4s;
    /* z-index:99; */
}

.solutions-section-3 figure.wp-block-image a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    content: "";
    transition: all 0.4s;
}

.solutions-section-3 figure.wp-block-image:hover a:after {
    opacity: 1 !important;
    pointer-events: none;
    transition: all 0.4s;

}


/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:960px) and (min-width:591px) {

    .solutions-section-3 figure.is-layout-flex>figure {
        width: 50% !important;
    }
}

@media(max-width:590px) {

    .solutions-section-3 figure.is-layout-flex>figure {
        width: 100% !important;
    }
}



/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/
.solutions-section4 h2 {
    font-size: 70px;
    text-align: center;
    padding-bottom: 20px;
}

.solutions-section4 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.solutions-section4 p {
    font-size: 18px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 10px;
}

.solutions-section4 .gb-grid-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 50px;
}

.solutions-section4 .gb-grid-wrapper>div svg {
    width: 50px;
    height: 50px;
    color: #000000;
}

.solutions-section4 .gb-grid-wrapper>div>div {
    background-color: #ffffff;
    text-align: center;
    padding: 30px;
}

.solutions-section4 .gb-grid-wrapper>div h3 {
    font-size: 22px;
}

.solutions-section4 .gb-grid-wrapper>div:nth-child(1),
.solutions-section4 .gb-grid-wrapper>div:nth-child(3) {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.solutions-section4 .gb-grid-wrapper>div:nth-child(2) {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.solutions-section4 .gb-grid-wrapper>div:nth-child(2)>div {
    background-color: #0872b9;
}

.solutions-section4 .gb-grid-wrapper>div:nth-child(2)>div h3,
.solutions-section4 .gb-grid-wrapper>div:nth-child(2)>div p,
.solutions-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    color: #ffffff;
}

.solutions-section4 .gb-grid-wrapper>div:nth-child(2)>div svg {
    background-color: #8CC641;
    padding: 10px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.solutions-section4 .gb-grid-wrapper>div p {
    width: 100%;
    padding: 20px;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1288px) {
    .solutions-section4 .gb-grid-wrapper {
        width: 85%;
    }
}

@media(max-width:1015px) {
    .solutions-section4 .gb-grid-wrapper {
        width: 95%;
    }

    .solutions-section4 .gb-grid-wrapper>div>div {
        padding: 20px;
    }
}

@media(max-width:991px) {
    .solutions-section4 p {
        width: 80%;
    }
}

@media(max-width:767px) {

    .solutions-section4 p {
        width: 90%;
    }

    .solutions-section4 .gb-grid-wrapper {
        display: flex;
        gap: 0 !important;
        justify-content: center;
    }

    .solutions-section4 .gb-grid-wrapper>.gb-grid-column {
        padding-left: 0;
    }

    .solutions-section4 .gb-grid-wrapper>div {
        width: 90% !important;
    }
}



/*******************************************************************************************************************/
/*				  													                                        CONTACT*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.contact-section1 {
    background-color: #0872b9;
    padding-bottom: 100px;
}

.contact-section1>.gb-inside-container {
    /* width:70%; */
    margin: 0 auto;
}

.contact-section1 h2 {
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.contact-section1 h2:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.contact-section1 p {
    color: #ffffff;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.contact-section1 .gb-grid-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0 auto;
    max-width: 1200px;
}

.contact-section1 .gb-grid-wrapper>div:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-section1 .gb-grid-wrapper>div h3 {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}

.contact-section1 .gb-grid-wrapper>div p {
    font-size: 25px;
    text-align: center;
}

.contact-section1 .gb-grid-wrapper>div p a {
    color: #ffffff;
    text-decoration: none;
}

.contact-section1 iframe {
    width: 65%;
    margin: 0 auto;
    display: block;
    border: 1px solid #ffffff !important;
    padding: 20px;
}

.contact-section1 .social-text {
    padding-top: 50px;
    font-size: 19px;
}

.contact-section1 .wp-block-social-links {
    width: 50%;
    margin: 0 auto;
    justify-content: center;
    padding-top: 20px;
}

.contact-section1 .wp-block-social-links li {
    margin-bottom: 0px;
    background-color: #065b93 !important;
}

.contact-section1 .wp-block-social-links li svg {
    font-size: 40px;
    padding: 10px;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/

@media(max-width:1447px) {
    .contact-section1>.gb-inside-container {
        width: 80%;
    }
}


@media(max-width:1330px) {
    .contact-section1 iframe {
        width: 90%;
    }
}

/* @media(max-width:885px){

    .constact-section1 .gb-inside-container{
        width:80%;
    }

} */

@media(max-width:991px) {
    .contact-section1 h2 {
        font-size: 43px;
    }

}


@media(max-width:885px) {
    .contact-section1>.gb-inside-container {
        width: 90%;
    }
}

@media(max-width:767px) {
    .contact-section1 .gb-grid-wrapper>div:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-section1 .gb-grid-wrapper>div:last-child {
        padding-top: 20px;
    }
}






/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.contact-section2 {
    padding-top: 100px;
}

.contact-section2 h2 {
    font-size: 50px;
    text-align: center;
    padding-bottom: 20px;
}

.contact-section2 h2:after {
    content: '';
    border-bottom: 1px solid #000000;
    width: 20%;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}

.contact-section2 p:not(.contact-section2 form p) {
    text-align: center;
    width: 30%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.contact-section2 form {
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
}

.contact-section2 .cont-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-section2 form input {
    width: 100%;
}

.contact-section2 .cont-form>div label:not(.wpcf7-acceptance label) {
    font-size: 0px;
}

.contact-section2 .cont-form>div:nth-child(5) p span label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
}

.contact-section2 .cont-form>div:nth-child(5) p span {
    width: 100%;
    display: block;
}

.contact-section2 .cont-form>div:nth-child(5) p span label input {
    width: auto;
}

.contact-section2 .cont-form .wpcf7-acceptance a {
    color: #000000;
}

.contact-section2 .cont-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    background-color: #0872b9 !important;
}

/****************************************************************/
/*				  								       RESPONSIVE*/
/****************************************************************/



@media(max-width:991px) {


    .contact-section2 h2 {
        font-size: 43px;
    }


    .contact-section2 p:not(.contact-section2 form p) {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .contact-section2 form {
        padding-top: 20px;
        width: 60%;

    }
}

@media(max-width:670px) {
    .contact-section2 p:not(.contact-section2 form p) {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .contact-section2 form {

        width: 90%;

    }
}



/*******************************************************************************************************************/
/*				  													                                         FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								             QUOTE-FORM AREA*/
/****************************************************************************/

.footer-free-quote-section {
    background-color: #0872b9;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-free-quote-section .gb-grid-wrapper {
    width: 60%;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
}

.footer-free-quote-section .gb-grid-wrapper>div {
    padding-left: 0;
}

.footer-free-quote-section h3,
.footer-free-quote-section p {
    color: #ffffff;
}

.footer-free-quote-section h3:after {
    content: '';
    border-bottom: 1px solid #ffffff;
    display: block;
    width: 100%;
    padding-top: 15px;
}

.footer-free-quote-section .quote-form label {
    font-size: 0px;
}

.quote-form .split-half {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 10px;
}

.quote-form .split-half>div {
    width: 100%;
}

.quote-form .split-half>div p {
    margin-bottom: 0px;
}

.quote-form input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    background-color: #8CC641 !important;
    color: #000000 !important;
}


/****************************************************************************/
/*				  								                  RESPONSIVE*/
/****************************************************************************/

@media(max-width:1460px) {
    .footer-free-quote-section .gb-grid-wrapper {
        width: 80%;
    }
}

@media(max-width:991px) {
    .footer-free-quote-section .gb-grid-wrapper {
        flex-direction: column;
    }

    .footer-free-quote-section .gb-grid-wrapper>div {
        width: 100%;
    }

    .footer-free-quote-section .gb-grid-wrapper>div:first-child {
        text-align: center;
    }
}

@media(max-width:520px) {
    .footer-free-quote-section .quote-form .split-half {
        grid-template-columns: 100%;
    }

    .footer-free-quote-section .quote-form .split-half form {
        width: 90%;
        display: flex;
        justify-content: center;
    }
}





/************************************************************/
/*                                               FOOTER USPS*/
/************************************************************/


.footer-usps {
    padding: 50px;
}

.footer-usps .gb-grid-wrapper>div:first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-usps h3 {
    color: #000000;
    font-size: 20px;
    text-align: center;
}

.footer-usps p {
    font-size: 25px;
    text-align: center;
}

.footer-usps p a {
    color: #000000;
    text-decoration: none;
}

/************************************************************/
/*                                               RESPONSIVE*/
/************************************************************/
@media(max-width:767px) {
    .footer-usps .gb-grid-wrapper>div:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .footer-usps .gb-grid-wrapper>div:last-child {
        padding-top: 20px;
    }
}






/****************************************************************************/
/*				  								                     WIDGETS*/
/****************************************************************************/

.foot-col1 h2,
.foot-col2 h2 {
    color: #ffffff;
}

.foot-col1 p,
.foot-col1 a {
    color: #ffffff;
    text-decoration: none;
}

.foot-col1 a:hover {
    color: #8CC641;
}

.foot-col1 .gb-button {
    color: #000000 !important;
}


.foot-col1 .wp-block-social-links li {
    margin-bottom: 0px;
    background-color: #065b93 !important;
}

.foot-col1 .wp-block-social-links li svg {
    font-size: 40px;
    padding: 10px;
}

.foot-col2 ul#menu-footer-menu li a {
    color: #ffffff;
    text-decoration: none;
}

.foot-col2 ul#menu-footer-menu li a:hover {
    color: #8CC641;
}

/****************************************************************************/
/*				  								                   COPYRIGHT*/
/****************************************************************************/

.copyright-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.copyright-bar a {
    display: flex;
}

/****************************************************************/
/*				  								      RESPONSIVE*/
/****************************************************************/

@media(max-width:1099px) {

    footer .inside-site-info.grid-container {
        padding: 20px;
    }

    .copyright-bar {
        gap: 5px;
        font-size: 14px;
    }
}

@media(max-width:983px) {
    .copyright-bar {
        flex-direction: column;
        width: 100%;
        text-align: left;
        align-items: baseline;
    }
}


/**********************IMPORTANT***********************************************/

@media(max-width:1024px) {
    .gb-shape.gb-shape-1 {
        display: none;
    }

    .services-hero {
        min-height: 320px;
    }

    .solutions-section1,
    .simple-page-section1,
    .contact-section1,
    .service-section1,
    .category-page-section1 {
        padding-top: 40px !important;
    }
}


/****************************************************************************/
/*				  								              MOBILE BUTTONS*/
/****************************************************************************/

@media(min-width:768px) {
    .sticky-mobile-buttons {
        display: none !important;
    }
}

.sticky-mobile-buttons {
    display: flex;
    background-color: #8CC641;
    width: 100vw;
    position: sticky;
    bottom: 0;
    z-index: 9;
}

.sticky-mobile-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #8CC641;
    border-top: solid 1px #fff;
    width: 50vw !important;
    color: #fff !important;
    text-decoration: none;
    padding: 20px;
}


.sticky-mobile-buttons a:first-child {
    border-right: solid 0.5px #fff;
}

.sticky-mobile-buttons a:last-child {
    border-left: solid 0.5px #fff;
}

/* .mobile-buttons p{
    color:#fff!important;
    font-weight:800;
} */