@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Oswald&family=Poppins:ital,wght@0,300;1,300&family=The+Nautigal:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Signika+Negative:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans&display=swap');

main{
    background: url('/cgpr_lms/static/CGPR_Backgroud.png') !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    color:#fff;
}

.link_tag {
    text-decoration: none;
    cursor: pointer;
    color: rgb(233, 219, 219);
    width: 40%;
    height: 100%;
}

.link_tag:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(233, 219, 219);
}

.home-background {
    position: absolute;
    top: 0;
    background-image: url("https://images.unsplash.com/photo-1532012197267-da84d127e765?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1887&q=80");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;


}

.home-content {
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;


}




/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  >>> START OF NEW INTEGRATION <<<< $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/


/*############################################################# GLOBAL CONTENT STYLES ####################################################*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

.top {
    height: 100px;
    width: 100px;
    background: red !important;
}


.global-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background: red; */
}



.global-content .home-section {
    width: 100%;
    height: 100vh;
    background: url('../home_page_back.png');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;



}

.global-content .anim-open {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;


}

.anim-open h1 {
    color: #fff;
    font-size: 70px;
    z-index: 2;
    width: 100%;
    height: 60%;
    /* background: red; */
    text-align: center;
    animation: animateLoading;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.anim-open .right-side {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1;
    transform: translateX(0%);
    animation: translateRightSides;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;

}

.global-content .courses-section-upd {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    gap: 1%;
    width: 100%;
    height: 100vh;
    /* padding: 1%; */

    border-top: solid 3px rgba(255, 255, 255, 0.582);
    border-left: solid 3px rgba(255, 255, 255, 0.582);
    border-right: solid 3px rgba(255, 255, 255, 0.582);
    background: rgb(18, 18, 112);
    color: #fff;
}






.courses-section-upd .background-section {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: .3;
    /* filter: blur(8px); */

}

.global-content .banner-for-responsive {
    display: none;
}

@keyframes animateLoading {
    0% {
        opacity: 0;
    }

    25% {
        opacity: .8;
    }

    45% {
        opacity: .3;
    }

    65% {
        opacity: .8;
    }

    75% {
        opacity: .3;
    }

    100% {
        opacity: 0;
    }
}

@keyframes translateRightSides {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
}







/*############################################################# EVENTS STYLES ####################################################*/

.global-content .courses-section-upd .events-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    /*flex-wrap: wrap;*/
    width: 60%;
    height: 80%;
    border: solid 2px #fff;
    border-radius: 2%;
    z-index: 30;
    background: rgba(255, 0, 0, 0.267)
}

.events-section h1 {
    font-size: 20px;
    font-weight: 700;
}



.events-section .cg-events-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 3%;
    width: 100%;
    height: 80%;


    /* background: yellow; */
}

.cg-events-list .cg-event-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;


    width: 45%;
    height: 60%;
    /* max-width: 33%; */
    border-radius: 5px;
    overflow: hidden;
    z-index: 22;
    cursor: pointer;
    /* background: red !important; */

}
.cg-events-list .cg-event-card a{
position:absolute;
bottom:5%;
text-decoration:none;
letter-spacing:2px;
font-weight:700;
color:#fff;
font-size:23px;

}
.cg-event-card .card-cover {
    width: 100%;
    height: calc(100% - 50px);
    height:100%;
    border-radius: 5px;
    object-fit: cover;
    /* background: yellow; */
}

.cg-event-card .image-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 50px);
    height:100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.363);
}

.cg-event-card .image-overlay:hover {
    background: transparent;

    transition: all .3s ease;
}

/* .cg-event-card .event-date{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: calc(100% - 300px);
    padding-right: 15px;
    font-weight: 700;
} */

/*############################################################# BOOK STYLES ####################################################*/

.courses-section-upd .cg-books-list {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 60%;
    height: 80%;
    z-index: 21;
    border: solid 2px #fff;
    border-radius: 2%;
    background: rgba(255, 0, 0, 0.267)
}

.cg-books-list h1 {
    font-size: 20px;
    font-weight: 700;
    /* background: yellow; */
}

.courses-section-upd .cg-books-list .books-list {
    display: flex;
    flex-direction: row !important;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 80%;
    font-size: 10px;
    gap: 5%;
    /* background-color: yellow; */

}

.cg-books-list .books-list .book-card {
    /* --bookWidth:200px;
    --bookHeight:calc(var(--bookWidth) / 0.69);
    --fontSize:calc(var(--bookWidth) * 0.0333); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    /* width: var(--bookWidth);
    height: var(--bookHeight); */
    width: 35%;
    height: 40%;
    font-size: var(--fontSize);
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.418);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.418);
    /* margin-top:5%; */
}

