/* Website */
body {
min-height: 100vh;
font-family: 'Poppins', sans-serif;
}
:root {
--null-color-main: #14AED9;
}
.null-title-container {
background: linear-gradient(90deg, #14AED9 30%, #84868a 80%);
}
/* Website */

/* Start Navbar */
.null-navbar-container {
    margin-top: -10px;
}
@media only screen and (max-width: 767px) {
.null-navbar-upperbar-container{
    margin-bottom: 10px;
}
}

/* End Navbar */

/* Start Hero */
.null-hero .null-hero-image-container {
height: 500px;
width: 100%;
}
.null-hero .null-hero-image-container img {
width: 100%;
height: 100%;
object-fit: cover;
}
.null-hero .null-hero-overlay {
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0 0 0 / 20%);
}
.null-hero .null-hero-content-container {
left: 0;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 50%;
padding: 50px 50px;
background-color: #14aed9ab;
}
.null-rtl .null-hero .null-hero-content-container {
right: 0;
}
.null-hero .null-hero-content-size {
max-width: 500px;
}
.null-hero-content-title {
font-size: 39px;
}
@media (max-width:800px) {
    .null-hero .null-hero-content-container {
        width: 100%;
        padding: 30px !important;
    }
}
/* End Hero */

/* Start At Glance */
.null-at-glance{
background-image: url(../images/homepage/overlay-background/why-choose-iaph-background.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 5;
}

.null-at-glance-overlay{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
color: var(--null-color-black);
background-color: rgb(255 255 255 / 95%);
z-index: -1;
}
.null-at-glance .null-at-glance-video-container{
width: 450px;
max-width: 100%;
margin: auto;
}
@media only screen and (max-width: 767px) {
    .null-at-glance .null-at-glance-video-container {
        width: auto;
        margin: auto;
    }
}
/* End At Glance */

/* Start Why Choose Us */
.null-why-choose-us{
background-image: url(../images/homepage/overlay-background/why-choose-iaph-background.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
z-index: 5;
}

.null-why-choose-us-overlay{
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
color: var(--null-color-black);
background-color: rgb(20 174 217 / 95%);
z-index: -1;
}


.null-why-choose-us-box-image-container {
width: 90px;
position: absolute;
top: -45px;
background: var(--null-color-white);
border: 2px solid #f5f5f5;
}
.null-why-choose-us-box-image-container img {
width: auto;
height: auto;
max-width: 47px;
max-height: 50px;
}
.why-choose-us-box-title {
font-weight: 700;
margin: 0;
}

/* End Why Choose Us */

/* Start Swiper */
.swiper {
width: 100%;
}
.swiper-3d .swiper-slide-shadow-left{
border-radius: var(--null-border-radius);
}
.swiper-3d .swiper-slide-shadow-right {
border-radius: var(--null-border-radius);
}
.null-acknowledgement .swiper-3d .swiper-slide-shadow-left {
background: rgba(9, 193, 217, 0.5);
}
.null-acknowledgement .swiper-3d .swiper-slide-shadow-right {
background: rgba(9, 193, 217, 0.5);
}

.null-field-of-study .swiper-slide {
background-position: center;
background-size: cover;
width: 300px;
}
.null-our-partners .swiper-slide {
background-position: center;
background-size: cover;
width: 300px;
}
/* End Swiper */


/* Start Our Partners */
.null-our-partners img {
height: 12rem;
width: 100%;
object-fit: contain;
padding:20px;
}

.null-our-partners a {
height: 12rem;
display: block;
border: 2px solid #f5f5f5;
border-radius: var(--null-border-radius);
}
/* Start Our Partners */

/* Start Subscribe With Us */
.null-subscribe-with-us{
width: 550px;
max-width: 100%;
margin: auto;
}



.null-subscribe-with-us form{
width: 400px;
max-width: 100%;
margin: auto;
}

/* End Subscribe With Us */

/* Start Footer */

.footer_logo_ar{
width: 200px;
-webkit-filter: invert(100%) brightness(9);
filter: invert(100%) brightness(9);
}
.null-footer{
width: 100%;
bottom: 0;
height: 0;
}
.null-footer-top {
background-color: #151515;
padding: 40px 0;
}
.null-footer-top #null-social-media a {
width: 38px;
height: 38px;
border: 1px solid var(--null-color-white);
padding: 5px;
line-height: 28px;
}
.null-footer-top #null-social-media svg{
width: 18px;
height: 18px;
}
.null-footer-bottom{
background-color: #0a0a0a;
}
/* End Footer */

/* Scientific Council */
.null-toggle-button-content {
overflow: hidden;
transition: max-height 0.5s ease-out;
max-height: 0;
}
.null-toggle-button{
background: var(--null-color-light-grey);
border: 0;
padding: 5px;
font-size: 14px;
border-radius: var(--null-border-radius);
}
/* Scientific Council */

/* Start Contact Us */
.null-contact-us-container{
width: 100%;
}
/* End Contact Us */


/* Start Advisory Board */
.null-advisory-board-card-container .null-image-container{
height: 20rem;
}
.null-advisory-board-card-container .null-image-container img {
height: 100%;
width: 100%;
object-fit: cover;
}
/* End Advisory Board */

