@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* Basic Styles */

:root{
    --primary :#e4a349;
    --secondary :#eb7521;
    --lightgreyy: #F4F4F4;
}

body{
    font-family: 'Almarai', sans-serif;
    overflow-x: hidden;
}
.lgt-blue{
    color: #ffffff!important;
}

.line0{
    line-height: 0 !important;
}

h1{
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
}
.h1c{
    font-size: 60px;
    line-height: 120%;
    font-weight: 700;
}
.h1c2{
    padding-left: 80px;
}
h2{
    font-size: 40px;
    line-height: 120%;
    font-weight: 700;
}
h3{
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}
h4{
    font-size: 30px;
    line-height: 120%;
    font-weight: 700;
}
h5{
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
}
.body1{
    font-size: 24px;
    line-height: 120%;
    font-weight: 700;
}
.body2{
    font-size: 20px;
    line-height: 120%;
    font-weight: 700;
}
.body3{
    font-size: 20px;
    line-height: 120%;
    font-weight: 300;
}
.body-smallp {
    font-size: 12px;
}
.body4{
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
}
.body5{
    font-size: 16px;
    line-height: 120%;
    font-weight: 300;
}

.pop-feature{
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin:0;
}

.listb{
    list-style: disc;
    margin-top: 6px;
}


/* Header Style */
img.ihna-logo {
    width: 365px;
}
.yr15-logo{
    height: 50px;
    margin-left: 30px;
}
.e4e-logo{
    height: 50px;
    margin-left: 20px;
}
.headerspace{
    /* margin: 30px 0px; */
    padding: 10px 50px;
}
.inverse{
    background-color: var(--primary) !important;
}
.inverse > .navbar > .container-fluid > #navbarSupportedContent > ul > li > a{
   color: white !important;
}
.dropdown-menu[data-bs-popper]{
    right: 0%;
    left: auto;
}
.menu-link.nav-item{
    margin-left: 4rem;
}

.menu-link{
    transition: 0.5s;
    border-bottom: 2px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
}
.menu-link:hover{
    transition: 0.5s;
    border-bottom: 2px;
    border-color: white;
    border-style: solid;
}


/* Banner Style */
.Cbanner{
    height: 75vh;
    background-size: cover;
    background-position: top center;
    padding: 2% 0;
}
.Cbanner-cpl{
    height: 75vh;
    background-size: cover;
    background-position: top center;
    padding: 2% 0;
}
.rightp{height:12px; padding:0 10px; }
.accred{
    height: 55px;
    padding-right:50px;
    margin-bottom: 30px;
}
.bracketcontent{
    font-size: 30px;
    font-weight: 600;
}
.cdesc{width:37%;}
.Btn{
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;

}
.intensiveAnc{
    padding: 20px;
    border-radius: 10px;
    background-color: var(--primary);
    color: black;
    text-align: center;
    width: 80%;
}
.pB{
    transition: 0.5s;
    border:2px solid var(--primary);
    background-color: var(--primary);
}
.pB.Btn:hover{
    transition: 0.5s;
    background-color: var(--secondary);
    border:2px solid var(--secondary);

}

.wB{
  border:2px solid white;
  background-color: white;
}
.sB{
  background-color: rgba(255, 255, 255, 0);
  outline:2px solid white;
}
.bB{
  background-color: rgba(255, 255, 255, 0);
  outline:1px solid black;
}
.sB > a {
    color: white;
    text-decoration: none;
}
.bB > a {
    color: black;
    text-decoration: none;
}
.pB > a {
    color: white;
    text-decoration: none;
}

#bluebar{
    margin-top: -50px;
}
.summary{
    /* position:absolute; */
    background-color: var(--primary);
    /* top: 83%; */
    /* left: 50%; */
    /* -webkit-transform: translateX(-50%); */
    /* transform: translateX(-50%); */
    width:80%;
    /* height:15vh; */
    padding:3vh 0;
    border-radius: 10px;
}

.sum-info{
    padding-left: 30px;
    border-left:1px solid white;
    color: white;
}
.banner-details{
    margin-top: -6%;
}
.banner-details > div{
    padding: 10px 0px;
}
/* Why choose IHNA */
.whyIHNA{
    /* height:70vh; */
    margin-top: 10vh;
}
.pad100{
    padding-left: 100px;
    padding-right: 100px;
}

.whybox{
    background-color: var(--lightgreyy) ;
    border-radius: 15px;
    padding: 3rem 0;
}
.whyIHNA  ul  {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
    margin:0;
    padding: 0%;;
}
.whyIHNA h4{
    margin-bottom: 45px;
}
.whyIHNA  ul > li{
    margin-bottom: 30px;
    box-sizing: content-box;
    padding-left: 100px;
    background-repeat: no-repeat;
    background-position: center left;
    min-height: 75px;
    align-items: center;
    display: inline-grid;
}
#whydata{padding-left: 3rem;}
/* Course Overview */
#overview{
    margin-top: 100px;
    background-color: var(--primary);
    /* height: 100vh; */
    padding:130px 0;
    color: white;
}

#overview h2{
    border-bottom:1px solid white;
    min-height: 110px;
}
#overview button{
    color: white; 
    margin-right: 60px;
}
#v-pills-tab{margin-top: 40px; margin-bottom: 60px;}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--secondary);
    border-radius: 3px;
}

#v-pills-home h4{ margin-top: 60px;}

.salbox{
    background-color: white;
    width: fit-content;
    padding: 40px 60px;
    
}

.oversalary{
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 120%;
    color: var(--primary);
}

.salbox p,span{
    color: black;
}
.saldesc{
    padding-left: 50px;
}
.saldesc p{
    width: 80%;
}
.overBot{
    margin-top: 50px;
    border-top: 1px solid white;
    padding-top: 50px;
}


.overimg1{
    top: -80px;
    right:5%;
}
.overimg2{
    top: 187px;
    right:40%;
    
}

/* Course Duration */
.intensive{
    padding:40px;
    background-color: var(--primary);
    border-radius: 5px;
    color: white;
}
#duration{
    margin-top: 100px;
}
#duration > .container-fluid > .row > .col-lg-12 > h2{
    border-bottom:1px solid black;
    padding-bottom: 20px;
}
#duration > .container-fluid > .row > .col-lg-12 > p{
    width:80%;
    margin-top: 30px;
}
#duration > .container-fluid > .row > .col-lg-6 {
    margin-top: 20px;
}
#duration > .container-fluid > .row > .col-lg-6 > div {
    /* border: 1px solid black; */
    padding: 30px 0;
}
#duration > .container-fluid > .row > .col-lg-6 > div > img {
    /* height: 100%; */
    width: 75%;
}
/* Careers */
#careers{
    margin-top: 120px;
    background-color: var(--primary);
    color: white;
    padding: 80px 0;
}
#careers button{
    color: white; 
    margin-right: 60px;
}
#careers ul{
    list-style:disc;
    /* flex-wrap: wrap;
  flex-direction: row; */
    /* justify-content: space-between; */
    /* display: flex; */
    /* column-count: 3; */
    margin-left: 30px;
    padding: 0;
    padding-left: 25px;
    /* -moz-column-count: 3;
    -webkit-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px; */
    -moz-column-width: 23.5em; /* Firefox */
    -webkit-column-width: 23.5em; /* webkit, Safari, Chrome */
    column-width: 23.5em;
    /* display: grid;
    grid-template-columns: repeat(3, 1fr); */
}
#careers ul li{
    
    /* background-image: url('../images/check.svg'); */
    /* background-repeat: no-repeat; */
    /* padding-left: 30px; */
    /* margin: 10px 0; */
    /* margin-bottom: 10px;
    height: 40px;
    width: fit-content; */
    /* background-size: 40px; */
    /* display: inline; */
    /* display: grid !important;
    align-items: center; */
    padding-top: 10px;

}
#careers .col-lg-4 img {
    justify-items: center;
    position: absolute;
    /* height: 100%; */
    object-fit: contain;
    
}