.cg-books-list .books-list .book-card .book-card-cover {
    position: relative;
    width: 100%;
    height: 82%;
    align-self: flex-start;
    /* background: chartreuse; */
}

.cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay {

    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.418);
}

.cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay:hover {

    opacity: .9;
    transition: all .5s ease;
}

.cg-books-list .books-list.book-card .book-card-cover .book-cover-overlay .book-name {
    height: 50%;
    font-size: 2em;
    font-weight: 700;

}

.cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay .book-author {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 3em;
}

.cg-books-list .books-list .book-card .book-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    /* object-position: center; */
}

.cg-books-list .books-list .book-card .book-download {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3%;
    width: 100%;
    height: 17%;
    align-self: flex-end;
    /* background: blue; */
}

.cg-books-list .books-list .book-card .book-download a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 2em;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 3px;
    animation: 2s location_icon_animation infinite;
    text-decoration: none;
}

.cg-books-list .books-list .book-card .book-download a>span:last-child {
    font-size: 1.5em;
}

/*############################################################# COURSES STYLES ####################################################*/
.global-content .courses-section-upd .course-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    border: solid 2px #fff;
    border-radius: 2%;
    width: 60%;
    height: 80%;
    /* gap: 3%; */
    z-index: 21;
    background: rgba(255, 0, 0, 0.267)
}

.course-section .course-section-list {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 80%;

    /* background: brown; */
}

.course-section h1 {
    /* text-align: center; */
    /* background: yellow; */
    font-size: 20px;
    font-weight: 700;
}

.course-section-list .courses-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    gap: 2%;
    /* background: yellow; */

}



.course-section .courses-list .course-item-card {
    /* --course-card-width:254px;
    --course-card-height:calc(var(--course-card-width) / 0.965); */
    display: flex;
    flex-direction: column;

    /* width:254px;
    height:263px; */
    /* width: var(--course-card-width);
    height: var(--course-card-height); */
    width: 45%;
    height: 60%;
    border-radius: 8px;
    overflow: hidden;
    border: solid 2px rgba(128, 128, 128, 0.061);
    box-shadow: 0 1px 5px black;
    cursor: pointer;
    /* background: rgba(128, 128, 128, 0.342); */


}

/* .course-section .course-item-card:hover{

    transition: all .5s ease;
transform: translateY(-15px) translateX(-15px);

box-shadow: 3px 8px 10px black;
cursor: pointer;

} */
.course-section .course-item-card .course-card-cover {
    position: relative;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(120deg, #875A7B, #68465f7a);

}

.course-section .course-item-card .course-card-cover .course-cover-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.course-section .course-item-card .course-card-cover .course-item-logo {
    /* position: absolute; */
    --width: 30px;
    --height: var(--width);
    width: var(--width);
    height: var(--height);
    margin-top: 4px;
    margin-right: 8px;
    float: right;
    /* background: red; */
}

.course-section .course-item-card .course-card-cover .course-item-graduate {
    position: absolute;
    bottom: 0;
    right: 5px;
    width: 50px;
    height: 50px;

    margin-right: 8px;
    margin-bottom: 10px;
    color: rgb(36, 18, 18);
    /* background:burlywood */
}

.course-section .course-item-card .course-card-cover .course-item-graduate>span {
    font-size: 45px;
    color: rgb(226, 220, 220)
}

.course-section .course-item-card .course-card-description {
    display: flex;
    flex-direction: column;

    align-items: flex-start;
    gap: 10px;
    padding-top: 8px;
    padding-left: 15px;
    border-bottom: solid 2px rgba(128, 128, 128, 0.061);
    width: 100%;
    height: 35%;

    background: rgb(246, 243, 243);

}

.course-card-description>span {

    font-size: 1em;
    font-weight: 700;
    color: black;
}

.course-card-description .level-badge {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 5px;

    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 128, 0, 0.644);
    border-radius: 5px;
}

.course-section .course-card-footer {
    display: flex;
    align-items: center;
    padding-left: 15px;
    width: 100%;
    height: 15%;

    background: rgb(246, 243, 243);
}

.course-card-footer .footer-content {

    font-size: 13px;
    font-weight: 700;
    color: gray
}

@keyframes course-card-animation {

    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-8px);
    }

}

/*Directive classes*/
.set-color-blue {
    color: blue;
}

.set-color-green {
    color: green;
}

.set-size {
    font-size: 30px;
}

