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


/*******************************************************************************************************************/
/*				  													                                      HOMEPAGE*/
/******************************************************************************************************************/

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

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

.home-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;
}

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

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

.home-section1 .inner-container .col1 .button {
    background-color: var(--black);
}

.home-section1 .inner-container .col1 .button:hover {
    opacity: 0.7;
}

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

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

.home-section2 .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;
}

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

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

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

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

.home-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-section3 .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;
}

.home-section3 .inner-container>h2 {
    font-size: 40px;
    text-align: center;
}

.home-section3 .inner-container .services-loop,
.home-section3 .inner-container .services-loop-multiple .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.home-section3 .inner-container .services-loop>div,
.home-section3 .inner-container .services-loop-multiple .slick-track>div {
    width: calc(33.33% - 30px) !important;
}

.home-section3 .inner-container .services-loop>div h3,
.home-section3 .inner-container .services-loop-multiple .slick-track>div h3 {
    padding-top: 20px;
}

.home-section3 .inner-container .services-loop>div h3:after,
.home-section3 .inner-container .services-loop-multiple .slick-track>div h3:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    padding-top: 10px;
    width: 100%;
}

.home-section3 .inner-container .services-loop>div h3 a,
.home-section3 .inner-container .services-loop-multiple .slick-track>div h3 a {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

.home-section3 .inner-container .services-loop>div .button,
.home-section3 .inner-container .services-loop-multiple .slick-track>div .button {
    background-color: var(--black);
}

.home-section3 .inner-container .services-loop>div .button:hover,
.home-section3 .inner-container .services-loop-multiple .slick-track>div .button:hover {
    opacity: 0.7;
}

.home-section3 .inner-container .services-loop-multiple .slick-dots li {
    background-color: var(--black);
    width: 50px;
    height: 5px;
}

.home-section3 .inner-container .services-loop-multiple .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-section3 .inner-container .services-loop-multiple .slick-dots li button:before {
    content: '';
    color: var(--black);
    font-size: 20px;
    opacity: 1;
}

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

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

.home-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;
}

.home-section4 .inner-container>h2 {
    font-size: 40px;
    text-align: center;
}

.home-section4 .inner-container .products-loop,
.home-section4 .inner-container .products-loop-multiple .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.home-section4 .inner-container .products-loop>div,
.home-section4 .inner-container .products-loop-multiple .slick-track>div {
    width: calc(33.33% - 30px) !important;
}

.home-section4 .inner-container .products-loop>div .product-meta,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta {
    text-align: center;
    padding-bottom: 20px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}