/* Course coordinators */
#coordinators{
    background-color: var(--lightgreyy);
    /*margin-top: 150px; */
    padding-top: 100px;
}
#coordinators1{
    background-color: var(--lightgreyy);
    /* margin-top: 150px; */
    padding-bottom: 100px ;
}
#coordinators .h1c{
    width: fit-content;
    display: inline;
}

.coimg{
    width: 89% !important;
    min-height: 400px;
    background-size: cover;
    background-position: top center;
    /* object-fit: contain; */
}
.text25{
    width:25%;
}
.text40{
    width:40%;
}
.linkin{
    width:40px !important;
}
.cotitle {
    display: flex;
    justify-content: space-between;
}

.bottomline{
    border-bottom: 1px solid black; 
    padding-bottom: 25px;
}
.bottomlinew{
    border-bottom: 1px solid white; 
    padding-bottom: 25px;
}
.bottomline0{
    border-bottom: 1px solid white; 
    /* padding-bottom: 25px; */
}
.topline{
    border-top: 1px solid black; 
    padding-bottom: 25px;
}
.cocards{
    background-color: white;
    /* width: 100%; */
    margin-top: 50px;
    padding: 50px;
}

.comimg img{
    height:500px
}
.cotxt{
    padding-top: 30px;
    padding-left:80px;
    align-self: center;
    display: grid;
}

.owl-carousel .owl-item img{
    width:auto;
}
/* CTA */
#cta{
    background-color: var(--primary);
    padding: 50px 0px;
}
#cta p{margin:0;color: white;}
#cta a{text-decoration: none; color: black;}
#cta button{float:inline-end;}

/* Structure */
#structure{
    padding: 80px 0px;
}
#structure ul{
    padding: 0;
}
#structure li{
    margin-bottom:20px
}

.unitnum{
    width: 120px ;
    margin-right: 80px;
    color: var(--primary);
    font-family: 'Roboto Mono', monospace;
    font-weight: 700;
}
.unitname{
    /* width: 500px ; */
    margin: 0;
    /* display: block; */
    margin-left: -40px;
}
.unitscroll{
    height: 500px;
    /* scrollbar-color: #6969dd #e0e0e0;
    scrollbar-width: thick; */
}
#structure .col-lg-5 div {
    background-color: var(--primary);
    color: white;
    padding: 50px;
    height: 50%;
}
.corecards{
    padding:50px 80px;
    height: 100%;
}

.corecards p{
    margin-top: 10px;
}
/* Testimonial */
#testimonial{
    margin-top: 80px;
}
.testim{
    border-radius: 20px;
}
.testgroup{
    padding: 80px 0;
}
.testgroup2{
    padding-left: 50px ;
}
.testgroup2 p.body3 {
    font-size: 24px;
}
.testitem{
    /* width: 380px; */
    height:500px;
    background-color: var(--primary);
    border-radius: 20px;
    padding: 50px;
    color: white;
}
.testitemspace{
    margin-bottom: 40px;
}
p.body2.testitemspace {
    display: none;
}
.vline{
    display: none;
    height: 200px;
    /*margin-left: 20px;*/
    margin-bottom: 30px;
    margin-top: 30px;
    border-left: 2px solid black;
}
/* Requirements */
.reqcards.ecec{
    min-height: 300px !important;
}
.reqcards.decec{
    min-height: 360px !important;
}
#requirements{
    margin-top: 100px;
    background-color: var(--primary);
    color: white;
    padding-top: 80px;
}
.addreq{
    padding: 50px 0;
}
.reqinforight{
    width:600px;
}
.reqcards{
    min-height: 500px;
    padding: 20px;
    padding-top: 60px;
    border-left: 1px solid var(--secondary);
}
.reqcards img{
    margin-bottom: 30px;
}
.digicard.ecec{
    padding: 60px 0;
}
.digicard{
    display: flex;
    padding: 30px 0;
}
.digicard img{
    height: 70px;
}
.digicard > div{
    padding-left: 40px;
}
/* Pathways */
#pathways{
    margin-top: 80px;
    padding: 50px 0;
}
#pathways ul{
    margin: 0; 
    padding-left: 22px;
    list-style: disc;
}
#pathways ul li{
    line-height: 160%;
}
/* #pathways ul li::before { */
    /* content: "\2022";*/   /* Add content: \2022 is the CSS Code/unicode for a bullet */
    /* color: var(--primary);*/ /* Change the color */
    /* font-weight: bold; */
    /* font-size: 45px; */ /* If you want it to be bold */
    /*display: inline-block; *//* Needed to add space between the bullet and the text */
    /*width: 1em;*/ /* Also needed for space (tweak if needed) */
    /*margin: 0; *//* Also needed for space (tweak if needed) */
    /* padding: 0; */
/* } */
.pathwaydet{
    margin-top: 30px;
}
.pathwaydet .col-lg-6{
    padding-right: 80px;
}
.margin25{
    margin-top: 25px;
}
.margin50{
    margin-top: 50px;
}
/* apply */
#apply{
    margin-top: 80px;
}

.allsteps{
    margin-top: 50px;
}
.steps{
    display:flex;
    margin: 0;
}

.stepd{
    margin-top: auto;
    margin-bottom: auto;
    /* display: flex;   */
    width: 70%;
    margin-left: 30px;
    /* padding-top: 20px; */
}
.stepn{
    /* display: flex; */
    object-fit: contain;
    padding: 35px 0;
    /* height:100%; */
    width: 100px;
    text-align: center;
    color: white;
}
.steps > p{
    margin-bottom: 0;
}
#apply ul{
    width: 100%;
    column-count: 2 !important;
}