.lds-grid {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateX(45%) translateY(40%);
    animation: hideSpining;
    animation-delay: 1s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

@keyframes hideSpining {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.s_banner {
    position: relative;
}

.s_banner .back-filter {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 255, 0.233);
    background-size: cover;
}
/*############################################################# TEMPLATE COURSES ###############################################################*/
.my-courses-wrapper{
    position:relative !important;
    background:url('/cgpr_lms/static/CGPR_Backgroud.png') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color:#fff !important;
}
.my-courses-banner{
    height:20vh !important;
    display:flex !important;
    align-items:center !important;
    position: relative !important;
    background-image: url('/cgpr_lms/static/modern-blue-halftone-banner-background.jpg') !important; 
    background-size: cover !important; 
    background-position: 55% 65% !important; 
}
.my-courses-title{
    font-weight:700 !important;
}

.my-courses-list{
    backdrop-filter:blur(40px) !important;
    border:solid 2px #fff !important;
    padding:3% !important;
}
.back-filter{
    position:absolute !important; 
    top:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(0, 0, 0, 0.233) !important;
}
.enrp-image{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10%;
    width:10%;
}
/*############################################################# TEMPLATE CONTACT US ############################################################*/

.contact-us-wrapper{
    height:100% !important;
    color:#fff !important; ,
    background:url('/cgpr_lms/static/CGPR_Backgroud.png') !important;
    background-size:cover !important;
    background-attachment: fixed !important;
    direction: ltr/*rtl:ignore*/; /* rtlcss forced to keep ltr */
     
}
.contact-us-banner{
    position:relative !important;
    height:20vh !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
}

.map-contact-container{
    position:relative;
    width:100%;
    display: flex;
    flex-direction: row;
    /* background: red; */
}
.mapouter{
    position:relative;
    text-align:right;
    height:500px;
    width:600px;
}
.gmap_canvas{
    overflow:hidden;
    background:none!important;
    height:500px;
    width:500px;
}
.contact-us-form{
    position: absolute;
   justify-self: flex-end;
   /* background: yellow; */
   width: 32%;
   right: 0;
   
}

/*############################################################# TEMPLATE EVENTS ############################################################*/

.events-wrapper{
    position:relative !important;
    overflow-y:scroll !important;
    width:100% !important;
    height:100% !important;
    background:url('/cgpr_lms/static/CGPR_Backgroud.png') !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    color:#fff !important;
}
.events-wrapper .events-banner{
    position:relative !important;
    height:20vh !important;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    margin-bottom:100px !important;
    background-image: url('/cgpr_lms/static/modern-blue-halftone-banner-background.jpg') !important;
    background-size: cover !important; 
    background-position: 55% 65% !important; 
    direction:rtl;
}
.events-banner .events-title{
    font-weight:700 !important;
    direction:rtl;
}
.back-filter{
    position:absolute !important; 
    top:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(0, 0, 0, 0.233) !important;

}



.last_events_list{
    display: flex;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap;
    /* background: yellow; */
   
}

.certification .certification_condidate_workplace{
    background: red;
}
.certification .certification_condidate_rank{
    background: red;
}
.certification .certification_condidate_name{
  font-family: Arial, Helvetica, sans-serif !important;
background: blue !important;
}





 /*################################### TEMPLATE ID=template_header_default_inherited #################################################*/
.nav-items-list{
    display:flex !important;
    flex-direction:row !important; 
    width:70% !important;
    margin-left:10% !important;
    /*direction:ltr;*/
    
    /* background:red !important;  */
 }
 .user-drop-down-button{
     display: flex;
     flex-direction: row;

    margin-left:0% !important;
    width: 20%;
    /* background: red !important; */
 }
 

 /*################################### TEMPLATE ID=portal_frontend_layout_inherited #################################################*/

 .language-button-navbar_en{
    position: absolute;
    top:0;
    transform: translateY(62%);
    left:10%;

    z-index: 1000;
     /* background: yellow !important; */
 }
.language-button-navbar_ar{
    position: absolute;
    top:0%;

    transform: translateY(62%);
    right:10%;

width:200px;
    z-index: 1000;

    /* background: yellow !important; */
}

.forum_banner{
    position:relative !important;
    display:flex  !important;
    justify-content:center !important;
    align-items:center !important;
    background-image:url('/cgpr_lms/static/modern-blue-halftone-banner-background.jpg') !important;
    background-repeat:no-repeat !important;
    background-attachment:fixed !important;
    background-size:cover !important;
    background-position: 55% 65% !important;
    height:20vh !important;
}
.forum_banner .forum_title{
    font-weight:700 !important;
}
.forum_banner .back-filter{
    position:absolute !important;
    top:0 !important;
    width:100% !important;
    height:100% !important;
    background:rgba(0, 0, 0, 0.233) !important;
}
.forum_banner .enrp-image{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    right:10%;
    width:10%;
}


/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$  >>> ENG OF NEW INTEGRATION <<<< $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/






/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ RESPONSIVE INTEGRATION $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/

    @media screen and (max-width:700px) {
    /*****************************************************************************RESPONSIVE GLOBAL INTEGRATION************************************************************************/
       
    .global-content {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        /* background: red; */
    }
    

    .global-content .home-section {

        display: none;
    }

    .global-content .anim-open {
        display: none;
    }
    .global-content .courses-section-upd {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%; 
        /* height: 100vh;    */
        border-top: solid 3px rgba(255, 255, 255, 0.582);
        border-left: solid 3px rgba(255, 255, 255, 0.582);
        border-right: solid 3px rgba(255, 255, 255, 0.582);
        /* background: rgba(18, 18, 112, 0.349); */
        /* background: transparent; */
        color: #fff;
        /* overflow-x: scroll;
        overflow-y: scroll; */
    }
    /* .global-content .courses-section-upd .banner-for-responsive {
        position: absolute;
        top:0;
        height: 400px;
        width: 100%;
        object-fit: contain;
        z-index: 30;
      
    } */
    
    .global-content .courses-section-upd .background-section{
        top:0;
       object-fit: contain;
       object-position: top;
       /* background: yellow; */
     
    }
    /*****************************************************************************RESPONSIVE BOOK INTEGRATION************************************************************************/
     .courses-section-upd .cg-books-list {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        width: 60%;
        z-index: 21;
        border: solid 2px #fff;
        border-radius: 2%;
        margin-top: 50% !important;
        background: rgba(255, 0, 0, 0.267) !important
    }
   
    .cg-books-list h1 {
        font-size: 20px;
        font-weight: 700;
    }
    
    .courses-section-upd .cg-books-list .books-list {
        display: flex;
        flex-direction: row !important;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 70%;
        /* height: 80%; */
        font-size: 10px;
        gap: 5%;
        padding-bottom: 5%;
        /* background: yellow; */
    
    }
     
    .cg-books-list .books-list .book-card {
 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
       
        width: 45%;
        height: 90%;
        font-size: var(--fontSize);
        
        box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.418);
        border-radius: 10px;
        overflow: hidden;
        cursor: pointer;
        background: rgba(0, 0, 0, 0.418);
    }
   
    .cg-books-list .books-list .book-card .book-card-cover {
        position: relative;
        width: 100%;
        height: 82%;
        align-self: flex-start;
    }
     
    .cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay {
    
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0;
        color: #fff;
        background: rgba(0, 0, 0, 0.418);
    }
    
    .cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay:hover {
    
        opacity: .9;
        transition: all .5s ease;
    }
    
    .cg-books-list .books-list.book-card .book-card-cover .book-cover-overlay .book-name {
        height: 50%;
        font-size: 2em;
        font-weight: 700;
    
    }
    
    .cg-books-list .books-list .book-card .book-card-cover .book-cover-overlay .book-author {
        font-size: 1.5em;
        font-weight: 700;
        margin-bottom: 3em;
    }
    
    .cg-books-list .books-list .book-card .book-card-cover img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    
    .cg-books-list .books-list .book-card .book-download {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 3%;
        width: 100%;
        height: 17%;
        align-self: flex-end;
        
    }
    
    .cg-books-list .books-list .book-card .book-download a {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 1em;
        color: #fff;
        font-weight: 700;
        cursor: pointer;
        letter-spacing: 3px;
        animation: 2s location_icon_animation infinite;
        text-decoration: none;
    }
    
    .cg-books-list .books-list .book-card .book-download a>span:last-child {
        font-size: 1.5em;
    }
    .cg-books-list .books-list .book-card .book-download a>span:first-child {
        display: none;
    }
    

    /****************************************************************RESPONSIVE COURSES INTEGRATION*********************/

    /* .global-content .courses-section-upd .course-section {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        border: solid 2px #fff;
        border-radius: 2%;
        width: 80%;
        
        z-index: 21;
        background: rgba(255, 0, 0, 0.267)
    }
    
    .course-section .course-section-list {
        display: flex;
     
        justify-content: center;
        align-items: center;
    
        width: 100%;
        height: 80%;
        padding-bottom: 5%;
      
    }
    
    .course-section h1 {
        
        font-size: 30px;
        font-weight: 700;
        
    }
    
    .course-section-list .courses-list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 80%;
        height: 100%;
        gap: 2%;
     
    
    }
    
    
    
    .course-section .courses-list .course-item-card {

        display: flex;
        flex-direction: column;
        width: 100px;
        height: 100px;
        border-radius: 8px;
        overflow: hidden;
        border: solid 2px rgba(128, 128, 128, 0.061);
        box-shadow: 0 1px 5px black;
        cursor: pointer;
    
    
    }
    
  
    .course-section .course-item-card .course-card-cover {
        position: relative;
        display: none;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(120deg, #875A7B, #68465f7a);
    
    }
    
    .course-section .course-item-card .course-card-cover .course-cover-image {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }
    
    .course-section .course-item-card .course-card-cover .course-item-logo {
     
        --width: 25%;
        --height: var(--width);
        width: var(--width);
        height: var(--height);
        margin-top: 4px;
        margin-right: 8px;
        float: right;
        display: none;
      
    }
    
    .course-section .course-item-card .course-card-cover .course-item-graduate {
        display: none;
        position: absolute;
        bottom: 0;
        right: 1%;
        width: 25%;
        height: 25%;
    
        margin-right: 7%;
        margin-bottom: 7%;
        color: rgb(36, 18, 18);
    }
    
    .course-section .course-item-card .course-card-cover .course-item-graduate>span {
        font-size: 45px;
        color: rgb(226, 220, 220)
    }
    
    .course-section .course-item-card .course-card-description {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        border-bottom: solid 2px rgba(128, 128, 128, 0.061);
        width: 100%;
        height: 90%;
    
        background: rgb(246, 243, 243);
    
    }
    
    .course-section .course-item-card .course-card-description>span {
    
        font-size: .8em;
        font-weight: 700;
        color: black;
    }
    
    .course-section .course-item-card .course-card-description .level-badge {
      
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        font-size: 8px;
        font-weight: 700;
        color: #fff;
        border-radius: 5px;
        background: rgba(0, 128, 0, 0.644);
    }
    
    .course-section .course-card-footer {

        display: flex;
        align-items: center;
        padding-left: 5px;
        width: 100%;
        height: 15%;

        background: rgb(246, 243, 243);
    }
    
    .course-card-footer .footer-content {
    
        font-size: 13px;
        font-weight: 700;
        color: gray
    }
    
    @keyframes course-card-animation {
    
        from {
            transform: translateY(0);
        }
    
        to {
            transform: translateY(-8px);
        }
    
    }

  */



    /**************************************************** Responsive Events Integration*********************************************************/
    /* .global-content .courses-section-upd .events-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        width: 80%;
    
        border: solid 2px #fff;
        border-radius: 2%;
        z-index: 30;
        background: rgba(255, 0, 0, 0.267)
    } */


/*############################################################# TEMPLATE COURSES ###############################################################*/
.enrp-image{
    position:absolute;
    top:30%;
    /* transform:translateY(-50%); */
    right:2%;
    width:20%;
}
/*############################################################# TEMPLATE CONTACT US ############################################################*/

.map-contact-container{
    position:relative;
    width:100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap:20px;
    /* background: red; */
}
.mapouter{
    width: 100%;
    background: red;
}
.mapouter .gmap_canvas{
    width: 100% !important;
}
.contact-us-form{
    position: relative;

   /* background: yellow; */
   width: 100%;
   /* background: yellow; */
   
}
 /*################################### TEMPLATE ID=navbar_toggler_inherited #################################################*/
 .menu-button-label{
    font-size:12px !important ;
    font-weight: 700;
    /* margin-right:1% ; */
}
 /*################################### TEMPLATE ID=template_header_default_inherited #################################################*/

 .nav-items-list{
    display:flex !important;
    flex-direction:column !important; 
    /* background:red !important;  */
    width:70% !important;
    margin-left:7% !important;
    direction: ltr/*rtl:ignore*/; /* rtlcss forced to keep ltr */

 }
 .user-drop-down-button{
    margin-left:7% !important;
    width: 50%;
    /* background: red !important; */
 }
 .language-button-navbar_en{
    position: absolute;
    top:0%;
    left:10%;
    transform: translateY(58%);
    z-index: 1000;
     /* background: yellow !important; */
 }
 .language-button-navbar_ar{
    position: absolute;
    top:0%;
    left:10%;
    transform: translateY(58%);
    z-index: 1000;
}
}







/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ END RESPONSIVE INTEGRATION $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
/*$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
