@font-face {
  font-family: 'inter-medium';
  src: url('../fonts/Inter-Medium.ttf');
}

@font-face {
  font-family: 'inter-reg';
  src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
  font-family: 'inter-semibold';
  src: url('../fonts/Inter-SemiBold.ttf');
}

@font-face {
  font-family: 'inter-bold';
  src: url('../fonts/Inter-Bold.ttf');
}

@font-face {
  font-family: 'cairo-regular';
  src: url('../fonts/Cairo-Regular.ttf');
}

@font-face {
  font-family: 'cairo-medium';
  src: url('../fonts/Cairo-Medium.ttf');
}

@font-face {
  font-family: 'cairo-semibold';
  src: url('../fonts/Cairo-SemiBold.ttf');
}

@font-face {
  font-family: 'cairo-bold';
  src: url('../fonts/Cairo-Bold.ttf');
}

body,
html {
  margin: 0;
  font-family: 'inter-medium';
  padding: 0;
  background: #fff;
  scroll-behavior: smooth;
}

*,
div:before,
div:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
figure,
form {
  margin: 0;
  padding: 0;
}



a,
img,
span,
label,
input,
button {
  display: inline-block;
  text-decoration: none;
}

button {
  cursor: pointer;
  outline: 0 !important;
  transition: 0.25s all;
}

a:hover {
  text-decoration: none;
}

.small-logo,.scrolled .big-logo{
    display:none;
}

.scrolled .small-logo{
   display:block;
}

.scrolled .big-logo{
    display:none;
}

.logo .big-logo{
    height:255px;
    background:#fff;
}
.header{
    padding:0 60px 0 0;
    position:relative;
    z-index:9;
    
    /*transition:0.25s all;*/
}
.header.position-header{
    position:relative ;
    height:150px;
}
.header.scrolled {
  padding: 14px 60px;
  position:fixed;
  background:#fff;
  top:0;
  left:0;
  width:100%;
  transition:0.25s all;
  align-items:center;
  height:auto;
}

.logo img {
  width: 100%;
  object-fit: contain;
  height: 59px;
}

.header-right {
  column-gap: 56px;
     align-items: center;
    padding-top: 20px;
    height: fit-content;
    
}

.scrolled .header-right{
    padding-top:0;
}

.button-bg {
  background: transparent;
  border: 0;
  padding: 0;
}


.dropdown button,
.header-right a {
  font-size: 14px;
  color: #fff;
}


.scrolled .dropdown button,
.position-header .header-right a,
.scrolled .header-right a {
 
  color: #3B3B3B;
}

