/***********************************************************************************************************************************************/
/********************A wizard is never late, Frodo Baggins. Nor is he early. He arrives precisely when he means*********************************/
/***********************************************************************************************************************************************/


/*******************************************************************************************************************/
/*				  													                                      ABOUT US*/
/******************************************************************************************************************/

/****************************************************************************/
/*				  								                     GENERIC*/
/****************************************************************************/

.page-id-196 .site-main>* {
    margin-bottom: 0px;
}

/****************************************************************************/
/*				  								                   SECTION 1*/
/****************************************************************************/

.about-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section1 .inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-section1 .inner-container>div {
    width: calc(50% - 50px);
}

.about-section1 .inner-container .col1 h2:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    padding-top: 10px;
    width: 100%;
}

/****************************************************************************/
/*				  								                   SECTION 2*/
/****************************************************************************/

.about-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section2 .inner-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-section2 .inner-container>div {
    width: calc(50% - 50px);
}

.about-section2 .inner-container .col1 h2:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    padding-top: 10px;
    width: 100%;
}

/****************************************************************************/
/*				  								                   SECTION 3*/
/****************************************************************************/

.about-section3 {
    background-color: var(--black);
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section3 .inner-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-section3 .inner-container>div {
    text-align: center;
    width: calc(33.33% - 50px);
}

.about-section3 .inner-container>div svg {
    color: var(--white);
    width: 100px;
    height: 100px;
}

.about-section3 .inner-container>div span {
    color: var(--white);
    display: block;
    font-size: 16px;
    padding-top: 15px;
}

/****************************************************************************/
/*				  								                   SECTION 4*/
/****************************************************************************/

.about-section4 {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section4 .inner-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 50px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.about-section4 .inner-container>h2 {
    text-align: center;
}

.about-section4 .inner-container .testimonials-wrapper .slick-track>div {
    text-align: center;
    padding-bottom: 25px;
}

.about-sectio4 .inner-container .testimonials-wrapper .slick-track>div h3 {
    font-size: 22px;
    font-weight: 600;
}

.about-section4 .inner-container .testimonials-wrapper .slick-track>div p {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 70%;
}

.about-section4 .inner-container .testimonials-wrapper .slick-track>div .button {
    background-color: transparent;
    color: var(--black);
}

.about-section4 .inner-container .testimonials-wrapper .slick-dots li {
    background-color: var(--black);
    width: 50px;
    height: 5px;
}

.about-section4 .inner-container .testimonials-wrapper .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.about-section4 .inner-container .testimonials-wrapper .slick-dots li button:before {
    content: '';
    color: var(--black);
    font-size: 20px;
    opacity: 1;
}

/****************************************************************************/
/*				  								                   SECTION 5*/
/****************************************************************************/


.about-section5 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-section5 .inner-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-section5 .inner-container .about-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.about-section5 .inner-container .about-gallery a {
    width: calc(25% - 20px);
}