.home-section4 .inner-container .products-loop>div .product-meta h3,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta h3 {
    text-align: center;
    padding-top: 20px;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta h3,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta h3 {
    color: var(--white);
}

.home-section4 .inner-container .products-loop>div .product-meta h3:after,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta h3:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    padding-top: 10px;
    width: 100%;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta h3:after,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta h3:after {
    border-bottom-color: var(--white);
}

.home-section4 .inner-container .products-loop>div .product-meta h3 a,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta h3 a {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta h3 a,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta h3 a {
    color: var(--white);
}

.home-section4 .inner-container .products-loop>div .product-meta p,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta p {
    font-size: 14px;
    margin-bottom: 5px;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta p,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta p {
    color: var(--white);
}

.home-section4 .inner-container .products-loop>div .product-meta p span,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta p span {
    font-weight: 600;
}

.home-section4 .inner-container .products-loop>div .product-meta p span a,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta p span a {
    color: var(--black);
    text-decoration: none;
}

.home-section4 .inner-container .products-loop>div:hover .product-meta p span a,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .product-meta p span a {
    color: var(--white);
}

.home-section4 .inner-container .products-loop>div .product-meta p span a:hover,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .product-meta p span a:hover {
    opacity: 0.7;
}

.home-section4 .inner-container .products-loop>div .button,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .button {
    background-color: var(--black);
    display: block;
    text-align: center;
    margin: 0 auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.home-section4 .inner-container .products-loop>div .button:hover,
.home-section4 .inner-container .products-loop-multiple .slick-track>div .button:hover {
    opacity: 0.7;
}

.home-section4 .inner-container .products-loop>div:hover .button,
.home-section4 .inner-container .products-loop-multiple .slick-track>div:hover .button {
    transform: translateY(-400%);
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    -o-transform: translateY(-400%);
}

.home-section4 .inner-container .products-loop-multiple .slick-dots li {
    background-color: var(--black);
    width: 50px;
    height: 5px;
}

.home-section4 .inner-container .products-loop-multiple .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-section4 .inner-container .products-loop-multiple .slick-dots li button:before {
    content: '';
    color: var(--black);
    font-size: 20px;
    opacity: 1;
}

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

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

.home-section5 .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;
}

.home-section5 .inner-container>h2 {
    font-size: 40px;
    text-align: center;
}

.home-section5 .inner-container .team-loop,
.home-section5 .inner-container .team-loop-multiple .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.home-section5 .inner-container .team-loop>div,
.home-section5 .inner-container .team-loop-multiple .slick-track>div {
    width: calc(33.33% - 30px) !important;
}

.home-section5 .inner-container .team-loop>div h3,
.home-section5 .inner-container .team-loop-multiple .slick-track>div h3 {
    padding-top: 20px;
}

.home-section5 .inner-container .team-loop>div h3:after,
.home-section5 .inner-container .team-loop-multiple .slick-track>div h3:after {
    content: '';
    border-bottom: 1px solid var(--black);
    display: block;
    padding-top: 10px;
    width: 100%;
}

.home-section5 .inner-container .team-loop>div h3 a,
.home-section5 .inner-container .team-loop-multiple .slick-track>div h3 a {
    color: var(--black);
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
}

.home-section5 .inner-container .team-loop>div h4,
.home-section5 .inner-container .team-loop-multiple .slick-track>div h4 {
    font-size: 18px;
}

.home-section5 .inner-container .team-loop>div .member-info p,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-info p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}

.home-section5 .inner-container .team-loop>div .member-info p svg,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-info p svg {
    width: 15px;
    height: 15px;
}

.home-section5 .inner-container .team-loop>div .member-info p a,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-info p a {
    color: var(--black);
    text-decoration: none;
}

.home-section5 .inner-container .team-loop>div .member-info p a:hover,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-info p a:hover {
    opacity: 0.7;
}

.home-section5 .inner-container .team-loop>div .member-social-media,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-social-media {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
}

.home-section5 .inner-container .team-loop>div .member-social-media p,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-social-media p {
    border: 1px solid var(--black);
    margin-bottom: 0px;
}

.home-section5 .inner-container .team-loop>div .member-social-media p a,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-social-media p a {
    display: flex;
}

.home-section5 .inner-container .team-loop>div .member-social-media p svg,
.home-section5 .inner-container .team-loop-multiple .slick-track>div .member-social-media p svg {
    width: 30px;
    height: 30px;
}

.home-section5 .inner-container .team-loop-multiple .slick-dots li {
    background-color: var(--black);
    width: 50px;
    height: 5px;
}

.home-section5 .inner-container .team-loop-multiple .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0.5);
}

.home-section5 .inner-container .team-loop-multiple .slick-dots li button:before {
    content: '';
    color: var(--black);
    font-size: 20px;
    opacity: 1;
}

/****************************************************************************/
/*				  								                   SECTION 6*/
/****************************************************************************/

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

.home-section6 .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;
}

.home-section6 .inner-container>h2 {
    text-align: center;
}

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

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

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

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

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

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

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

/****************************************************************************/
/*				  								                   SECTION 7*/
/****************************************************************************/

.home-section7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

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

.home-section7 .inner-container .logos-wrapper .slick-track {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.home-section7 .inner-container .logos-wrapper .slick-track>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33% - 30px) !important;
}

.home-section7 .inner-container .logos-wrapper .slick-dots li {
    background-color: var(--black);
    width: 50px;
    height: 5px;
}

.home-section7 .inner-container .logos-wrapper .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0.5);
}

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