.allstepright{
    padding: 60px;
}
.allstepright img{
    height: 50%;
}
/* [data-aos^=fade][data-aos^=fade].aos-animate p.body4 {
    display: none;
} */
.s1{background-color: var(--primary);}
.s2{background-color: #3F75FF;}
.s3{background-color: #81A4FF;}
.s4{background-color: #9BB7FF;}
.s5{background-color: #ABC3FE;}
.s6{background-color: #BBCEFF;}
.s7{background-color: #CDDBFF;}

.s1::after {
    content: ' ';
    background-image: url('../images/s1.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
.s2::after {
    content: ' ';
    background-image: url('../images/s2.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
.s3::after {
    content: ' ';
    background-image: url('../images/s3.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
.s4::after {
    content: ' ';
    background-image: url('../images/s4.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
.s5::after {
    content: ' ';
    background-image: url('../images/s5.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
.s6::after {
    content: ' ';
    background-image: url('../images/s6.svg');
    width: 100px;
    display: block;
    height: 60px;
    margin-bottom: -60px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    z-index: 5;
    /* mix-blend-mode: multiply; */
}
/* RPL */
.evidence{
    margin-top: 50px;
}
#rpl{
    margin-top: 100px;
}
.rplimg{
    width: 100%;
}
.rpltxt{
    padding-left: 80px;
    /* margin-top: 100px; */
}
/* FAQ */
#faq{
    margin-top: 100px;
    background-color: var(--primary);
    color: white !important; 
    padding: 150px 0;
}
#faq > .container-fluid > .row > .col-lg-6 > .accordion > .accordion-item > #flush-collapseOne > .accordion-body > a {
    color: white;
    padding-top: 20px !important;
    text-decoration: underline !important;
}
.faqdesc{
    width:80%;
    margin-top: 30px;
}
p.body4.faqdesc {
    font-size: 24px;
    line-height: 40px;
}
.faqimg{
    /* position: absolute; */
    margin-top: 60px;
    margin-left: -9vw;
}
div#accordionFlushExample {
    margin-top: 30px;
}
.accordion-item{
    color: white;
    border-color: white;
    background-color: rgba(255, 255, 255, 0);
}
.accordion-button{
    color: white;
    background-color: rgba(255, 255, 255, 0);

}

.accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
.accordion-button:not(.collapsed){
    color: white;
    background-color: rgba(255, 255, 255, 0);
}
.accordion-button:focus{
    color: white;
    border-color:rgba(255, 255, 255, 0);
    box-shadow: none;
}
/* Related Courses */
#related{
    margin-top: 150px;
}
.relitem{
    color: white;
    /* width: 370px; */
    min-height: 610px;
    padding: 50px 30px;
    border-radius: 20px;
    background-color: var(--primary);
}
.relimg{
    /* width: max-content !important;  */
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}
.relitem a{
    color: white;
    text-decoration: none;
}
/* Course Blogs */
#courseblogs{
    margin-top: 80px;
    padding: 100px 0px;
    color: white;
    background-color: var(--primary);
}
.cblogitem{
    color: black;
    box-shadow: 8px 3px 26px -1px rgba(0, 62, 222, 0.1);
    border-radius: 20px;
    padding: 50px;
    background-color: white;
}
.cblogitem > h2{
    margin-top: 20px;
}
.cblogitem > p{
    margin-top: 20px;
}
/* footer */
.flogo{
    width: 200px;
}
#acknowledgement{
    padding: 80px;
}
#footer{
    color: white;
    background-color: var(--primary);
    padding: 100px 0;
}
#rto{
    margin-top: 50px;
}
#rto a{
    color: #fff;
}
#footer > .container-fluid > .row > .col-lg-8 > .row > .col-lg-8 > a{
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}
#footerc a{
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}
#footerq a{
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}
#footer > .container-fluid > .row > .col-lg-8 > .row > .col-lg-4 > a{
    display: block;
    color: white;
    text-decoration: none;
    margin-top: 10px;
}
.lastline{
    margin-top: 80px;
}
.lastline > .col-lg-12 > .cotitle >div > a{
    color: white;
    text-decoration: none;
    margin-right: 20px;
}
/* HomePage */

/* Header */
.bgblue{
    background-color: var(--primary);
}
#logoH{
    width:200px;
}

/* Banner */
#homeB{
    color: white;
    background-image: linear-gradient( var(--primary) 80%, white 20%);
    height: 70vh;
    /* background-color: var(--primary); */
}
.headingC{
    padding-top:100px ;
}
.headingC h1{
    font-size: 42px;    
}
.bannerimg{
    /* position: absolute;
    object-fit: contain;
    right: -100px;
    width: 100%; */


    /* disabled */
    /* margin-right: -300px; */
    /* float: right; */
    /* transform: translateX(50%); */
    /* height: 65vh; */
    /* left: 0; */


    /* background css */
    background-repeat: no-repeat;
    background-size:cover;
    object-fit: contain;
    border-radius: 36px 0 0 36px;
    margin-right:-100px;
    height: 70vh;


}

.accordion-button.faqA.collapsed::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23999999'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important; 
}
#bannercta{
    border-radius: 5px;
    width: fit-content;
    padding: 10px;
    background-color: white;
    padding-left: 20px;
}
#bannercta > p{
    color: black;
    margin-right: 30px;
    margin-bottom: 0;
}
#bannercta > button{
    border-radius: 5px;
    padding: 10px 45px;
}
.margindescb{
    margin-top: 30px;
}
.marginbutto{
    margin-top: 60px;
}
/* courses */
.cotitle1{
    display: flex;
    align-items: center;
}
.ctabs .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: var(--primary);
    border: none;
    color: white;
}
.ctabs .nav-pills .nav-link{
    color: black;
    width: 100%;
    padding: 20px 30px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid black;
}
.ctabs {
    display: block !important;
}
.ccardsection{
    margin-top: 30px;
}
/* .ccardsection > ul {
    margin-top: 40px;    
} */
a{
    text-decoration: none !important;
}
.full-div{
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}
.coursecard:hover{
    transition: 0.5s;
    background-color: white;
    box-shadow: 0px 0px 26px -1px rgba(0, 62, 222, 0.2);
    border-color: #dde7ff;
}
.coursecard:hover > a > h5{
    transition: 0.5s;
    color: black;
}
/* .ccardsection > ul > li{
    float: left;
    margin-right: 20px;
    margin-bottom: 50px;
    
} */
.coursecard{

    flex: 0 0 30%;
    margin: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: var(--primary);
    transition: 0.5s;
    /* width:31%; */
    background-color: var(--primary);
    padding:30px;
    /* height:400px; */
    border-radius: 20px;
    color: white;
}
.coursecard > a > img{
    border-radius: 10px;
    width:100%;
    /* height: 100%; */
    object-fit: contain;
    height: fit-content;
    margin-bottom: 10px;
}
.coursecard > a > h5{
    min-height: 90px;
    color: white;
    margin-top: 20px;
    text-decoration: none;
    margin-bottom: 30px !important;
}
.coursecard > a > div > p{
    text-decoration: none;
    padding: 5px 15px;
    color: var(--primary);
    background-color: #fff0df;
    font-weight: 700;
    margin-right:10px ;
}
/* Why IHNA */
#HwhyIHNA{
    margin-top: 100px;
}
/* .homefeatures{
    margin-top: 50px;
    padding: 0;
} */
.allfeature{
    margin-top: 40px;
    margin-bottom: 40px;
}
.singlefeature{
    /* float:left;
    min-height: 300px;
    margin-right: 50px;
    margin-bottom: 50px;
    width: 17%; */
    margin: 10px;
    padding: 30px;
    box-shadow: 8px 3px 26px -1px rgba(0, 62, 222, 0.1);
    border-radius: 16px;
    background-color: white;
    flex: 1 0 16% !important;
}
.singlefeature > div > img{
   margin-bottom: 30px;
}

/* Awards */
.awrd-section1{
   display:none

}

.awrd-section2{
    display:none
}
.awrd-section{
    height:800px ;


/* temp */
    /* flex-direction: column;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between; */
}

/* .para-width{
    width: 62%;
} */


#awards{
    margin-top: 100px;
    background-color: #F2F2F2;
    padding: 120px 0;
}
#awards > .container-fluid > .row > .col-lg-12 {
    margin-bottom: 50px;
}
.aawardcard{
    /* width:22%;    */
    width:100%;
    margin-right: 20px; 
    padding: 20px;
    /* min-height:500px ; */
    border-radius: 23px;
    margin-top: 15px;
    box-shadow: 8px 3px 26px -1px rgba(0, 62, 222, 0.1);
}

/* .dummycol{
    flex: 0 0 23%;
} */

/* @media (max-width: 1000px) {
    .dummycol{
        flex: 0 0 30%;
    }
} */

