/*
 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*/
/******************************************************************************************************************/

body {
    overflow-x: hidden;
}

/****************************************************************************/
/*  COLORS*/
/****************************************************************************/

:root {
    --white: #ffffff;
    --black: #000000;
    --color1: #003368;
    --color2: #2BA9E0;
    --color3: #F5F5F5;
}

/*******************************************************************************************************************/
/*  HEADER*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/


/*******************************************************************************************************************/
/*  HOME*/
/******************************************************************************************************************/

/****************************************************************************/
/*  SECTION 1*/
/****************************************************************************/

.home-section1 .inner-container h1 {
    font-size: 80px;
    font-weight: 700;
}

.home-section1 .inner-container h2 {
    font-size: 40px;
    font-weight: 400;
}

.home-section1 .inner-container .gb-button {
    background-color: var(--color1);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: var(--white);
    font-weight: 600;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.home-section1 .inner-container .gb-button:hover {
    background-color: var(--color2);
}

/****************************************************************************/
/*  SECTION 2*/
/****************************************************************************/

.home-section2 {
    background-color: var(--color3);
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section2 .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.home-section2 .inner-container .grid-wrapper>div {
    text-align: center;
    width: calc(25% - 20px);
}

.home-section2 .inner-container .grid-wrapper>div .gb-shape {
    background-color: var(--color2);
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}

.home-section2 .inner-container .grid-wrapper>div .gb-shape svg {
    width: 80px;
    height: 80px;
}

.home-section2 .inner-container .grid-wrapper>div .gb-shape svg path {
    fill: var(--white);
}

.home-section2 .inner-container .grid-wrapper>div h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

/****************************************************************************/
/*  SECTION 3*/
/****************************************************************************/

.home-section3 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-section3 .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.home-section3 .inner-container .grid-wrapper>div {
    text-align: center;
    width: calc(33.33% - 20px);
}

/****************************************************************************/
/*  SECTION 4*/
/****************************************************************************/

.home-section4 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.home-section4 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.home-section4 .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin-top: 50px;
}

.home-section4 .inner-container .grid-wrapper>div {
    width: calc(50% - 50px);
}

.home-section4 .inner-container .grid-wrapper>div h3 {
    font-weight: 600;
    margin-bottom: 10px;
}

.home-section4 .inner-container .grid-wrapper>div .gb-button {
    background-color: var(--color1);
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    color: var(--white);
    font-weight: 600;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.home-section4 .inner-container .grid-wrapper>div .gb-button:hover {
    background-color: var(--color2);
}

/****************************************************************************/
/*  SECTION 5*/
/****************************************************************************/

.home-section5 {
    background-color: var(--color3);
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section5 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
}

.home-section5 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/****************************************************************************/
/*  SECTION 6*/
/****************************************************************************/

.home-section6 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.home-section6 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.home-section6 .inner-container .gb-carousel .gb-carousel-item img {
    object-fit: contain;
    height: 150px;
}

.home-section6 .inner-container .gb-carousel .bullets {
    margin-bottom: 20px;
}

/****************************************************************************/
/*  SECTION 7*/
/****************************************************************************/

.home-section7 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-section7 .inner-container {
    padding-left: 40px;
    padding-right: 40px;
}

.home-section7 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.home-section7 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

/****************************************************************************/
/*  SECTION 8*/
/****************************************************************************/

.home-section8 {
    background-color: var(--color3);
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section8 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

.home-section8 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.home-section8 .inner-container .grid-wrapper {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

.home-section8 .inner-container .grid-wrapper>div {
    width: calc(50% - 50px);
}

.home-section8 .inner-container .grid-wrapper>div h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    width: 100%;
}

.home-section8 .inner-container .grid-wrapper>div h6 svg {
    font-size: 40px;
}

.home-section8 .inner-container .grid-wrapper>div hr {
    background: transparent;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    color: transparent;
    margin-top: 15px;
    margin-bottom: 15px;
}

/****************************************************************************/
/*  SECTION 9*/
/****************************************************************************/

.home-section9 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.home-section9 .inner-container {
    padding-left: 40px;
    padding-right: 40px;
}

.home-section9 .inner-container h2 {
    font-size: 40px;
    font-weight: 600;
}

.home-section9 .inner-container h2:after {
    border-bottom: 4px solid var(--color2);
    content: '';
    display: block;
    margin-top: 15px;
    width: 150px;
}

/*******************************************************************************************************************/
/*  FOOTER*/
/******************************************************************************************************************/

/****************************************************************************/
/*  GENERIC*/
/****************************************************************************/

.site-footer .footer-widgets {
    background-color: var(--color1);
}

.site-footer .footer-widgets h2 {
    color: var(--white);
    font-size: 25px;
    font-weight: 600;
}

.site-footer .footer-widgets h2:after {
    border-bottom: 1px solid var(--white);
    content: '';
    display: block;
    margin-top: 15px;
    width: 100%;
}

/****************************************************************************/
/*  COLUMNS*/
/****************************************************************************/

.site-footer .foot-col1 h6 {
    color: var(--white);
    width: 100%;
}

.site-footer .foot-col1 h6 a {
    color: var(--white);
    text-decoration: none;
    transition: color .4s ease-in-out;
    -webkit-transition: color .4s ease-in-out;
    -moz-transition: color .4s ease-in-out;
    -ms-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
}

.site-footer .foot-col1 h6 a:hover {
    color: var(--color2);
}

.site-footer .foot-col1 .wp-block-social-links li svg {
    font-size: 40px;
}

.site-footer .foot-col1 .wp-block-social-links li svg path {
    fill: var(--white);
}

/****************************************************************************/
/*  COPYRIGHT*/
/****************************************************************************/

.site-info {
    background-color: var(--color1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright-bar {
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.copyright-bar a {
    display: flex;
    align-items: center;
}

@media(max-width: 912px) {
    .copyright-bar {
        flex-direction: column;
    }
}