@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PoppinsExtraBold';
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 700; /* ExtraBold weight */
    font-style: normal;
}
@font-face {
    font-family: 'Poppins Bold';
    src: url('assets/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.w-85-px{
    width: 8%;
}
.different-p .content-text{
    width: 92%;
}
h1 {
    font-family: 'PoppinsExtraBold', sans-serif;
    font-weight: 700;
    font-size: 75px;
    line-height: 70px;
}
h2{
    font-family: 'PoppinsExtraBold', sans-serif;
    font-weight: 600 !important;
    font-size: 50px;
}
.banner p{
    font-size: 18px;
}
p{
    font-size: 16px;
}
.our-values p{
    font-size: 16px;
}
.our-milestones p{
    font-size: 16px;
}
.our-milestones h3 {
    font-size: 45px;
}
.our-values h3{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}
.our-values .w-icon-img{
    width: 13%;
}
.different-p h3{
    color: #e49b0e;
    font-size: 25px;
    font-weight: 600;
}
.different-p h5{
    font-weight: 700;
}
.our-values .content-text{
    width: 87%;
}
.bg-title-shape-banner{
    position: absolute;
    top: -15px;
    z-index: -1;
    width: 405px;
    left: -30px;
}
.banner p{
    font-size: 20px;
}
.shape-arrow{
    left: -17px;
    bottom: -60px;
    position: absolute;
    width: 600px;
}

/*@font-face {
    font-family: 'HelveticaBold';
    src: url('../fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-family: 'HelveticaBold', sans-serif;
    font-weight: bold;
}
*/
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f2edee;
}
.pt-pb-75{
    padding-top: 75px;
    padding-bottom: 75px;
}

/*===========mobile menu ===================*/

.about-banner{
    background-image: url('../images/sub-banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-banner h1{
    font-size: 65px;
}
header {
    /*position: sticky;
    top: 0;*/
    width: 100%;
    background: #fff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    z-index: 1000;
}

.logo-menu{
    margin-top: -10px !important;
    margin-bottom: -22px !important;
}

.nav-link {
    color: black;
    font-weight: 500;
    padding: 10px 15px;
}

.hamburger {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -250px;
    width: 250px;
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: left 0.3s ease-in-out;
}

.mobile-menu ul {
    list-style: none;
    padding: 0;
}

.mobile-menu ul li {
    margin: 15px 0;
}

.mobile-menu ul li a {
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    float: right;
    cursor: pointer;
}
.social-icons ul li{
    margin-right: 15px;
    color: #8d8888;
}
.social-icons ul li i{
    color: #8d8888;
}

.top-header{
    background: #000;
    color: #fff;
}

.top-bar {
    background: black;
    color: white;
    font-size: 12px;
    padding: 2.5px 0;
}

.contact-info span {
    margin-right: 15px;
}

.social-icons a {
    margin-right: 10px;
    text-decoration: none;
}
.bg-theme-primary{
    background-color: #e49b0e;
}
.bg-title-shape-banner-h2-center-black {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 275px;
}
.btn-theme-primary{
    background-color: #e49b0e;
    border-radius: 75px;
    color: #000;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 16px;
}
.btn-theme-primary-black{
    background-color: #000;
    border-radius: 75px;
    color: #fff;
    text-decoration: none;
    padding: 8px 25px;
    font-size: 16px;
}

.nav-link {
    font-size: 16px !important;
}
.nav-link:hover{
    color: #e49b0e;;
}
.logo{
    position: absolute;
    top: -6px;
}
.ms-custom{
    margin-left: 125px;
}
.bg-title-shape-banner-h2 {
    position: absolute;
    top: -30px;
    z-index: -1;
    width: 275px;
    left: -20px;
}
.bg-title-shape-banner-h2-center {
    position: absolute;
    top: -30px;
    z-index: 2;
    width: 275px;
    left: 12px;
}
.position-m{
    position: relative;
    z-index: 3;
}
.our-vision-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 15px;
}
.box-milestones{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 30px 0px 0px 30px;
}
.box-milestones h4{
    color: #e49b0e;
    font-size: 22px;
    font-weight: 600;
}
/*==========================*/
@keyframes glowing {
  0% { box-shadow: 0 0 5px #e49b0e; }
  50% { box-shadow: 0 0 15px #e49b0e; }
  100% { box-shadow: 0 0 5px #e49b0e; }
}

header .btn-theme-primary {
  animation: glowing 1.5s infinite;
  transition: all 0.3s ease-in-out;
}
/*==========================*/
.our-milestone-slider .btn-theme-primary {
    padding: 5px 15px;
    font-size: 12px;
}
.our-event-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    padding: 15px;
    background-color: #fff;
}
.our-event-box .info{
    background-color: #fff;
}
.our-event-box .info h4{
    text-align: center;
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.shape-adjust{
    width: 85px;
    margin-bottom: -20px;
}
.rotate-left{
    transform: rotate(-2deg);
}
.rotate-right{
    transform: rotate(2deg);
}
.our-vision-box img{
    border-radius: 15px 15px 0px 0px;
}
.our-vision-box .info{
    background-color: #fff;
    padding: 15px 25px;
    text-align: center;
    border-radius: 0px 0px 15px 15px;
}
.our-vision-box .info h4{
    color: #e49b0e;
    font-weight: 700;
    font-size: 20px;
/*    font-size: 17px;*/
    margin: 2px;
}
.our-vision-box .info p{
    font-size: 14px;
    margin: 0px;
}
.cursor-pointer{
    cursor: pointer;
}
.height-p-model-manage{
    max-height: 140px;
    overflow-y: auto;
}
.position-absolute-close{
    position: absolute;
    right: 20px;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}
.our-milestones p {
    max-height: 100px;
    overflow-y: auto;
  }
.our-reach {
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url('../images/saad-image.png');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}
.our-reach-bg{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.our-reach::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}
.our-reach-box{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-radius: 15px;
    padding: 15px;
    background-color: #f2edee;
    height: 100%;
}
.our-reach-box .counter-number{
    color: #e49b0e;
    font-size: 40px;
    font-weight: 700;
}
.our-reach-box p{
    font-size: 16px;
}
.about-us p{
    font-size: 16px;
}
.about-us h3{
    font-size: 45px;
}
.join-sectin-bg {
    background: url(../images/join-bg-1.jpg) no-repeat;
    width: 100%;
    height: 190px;
    background-size: 100%;
    margin-top: 27px;
    background-color: #fff;
}
.join-section-circle {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 15px solid #e49b0e;
    background: #fff;
    margin: auto;
    position: relative;
    top: -30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.join-section-circle b {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    color: #e49b0e;
}
.join-section-circle span {
    display: block;
    color: #333;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-family: 'PoppinsExtraBold', sans-serif;
    font-weight: 600 !important;
}
.join-section-circle p {
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #434242;
}
footer{
    background-color: #e49b0e;
}
footer h3{
    font-family: 'Poppins Bold', sans-serif;
    font-size: 28px;
    font-weight: 600;
}
footer a{
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
}
.border-b-1{
    border-bottom: 1px solid #000;
}
footer .footer-logo img{
    width: 125px;
}
footer .footer-logo p{
    font-size: 11px;
}
.footer-bottom{
    background-color: #2c2c2c;
}
.footer-bottom p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin: 0px;
}
.socialicon i{
    color: #000;
    font-size: 20px;
}

.swiper-button-next-about{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) 140px -20px 40px 185px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    right: 0;
}
.swiper-button-next-about i{
    font-size: 25px;
}
.swiper-button-prev-about{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) -120px -22px 40px 185px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    left: 0;
}
.swiper-button-prev-about i{
    font-size: 25px;
}

.swiper-button-next-milestone{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) 140px -20px 40px 185px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    right: 0;
}
.swiper-button-next-milestone i{
    font-size: 25px;
}
.swiper-button-prev-milestone{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) -120px -22px 40px 185px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    left: 0;
}
.swiper-button-prev-milestone i{
    font-size: 25px;
}

