/* Poppins light 300 */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

/* Poppins regular 400 */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* Poppins Medium 500 */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

/* Poppins Semi Bold 600 */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/* Poppins Bold 700 */
@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Poppins-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

* {
    margin: 0;
}

html,
body {
    height: 100%;
}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 17px;
    background: #fff;
    color: #000;
    font-family: "Poppins";
    font-weight: 400;
}

a {
    text-decoration: none;
    outline: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #304a6f;
}

form {
    margin-bottom: 0px;
}

a:hover {
    text-decoration: none;
    color: #232122;
}

a:focus {
    outline: none;
    color: #232122;
}

a.underline-text {
    text-decoration: underline;
}

input,
select,
textarea,
button,
label {
    outline: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0px;
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

::-webkit-input-placeholder {
    color: #404040 !important;
}

::-moz-placeholder {
    color: #404040 !important;
}

:-ms-input-placeholder {
    color: #404040 !important;
}

:-moz-placeholder {
    color: #404040 !important;
}

::-webkit-file-upload-button {
    cursor: pointer;
}

:root {
    --first-color: #ce272e;
    --second-color: #5d5d5d;
    --white-color: #fff;
}

.container {
    max-width: 1440px;
    width: 100%;
}

.primary-btn {
    font-family: "Poppins";
    line-height: normal;
    background-color: #273089;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #32496b;
    padding: 10px 25px;
    border-radius: 6px;
    vertical-align: top;
    min-width: 149px;
    text-transform: none;
    display: inline-block;
    cursor: pointer;
}

.primary-btn:hover,
.primary-btn:focus {
    background-color: #273089;
    color: #ffffff;
    /* border-color: var(--first-color); */
}

.secondary-btn {
    line-height: normal;
    background-color: transparent;
    color: #32496b;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    border: 1px solid #32496b;
    padding: 15px 20px;
    border-radius: 0px;
    vertical-align: top;
    min-width: 164px;
    text-transform: none;
}

.secondary-btn:hover,
.secondary-btn:focus {
    background-color: #e7ded9;
    color: #32496b;
}

.sm-btn {
    padding: 8px 15px;
    min-width: inherit;
    font-size: 14px;
}

label.error {
    color: #f00 !important;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-20 {
    margin-bottom: 20px;
}

.logo img {
    height: 81px;
}

/* Common css starts */

header.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar.navbar-light {
    padding: 0;
}

.fixed .navbar.navbar-light {
    top: 0;
    background-color: #fcfafa;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.navbar-light .container-fluid {
    max-width: 1440px;
    padding: 14px 5.55%;
}

.fixed .navbar-light .container-fluid {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-light .head-nav .nav-link {
    color: #191919;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    padding: 0px 30px;
}

.navbar-light .head-nav .nav-link:hover {
    color: #273089;
}

.navbar-light .head-nav .nav-link.active {
    font-weight: 600;
}

.navbar-light .head-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

.navbar-light .head-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-collapse {
    flex-grow: inherit;
}

.dropdown-item{
    padding: .40rem 1rem;
    border-bottom: 1px solid #eee;
    white-space: normal;
}

.hamburger-menu {
    width: 25px;
    height: 20px;
    right: 0;
    top: 3px;
    border: none;
    outline: 0;
    box-shadow: none;
    background-color: initial;
    position: relative;
    display: inline-block;
    outline: 0 !important;
    box-shadow: none !important;
    border: none;
}

.hamburger-menu span {
    opacity: 1;
    right: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: #000;
    background-color: #000;
    position: absolute;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
}

.hamburger-menu span:first-child {
    top: 0;
}

.hamburger-menu span:nth-child(2) {
    top: 9px;
}

.hamburger-menu span:nth-child(3) {
    top: 18px;
}

.hamburger-menu[aria-expanded="true"] span {
    background-color: var(--first-color);
}

.hamburger-menu[aria-expanded="true"] span:first-child {
    transform: translateY(9px) rotate(135deg);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: translateY(0px);
}

.hamburger-menu[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-135deg);
}

.scroll-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    text-align: center;
    color: var(--white-color);
    font-weight: 100;
    cursor: pointer;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 15px;
}

.scroll-down:hover {
    color: var(--white-color);
    margin-bottom: 30px;
}

/* Common css ends */

/* Website css starts */

.home-banner {
    background: #e2edf9;
}
.home-banner img {
    width: 100%;
}

.about-section {
    max-width: 1440px;
    padding: 0px 5.55%;
    margin: 60px auto;
}

.about-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.about-wrap h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.about-wrap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
}
.about-wrap p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    margin-top: 40px;
}

.about-wrap li {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #4e4e4e;
    list-style: disc;
}

.about-wrap ul {
    padding-left: 20px;
}

.about-wrap li::marker {
    color: #8cb7e2;
}

.about-wrap .rhs {
    max-width: 719px;
}

.point-wrap {
    display: flex;
    margin-top: 20px;
}

.about-wrap .primary-btn {
    margin-top: 30px;
}

.focus-section {
    /* max-width: 1440px; */
    padding: 0px 5.55%;
    /* margin: 60px auto; */
    background: url(../images/focus-bg.png) no-repeat center;
    background-size: cover;
}