.aawardcard > ul{
    position: absolute;
    bottom:0;
    right: 0;
    padding: 30px;
    /* border-radius: 23px; */
}
.aawardcard > ul > li{
    background-image: url('../images/trophy.png');
    background-size: contain;
    background-repeat: no-repeat;
    /* background-clip:border-box; */
    padding-left: 55px;
    
}

.awImgC{
    height:120px
}
.height-d1{
    height:32.8%;
}
/* .height-d2{
    height:313px;
} */
.height-d3{
    height:55%;
}
.height-d4{
    height:45%;
}
.aawardcard-grey{
    background: #19191A;

}
.aawardcard-green{
    background: #B3F382;
}
.aawardcard-blue{
    background: #005FF9;
}
.aawardcard-white{
    background: #ffffff;
}
.white-ltrs{
    color: #ffffff;
}
.green-ltrs{
    color: #A5F469;
    
}
.blue-ltrs{
    color: #005FF9;
}
.black-ltrs{
    color: #313131;
}
.yr-text{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    letter-spacing: 0.1px;
}
.postn-text{
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 133.6%;
}
/* .postn-text-small{
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 133.6%;
} */
.awd-content{
    font-family: 'Almarai';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 133.6%;
    text-transform: uppercase;
    width: 72%;
}
.trophy-img-small{
    width: 23px;
}
.trophy-img-big{
    width: 37px;
}

@media (max-width:1200px){
    .awrd-section1{
        display: flex;
    }
    .awrd-section2{
        display: none;
    }
    .awrd-section{
        display: none;
    }
    .height-d4 {
        height: 30%;
    }
    .height-d3 {
        height: 40%;
    }

}
/* coordinators */
#Hcoordinators{
    margin-top: 80px;
    background-color: white;
}
#coordinators2 > .container-fluid > .row >.col-lg-12{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#coordinators2{
    background-color: white;
}
.bgBover{
    background-color: var(--primary) !important;
}
.bgWover{
    color: black;
    background-color: white !important;
}
.txtWover{
    color: white !important;
}
.txtBover{
    color: var(--primary) !important;
}
.wBo{
    border-color: white !important;
}
#testimonial2{
    margin-top: 80px;
    padding: 80px 0;;
}
#homeblogs{
    margin-top: 100px;
    
}
#faq2{
    margin-top: 100px;
    background-color: #F2F2F2;
    color: black !important; 
    padding: 150px 0;
}
.textLineBlack{
    border-color: black !important;
    color: black !important;
}
.owl-stage-outer{
    padding: 50px 0px;
}


/* =================== Floating Enquiry form ============================*/


    #slider-fl-enq {
    width:500px;
    top:160px;
    position:fixed;
    z-index: 99999;
    }
    #floating-enq {
        width: 304px;
        height: fit-content;
        position: absolute;
        right: 0;
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-left: 40px;
        padding: 30px 40px;
        border-radius: 3px;
        background:var(--primary);
        border-radius: 20px 0px 0px 20px;
		overflow:hidden;
    }
    #floating-enq input{
        outline: 1px solid white;
        display: block;
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        border: 0;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 12px 20px;
        color: rgba(0, 0, 0, 0.6);
        font-family: inherit;
        font-size: inherit;
        font-weight: 500;
        line-height: inherit;
        transition: 0.3s ease;
        color: white;
    }
    #floating-enq input::placeholder {
        color:#ffffffb4;
        opacity: 1; /* Firefox */
        font-size: 14px;
      }
      
      #floating-enq input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color:#ffffffb4;
       font-size: 14px;
      }
      
      #floating-enq input::-ms-input-placeholder { /* Microsoft Edge */
        color:#ffffffb4;
       font-size: 14px;
      }
    #sidebar-ihna {
    position:absolute;
    top: 176px;
    left: 76px;
    width: 192px;
    box-shadow:0 0 8px gray;
    transform: rotate(90deg);
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    }
    #sidebar1-ihna {
    position:absolute;
    top: 176px;
    left: 76px;
    width: 192px;
    box-shadow:0 0 8px gray;
    transform: rotate(90deg);
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    }
    #slider-fl-enq h3 {
        font-family: 'Almarai', sans-serif;
        color: white;
    }
    #slider-fl-enq input[type=submit]{
        background: #fff;
        color: #366eff;
    }
    /* #slider-fl-enq input[type=text] {
    margin-top:10px;
    padding:6px;
    width:100%;
    font-size:15px;
    border-radius:2px;
    border:3px solid #98d0f1;
    } */
    #slider-fl-enq h4 {
    font-size:15px
    }
    #slider-fl-enq div#enq-title {
    position:absolute;
    top:300px;
    left:650px
    }
    #slider-fl-enq button{
        background:var(--primary);
        border:none;
        color:#fff;
        width:100%;
        font-size:22px;
        font-weight:bolder;
        padding:8px 0;
        cursor:pointer;
    }
    #floating-enq select {
    padding:6px;
    width:100%;
    font-size:15px;
    border-radius:2px;
    border:3px solid #98d0f1
    }
    #floating-enq textarea {
    padding:6px;
    font-size:15px;
    border-radius:2px;
    border:3px solid #98d0f1;
    margin-top:10px;
    height:80px;
    width:100%
    }
    #floating-enq button {
    background:#2bc1f2;
    border:none;
    color:#fff;
    width:100%;
    font-size:22px;
    font-weight:bolder;
    padding:8px 0;
    border-radius:3px;
    cursor:pointer;
    margin-top:25px
    }
    .quick-enq-btn{
        margin-top: 0px;
        border-radius: 0px 0px 15px 15px;
    }

    @media (max-width:991px){

        .awd-content {
            font-size: 15px;
            width: 100%;
        }
        body{width: 100vw; overflow-x: hidden;}
        #sidebar-ihna {
            left: 116px;
            width: 130px;
            overflow: hidden;
        }
        #sidebar1-ihna{
            left: 116px;
            width: 130px;
            overflow: hidden;
        }
        #slider-fl-enq {
            top: 83px;
        }
        #slider-fl-enq button{
            font-size: 14px;
        }
    }

    /* ====================== Floating Enquiry form End ============== */




@media (max-width:2800px) and (min-height: 1500px){
    .headingC {
        width: 80%;
    }
    .bannerimg{
        height: 65vh;
        top: 99px;
    }
}
@media (min-width:1920px){
    .limiter.container-fluid{
        max-width: 1920px !important;
    } 
    .yr15-logo {
        margin-left: 60px;
    } 
    .e4e-logo {
        margin-left: 50px;
    }

}

@media (max-height:991px){
    #directo{
        display: none !important;
    }
}

@media (max-width: 1867px) {
    .headingC h1{
        font-size: 38px;    
    }
    .headingC{
        padding-top: 20px;
    }
    /* .singlefeature{
        margin-right:  20px;
        margin-bottom: 25px;
        width: 18%;
    } */
}
@media (max-width:1700px) {
    .bannerimg{
        top:20px;
        height: 65vh;
    }
}
@media (max-width: 1600px) {
    #coordinators{
        margin-top: 0px;
    }
        /* .singlefeature{
        margin-right:  20px;
        margin-bottom: 25px;
        width: 18%;
    } */
    .coursecard{
        padding: 20px;
    }
    .headingC h1{
        font-size: 34px;    
    }
    .faqimg {
        margin-left: -15vw;
    }
    .headingC{
        padding-top: 20px;
    }
    .bannerimg{
        top:20px;
        height: 65vh;
    }
    /* .singlefeature{
        margin-right:  16px;
        margin-bottom: 25px;
        width: 18%;
    } */
