body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
	font-family: 'Aeonik-Trial', sans-serif;
}

p {
   font-family: 'Aeonik-Trial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    margin: 0;
}

section.faq-bg {
    padding: 100px 0;
}

section.career-bg {
    background-color: #F0F0F0;
    padding: 175px 0;
}

.portfolio-content h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #0091D7;
    margin-bottom: 10px;
}

.portfolio-content p {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #1F1F1F;
    margin-bottom: 0px;
    margin-right: 17%;
}

.portfolio-images img {
    margin: auto;
}

.faqs-heading h3 {
   font-family: 'Aeonik-Trial', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #1F1F1F;
}

.work-box h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #000;
    margin-bottom: 10px;
}

.work-box span {
   font-family: 'Aeonik-Trial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #242424;
    text-transform: capitalize;
    margin-right: 60px;
    text-decoration: none;
}

.reach-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 68px;
    height: 450px;
}

.reach-content h4 {
   font-family: 'Aeonik-Trial', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
    padding-left: 68px;
    margin-bottom: 28px;
}

.reach-content a {
    text-decoration: none;
   font-family: 'Aeonik-Trial', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    color: #ffffff;
    padding-left: 68px;
}

/* FAQs Section */
.faqs {
    background-color: white;
    color: black;
    margin: 20px 0;
}

.question {
    padding: 20px 80px 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #F0F0F0;
}

.question::after {
    content: "\002B";
    font-size: 36px;
    position: absolute;
    right: 20px;
    transition: 0.2s;
    color: #000;
}
.question::after:hover {
    color: #fff;
}

.question.active::after {
    transform: rotate(45deg);
}

.answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.answer {
    padding: 0 20px 20px;
    line-height: 1.5rem;
}

.question.active + .answercont {
    max-height: 500px;
}

.question:hover {
    background-color: #0091D7;
} 

.question .work-box h5:hover {
    color: #ffffff;
} 

.question::after:hove{
	background-color: #fff;
	color: #fff;
}
.work-box span:hover {
    color: #fff;
}
.answer p {
    font-family: 'Aeonik-Trial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #242424;
    text-transform: capitalize;
}
.answer ul li {
    font-family: 'Aeonik-Trial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #242424;
    text-transform: capitalize;	
}
.answer ol li {
    font-family: 'Aeonik-Trial', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #242424;
    text-transform: capitalize;	
}
/* Responsive Adjustments */

/* Large Screens (Desktops) */
@media screen and (min-width: 1710px) {
    .container {
        max-width: 1680px !important;
    }
}
@media screen and (max-width: 1399px) {
    .reach-content h4 {
        padding-left: 30px;
        margin-bottom: 5px;
    }
	.portfolio-content h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    color: #0091D7;
    margin-bottom: 20px;
}
	.portfolio-content p {
    font-size: 20px;
    line-height: 30px;
    margin-right: 5%;
}
	.reach-content h4 {
    font-size: 34px;
    line-height: 44px;
    color: #ffffff;
}
	.reach-bg {
    padding-top: 50px;
    height: 400px;
}
	section.faq-bg {
    padding: 80px 0;
}
	section.career-bg {
    background-color: #F0F0F0;
    padding: 100px 0;
}
}
/* Tablets and Smaller Desktops */
@media screen and (max-width: 1024px) {
    .portfolio-content h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        margin-top: 0;
    }

    .portfolio-content p {
        font-size: 18px;
		line-height: 28px;
        margin-right: 0;
        text-align: center;
        padding: 0;
        margin-bottom: 50px;
    }
	.faqs-heading h3 {
    font-size: 30px;
    line-height: 38px;
}

    .work-box h5 {
        font-size: 22px;
    }

    .work-box span {
        font-size: 18px;
        margin-right: 40px;
    }

    .reach-content h4, .reach-content a {
        padding-left: 20px;
    }

    .faq-bg, .career-bg {
        padding: 60px 0;
    }
}

/* Mobile Devices */
@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

/*     .portfolio-content h2 {
        font-size: 36px;
        line-height: 48px;
    } */

    .portfolio-content p {
        font-size: 18px;
        margin-right: 0;
    }

    .work-box h5 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .work-box span {
        font-size: 16px;
        margin-right: 30px;
    }

    .reach-content h4 {
        font-size: 28px;
        padding-left: 15px;
    }

    .reach-content a {
        font-size: 18px;
        padding-left: 15px;
    }

    .question {
        padding: 15px;
    }

    .question::after {
        font-size: 24px;
    }

    .faq-bg, .career-bg {
        padding: 40px 0;
    }

    .accordion-body {
        font-size: 14px;
    }
    section.career-bg {
        background-color: #F0F0F0;
        padding: 80px 0;
    }
    .portfolio-content p {
        padding: 0px 12px;
    }
    .faqs-heading h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    section.faq-bg {
        padding-top: 50px;
        padding-bottom: 80px;
    }
    .work-box h5 {
        font-size: 18px;
        margin: 0px 0px;
    }
    .faqs-heading h3 {
       font-family: 'Aeonik-Trial', sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        color: #1F1F1F;
    }
}

/* Extra Small Devices (Mobile Phones) */
@media screen and (max-width: 480px) {
    .portfolio-content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .portfolio-content p {
        font-size: 16px;
        padding: 0px 0px;
    }

    .work-box h5 {
        font-size: 18px;
    }

    .work-box span {
        font-size: 14px;
    }

    .reach-content h4 {
        font-size: 24px;
    }

    .reach-content a {
        font-size: 16px;
    }

    .faq-bg, .career-bg {
        padding: 20px 0;
    }
    .reach-content h4 {
        font-size: 24px;
        margin: 0;
    }
    .portfolio-content p {
        margin-bottom: 30px;
    }
	    section.faq-bg {
        padding-top: 50px;
        padding-bottom: 60px;
    }
	.answer {
    padding: 0 12px 12px;
    line-height: 1.5rem;
    font-size: 18px;
    line-height: 28px;
}
	    .faqs-heading h3 {
        font-size: 30px;
        line-height: 38px;
    }
}