.focus-wrap {
    max-width: 1280px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 247px;
}

.focus-wrap .focus-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.focus-wrap h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.focus-wrap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
}

.focus-wrap .focus-cards {
    margin-top: 50px;
    display: flex;
    gap: 30px;
}

.focus-wrap .focus-cards .focus-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 20px;
    isolation: isolate;
    /* width: 100%; */
    width: 406.67px;
    /* height: 249px; */
    background: #ffffff;
    box-shadow: 0px 6px 20px rgba(157, 157, 157, 0.1);
    border-radius: 20px;
    text-align: center;
}

.gallery-section {
    max-width: 1440px;
    padding: 0 5.55%;
    text-align: center;
    margin: auto;
}

.gallery-section .gallery-wrap {
    margin: 60px 0px;
}

.gallery-section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.gallery-section h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
}
.gallery-section .swiper-wrapper {
    margin-top: 65px;
}
.swiper-pagination {
    bottom: auto !important;
    margin-top: 14px;
}

.contact-section {
    padding: 0 5.55%;
    background: url(../images/contact-bg.png) no-repeat center;
    background-size: cover;
}

.contact-section .contact-wrap {
    max-width: 1280px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    padding-top: 200px;
    padding-bottom: 70px;
}

.contact-section .contact-wrap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 60px;
    color: #191919;
}

.contact-section .contact-wrap .lhs {
    min-width: 556px;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
}

.contact-section .contact-wrap .lhs .info-wrap {
    display: flex;
    gap: 18px;
    margin-top: 30px;
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: #4e4e4e;
}

.contact-section .contact-wrap .rhs p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    leading-trim: both;
    text-edge: cap;
    letter-spacing: 0.02em;
    color: #4e4e4e;
    margin-bottom: 30px;
}

.contact-section .contact-wrap .rhs input,
.contact-section .contact-wrap .rhs textarea {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 23px;
    /* display: flex;
  align-items: center; */
    color: #404040;
    /* opacity: 0.6; */
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    border: none;
    margin-bottom: 15px;
}

.footer {
    background: #273089;
    padding: 0 5.55%;
}

.footer-wrap {
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.footer-menu {
    display: flex;
}

.footer-menu li a {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
}

.footer-menu li a:hover {
    color: #000;
}

.banner-section {
    background-image: url(../images/page-bg.png);
    padding: 100px 0px;
    background-size: cover;
    /* background: url(../images/page-bg.png) no-repeat center; */
}

.banner-section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 65px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #191919;
}

.banner-section p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    leading-trim: both;
    text-edge: cap;
    text-align: center;
    color: #191919;
}

.foundation-section {
    max-width: 1440px;
    padding: 0px 5.55%;
    margin: 32px auto;
}
.foundation-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}
.foundation-wrap .lhs {
    max-width: 596px;
}
.foundation-wrap h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.foundation-wrap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
    margin-bottom: 10px;
}
.foundation-wrap p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    margin-top: 30px;
}
.foundation-wrap .primary-btn {
    margin-top: 40px;
}

.award-section {
    max-width: 1440px;
    padding: 0px 5.55%;
    margin: 90px auto;
}
.award-wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center;
}
.award-wrap .lhs {
    max-width: 487px;
}
.award-wrap .rhs {
    max-width: 596px;
}
.award-wrap h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.award-wrap h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
    margin-bottom: 10px;
}
.award-wrap p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4e4e4e;
    margin-top: 30px;
}

.founder-section {
    max-width: 1440px;
    padding: 0 5.55%;
    text-align: center;
    margin: auto;
}
.founder-section .founder-wrap {
    margin: 60px 0px;
}
.founder-section h3 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.founder-section h2 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #191919;
}
.founder-section .founder-image-wrap {
    display: flex;
    gap: 15px;
    margin-top: 50px;
}
.founder-card {
    flex: 1 1 calc(20% - 15px);
    max-width: calc(20% - 15px);
}
.founder-card .primary-btn {
    background: #8cb7e2;
    width: 100%;
    border: none;
    margin-top: 30px;
    cursor: default;
}
.founder-card img {
    /* max-width: 232px; */
    background-color: #ecebeb;
    border-radius: 16px;
}

.event-section {
    max-width: 1440px;
    padding: 0 5.55%;
    text-align: center;
    margin: auto;
}
.event-section .event-wrap {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}
.event-card {
    flex: 1 1 calc(33.33% - 30px);
    max-width: calc(33.33% - 30px);
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.event-card div {
    padding: 12px;
}
.event-card p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.success-message,
.error-message {
    display: none;
}
.pdf-wrap {
    display: flex;
    gap: 34px;
    margin-top: 20px;
}
.pdf-wrap .primary-btn {
    padding: 6px 20px;
}

.work-section {
    max-width: 1440px;
    padding: 0px 10%;
    margin: 32px auto;
}

h3.work-title{
    margin: auto;
    max-width: 500px;
    font-size: 36px;
    background-color: #eeeeee9c;
}

.work-wrap p{
    line-height: 38px;
}