.background-btn {
  background:
    linear-gradient(#0000, #0000),
    linear-gradient(45deg, #3385DF, #1BBCB1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border: 1px solid transparent;
  padding: 8px 32px;
  font-size: 14px;
  color: #FFFFFF;
}



.header-section-1{
    background: url('../images/homebanner.png')0 0 no-repeat;
     background-size: cover;
     background-attachment : fixed;
     height: 637px;
     position:relative;
     z-index:9;
}

.section-1 h1 {
  font-size: 42px;
  color: #FFFFFF;
}

.section-1 p {
  font-size: 20px;
  color: #fff;
  padding: 18px 0 49px;
}

.banner-btn {
  column-gap: 20px;
}

.banner-btn button {
  padding: 12px 24px;
  font-size: 14px;
  color: #FFFFFF;
  border: 1.5px solid #FFFFFF;
  background-color: transparent;
}

.view-btn {
  color: #037DFC !important;
  background-color: #fff !important;
}

.section-2 {
  padding: 152px 15px;
}

.section-2 h2 {
  padding: 47px 0 24px;
  color: #242424;
  font-size: 42px;
}

.section-2 p {
  font-size: 20px;
  color: #5E5E5E;
  padding-bottom: 40px;
}

.section-2 .banner-btn button {
  border-color: #027DFB;
  color: #027DFB;
}

.section-2 .banner-btn .background-btn {
  border-color: transparent;
  color: #FFFFFF;
  padding: 12px 45px;
}

.section-3 {
  padding: 50px 172px;
  background-color: #F8F9FA;
}

.section-3 h2 {
  color: #242424;
  font-size: 42px;
  padding-bottom: 42px;
  text-align: center;
}

.upcoming-sec img {
  height: 200px;
  object-fit: cover;
}

.upcoming-sec h4 {
  font-size: 20px;
  color: #242424;
  padding: 16px 0 8px;
}

.upcoming-sec p {
  font-size: 12px;
  color: #6E6E6E;
}

.upcoming-sec {
  height: 100%;
}

.section-3 .background-btn {
  display: block;
  margin: 72px auto 0;
  padding: 12px 69px;
}

.section-4 {
  background: url('../images/legacy.png')0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 465px;
}

.section-4 h2 {
  font-size: 42px;
  color: #242424;
}

.section-4 p {
  padding: 28px 0 56px;
  font-size: 20px;
  color: #6F6F6F;
}

.section-4 button {
  padding: 12px 24px;
}

.sec5-left {
  padding: 0;
}

.section-5 {
  background-color: #F8F9FA;
}

.sec5-left img {
  height: 740px;
  object-fit: cover;
}

.section-5 h4 {
  font-size: 42px;
  color: #242424;
}

.section-5 h4 span {
  display: block;
}

.section-5 p {
  padding: 39px 39px 32px 0;
  font-size: 20px;
  color: #3B3B3B;
}

.section-5 .banner-btn button {
  padding: 12px 24px;
}

.section-5 .banner-btn .view-btn {
  padding: 12px 56px;
  border-color: #027DFB;
  background-color: transparent !important;
  color: #027DFB !important;
}

.footer {
    padding: 61px 60px 41px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.footer-logo img {
  height: 196px;
  object-fit: contain;
  margin-bottom: 20px;
}

.footer-p {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: #3B3B3B;
}

.footer-p a {
  color: #3B3B3B;
  width: max-content;
  max-width: 100%;
}

.footer h4 {
  font-size: 18px;
  color: #3B3B3B;
  font-family: 'inter-semibold';
  padding-bottom: 24px;
}

.foot-menu {
  row-gap: 24px;
}

.foot-menu a {
  font-size: 16px;
  color: #3B3B3B;
  width: max-content;
  max-width: 100%;
}

.footer-column-last p {
  font-size: 16px;
  color: #3B3B3B;
  padding-bottom: 24px;
}

.input-email {
  position: relative;
}

.input-email input {
  border: 1px solid #979797;
  padding: 13px 47px 13px 26px;
  font-size: 14px;
  border-radius: 0;
}

.input-email input::placeholder {
  color: #979797;
  font-size: 14px;
}

.input-email button {
  background: #037FFA;
  border: 0;
  color: #fff;
  padding: 9px;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
}

.shares {
  padding-top: 42px;
  column-gap: 12px;
}

.shares a {
  transition: 0.25s all;
}

.shares a:hover {
  transform: scale(1.1);
}

.footer-last {
  padding-top: 20px;
}

.footer-last p a,
.footer-last p {
  font-size: 16px;
  color: #3B3B3B;
}

.our-mission-vision {
  padding: 70px 120px;
}

.our-mission-vision .nav-tabs {
  margin: 0;
  border: 0;
  flex-direction: column;
  row-gap: 20px;
}

.our-mission-vision .nav-link {
  padding: 12px 24px;
  font-size: 18px;
  border: 1.5px solid #027DFB;
  background-color: transparent;
  color: #027DFB;
  border-radius: 0;
  text-align: center;
  position: relative;
  width: 250px;
}

.our-mission-vision .nav-tabs .nav-link:focus,
.our-mission-vision .nav-tabs .nav-link:hover {
  border-color: #027DFB;
}

.our-mission-vision .nav-link.active {
  background: linear-gradient(#0000, #0000), linear-gradient(45deg, #3385DF, #1BBCB1);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  color: #fff;
  border: 1.5px solid #027DFB !important;

}

.our-mission-vision p {
  font-size: 32px;
  color: #242424;
}

.about-home {
  padding: 20px 120px 50px;
}

.about-home .section-2 h2 {
  padding: 0 0 48px;
}

.about-home .section-2 p {
  font-size: 16px;
  padding-bottom: 0;
}

.download-pdf {
  width: max-content;
  margin: 30px auto 0;
  display: block;
}



.about-mobile {
  display: none;
}

.home-sec2 {
  padding: 152px 15px 50px;
}

.section3-btn {
  margin-top: 72px;
}

.section3-btn button {
  padding: 12px 69px;
  border-color: #027DFB;
  color: #027DFB;

}

.section3-btn .background-btn {
  margin: 0;
  color: #fff;
  border-color: transparent;
}


















/* About Start */
.about-sec {
  background: url('../images/aboutus.png')0 0 no-repeat;
  background-size: cover;
  height: 550px;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
}

.section-1,.abt-hgt {
  /*background: url('../images/homebanner.png')0 0 no-repeat;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  height: calc(100% - 255px);
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000069;
}

.about-sec h2 {
  font-size: 42px;
  color: #FFFFFF;
  position: relative;
  z-index: 9;
}


.abt-sec2 {
  padding: 50px 15px;
}

.section-2 h2 span {
  display: block;
}

.vision-mission {
  padding: 50px 60px;
  background-color: #F8F9FA;
}

.vision-row {
  padding: 0 60px;
}

.vision-row h5 {
  font-size: 20px;
  color: #6F6F6F;
}

.vision-row p {
  font-size: 32px;
  color: #242424;
}

.vision-mission img {
  height: 500px;
  margin: 50px 0;
}

.timeline-sec {
  padding: 95px 85px;
}

.timeline-left h4 {
  font-size: 42px;
  color: #242424;
}

.timeline-left p {
  font-size: 24px;
  color: #5E5E5E;
  padding: 24px 0;
}

.timeline-left button {
  padding: 12px 24px;
}

.timeline-flex {
  row-gap: 88px;
}

.timeline-border {
  border: 1.5px solid #C3C3C3;
  padding: 37px 28px;
  border-radius: 72px 0 0 0;
  position: relative;
}

.foundation-sec {
  width: 65%;
  margin-left: auto;
}

.foundation-sec h6 {
  font-size: 18px;
  color: #047FFA;
  padding-bottom: 12px;
}

.foundation-sec p {
  font-size: 24px;
  color: #242424;
}

.down-arrow {
  position: absolute;
  left: 57px;
  bottom: -32px;
}

.down-arrow img {
  position: relative;
  z-index: 1;
}

.down-arrow::after {
  content: '';
  border: 2px dashed #C3C3C3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  top: 86%;
}

.timeline-border:nth-child(even) {
  border-radius: 0 72px 0 0;
}

.timeline-border:nth-child(even) .foundation-sec {
  margin-left: 0;
}

.timeline-border:nth-child(even) .down-arrow {
  left: unset;
  right: 57px;
}

.timeline-border:last-child .down-arrow {
  display: none;
}

.timeline-last-border {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 47px;
}

.timeline-last-border .foundation-sec {
  width: 100%;
}

.core-values {
  padding: 50px 98px;
  background-color: #F8F9FA;
}

.core-values h4 {
  font-size: 42px;
  padding-bottom: 48px;
  text-align: center;
  color: #242424;
}

.core-row {
  row-gap: 40px;
}

.core-sec {
  padding: 42px;
  background: #fff;
  column-gap: 33px;
  height: 100%;
}

.core-sec img {
  height: 71px;
  object-fit: contain;
  width: 71px;
}

.core-sec h5 {
  font-size: 24px;
  color: #242424;
  padding-bottom: 8px;
}

.core-sec p {
  font-size: 14px;
  color: #5E5E5E;
}

.about-section-5 {
  background-color: #fff;
}







































/* Contactus Start */

.contact-sec {
  padding: 30px 15px 118px;
}

.contact-sec h2 {
  font-size: 42px;
  color: #242424;
  text-align: center;
  padding-bottom: 70px;
}

.contact-sec h4 {
  font-size: 32px;
  color: #242424;
}

.contact-sec p {
  font-size: 16px;
  color: #3B3B3B;
  padding: 8px 0 56px;
}

.contact-2 h6 {
  font-size: 16px;
  color: #3B3B3B;
}

.contact-2 p {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-size: 24px;
  padding-bottom: 0;
}

.contact-2 p a {
  color: #3B3B3B;
}

.form-group label {
  font-size: 12px;
  color: #222222;
  font-family: 'inter-reg';
  margin-bottom: 4px;
}

.form-group input,
.form-group select,
.form-group textarea {
  background-color: #EDF0F3;
  padding: 16px 20px;
  border: 0;
  font-size: 14px;
  color: #484848;
  border-radius: 0;
}

.form-group textarea::placeholder,
.form-group input::placeholder {
  color: #43283A;
  font-family: 'inter-reg';
}

.form-group {
  margin-bottom: 24px;
}

select {
  background: url('../images/angle-down.svg') 96% center no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
  padding-right: 54px !important;
}

.form-group textarea {
  height: 128px;
}

.attachment {
  cursor: pointer;
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: max-content;
  max-width: 100%;
}

.attachment p {
  padding: 0;
  font-size: 14px;
  color: #222222;
}

.attachment p span {
  font-family: 'inter-reg';
  font-size: 12px;
}

.send-btn {
  padding: 12px;
}

.family-modal {
  background: #00000080;
}

.family-modal .modal-dialog {
  max-width: 600px;
}

.family-modal .modal-content {
  background: #fff;
  padding: 48px;
  border-radius: 0;
}

.close-modal {
  position: absolute;
  top: 28px;
  right: 32px;
}

.family-modal .modal-body {
  padding: 0;
}

.family-modal h2 {
  font-size: 32px;
  color: #242424;
  padding-bottom: 24px;
  text-align: center;
}

.modal .form-group {
  margin-bottom: 20px;
}

.new-member {
  font-size: 18px;
  color: #242424;
  padding-top: 12px;
  padding-bottom: 12px;
}

.checkbox {
  display: flex;
  align-items: center;
  column-gap: 8px
}

.checkbox span {
  color: #43283A;
  font-family: 'inter-reg';
  font-size: 12px;
}

.checkbox input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #000;
}

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  display: block;
  box-shadow: 0 0 10px #0a0a0a24;
  border: 0;
  transform: translate(-50%, 20%);
  transition: 0.25s all;
  left: 50%;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.mobile-sec {
  display: none;
  column-gap: 15px;
}

.close-header {
  display: none;
}































/* Event Start */
.event-1 {
  background: #2d93d3;
  padding: 15px 20px;
  border-radius: 8px;
}

.event-1 h6 {
  font-size: 25px;
  color: #fff;
  font-family: 'inter-bold';
  padding-bottom: 8px;
}

.event-1 p {
  font-size: 16px;
  color: #fff;
  font-family: 'inter-reg';
}

.event-right img {
  height: 500px;
  border-radius: 12px;
  object-fit: cover;
}

.event-banner-content h2 {
  font-size: 28px;
  padding: 0;
}

.date-location p {
  font-size: 16px;
}

.date-location {
  padding-bottom: 20px;
}

.event-p {
  font-size: 18px !important;
  color: #5E5E5E !important;
}

.event-banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.event-banner-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #0000008a;
  color: #fff;
  padding: 10px;
  border-radius: 0 0 12px 12px;
}

.event-banner-content p {
  font-size: 14px;
  padding-top: 8px;
  color: #fff;
  font-family: 'inter-reg';
}

.event-list {
  padding:30px 120px 70px 120px;
}

.event-list-heading h2 {
  font-size: 28px;
  padding-bottom: 20px;
}

.event-list-heading .nav-tabs {
  flex-direction: column;
  border: 0;
  row-gap: 10px;
}

.event-list-heading .nav-tabs .nav-link {
  border: 0;
  color: #000;
  padding: 5px 10px 5px 15px;
  border-left: 2px solid transparent;
  border-radius: 0;
}

.event-list-heading .nav-tabs .nav-link.active {
  color: #2f8dd8;
  border-color: #2f8dd8;
}

.list-an-btn {
  margin: 10px 0 30px;
  width: 100%;
  padding: 14px;
  text-align: center;
}

.fam-tree img {
  height: 160px;
  object-fit: contain;
}
.pdf-btn{
  width: max-content;
  margin:20px auto 0;
  padding: 12px;
  display: block;
}

.fam-tree{
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.fam-tree h6{
  color: #000;
}

.breadcrumb a{
  color: #000;
}
.breadcrumb{
  color: #00000091;
}










/* Arabic Start */
.ar {
  text-align: right;
  direction: rtl;
}


.ar body {
  font-family: 'cairo-medium';

}

.ar .input-email button {
  transform: scaleX(-1);
}

.ar .section-5 p {
  padding: 39px 0 32px 39px;
}

.ar .input-email button {
  right: unset;
  left: 4px;
}

.ar .input-email input {
  padding: 13px 26px 13px 47px;
}

.ar .timeline-border {
  border-radius: 0 72px 0 0;
}

.ar .foundation-sec {
  margin-left: 0;
  margin-right: auto;
}

.ar .down-arrow {
  right: 57px;
  left: unset;
}

.ar .timeline-border:nth-child(even) {
  border-radius: 72px 0 0 0;
}

.ar .timeline-border:nth-child(even) .foundation-sec {
  margin-left: 0;
  margin-right: 0;
}

.ar .timeline-border:nth-child(even) .down-arrow {
  left: 57px;
  right: unset;
}

.ar select {
  background: url('../images/angle-down.svg') 4% center no-repeat;
  padding-right: 20px !important;
  padding-left: 54px !important;
  background-color: #EDF0F3;
}

.ar .close-modal {
  left: 32px;
  right: unset;
}

.ar .dropdown button,
.ar .header-right a {
  text-align: right;
}

.ar .form-group label,
.ar .form-group textarea::placeholder,
.ar .form-group input::placeholder,
.ar .attachment p span,
.ar .event-1 p,
.ar .checkbox span {
  font-family: 'cairo-regular';

}

.ar .event-1 h6{
    font-family :'cairo-bold';
}

.ar .footer h4 {
  font-family: 'cairo-semibold';
}

.ar input {
  direction: rtl;
}


.position-header .big-logo{
    position:absolute;
    top:0;
    left:0;
    height:255px;
    width:auto;
}

.ar .header {
    padding: 0  0 0 60px;
}

.ar .header.scrolled {
    padding: 14px 60px;
}

.ar .position-header .big-logo {
  
    left: unset;
    right:0;
   
}


.ban-sec{
    padding:50px 15px 0;
}

.ban-sec img{
    height:400px;
    object-fit:contain;
}

.ban-sec p{
    color:#3B3B3B;
   
    font-size: 40px;
    width: 80%;
    margin: 0 auto;
    line-height: 48px;
}

.index3-header .logo{
    display:none !important;
}

.index3-header .header-right{
    justify-content:center ;
    width:100%;
    transition:0.25s all;
}
.scrolled.index3-header .logo{
    display:flex !important;
}

.scrolled.index3-header .header-right{
     justify-content:unset ;
    width:unset;
    
}

.index3-header{
    height:unset !important;
}