h1{
    font-size: 50px;
}
.h1c{
    font-size: 50px;
}
h2{
    font-size: 35px;
}
h3{
    font-size: 27px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 22px;
}
.body1{
    font-size: 22px;
}
.body2{
    font-size: 18px;
}
.body3{
    font-size: 18px;
}
.body4{
    font-size: 16px;
}
.body5{
    font-size: 16px;
}

.pop-feature{
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin:0;
}

.testgroup2 p.body3 {
    font-size: 18px;
}
.whyIHNA{
    margin-top: 100px;
}
.overimg2{
    right:25%;
}

/* #careers ul li{
    font-size: 17px;
    margin-right: 25px;

} */
.cotxt{
    padding-top: 10px;
    padding-left: 50px;
}
.allstepright >img{
    width: 100%;
}
#careers .col-lg-4 img{
    width: 400px;
}
#requirementsfea.pad100{
    padding: 0 0;
}
/* .stepd{margin-left: -10vw;}*/
} 


@media (max-width:1580px){

    #homeB{
        height: 65vh;
    }
    .bannerimg {
        top: 10px;
        height: 65vh;
    }

    /* .coimg{
        min-height: 400px;
    } */
    .testitem{
        min-height: 500px; 
    }
   

}
@media (max-width:1480px){
    .menu-link.nav-item {
        margin-left: 2rem;
    }
    .ihna-logo{
        width: 356px;
    }
    .e4e-logo {
        margin-left: 37px;
        height: 55px;
    }
}
@media (max-width:1400px){
    /* #homeB{
        height: 50vh;
    } */
    .ihna-logo{
        width: 356px;
    }
    .menu-link.nav-item {
        margin-left: 3rem;
    }
    .e4e-logo {
        margin-left: 37px;
        height: 55px;
    }
    .marginbutto{
        margin-top: 30px;
    }
    .bannerimg {
        top: 10px;
        height: 65vh;
    }
    .relitem{
        min-height: 555px   ;
    }
    .coursecard > a > div > p{
        font-size: 13px;
    }

    h1{
        font-size: 45px;
    }
    .h1c{
        font-size: 45px;
    }
    h2{
        font-size: 33px;
    }
    h3{
        font-size: 24px;
    }
    h4{
        font-size: 22px;
    }
    h5{
        font-size: 20px;
    }
    .body1{
        font-size: 20px;
    }
    .body2{
        font-size: 16px;
    }
    .body3{
        font-size: 16px;
    }
    .body4{
        font-size: 14px;
    }
    .body5{
        font-size: 14px;
    }
    
    .pop-feature{
        font-family: 'Poppins', sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin:0;
    }

    .cdesc{
            width:75%;
    } 

    .accred{
        height:35px;
        margin-bottom: 0;
        
    }
    #duration > .container-fluid > .row > .col-lg-6 > div{
        padding: 0;
        margin-bottom: 50px;
    }
    #coordinators{
        margin-top: 0px;
    }
    /* .aawardcard{
        min-height: 450px;
    } */
    .testgroup2 p.body3 {
        font-size: 16px;
    }
    .headingC h1{
        font-size: 30px;    
    }
}
@media (max-width:1366px){
    /* #homeB{
        height: 50vh;
    } */
    .coimg{
        min-height: 350px;
    }
    .testitem{
        height: 400px;
    }
    .bannerimg {
        top: 10px;
        height: 65vh;
    }
    .headingC h1{
        font-size: 28px;    
    }
    .menu-link.nav-item {
        margin-left: 2rem;
    }
}
@media (max-width:1300px){
    .bannerimg {
        top: 10px;
        height: 65vh;
    }
    .e4e-logo {
        height: 40px;
    }
    .ihna-logo{
        width: 315px;
    }
    
}
@media (max-width:1200px){
    body{width: 100vw; overflow-x: hidden;}
    #bannercta.marginbutto {
        margin-top: 30px;
    }

    .unitnum{
        width: 120px ;
        margin-right: 20px;
    }
    .unitname{
        width: 400px ;
    }

    .coursecard{
        margin: 7px;
    }
    .testitem{
        min-height: 400px;
    }
    .pad100{
        padding-left: 100px;
        padding-right: 100px;
    }
    .headingC h1{
        font-size: 24px;    
    }

    .cdesc{
        width: 70%;
    }
    .summary{
        width: 88%;
    }
    .whyIHNA ul > li{
        background-size: 50px;
        padding-left: 71px;
    }
    
    .overimg1,.overimg2{
        width:200px
    }

    .overimg2{
        top: 100px;
    }

    #duration > .container-fluid > .row > .col-lg-6 > div{
        padding: 30px 0;
    }

    #duration > .container-fluid > .row > .col-lg-6{
        margin-top: 20px;
    }

    #structure{
        padding-bottom: 40px;
    }

    #testimonial{
        margin-top: 40px;
    }
    .faqimg{
        margin-left: -15vw;
    }

    #coordinators{
        margin-top: 0;
    }
    .testitem{
        padding: 20px;
        height: 400px;
    }
    .testitemspace{
        margin-bottom: 20px;
    }
    #pathways {
        margin-top: 40px;
    }
    #related{
        margin-top: 60px;
    }
    .text25{

        width:25%;
    }
    .bannerimg{
        top:20px;
        height: 65vh;
    }
    .ihna-logo {
        width: 279px;
    }
    .e4e-logo {
        height: 39px;
        margin-left: 7px;
    }
    .menu-link.nav-item {
        margin-left: 1rem;
    }
}
@media (max-width: 1010px) and (min-width: 993px){
    body{width: 100vw; overflow-x: hidden;}
   
    .menu-link.nav-item {
        margin-left: 0.5rem;
    }
}
/* @media (max-width: 1024px) and (min-height: 1300px){
    #homeB{
        height: 37vh;
    }
    .bannerimg {
        top: 20px;
        height: 22vh;
    }
} */
@media (max-width:1080px){
    .yr15-logo {
        height: 30px;
        margin-left: 15px;
      }
      img.ihna-logo {
        width: 270px;
      }
      .e4e-logo {
        height: 28px;
    }

}
@media (max-width:992px){
    body{width: 100vw; overflow-x: hidden;}
    .reqcards{
        height: 100%;
    }

    .reqcards.ecec{
        min-height: fit-content !important;
    }
    .reqcards.decec{
        min-height: 500px !important;
    }
    .allstepright {
        display: none;
    }
    .reqinforight{
        width: 422px;
    }
    .text25 {
        width: 40%;
      }
    .pad100{
        padding-left: 50px;
        padding-right: 50px;
    }
    .bannerimg{
        display: none;
    }
    /* .singlefeature{
        width:22%;
    } */
    /* .aawardcard{
        width:45%;
    } */
    .summary{
        width:100%;
        /* border-radius: 0px; */
        /* top: 90%; */
    }
    .intensiveAnc{
        width: 100%;
    }
    #whydata{
        margin-top: 50px;
    }
    .whyIHNA ul > li{
        margin-bottom: 20px;
    }
    .overimg1,.overimg2,#careers .col-lg-4 img{
        display: none;
    }
    .cotxt {
        padding-top: 0px;
        padding-left: 25px;
    }

    .vline{
        display: none;
    }

    .testgroup2{
        padding-bottom: 0px;
    }
    .reqcards{
        padding: 20px 10px;
    }
    .margin50{
        margin-top: 25px;
    }

    /* #apply ul li.stepn{
        margin-left: 80px;
    } */

    .rpltxt {
        padding-left: 50px;
    }

    .faqimg{
        display: none;
    }

}