/* Start Scientific Council */
@media (min-width: 768px) {
    .null-scientific-council-card-container [data-null-card-position="start"] {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.null-scientific-council-card-container [data-null-card-position="start"] img{
    width: 100%;
}

/* Start Scientific Council */


/* Min Height */
.null-min-height-55{
    min-height: 55px;
}

.null-font-family-arial{
    font-family: Arial, Helvetica, sans-serif;
}

.null-font-family-system-ui {
    font-family: system-ui;
}

.null-form-container{
    width: 700px;
    max-width: 100%;
    margin: auto;
}

.null-margin-auto{
    margin: auto;
}

.null-resource-width{
    min-width: 200px;
    width: 200px;
}
/* Min Height */

/* Start Accredited By */

@media only screen and (min-width: 768px) {
  .null-accredited-by-border {
    border-right: 2px dashed #dab36d;
  }

  .null-rtl .null-accredited-by-border {
    border-left: 2px dashed #dab36d;
    border-right:none;
  }

}

@media only screen and (max-width: 1200px) {
  .null-accredited-by-container .null-display-flex {
    justify-content:center;
  }
}

/* End Accredited By */


/* IAPH Profile */

.null-about-us-card-container{
    overflow: hidden;
}

.null-about-us-card-icon{
color: var(--null-color-white);
font-size: 50px;
height: 140px;
width: 140px;
line-height: 170px;
border-radius: 50%;
position: absolute;
top: -50px;
left: 50%;
transform: translateX(-50%);
}

.null-about-us-card-container h3{
margin-top: 80px;
}
/* IAPH Profile */


/* Start News */

.null-news-image-container{
width: 100%;
height: 25rem;
}

.null-news-image-container img{
object-fit: contain;
height: 100%;
width: 100%;
}

.null-news-image-container .null-image-overlay{
background: rgb(0 0 0 / 14%);
}

/* End News */


.course-not-open{
background: #e3e3e3b0;
cursor: no-drop;
border-radius: var(--null-border-radius);
}

.null-program-field-work ol{
    margin-top: 20px !important;
}

.null-post-social-media div {
    width: 40px;
    height: 40px;
    border: 3px solid var(--null-color-light-grey);
    border-radius: 50%;
    transition: border 0.5s ease;
}

.null-post-social-media div svg{
    font-size: 18px;
}

#null-share-whatsapp:hover i {
    color: #25D366 !important;
    transition: color 0.5s ease;
}

#null-share-facebook:hover i {
    color: #3B5998 !important;
    transition: color 0.5s ease;
}

#null-share-linkedin:hover i {
    color: #0077B5 !important;
    transition: color 0.5s ease;
}

#null-share-twitter:hover i {
    color: #1DA1F2 !important;
    transition: color 0.5s ease;
}

#null-share-copy-link:hover i {
    color: var(--null-color-main) !important;
    transition: color 0.5s ease;
}

#null-share-email-link:hover i {
    color: var(--null-color-main) !important;
    transition: color 0.5s ease;
}



.null-share-copy-link-message {
    position: absolute;
    left: 0;
    top: -25px;
    background: var(--null-color-main);
    height: 20px;
    color: var(--null-color-white);
    padding: 1px;
    display: block;
    padding: 5px;
    font-size: 12px;
    height: auto !important;
    width: 80px !important;
    border-radius: var(--null-border-radius) !important;
    text-align: var(--null-text-align-center);
    display: none;
}

.null-share-copy-link-message.active {
    display: block;
}


@media only screen and (max-width: 1200px) {
    .null-specialty-committee-card-container {
        display: block !important;
    }
    .null-specialty-committee-image-container{
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 800px) {
    section[data-null-type="field-of-study"] .null-video-box-shadow {
        max-width: 100% !important;
        width: 100% !important;
    }
}


.null-cookie-consent-container {
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.null-cookie-consent-container {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 500ms ease-out;
}

.null-cookie-consent-container.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0ms;
}




.null-available-training-images-container {
    bottom:60px;
}

.null-about-us-images-image-one {
    width: 55%;
    border-radius: 10px;
    left: 15px;
    -webkit-box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    top: 10px;
}

.null-about-us-images-image-two {
    width: 55%;
    top: 30px;
    right: 56px;
    -webkit-box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    border-radius: 10px;
}

.null-about-us-images-image-three {
    position: absolute;
    bottom: -100px;
    left: 92px;
    width: 55%;
    -webkit-box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    border-radius: 10px;
}

@media screen and (max-width: 992px) {
    .null-about-us-images-image-three {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .null-available-training-images-container {
        bottom: 0;
        padding-bottom: 33px;
    }
}

.null-rtl .null-about-us-images-image-two {
    width: 55%;
    top: 30px;
    left: 56px;
    right: auto;
    -webkit-box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    border-radius: 10px;
}

.null-rtl .null-about-us-images-image-one {
    width: 55%;
    border-radius: 10px;
    right: 15px;
    left:auto;
    -webkit-box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    box-shadow: 0 0 0 0 rgb(8 12 35 / 33%), 0 4px 16px 0 rgb(4 17 31 / 47%);
    top: 10px;
}

/*Mirquee*/
.iaph-marquee-container{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}

.iaph-marquee-container .iaph-marquee-title{
min-width: 77px;
background:#fff3cd;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: black;
border: 1px solid #fff3cd;
}

.iaph-marquee-container .iaph-marquee {
overflow: hidden;
color: black;
height: 40px;
line-height: 40px;
background: #fff3cd;
}

.iaph-marquee-container a{
padding:0 10px;
color:black;
}

.null-rtl .iaph-marquee-container .iaph-marquee {
    direction: ltr;
}

/*Mirquee*/