 body {
     margin: 0;
     font-family: Arial, Helvetica, sans-serif;
     background: #fff;
     color: #2c3e50;
 }



 .containera {
     margin: auto;
     padding: 30px 110px 0px 110px;
 }

 /* BREADCRUMB */

 .breadcrumb {
     font-size: 14px;
     color: #6b7f91;
     margin-bottom: 25px;
 }

 .breadcrumb span {
     margin: 0 8px;
 }

 /* TITLES */

 h1 {
     color: #0078d2;
     font-size: 40px;
     font-weight: 300;
     margin-bottom: 30px;
 }

 h2 {
     color: #00467f;
     font-size: 26px;
     font-weight: 300;
     line-height: 26px;
 }

 /* GRID */

 .grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 60px;
 }

 /* LINKS */

 .linkss a {
     display: block;
     color: #0078d2;
     text-decoration: none;
     margin: 12px 0;
     font-size: 12px;
 }

 .linkss a:hover {
     text-decoration: underline;
 }

 /* arrow */

 .arrows::after {
     content: " »";
 }

 /* external */

 .external::after {
     content: " ↗";
     font-size: 14px;
     margin-left: 5px;
 }

 /* DIVIDER */

 .divider {
     margin: 40px 0;
     height: 3px;
     background: #d7dde3;
 }

 /* RESPONSIVE */

 @media (max-width:700px) {
     .containera {
         padding: 30px 20px;
     }

     h1 {
         font-size: 36px;
     }

     h2 {
         font-size: 26px;
     }

     .grid {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .linkss a {
         font-size: 16px;
         margin: 10px 0;
     }

 }

 /* =======================================Community involvement===================== */
 .page-wrapper-aa {
     margin: auto;
     padding: 0px 110px 40px 110px;
 }

 /* SECTION */

 .section-block-aa {
     margin-bottom: 30px;
 }

 .section-title-aa {
     font-size: 27px;
     color: #00467f;
     font-weight: 400;
     margin-bottom: 15px;
     line-height: 33px;
 }

 .section-subtitle-aa {
     font-size: 20px;
     color: #36495a;
     font-weight: 400;
     margin: 25px 0 10px;
 }

 /* TEXT */

 .section-text-aa {
     font-size: 15px;
     line-height: 1.6;
     color: #36495a;
 }

 /* LINKS */

 .section-links-aa a {
     display: block;
     margin: 10px 0;
     color: #0a66c2;
     text-decoration: none;
     font-size: 12px;
 }

 .section-links-aa a:hover {
     text-decoration: underline;
 }

 /* ARROW */

 .link-arrow-aa::after {
     content: " »";
 }

 /* EXTERNAL */

 .link-external-aa::after {
     content: " ↗";
     font-size: 14px;
     margin-left: 5px;
 }

 /* DIVIDER */

 .section-divider-aa {
     height: 1px;
     background: #d7dde3;
     margin: 40px 0;
 }

 /* PARTNERS */

 .partner-grid-aa {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 40px;
     align-items: center;
 }

 .partner-logo-aa img {
     max-width: 220px;
 }

 /* ================= */
 /* RESPONSIVE */
 /* ================= */

 @media (max-width:700px) {
     .page-wrapper-aa {
         margin: auto;
         padding: 0px 20px 40px 20px;
     }

     .section-title-aa {
         font-size: 32px;
     }

     .section-subtitle-aa {
         font-size: 24px;
     }

     .section-text-aa {
         font-size: 16px;
     }

     .section-links-aa a {
         font-size: 16px;
     }

     .partner-grid-aa {
         grid-template-columns: 1fr;
         gap: 20px;
         text-align: left;
     }

     .partner-logo-aa {
         order: -1;
         /* logo moves on top */
     }

 }

 /* =====================================footer======================================== */
 .aa-footer {
     background: #d6dee5;
     padding: 40px 110px;
     font-family: Arial, sans-serif;
 }

 /* TOP GRID */
 .aa-footer__top {
     display: grid;
     grid-template-columns: 2fr 1fr;
     gap: 50px;
 }

 /* LEFT GRID */
 .aa-footer__links {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 40px;
 }

 /* COLUMN TITLE */
 .aa-footer__title {
     font-size: 24px;
     color: #4b6376;
     margin-bottom: 12px;
     padding-bottom: 6px;
     border-bottom: 2px solid #c9d3dc;
 }

 /* LINKS */
 .aa-footer__link {
     display: block;
     color: #5f686e;
     text-decoration: none;
     font-size: 16px;
     margin: 8px 0;
     cursor: pointer;
 }

 .aa-footer__link:hover {
     text-decoration: underline;
 }

 /* RIGHT SIDE */
 .aa-footer__right {
     text-align: center;
 }

 .aa-footer__img {
     max-width: 120px;
     margin: 12px auto;
     display: block;
 }

 .aa-footer__buy {
     color: #0a66c2;
     font-size: 20px;
     font-weight: bold;
     margin-top: 10px;
 }

 .aa-footer__small {
     font-size: 13px;
     color: #6b7f91;
 }

 /* BOTTOM */
 .aa-footer__bottom {
     margin-top: 30px;
     padding-top: 15px;
     border-top: 2px solid #c9d3dc;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
 }

 /* NOTE TEXT */
 .aa-footer__note {
     font-size: 14px;
     color: #5d6d7e;
 }

 /* SOCIAL */
 .aa-footer__social {
     display: flex;
     gap: 12px;
 }

 .aa-footer__icon {
     width: 34px;
     height: 34px;
     border-radius: 50%;
     border: 1px solid #c9d3dc;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #5d6d7e;
     font-size: 14px;
 }

 /* ================= */
 /* TABLET */
 /* ================= */
 @media (max-width: 900px) {
     .aa-footer {
         padding: 40px 30px;
     }

     .aa-footer__top {
         grid-template-columns: 1fr;
     }

     .aa-footer__links {
         grid-template-columns: 1fr 1fr;
     }

     .aa-footer__right {
         order: -1;
     }
 }

 /* ================= */
 /* MOBILE */
 /* ================= */
 @media (max-width: 700px) {
     .aa-footer {
         padding: 30px 20px;
     }

     .aa-footer__links {
         grid-template-columns: 1fr;
     }

     .aa-footer__bottom {
         flex-direction: column;
         text-align: center;
         gap: 12px;
     }
 }

 /* ================= */
 /* SMALL MOBILE */
 /* ================= */
 @media (max-width: 450px) {
     .aa-footer__right {
         display: none;
     }

     .aa-footer__title {
         border: none;
         margin-top: 15px;
     }

     .aa-footer__link {
         margin: 6px 0;
     }
 }

 /* =======================================contact============================================ */

 .containerc {
     padding: 40px 110px 0px 110px;
 }

 /* breadcrumb */

 .breadcrumbc {
     font-size: 14px;
     color: #6c7a89;
     margin-bottom: 30px;
 }

 .breadcrumbc a {
     text-decoration: none;
     color: #6c7a89;
 }

 .breadcrumbc .arrowc {
     margin: 0 6px;
 }

 /* headings */

 h1 {
     font-size: 32px;
     color: #0078d2;
     font-weight: 300;
     margin-bottom: 25px;
 }

 h2 {
     font-size: 20px;
     font-weight: 300;
     margin-bottom: 20px;
 }

 /* text */

 p {
     font-size: 12px;
     line-height: 1.7;
 }

 /* list */

 .service-list {
     list-style: none;
     margin: 15px 0 25px 0;
 }

 .service-list li {
     font-size: 12px;
     margin-bottom: 12px;
     padding-left: 18px;
     position: relative;
 }

 .service-list li::before {
     content: "▪";
     position: absolute;
     left: 0;
     color: #7d8b99;
 }

 /* links */

 .linksc a {
     display: block;
     color: #0078d2;
     text-decoration: none;
     font-size: 14px;
     margin-top: 10px;
 }

 .linksc a:hover {
     text-decoration: underline;
 }




 /* responsive */

 @media(max-width:768px) {

     .containerc {
         padding: 40px 60px 0px 60px;
     }

     h1 {
         font-size: 36px;
     }

     h2 {
         font-size: 26px;
     }

     p,
     .service-list li,
     .links a {
         font-size: 16px;
     }

 }

 @media(max-width:700px) {
     .containerc {
         padding: 40px 20px 0px 20px;
     }

     h1 {
         font-size: 30px;
     }

     h2 {
         font-size: 22px;
     }

 }

 /* ========================================================= */

 .con-containera {
     padding: 0px 110px;
 }

 /* BREADCRUMB */

 .con-breadcrumb {
     font-size: 14px;
     color: #6b7f91;
     margin-bottom: 25px;
 }

 .con-breadcrumb span {
     margin: 0 8px;
 }

 /* TITLES */

 .con-containera h1 {
     color: #0078d2;
     font-size: 40px;
     font-weight: 300;
     margin-bottom: 30px;
 }

 .con-heading {
     color: #00467f;
     font-size: 30px;
     font-weight: 400px;
     line-height: 33px;
     font-family: AmericanSansLight, Helvetica, Arial, sans-serif;
     margin-bottom: 20px;
 }

 .con-containera h2 {
     color: #627a88;
     font-size: 20px;
     font-weight: 300;
     line-height: 26px;
 }

 /* GRID */

 .con-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
     gap: 60px;
 }

 /* LINKS */

 .con-linkss a {
     display: block;
     color: #0078d2;
     text-decoration: none;
     margin: 12px 0;
     font-size: 12px;
 }

 .con-linkss a:hover {
     text-decoration: underline;
 }

 /* arrow */

 .con-arrows::after {
     content: " »";
 }

 /* external */

 .con-external::after {
     content: " ↗";
     font-size: 14px;
     margin-left: 5px;
 }

 /* DIVIDER */

 .con-divider {
     margin: 40px 0;
     height: 3px;
     background: #d7dde3;
 }

 /* RESPONSIVE */

 @media (max-width:700px) {
     .con-containera {
         padding: 10px 20px 0px 20px;
     }

     .con-containera h1 {
         font-size: 36px;
     }

     .con-containera h2 {
         font-size: 26px;
     }

     .con-grid {
         grid-template-columns: 1fr;
         gap: 30px;
     }

     .con-linkss a {
         font-size: 16px;
         margin: 10px 0;
     }
 }

 /* ===============================still need help========================= */
 .con-help-container {
     padding: 0px 110px 0px 110px;
     font-family: Arial, Helvetica, sans-serif;

 }

 /* Main Title */
 .con-main-title {
     font-size: 32px;
     color: #00467f;
     font-weight: 300;
     margin-bottom: 25px;
 }

 /* Section Titles */
 .con-section-title {
     font-size: 26px;
     font-weight: 300;
     color: #627a88;
     margin-top: 20px;
     margin-bottom: 10px;
 }

 /* Text */
 .con-text {
     font-size: 12px;
     line-height: 1.6;
 }

 /* Links */
 .con-links {
     margin-top: 10px;
 }

 .con-links a {
     display: block;
     color: #0078d2;
     text-decoration: none;
     font-size: 14px;
     margin: 8px 0;
 }

 .con-links a:hover {
     text-decoration: underline;
 }

 /* Responsive */
 @media (max-width: 700px) {
     .con-help-container {
         padding: 10px 20px 10px 20px;
     }

     .con-main-title {
         font-size: 32px;
     }

     .con-section-title {
         font-size: 22px;
     }
 }

 /* ================================report onboard========================== */

 .container-report {
     padding: 0px 110px 0px 110px;
 }

 @media (max-width: 700px) {
     .container-report {
         padding: 0px 20px 10px 20px;
     }

 }

 /* ================================flying partner online========================== */

 .container-reportss {
     padding: 0px 110px 40px 110px;
 }

 @media (max-width: 700px) {
     .container-reportss {
         padding: 0px 20px 10px 20px;
     }

 }