@media (max-width:768px){
    body{width: 100vw; overflow-x: hidden;}
    .pad100{
        padding-left: 50px;
        padding-right: 50px;
    }
    .coimg{
        display: none !important;
    }
    .sum-info{
        padding-left: 15px;
    }
    .testgroup{
        padding-top: 30px;
    }
    .reqcards{
        align-items: center;
        display: flex;
        margin-left: 30px;
        min-height: fit-content;
        padding: 11px 10px;
    }
    .reqcards > p,.reqcards > img {
        margin-left: 30px;
    }
    .reqcards img {
        height:30px
    }

    .stepn{
        margin-left: 50px;
    }
    .allstepright > img{
        margin-left: 0;
    }
    .rplimg{
        display: none;
    }
    .rpltxt {
        padding-left: 0px;
    }
    #faq{
        margin-top:80px ;
    }


    #footer .cotitle{
        display: block;
    }

    .menu-link.nav-item{
        margin-left: 0rem;
    }

    .dropdown-item{
        word-break: break-word;
        white-space: normal;
    }
   

}

@media (max-width:760px){
.small-margn{
    margin-top: 60px;
}

.awrd-section1{
    display: none;
}
.awrd-section{
    display: none;
}
.awrd-section2{
    display: block;
}

.height-d3, .height-d4, .height-d1  {
    height: 280px;
}
.awrd-section2 .owl-stage-outer {
    padding: 0px 0px;
}

}

@media (max-width:400px) and (max-height:700px){

body{width: 100vw; overflow-x: hidden;}
h1{
    font-size: 34px;
}
.Cbanner{
    height: 86vh;
}
.Cbanner-cpl{
    height: auto;
}
#right-enq-form {
    width: 90%!important;
    margin-left: 5%!important;
    margin-bottom: 30px;
}
.Cbanner-cpl .banner-details {
    margin-top: 0%;
}
.banner-details h1{
    font-size: 26px;
}
.banner-details h5{
    font-size: 18px;
}
.Btn {
    padding: 5px 10px;
}
.body1 {
    font-size: 14px;
}
.banner-details > div {
    padding: 7px 0px;
}
}
@media (max-width:600px){
    body{width: 100vw; overflow-x: hidden;}
    /* .e4e-logo {
        display: none;
    } */
    .navbar-brand > img {
        width: 160px;
    }
    .e4e-logo {
        width: 49px;
        height: auto;
        margin-left: 0px;
    }
    .yr15-logo {
        height: 30px;
        margin-left: 5px;
    }
.small-margn{
    margin-top: 60px ;
}
.awd-content {
    font-size: 18px;
    width: 75%;
}


}
@media (max-width:600px) and (max-height:900px){
    h1{
        font-size: 36px;
    }
    .Cbanner{
        height: 80vh;
    }
    .Cbanner-cpl{
        height: auto;
    }
    .Cbanner-cpl .banner-details {
        margin-top: 0%;
    }
    #right-enq-form {
        width: 90%!important;
        margin-left: 5%!important;
        margin-bottom: 30px;
    }
    #bluebar {
        margin-top: 20px;
    }
    .Btn {
        padding: 5px 10px;
    }
    .body1 {
        font-size: 16px;
    }
    .banner-details > div {
        padding: 7px 0px;
    }
   
    }
    

@media (max-width:500px){
    /* Header Style */
    body{width: 100vw; overflow-x: hidden;}
    #whydata {
        padding-left: 2rem;
      }

      #duration > .container-fluid > .row > .col-lg-12 > p {
        width: 99%;
        /* margin-top: 30px; */
      }

    #bannercta > button{
        padding: 6px 17px;
    }

    #homeB{
        background-image: linear-gradient( var(--primary) 99%, white 99.01%);
    }

    .text40{
        width:70%;
    }
    .unitnum{
        width: 140PX ;
        margin-right: 20px;
    }
    .unitname{
        width: 250px ;
    }
    .reqcards.decec{
        min-height: fit-content !important;
    }
    /* .navbar-brand > img {
        width: 200px;
    } */

    .testgroup2{
        padding-left: 10px;
    }
    .headerspace{
        margin: 0px 0px;
        padding: 0px 0px;
    }
    .coursecard{
        /* width: 90%;
         */
         flex: 0 0 93%;
    }
    /* .singlefeature{
        width: 45%;
    } */
    .aawardcard{
        width: 100%;
        margin-bottom: 20px;
    }
    #bannerbtn{
        background-color: white;
        border-color: white;
        color: var(--primary);
        font-size: 16px;
        font-weight: 600;
        
    }
    #bannerbtn > a{
        color: var(--primary);
        
    }
    .marginbutto{
        margin-top: 30px;

    }
    .pad100{
        padding-left: 10px;
        padding-right: 10px;
    }
    .whyIHNA  ul  {
        -moz-column-count: 1;

        -webkit-column-count: 1;

        column-count: 1 ;

    }
    .summary{
        display: block !important;
        column-count: 2 !important;
        
    } 
    #duration > .container-fluid > .row > .col-lg-6 > div{
        margin-bottom: 0px;
    }
    .sum-info{
        border-left: none;
        padding-bottom: 30px;
    }
    .sum-info > p{
        margin-bottom: 2px;
    }
    .Cbanner-cpl{
        height: auto;
    }
    .Cbanner{
        box-shadow: inset 0 0 0 1000px #003fde7b
    }
    .Cbanner-cpl{
        box-shadow: inset 0 0 0 1000px #003fde7b
    }
    .Cbanner-cpl .banner-details{
        margin-top: 0%;
    }
    #right-enq-form {
        width: 90%!important;
        margin-left: 5%!important;
        margin-bottom: 60px;
    }
    .banner-details h1 {
        font-size: 26px;
    }
    .banner-details h5 {
        font-size: 18px;
        
    }
    .accred{
        margin-bottom: 5px;
    }
    .cdesc {
        width: 100%;
    }
    
    .banner-details > div    > .sB {
        margin-top: 20px;
    }

    #directo {
        display: none !important;
    }

    .whyIHNA{
        margin-top: 50px;
    }

    #overview button{
        margin-right: 10px;
    }
    .salbox{
        height: fit-content;
    }

    #salmain{
        display: block !important;
    }

    .saldesc{
        padding-left: 0;
    }
    .saldesc > p{
        margin-top: 50px;
        width: 100%;
    }
    #careers{
        margin-top: 50px;
    }
    .unitscroll > ul > li {
        display:flex;
    }
    #careers ul{
        column-count: 1;
        flex-wrap: wrap;
        margin: 0px;
        padding: 0;
    }
    #careers ul > li{
        margin-bottom: 10px;
    }
    #careers button{
        margin-right: 10px;
    }
    .reqinforight{
        width: auto ;
    }
    .cotitle{
        display: block;
    }
    .text25 {
        width:100%;
    }
    .cocards {
        padding: 30px 10px;
    }
    #cta button{
        float: inline-start;
        margin-top: 20px;
    }
    .corecards{
        padding: 50px 40px;
    }
    .stepn{
        margin-left: 0;
    }
    .stepd{
        font-size: 13px;
        width: 60%;
    }
    .allstepright{
        padding: 40px;
    }
    #rpl{
        padding: 20px;
        margin-top: 40px;
    }
    #acknowledgement{
        padding: 20px;
    }
    #footerc,#footerq{
        margin-top: 20px;
    }
}

