﻿h2.commamheading {
    font-family: 'Fraunces', serif;
    font-size: 45px;
    line-height: 45px;
    color: #036a3a;
    font-weight: 700;
    margin: 0 0 10px 0;
}
h2.commamheading span {
    font-family: 'Fraunces', serif;
    font-size: 45px;
    line-height: 55px;
    color: #ce8d25;
    font-weight: 700;
    font-style: italic;
    display: block;
}
section.iayp blockquote {
    text-align: left;
    margin: 0 0 10px;
}
section.iayp blockquote span {
    font-family: 'Fraunces', serif;
    font-size: 25px;
}
span.darkgreen {
    color: #036a3a;
}
span.golden {
    color: #ce8d25;
}
span.lightgreen {
    color: #03a54f;
}
p.newdesignp {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 23px;
    margin: 0 0 13px 0;
}
p.newdesignp span {
    font-weight: 700;
    color: darkgreen;
    font-family: "Poppins", sans-serif;
}
section.our-iayp-programs {
    padding: 30px 0 30px;
    background: #f0f0f0;
}
section.iayp {
    padding: 60px 0 40px;
}
.icontextwrap .iconwrap img.pngiconiayp {
    filter: brightness(0) saturate(100%) invert(31%) sepia(12%) saturate(5580%) hue-rotate(116deg) brightness(87%) contrast(98%);
    height: 70px;
}
.icontextwrap .iconwrap {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #036a3a;
   
}
.icontextwrap .icontxtitem {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
.icontextwrap .icontxtitem:nth-child(2n) .iconwrap {
    border-color: #ce8d25;
}
.icontextwrap .icontxtitem:nth-child(2n) .iconwrap img.pngiconiayp {
    filter: brightness(0) saturate(100%) invert(57%) sepia(99%) saturate(387%) hue-rotate(357deg) brightness(86%) contrast(86%);
}
.icontextwrap p.newdesignp {
    font-weight: 500;
    font-size: 14px;
}
.icontextwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
}
.experiencesbanner h1.heading {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.experiencesbanner h1.heading span {
    font-family: 'Fraunces', serif !important;
    display: block;
    color: #da9820;
    font-style: italic;
    text-shadow: 1px 2px 0 #fff;
}
section.sustainnovate h2.commamheading span {
    text-transform: lowercase;
    font-style: normal;
    display: inline-block;
}
section.sustainnovate {
    position: relative;
}
section.sustainnovate::before {
    content: "";
    background-image: url('../img/myimages/headingimg.jpg');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 290px;
    width: 100%;
    max-width: 1180px;
    background-size: 100% 100%;
    margin: auto;
    opacity: 0.06;
}
.twoimgwrrap img {
    width: 100%;
}
.twoimgwrrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.twoimgwrrap img {
    width: 100%;
    height: 400px;
}
section.galleryimage {
    padding: 0 0;
}
.card-design-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
}
.card-design-wrap .carditem {
    background: #fff;
    box-shadow: 0 0 30px 0 #0000001f;
    padding: 20px 20px;
}
.card-design-wrap .carditem h3 {
    font-size: 30px;
    line-height: 32px;
    font-family: "Poppins", sans-serif;
}
.card-design-wrap .carditem h3 span {
    color: #ce8d25;
    font-family: 'Fraunces', serif;
}
section.designed-for-every blockquote {
    width: 100%;
    max-width: 780px;
    text-align: center;
    margin: 30px auto;
}
.commonbtndesgn a {
    font-size: 16px;
    line-height: 55px;
    background: #ce8d25;
    display: inline-block;
    padding: 0 30px;
    border-radius: 50px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}
.commonbtndesgn a:hover {
    color: #fff;
    background: #036a3a;
}
.commonbtndesgn {
    text-align: center;
}
.xplimg {
    max-width: 450px;
    margin: 0 auto;
}
section.introducingxpl {
    padding: 50px 0;
    background: #f7f7f7;
}
section.xpl365 {
    padding: 50px 0;
}
section.impactofxpl365 {
    background: #fff;
}
section.impactofxpl365 h2.commamheading {
    text-align: center;
}
section.impactofxpl365 h2.commamheading span {
        display: inline-block;
}


.impact-table {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0;
    border-radius: 12px;
}
.impact-table table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Poppins',sans-serif;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
}
.impact-table thead {
    background: #0f7a3d;
}
.impact-table thead th {
    color: #fff;
    padding: 18px 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}
    .impact-table tbody td {
        padding: 16px 20px;
        font-size: 16px;
        color: #374151;
        border-bottom: 1px solid #e5e7eb;
        vertical-align: top;
        line-height: 1.7;
        font-family: "Poppins", sans-serif;
        text-align: left;
    }
.row.gaprow blockquote {
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
}
.impact-table tbody tr:nth-child(even) {
    background: #f8faf8;
}
.impact-table tbody tr:hover {
    background: #eef8f0;
    transition: .3s;
}
.impact-table tbody td:first-child {
    width: 32%;
    font-weight: 600;
    color: #14532d;
}
.impact-table tbody tr:last-child td {
    border-bottom: none;
}
section.tigerconversationprogram h3 {
    font-size: 30px;
    line-height: 32px;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
}
section.tigerconversationprogram h3 span {
    color: #ce8d25;
    font-family: 'Fraunces', serif;
}
section.tigerconversationprogram .carditemrow {
    padding: 30px 30px;
    box-shadow: 0 0 110px 0 #0000001c;
}
.row.gaprow {
    margin: 20px 0 0 0;
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.row.gaprow .col-lg-6.carditemrow {
    max-width: 100%;
}
.carditemrow ul.xpllidesgin li {
    list-style: none;
    font-size: 16px;
    line-height: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 0 0 11px 0;
    padding-left: 29px;
    position: relative;
}
.carditemrow ul.xpllidesgin li::before {
    content: "";
    background-image: url('../img/myimages/list.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    height: 17px;
    width: 20px;
    filter: brightness(0) saturate(100%) invert(16%) sepia(80%) saturate(4126%) hue-rotate(154deg) brightness(83%) contrast(98%);
}
.tablefullwidth {
    grid-column-start: 1;
    grid-column-end: 3;
}
@media (max-width:768px) {

    .impact-table thead th,
    .impact-table tbody td {
        padding: 14px;
        font-size: 15px;
    }

        .impact-table tbody td:first-child {
            width: 40%;
        }
}
/******#036a3a(darkgreen), #ce8d25(golden), #03a54f(lightgreen) font-family: "Poppins", sans-serif;   font-family: 'Fraunces', serif;***********/