.swiper-button-next-vision{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    right: 0;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) 140px -20px 40px 185px !important;
}
.swiper-button-next-vision i{
    font-size: 25px;
}
.swiper-button-prev-vision{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    box-shadow: rgb(243 237 238) 22px 65px 85px, rgb(243 237 238 / 99%) -120px -22px 40px 185px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    left: 0;
}
.swiper-button-prev-vision i{
    font-size: 25px;
}
.swiper-button-next-event{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    right: 0;
}
.swiper-button-next-event i{
    font-size: 25px;
}
.swiper-button-prev-event{
    width: 40px !important;
    background: #fff;
    height: 40px !important;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    z-index: 1;
    left: 0;
}
.swiper-button-prev-event i{
    font-size: 25px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
    font-weight: 900;
    color: #000;
}
.swiper-button-disabled{
    display: none !important;
}
.position-1{
    position: relative;
    z-index: 1;
}


/*==============mobile menu===============*/
.modal.left .modal-dialog {
    position: fixed;
    top: 0;
    left: -100%;
    width: 320px;
    height: 100%;
    margin: 0;
    transition: left 0.5s ease-in-out;
}

.modal.left.show .modal-dialog {
    left: 0;
}

.left .modal-content {
    height: 100%;
    border-radius: 0;
    background-color: #e49b0e;
}

.left .modal-content .modal-header{
    display: flex;
    justify-content: space-between;
}
.left .modal-header .logo img{
    width: 200px;
}
.left .modal-header .logo i{
    font-size: 25px;
}

.left .modal-body {
    padding: 20px;
}

.left .modal-header {
    border-bottom: none;
}

.left .menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.left .menu-list li {
    padding: 15px;
    border-bottom: 1px solid #000;
}

.left .menu-list li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    display: block;
}

.left .side-menu-button a{
    font-size: 16px !important;
    width: 50% !important;
}

.hamburger-btn {
    background: transparent;
    border: 1px solid #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