@media (max-width:400px){
    #bluebar{
        margin-top: -10px;
    }
}

.vline p {
    margin-left: 25px;
}

.cblogitem{
    transition: all ease 0.3s;
}

/* .cblogitem {
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 50%);
} */

.cblogitem:hover {
    transform: translateY(-2px);
    box-shadow: 13px 19px 26px -1px #dfe6fd;
}

.cblogitem2:hover {
    transform: translateY(-2px);
    box-shadow: 13px 19px 26px -1px #2a418b26 !important;
}
@media (max-width:360px){
    .e4e-logo {
        width: 40px;
    }
}



#right-enq-form {
    width: 310px;
    height: fit-content;
    /* position: absolute; */
    right: 0;
    border: 1px solid #d8d8d8;
    margin-left: calc((100% - 310px));
    padding: 30px 30px;
    border-radius: 10px;
    background: #003EDE;
    /* background: #0c0c0cd6; */
}
#right-enq-form h3{
    font-family: 'Poppins';
    font-weight: 400;
}

#right-enq-form input[type="text"],#right-enq-form input[type="email"],#right-enq-form input[type="tel"],#right-enq-form select {
    font-family: 'Poppins';
    outline: none;
    display: block;
    background: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #adadad;
    border-radius: 0px;
    box-sizing: border-box;
    padding: 8px 0px;
    color: rgba(0, 0, 0, 0.6);
    /* font-family: inherit; */
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
    color: white;
}
#right-enq-form select{
    font-size: 12px;
}
#right-enq-form input::placeholder{
    color: rgba(255, 255, 255, 0.808);
    font-size: 12px;
}
.enq-btn-normal{
    background: #F7F7F7;
    border: none;
    outline: none;
    width: 100%;
    margin-top: 15px;
    padding: 10px 15px!important;
    color: var(--primary);
}
.enq-btn-normal:hover{
    outline: 1px solid white;
    background-color: var(--primary);
    color: white;
}
#right-enq-form option{
    background: white;
    color: var(--primary);
}
.blue-an-btn{    
    color: #fff!important;
    text-decoration: none;
    background: linear-gradient(90deg, #003EDE, #052472,  #052472, #003EDE);
    border-radius: 10px;
    background-size: 400%;
    border: none;
    animation: btn_animate 8s linear infinite;
  }
  .blue-an-btn a{
    color: white!important;
  }

.blue-an-btn:hover {
    text-decoration: none;
    color: #fff;
    animation: none;
    background: linear-gradient(90deg, #003EDE,  #052472,  #052472, #003EDE);
  }
  @keyframes btn_animate {
    0%
    {
        background-position: 0%;
    }
    100%
    {
        background-position: 400%;
    }
  }
@media (max-width:991px) and (orientation:landscape){
    .Cbanner-cpl{
        height: auto;
    }
    .Cbanner-cpl .banner-details {
        margin-top: 0%;
    }
    .banner-details h1{
        font-size: 32px;
    }
    .Cbanner-cpl .col-lg-6{
        width: 50%;
    }

    #right-enq-form {
        width: 229px;
        margin-left: calc((100% - 229px));
        margin-bottom: 30px;
    }
    .body1{
        font-size: 16px;
    }
    #bluebar {
        margin-top: -20px;
    }
    .o1{
        order:1;
    }
    .o2{
        order: 2;
    }

}
@media (max-width:991px) and (min-height:1024px){
    .Cbanner-cpl .banner-details {
        margin-top: 2%;
    }
    #right-enq-form{
        margin-left: 0px;
    }
    #bluebar {
        margin-top: 50px;
    }
    .o1{
        order:1;
    }
    .o2{
        order: 2;
    }
}
@media (max-width:1099px) {
    .Cbanner-cpl{
        height: auto;
    }
    .Cbanner-cpl .banner-details{
        margin-bottom: 70px;
    }
    #careers .col-lg-4 img {
        width: 331px;
    }
    .o1{
        order:1;
    }
    .o2{
        order: 2;
    }

}


.footer-enq-btn{
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 180%;
    background: #eeeded;
    color: rgb(0 62 222);
    border: none;
    padding: 10px 20px;
    margin-top: 25px;
}
.footer-enq-btn:hover{
    background: white;
    color: rgb(45, 104, 253);
}


/* ==============graduate-certificate-in-advanced-nursing-australian-nursing-practice================ */

.mt-190 {
    margin-top: 10px;
}

/* 
.pt-0 {
    padding-top: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.text-center {
    text-align: center !important;
} */

/* section {
    padding: 60px 0;
} */

.shine-box {
    position: relative;
    overflow: hidden
}

.shine-box::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.course-box:hover .shine-box::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gradient-text {
    background: linear-gradient(274.78deg, #F47920 6.66%, #EFB61D 94.13%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient 4s linear infinite;
    animation-direction: alternate;
    background-size: 600% 100%;
}

section.cms-banner {
    height: 912px;
    vertical-align: middle;
    display: table-cell;
    width: 2900px;
    position: relative;
    background-position: bottom;
    padding-bottom: 0px;
}

.cms-banner:before {
    background: #ffffff57;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.9;
}

.cms-banner .container {
    position: relative;
    z-index: 99;
}

.cms-head-section h5 {
    color: #F1A500;
    padding-bottom: 10px;
}

.cms-banner p {
    font-weight: normal;
    font-size: 23px;
    text-shadow: 0px 4px 25px rgb(0 0 0 / 10%);
    padding-top: 10px;
    line-height: 170%;
}

.cms-banner.cms-head-section p {
    color: black;
    padding-right: 40px;
    padding-bottom: 25px;
    font-size: 18px;
}

.cms-head-section img {
    border-radius: 19px;
}

.cms-banner.cms-head-section h1.skill-title {
    font-style: normal;
    font-weight: 300;
    font-size: 39px;
    line-height: 72px;
    color: #58585A;
}

h1.custH1.pt-3.skill-title span {
    font-weight: bold;
    font-size: 60px;
    color: #36342f;
}

.scholarship-content-section h5,
.scholarship-pathway-section h5,
.institutional-partnership-section h5 {
    color: #535353;
    font-weight: 700;
    padding-top: 30px;
}

.cms-banner h1 span {
    display: block;
    padding-top: 19px;
}

.cms-banner.cms-head-section p.skill-content {
    font-weight: 300;
    font-size: 18px;
    color: #6a6363;
    padding-bottom: 5px;
}

section .duel-tone-title {
    font-weight: 600 !important;
    font-size: 36px;
}

.bullet-point-tick-yellow {
    list-style: none;
    padding-left: 0px;
}

.bullet-point-tick-yellow li {
    background-image: url(/wp-content/themes/mwtIHMonline/assets/images/tick.svg);
    background-repeat: no-repeat;
    padding-left: 50px;
    line-height: 25px;
    background-size: 24px;
    background-position: 0px 1px;
    padding-bottom: 10px;
    color: black;
}

.orange-border-btn {
    border: 1px solid #F48120;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    padding: 18px 37px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.orange-border-btn:hover {
    color: #FFF;
    background: linear-gradient(91.55deg, #F47920 0%, #EFB61D 102.02%);
}

.skilldemy-courses-section .course-details {
    padding-left: 0;
    border-radius: 19px;
}

.skilldemy-courses-section .course-thumb-bg {
    width: 100%;
    background-size: 100%;
    border-radius: 19px 19px 0 0;
    height: 355px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.skilldemy-courses-section .course-descriptions {
    padding: 30px;
    padding-top: 15px;
    float: left;
    width: 100%;
    box-shadow: 0 0 10px #ddd;
    margin-bottom: 30px;
    border-radius: 0px 0px 19px 19px;
    padding-bottom: 30px;
}

.skilldemy-courses-section .course-descriptions h3 {
    font-size: 17px;
    line-height: normal;
    padding-bottom: 0px;
    color: #535353;
    min-height: 52px;
    font-weight: 600;
    padding-top: 7px;
    padding-bottom: 23px;
}
.coursecard:hover p.body4.bgHover {
    color: #ffffff;
    background-color: #00af0aad;
}

/*==========================ANPOBA - RN ===================== */
.page-id-1783 section{
    padding: 100px 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
/* max-width: 89%; */
}
.anpobaRn ul{
    list-style: disc;
}
#course-details-tabs button.nav-link{
    width: 100%;
    border: 1px solid #F0B01E;
    box-sizing: border-box;
    border-radius: 100px;
    padding: 15px 30px;
    margin-bottom: 16px;
    color: black;
}
#course-details-tabs button.nav-link.active {
    background: linear-gradient(91.55deg,#EFB61D 0%,#F47920 102.02%);
    border-color: transparent;
    color: white;
    font-weight: bold;
}

.font-weight-bold {
    font-weight: 800;
}
.headParas {
    font-size: 25px;
    font-weight: 400;
    /* color: #0b9b76; */
}
.gr-bl-gradient .gradient-text {
    background: -webkit-linear-gradient(74deg, #f17033, #d8bc20 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul.course-basic-details {
    list-style: none;
    padding-left: 0;
}



ul.course-basic-details p {
    margin: 0;
}
ul.course-basic-details li {
    position: relative;
    padding-left: 15px;
    width: 20%;
    float: left;
}
ul.course-basic-details li:before {
    content: "";
    position: absolute;
    background-color: #fc8225;
    width: 2px;
    height: 50px;
    left: 0;
    top: 3px;
}

@media (max-width: 991px){

    ul.course-basic-details li {
      width: 33%;
    }
}
@media (max-width: 768px){

    ul.course-basic-details li {
      width: 100%;
      margin-top: 20px;
    }
    .orange-border-btn{
        margin-top: 10px;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    caption-side: bottom;
    border-collapse: collapse;
  
}
table h3 {
    font-size: 18px;
  }
.table > thead {
    vertical-align: bottom;
}
.table > tbody {
    vertical-align: inherit;
  }
  .table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
  }
  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
  }

  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px;
  }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }


