/*==== Style ====*/

body {
    background: #ffffff;
}

/*==== Start Title Section ====*/

.title {
    padding-bottom: 30px;
    padding-top: 20px;
    text-align: center;
}
.title h2 {
    font-size: 30px;
    color: #1f1f1f;
    font-weight: bold;
    margin-bottom: 0;
}
.title p{
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 0;
}
.btn-primary {
    background: #003dfa;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 10px;
    color: #fff;
    height: auto;
    display: inline-block;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
    background: #003dfa;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}
.btn-secondary {
    background: #00b4d8;
    border: none;
    font-size: 15px;
    font-weight: bold;
    padding: 8px 25px;
    border-radius: 10px;
    color: #fff;
    height: auto;
    display: inline-block;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:active:focus {
    background: #00b4d8;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

/*============== Home page Area ===============*/

.introduce-item {}
.introduce-item img{
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.introduce-item h3{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.introduce-item h3 a{
    color: #1b286f;
}
.introduce-item p{
    color: #1f1f1f;
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}
.introduce-item p > a {
    color: #1b286f;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
}
.introduce-item p > a > span{
    text-decoration: underline;
}
.introduce-item p > a i {
    rotate: 45deg;
    padding-left: 5px;
}
.featured-area {
    margin-bottom: -60px;
    position: relative;
    z-index: 1;
}
.featured-area > div:first-of-type {
    background: #d81159;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.featured-area > div:last-of-type{
    background: #fbb13c;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.featured-area > div:nth-child(3){
    background: #73d2de;
}
.featured-area > div{
    background: #218380;
}
.featured-item {
    height: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: 120px;
}
.featured-item h3{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}
.featured-item p{
    font-size: 15px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 0;
}
.about-area {
    background: #15267e url("assets/images/about-bg.jpg") no-repeat center / cover;
}
.about-content h2{
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.about-content p{
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
}
.about-btn {
    padding-top: 20px;
    text-align: center;
}
.about-btn a{
    margin: 5px 10px;
}

/*============== About page Area ===============*/

.overview-area {
    position: relative;
    padding-top: 20px;
}
.overview-area:after{
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    background: #ffffff;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
.overview-area > div{
    position: relative;
    z-index: 2;
}
.overview-area > div > div{
    background: #ffffff;
    border-top-left-radius: 10px;
    padding: 10px 15px 10px;
}
.overview-image img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.overview-content h3{
    color: #1f1f1f;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.overview-content p{
    color: #1f1f1f;
    font-size: 15px;
    text-align: justify;
}
.vision-area .vision-item {
    background: #218380;
    height: 100%;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}
.vision-area .row > div:last-of-type .vision-item {
    background: #73d2de;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.vision-item{
    padding: 25px 20px;
    text-align: center;
}
.vision-item h3{
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}
.vision-item p{
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 0;
}
.founder-title {
    padding-bottom: 30px;
}
.founder-title h2 {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.founder-title h4 {
    color: #1f1f1f;
    font-size: 28px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}
.founder-image img{
    width: auto;
    max-width: 100%;
    height: auto;
}
.founder-content li {
    padding: 15px 0;
    display: flex;
    flex-direction: row;
    font-size: 15px;
    color: #1f1f1f;
    align-items: start;
    text-align: justify;
}
.founder-content li span {
    color: #218380;
    font-size: 30px;
    font-weight: bolder;
    padding-right: 20px;
    line-height: 32px;
}
.founder-content li:first-of-type span{
    color: #103b71;
}
.founder-content li:last-of-type span{
    color: #73d2de;
}

/*============== Research and Development page Area ===============*/

.scientific-area > div > div {
    background: #132894;
    border-radius: 10px;
    padding: 5px 25px 25px 15px;
    margin-top: -100px;
}
.scientific-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.scientific-content h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0;
}
.scientific-content p {
    color: #ffffff;
    font-size: 15px;
    text-align: justify;
}
.facility-item img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.facility-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.facility-item h3 a {
    color: #1b286f;
}
.facility-item p {
    color: #1f1f1f;
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}

/*============== Contact Us page Area ===============*/


.contact-area {
    background: rgb(255, 255, 255) url("evyap/assets/images/contact-info.png") left top no-repeat;
    background-size: auto 300px;
}
.contact-area > div {
    background: rgb(255, 255, 255);
    border-top-left-radius: 10px;
    padding-left: 35px;
}
.contact-heading {
    position: relative;
    z-index: 1;
    padding-top: 5px;
}
.contact-heading h3 {
    font-size: 24px;
    font-weight: 300;
    color: #1f1f1f;
    text-transform: uppercase;
    margin-bottom: 0;
}
.contact-location img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.contact-info h4{
    color: #282828;
    font-size: 15px;
    font-weight: bolder;
    margin-bottom: 5px;
}
.contact-info h3{
    color: #132894;
    font-size: 16px;
    font-weight: bold;
}
.contact-info p{
    color: #1f1f1f;
    font-size: 15px;
    margin-bottom: 10px;
}
.contact-info p i {
    color: #192d97;
    padding-right: 5px;
}
.info-bdr hr{
    opacity: 1;
    margin: 10px 0 10px;
    border-bottom: 1px solid #f1f1f1;
}
.contact-form-area {
    position: relative;
    z-index: 2;
    background: #006ae2;
}
.form-area ul.nav-tabs{
    border: none;
    margin-top: -42px;
}
.form-area ul.nav-tabs li{
    border: none;
    padding: 0;
    margin-right: 5px;
}
.form-area ul.nav-tabs li:last-of-type{
    margin-right: 0;
}
.form-area ul.nav-tabs li button {
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    background: #091a6e;
    text-transform: uppercase;
    padding: 10px 30px;
}
.form-area ul.nav-tabs li button.active {
    background: #006ae2;
    color: #ffffff;
}
.contact-form h3{
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 0;
}
.contact-form label {
    font-size: 15px;
    color: #ffffff;
}
.contact-form span.required {
    color: #de4141;
    padding-left: 5px;
}
.contact-form input, .contact-form textarea{
    border-radius: 8px;
    border: none;
    padding: 10px 15px;
    font-size: 15px;
    color: #1f1f1f;
    height: auto;
    background: #eeeeee;
}
.contact-form select.form-select{
    border-radius: 8px;
    padding: 10px 15px;
    font-size: 15px;
    color: #1f1f1f;
    height: auto;
    background-color: #eeeeee;
    border: none;
    outline: none;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
    box-shadow: none;
    outline: none;
}
.contact-form .recaptcha-cus {
    justify-content: end;
    display: flex;
}

/*============== Career page Area ===============*/

.career-area {
    background: #ffffff url("assets/images/career-info.png") no-repeat top left;
    background-size: auto 300px;
}
.career-area > div {
    background: #ffffff;
    border-top-left-radius: 10px;
    padding-left: 35px;
}
.career-content {
    padding-top: 10px;
}
.career-content h4{
    color: #162b96;
    font-size: 32px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
}
.career-content h3{
    color: #1f1f1f;
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.career-content p{
    color: #1f1f1f;
    font-size: 15px;
    text-align: justify;
}
.join-btn img {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-left: 5px;
    top: -3px;
    position: relative;
}
.join-area .career-form-top{
    background: #091a6e;
    padding: 15px 30px 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.join-area .career-form-bottom{
    background: #09175b;
    padding: 30px 30px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*============== Social page Area ===============*/

.social-content {
    padding-top: 10px;
}
.social-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.social-content h3 {
    color: #1f1f1f;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}
.social-content h5 {
    color: #283da9;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.social-content p {
    color: #1f1f1f;
    font-size: 15px;
    text-align: justify;
}
.social-item {
    background: #218380;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}
.social-area .row > div:first-of-type > .social-item {
    background: #d81159;
}
.social-area .row > div:nth-child(3n) > .social-item {
    background: #73d2de;
}
.social-area .row > div:last-of-type > .social-item {
    background: #fbb13c;
}
.social-icon {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.social-icon img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 64px;
}
.social-heading{
    min-height: 80px;
}
.social-heading h4{
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 0;
}
.social-heading p{
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}
.certificate-area {
    background: #ffffff url("assets/images/certificate-info.png") no-repeat top left;
    background-size: auto 300px;
}
.certificate-area > div {
    background: #fff;
    border-top-left-radius: 10px;
    padding-left: 35px;
}
.certificate-title {
    padding-top: 30px;
}
.certificate-title h2{
    color: #1f1f1f;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 2px solid #132894;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.certificate-item {
    background: #f7f7f7;
    border-radius: 10px;
    height: 100%;
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificate-item img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
}

/*============== Our Product page Area ===============*/

.product-area {
    background: #ffffff url("assets/images/certificate-info.png") no-repeat top left;
    background-size: auto 300px;
}
.product-area > div {
    background: #ffffff;
    border-top-left-radius: 10px;
    padding-left: 35px;
}
.product-content h3{
    font-size: 26px;
    color: #1f1f1f;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.product-content p{
    color: #1f1f1f;
    font-size: 15px;
    text-align: justify;
}
.product-contact-button {
    content: '\f590';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    background: none;
}
.product-accordion .accordion-button.collapsed::after {
    content: '\f067';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    background: none;
}
.product-accordion .accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    background: none;
}
.product-accordion .accordion-item {
    border: none;
    background: #003dfa;
    margin-bottom: 15px;
    border-radius: 5px;
}
.product-accordion .accordion-header button{
    background: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    outline: none;
    box-shadow: none;
}
.product-accordion .accordion-body{
    border-top: 2px solid #547af2;
    color: #ffffff;
}
.product-accordion .accordion-body p{
    color: #ffffff;
    font-size: 14px;
}
.product-accordion .accordion-body p:last-of-type{
    margin-bottom: 0;
}
.product-accordion .accordion-body a{
    color: #ffffff;
}

/*============== Policy & Report page Area ===============*/

.policy-area {
    background: #ffffff url("assets/images/policy-info.png") no-repeat top left;
    background-size: auto 300px;
}
.policy-area > div {
    background: #ffffff;
    border-top-left-radius: 10px;
    padding-left: 35px;
}
.policy-content{
    padding-bottom: 30px;
}
.policy-content h3{
    color: #1f1f1f;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.policy-content p{
    color: #1f1f1f;
    font-size: 14px;
    text-align: justify;
}
.policy-content ul{
    padding-left: 15px;
}
.policy-content li::marker {
    font-size: 18px;
    line-height: 1;
    color: #000000;
}
.policy-content li{
    color: #1f1f1f;
    font-size: 14px;
    padding: 8px 0;
    list-style: disc;
    text-align: justify;
}
.policy-content .policy-box {
    background: #f5f5f5;
    padding: 25px 20px;
    border-radius: 8px;
    margin-top: 20px;
}
.policy-content p.policy-box:last-of-type{
    margin-bottom: 0;
}
.journey-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    flex-direction: row;
    margin-bottom: 10px;
}
.journey-icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 80px;
}
.journey-content{
    text-align: center;
}
.journey-content h3{
    color: #1f1f1f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.journey-content p{
    color: #1f1f1f;
    font-size: 15px;
    margin-bottom: 0;
}
.sustainable-content img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.sustainable-content h3{
    color: #1f1f1f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.sustainable-content p{
    color: #1f1f1f;
    font-size: 14px;
    text-align: justify;
    margin-bottom: 0;
}
.report-heading {
    padding-bottom: 25px;
}
.report-heading h3{
    color: #1f1f1f;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.report-heading p{
    color: #1f1f1f;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
}
.report-details img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.report-details p{
    color: #1f1f1f;
    font-size: 14px;
    text-align: justify;
}
.report-details p:last-of-type{
    margin-bottom: 0;
}
.report-featured {
    position: relative;
}
.report-featured img{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.report-featured-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
}
.report-featured-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.report-featured-content h3 a{
    color: #ffffff;
}
.report-featured-content p {
    margin-bottom: 0;
}
.report-featured-content p > a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: underline;
}
.report-featured-content p > a > span {
    text-decoration: underline;
}
.report-featured-content p > a i {
    rotate: 45deg;
    padding-left: 5px;
}
.certification-heading {
    text-align: center;
    padding-bottom: 30px;
}
.certification-heading h2 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.certification-area .row  > .col-md-2.col-sm-3{
    max-width: 50%;
}
.certificate-logo {
    text-align: center;
}
.certificate-logo img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

/*==== Start scrollUp area ====*/

.scrollUp {
    position: fixed;
    bottom: 15px;
    right: 25px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
.scrollUp li{
    display: block;
    padding: 5px 0;
}
.scrollUp li a {
    width: 40px;
    height: 40px;
    background: #0E1A60;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollUp li a i{
    font-size: 18px;
    color: #ffffff;
}
.scrollUp.show {
    opacity: 1;
    visibility: visible;
}
.bootstrap-list {
    margin-left: 0.5rem; /* Adds left indentation for bullets */
    padding-left: 0.5rem; /* Adds left indentation for bullets */
}
.bootstrap-list li {
    margin-bottom: 0.5rem; /* Optional: Adds spacing between list items */
    list-style-type: disc !important; /* Forces the bullet points to show */
}
.slide-img {
    width: 100%;
}

.to-upper-case {
    text-transform: uppercase;
}
