@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

:root{
    --firstYellow:#FB6603;
    --mainFont:'Montserrat', sans-serif;
    --black:#000000;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family:var(--mainFont);
}

.container-max{
   /* max-width: 1400px;*/
    max-width: initial;
    margin: 0 auto;
    height: 100%;
}

.bg_img{
    background-image: url("/static/custom_css/GF-banner image.png");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.gf_banner_institute .bg_img{
    background-image: url("/static/images/bgs/Unicy/ image.png");
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
}

.gf_banner_institute .bg_img::after{
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

img{
    height: 100%;
    /* width: 100%; */
}

.basic_padding{
    padding: 19px 30px;
}

.parentContainer {
    position: relative;
    text-align: center;
    color: white;
    height: 100vh;
}

.main_banner_text_container {
    position: initial;
    /* top: 25%; */
    /* left: 55%; */
    text-align: left;
    margin-top: -80vh;
    margin-left: 55%;
    width: 40%;
}

.banner_search_control{
    position: relative;
    /* top: 85%;
    left: 15%; */
    text-align: left;
    margin-top: 10vh;
    padding: 19px 30px;
}

.banner_header{
    font-size: 40px;
}
.banner_header>h1:first-child,.banner_header>h1:nth-child(3){
    line-height: 0.9;
}
.banner_info>p{
    margin-top:35px;
}

.gf_btn{
    border: none;
    outline: none;
    color:#fff;
    cursor: pointer;
}

.gf_btn_orange{
    background-color: var(--firstYellow);
    width: 160px;
    height: 50px;
}

.gf_flex_4{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 1%;
    flex-wrap: wrap;
    row-gap: 10px;
}
.gf_flex_4>div{
    width: 250px;
}   


/* Section */

.contents{
    margin-top: 50px;
}

.flex_container{
    display: grid;
    gap: 20px;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.oporunity_container{
    max-width: 270px;
}

.icon_op{
    margin-left: 30%;   
    margin-bottom: 20px;

}


.icon_op_i{
    width:50px;
    height:40px;
    display: inline-block;
    background-repeat: no-repeat;
}

.grp_1{
    background-image: url("/static/custom_css/Group_165.svg");
}
.grp_2{
    background-image: url("/static/custom_css/Group_166.svg");
}
.grp_3{
    background-image: url("/static/custom_css/Group_163.svg");
}
.grp_4{
    background-image: url("/static/custom_css/Group_167.svg");
}
/* Section */


/* Partnership */

.partnershop>div>div>div>img{
    max-width:150px;
    cursor: pointer;
}

/* Partnership */

/* Explore */

.explore_btn{
    border: none;
    outline: none;
    color:#fff;
    padding:10px 30px;
    text-transform: uppercase;
    box-shadow: 0px 2px 4px 2px #ccc;
    cursor: pointer;
}

.round_border{
    border-radius: 50px;
}

.btn_category_1{
    border:2px solid #ccc;
    outline: none;
    padding:10px 20px;
    background-color: #fff;
    width:250px;
    cursor: pointer;
    font-weight: 800;
}
.btn_category_1.active{
    color:var(--firstYellow)
}

.btn_category{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.explore_courses{
    padding:10px 20px;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 50px;
    cursor: pointer;
}

.card_item {
    min-width: 300px;
    max-width: 350px;
    box-shadow: 0px 3px 6px #0a0a0a38;
    border-radius: 10px;
    width: 350px;
    cursor: pointer;
}

.card_details>h3 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 95px;
    margin-top: 10px;
}
.card_details>p{
    margin-top:30px;
    font-weight: 500;
}

.card_header{
   height: 180px;
}
.card_header>img{
    width: 100%;
}

.card_body,.card_footer{
    padding:5px 10px;
}

.uni_details>span{
    display: block;
    margin-top:5px;
    font-size: 14px;
    border-bottom: 2px solid #ccc;
}

.card_footer{
    display: flex;
    gap:5px;
    flex-wrap:nowrap;
    align-items: center;
    font-size: 12px;
    justify-content: space-between;
}

.footer-icon{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}

.icon_month{
    background-image: url("/static/gradfirst-theme-v2/images/icons/search.b2ddc5d3a6cf.b2ddc5d3a6cf.svg");
}
.icon_level{
    background-image: url("/static/gradfirst-theme-v2/images/icons/search.b2ddc5d3a6cf.b2ddc5d3a6cf.svg");
}
.icon_cert{
    background-image: url("/static/gradfirst-theme-v2/images/icons/search.b2ddc5d3a6cf.b2ddc5d3a6cf.svg");
}

.explore_cards_container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 1%;
}
.view_all{
    border: none;
    background-color: none;
    background: none;
    font-weight: 800;
    margin-top:10px;
    cursor: pointer;
}

/* Explore */

/* faculty_section */

.faculty_section{
    background-color: var(--firstYellow);
    color: #fff;
}

.faculty_section>div>p{
    width:60%;
    margin:0 auto;
}

.faculty_body>h3{
    margin-top: -4px;
}

.faculty_card_item{
    min-width: 300px;
    max-width: 300px;
    box-shadow: 0px 3px 6px #0a0a0a38;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0px 3px 6px #00000075;
    border: 0.5px solid #707070;
}

.faculy_image>img{
    width: 100%;
}
.faculty_body,.faculty_footer{
    background-color: #F7F8EA;
    color:#000000;
}

.faculty_bottom_container{
    background-color: #535050;
    height: 225px;
    margin-top: -170px;
}
.faculty_card_container{
    display: flex;
    gap:20px;
}

/* faculty_section */


/*advantage_container */

.advantage_container{
    max-width: 300px;
}
.advantage_container h3{
    height:50px;
}

.flex_container_3{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    gap: 20px;
}

.grp_11{
    background-image: url("/static/custom_css/Group_267.svg");
    background-size: contain;
}
.grp_12{
    background-image: url("/static/custom_css/Group_268.svg");
}
.grp_13{
    background-image: url("/static/custom_css/Group_269.svg");
}

/* advantage_container */

/* aboutus_section */

.aboutus_section{
    background-color: var(--firstYellow);
    color: #fff;
}

/* aboutus_section */

/* Footer */

.footer_container{
    background-color: #000;
    border:1px solid #707070;
}

.footer_grid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;

}

.footer_grid ul{
    margin-top:30px;
    max-width: 300px;
}

.footer_grid ul li{
    list-style-type: none;
    color:#fff;
}

.footer_grid ul li a{
    color:#fff;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
}

.footer_grid ul li a:hover{
    color:var(--firstYellow)
}

.footer_sub{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group-btn>.btn {
    position: relative;
}
.btn-primary {
    color: #fff;
    background-color: var(--firstYellow);
    border-color: var(--firstYellow);
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

.icons_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  justify-content: flex-end; 
}

.icons {
    width: 25px !important;
    height: 25px;
    background-size: contain;
    list-style-type: none;
    cursor: pointer;
}


/* Footer */



/* Institute */

.callback_form{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.form_content{
    margin-bottom: 10px;
}


.input-control{
    border:1px solid #CECACA;
    border-radius: 6px;
    padding: 10px;
}

.form_content select{
    border:1px solid #CECACA;
    border-radius: 6px;
    padding: 10px;
}

.form_btn{
    border: none;
    outline: none;
    padding: 10px 20px !important;
    color: #fff;
    border-radius: 6px;
}

.form_name{
    width: 100%;
}

.form_email{
    width:60%;
}

.form_content select{
    width:39%;
}
.form_code{
    width:15%
}
.form_phone{
    width:44.5%
}

.form_btn{
    width:39%
}

.hlink{
    color: #117FC3;
}
/*  */

/* Institute */

li {
    list-style-type: none;
}

.faq_list>li:not(.faq_header) {
    list-style-type: none;
    color: #000;
    margin-bottom: 10px;
    background-color: #Fff;
    border: 1px solid #000;
    border-radius: 0px;
    padding: 20px 30px;
    transition: 0.3s ease-in-out;
}

.faq_captions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.faq_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.faq_content>ul, .faq_content>ul>li {
    color: #4A4A4A;
    /* margin-bottom: 10px; */
    padding: 10px;
}

.faq_content>ul>li {
    line-height: 1.4em;
    display: flex;
}

.collpase_faq {
    color: var(--firstYellow);
}

.institute_banner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    position: absolute;
    top: 15%;
    text-align: left;
}

.institute_banner_header{
    max-width: 33%;
}

.institute_banner p{
    font-size: 16px;
}

.institute_video img{
    width: 100%;
}
.no-shadow{
    box-shadow: none;
}


.awards_card{
    width: 300px;
    padding: 10px;
}
.award_circle{
    border: 1px solid #707070;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    padding: 10px;
    display: grid;
    justify-content: center;
    align-items: center;
}
.award_icon_holder{
    height: 70px;
    width: 70px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    justify-self: center;
}
.award_1{
    background-image: url("/static/images/icons/Union/ 6.svg");
}
.award_2{
    background-image: url("/static/images/icons/Union/ 7.svg");
}
.award_3{
    background-image: url("/static/images/icons/Union/ 8.svg");
}
.award_4{
    background-image: url("/static/images/icons/Union/ 9.svg");
}
.award_info{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.award_info>p:first-child{
    font-size: 28px;
    font-weight: 500;
}

.award_bar{
    border-right:3px solid var(--firstYellow);
    height: 40px;
}
.award_desc{
    width:65%;
}
.awards_container{
    display: flex;
    gap:10px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.flex{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    flex-direction: column;
    gap:0px;
}
.flex>i{
    font-size: 12px;;
}

.img_container {
    display: flex;
    align-items: center;
    gap: 20px;
    /* padding: 10px; */
    border: 1px solid #e0e5f0;
    max-width: 400px;
    height: 100px;
}
.img_fac>img {
    width: 100px;
    height: 100px;
}
.desc_fac{
    padding: 10px;
}

.review_flag{
    height: 25px;
    width: 25px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    justify-self: center;
    background-image: url("/static/images/icons/Union/ 6.svg");
    position: absolute;
    left: 78px;
    top: 0px;
}
/* Institute */


/* about_us_banner */

.about_us_banner_container{
    background-color: #F2F2ED;
}

.about_us_banner{    
    padding:30px 0px;
    color: #000000;
    font-weight: 300;
}
.about_us_banner>h1{
    font-weight: 300;

}

.team_card{
    width: 300px;
}
.team_card_body{
    background-color: #F2F2ED;
    margin-top: -5px;
    padding: 20px;
}
.team_card>img{
    width: 100%;;
}

.team_card:hover{
    box-shadow: 5px 5px 9px #00000066;
    transition: 0.5s ease-in-out;
}

.team_card_container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:30px;
    flex-wrap: wrap;
}

.aboutus_banner_img{
    padding-top:50px;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
}

.aboutus_banner_img>div{
    width:45%;
}

.aboutus_banner_img>div>img{
    margin-top: 0px;
    /* width: 100%; */
    max-height: 290px;
    max-width: 490px;
    position: absolute;
    cursor: pointer;
}

/* about_us_banner */


/* Explore */

.explore_header{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
}

.explore_banner_dropdown{
    display: grid;
    grid-template-columns: repeat(2,150px);
    gap: 20px;
}
.explore_banner_dropdown>label{
    justify-self: flex-end;
}
.gf_select{
    width: 100%;
    max-width: 150px;
    border:none;
    outline: none;
}

.gf_select.shadow{
    box-shadow: 0px 3px 6px #00000029;
}

.explore_filters{
    background-color: #F1EBEB;
    padding: 20px 30px 90px 40px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.explore_card_filter_container{
    margin-top: -19px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 3fr;
}

.max_padding{
    padding: 20px;
    margin-bottom: 20px;
}

.explore_filters .select select{
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px #00000029;
    color: #535050 !important;
}

.explore_filters .select select option{
    color: #535050 !important;
}

.explore_filters .select svg{
    height: 15px;
    width: 20px;
    stroke-width: 1px;
}
/* Explore */