ul.course-basic-details li p span {
    display: block;
    font-weight: 600;
    color: #000;
  }
.payonline-sec .course-cta a {
    padding: 15px 22px;
    font-size: 17px;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.gr-bl-gradient .gradient-oval-btn {
    border: 1px solid #2087D8;
    color: #FFF;
    text-decoration: none;
    border-radius: 10px;
    background: linear-gradient(91.55deg, #F47920 0%, #EFB61D 102.02%);
}
.course-introduction-sec, .course-introductions-sec {
    position: relative;
}
/* .course-introductions-sec:before {
    background-image: url(/wp-content/themes/mwtglobal/assets/images/nurse-bef1.webp);
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 620px;
    height: 611px;
    z-index: 999;
    bottom: 0px;
    right: 15%;
} */

.course-introduction-sec h3, .course-introductions-sec h3 {
    font-size: 40px;
    color: #535353;
    font-weight: 800 !important;
}

.course-introduction-sec p, .course-introductions-sec p {
    padding-right: 65px;
    font-size: 17px;
    line-height: normal;
    margin-top: 15px;
    color: #969696;
}

.course-introduction-sec p strong, .course-introductions-sec p strong {
    color: #494949;
}

.course-introduction-sec ul, .course-introductions-sec ul {
    font-weight: 500;
    line-height: normal;
    padding-left: 20px !important;
}
.nurse-bef {
    position: relative;
}

.nurse-bef {
    position: relative;
}

.nurse-bef {
    position: relative;
}
.gradient-bg{
    background: rgb(163,211,93);
    background: linear-gradient(90deg, #F4792021 0%, #EFB61D10 100%);
}

.count-number h3 {
    color: #fff;font-family: 'Podkova', serif !important;
    font-size: 150px;
    font-weight: 600;
    text-transform: uppercase;
    background: -webkit-linear-gradient(-86deg, #EFB61D 5%, #F47920 91%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 2px transparent;
    color: #FFF;
    line-height: normal !important;
}

.content-block-sec h2 {
    background: -webkit-linear-gradient(74deg,  #EFB61D 5%, #F47920 49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    font-size: 32px;
}
.ihm-log{
    width: 55%;  
  }
  .content-block-sec p {
    color: #535353;
    font-size: 17px;
}
.content-block-sec h4 {
    color: #535353;
    font-weight: 700;
    font-size: 22px;
    margin-top: 14px;
    margin-bottom: 10px;
}
.content-block-sec p {
    color: #535353;
    font-size: 17px;
}
section .duel-tone-title {
    font-weight: 600 !important;
    font-size: 36px;
}
.scholarship-content-section h5, .scholarship-pathway-section h5, .institutional-partnership-section h5 {
    color: #535353;
    font-weight: 700;
    padding-top: 30px;
}

.clmncount {
    column-count: 3;
}
.complete-process .content-block-sec p {
    padding-bottom: 20px;
}
.desktop-view ul.process-box {
    height: 212px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1041px;
}
.desktop-view .st-2 ul.process-box {
    height: 150px;
}
ul.process-box.green-out {
    border: 3px solid #7fbe7e;
}
ul.process-box.orange-out {
    border: 3px solid #EFB61D;
}
ul.process-box.blue-out {
    border: 3px solid #2087D8;
}
.breen-box {
    background-image: url(/wp-content/themes/mwtIHMonline/assets/images/green-box.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.process-box .cont {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
}
.orange-box {
    background-image: url(/wp-content/themes/mwtIHMonline/assets/images/orange-box.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.blue-box {
    background-image: url(/wp-content/themes/mwtIHMonline/assets/images/blue-box.png);
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 35px;
    padding-bottom: 20px;
}

.lg-hide {
    display: block;
}
.steps {
    margin-bottom: 30px;
}
#dv-list ul {
    padding: 15px!important;
}
ul.process-box {
    border-radius: 13px;
    list-style: none;
    padding-left: 0;
    border: 3px solid #7fbe7e;
    padding: 20px 5px 20px 10px;
}
.process-box .cont {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
}
section.course-more-details-sec {
    padding-top: 0px !important;
}

.course-more-details-sec h3 {
    color: #535353;
    font-size: 26px;
}

.beginBox {
    height: 212px;
    vertical-align: middle;
    display: table-cell;
    width: 1041px;
    background-color: #2087d8;
    border-radius: 13px;
    /* border: 3px solid #ed7021; */
    color: #fff;
    padding: 55px;
}
.beginBox p {
    font-weight: 600;
    font-size: 17px;
}
.beginblue {
    color: #2087d8;
    background-color: #fff;
    font-weight: 600;
}
.beginSpan {
    font-size: 18px;
    padding: 12px 29px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-right: 10px;
}
.beginwhite {
    color: #fff;
}
@media (max-width: 1800px) and (min-width: 1200px){
    .course-introduction-sec:before, .course-introductions-sec:before {
        right: 7%;
    }
}
@media (max-width: 1600px){
    .course-cta a {
        padding: 14px 25px;
    }
}