@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');


html,
body {
    top: 0;
    left: 0;
    box-sizing: border-box;
    overflow-x: inherit;
    width: 100%;
    scroll-behavior: smooth;
}
a:hover {
    text-decoration: none !important;
}
* {
    font-family: 'Montserrat', sans-serif;
}
.red_color{
    color:#C00000;
}
.red_background{
    background:#b50909;
}
.blue_color{
    color:#243873;
}
.blue_background{
    background:#243873;
}
.yellow_color{
    color:#F07E1D;
}
.yellow_background{
    background:#F07E1D;
}

.banner_form_sec .form_title {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 10px 0 15px;
    font-weight: bold;
    /*border-bottom: 1px solid #d0d0d0;*/
    padding: 0 0 10px;
}
.banner_form_sec .form_title span {
    display: inline-block;
    position: relative;
}
.banner_form_sec {
   
    background: #fff;
    padding: 10px 20px;
    width: 100%;
    border-radius: 10px;
    /* position: absolute; */
    /* bottom: -225px; */
    /* right: 50px; */
    z-index: 9999;
    display: inline-block;
    box-shadow: 1px 0 21px rgb(0 0 0 / 26%);
}
/* Chrome, Safari, Edge, Opera */
.banner_form_sec .phonenumber::-webkit-outer-spin-button,
.banner_form_sec .phonenumber::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.banner_form_sec .phonenumber[type=number] {
  -moz-appearance: textfield;
}
label.form-group.agrCheck {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    margin-top: 15px;
}
.register-panel .form-group.agrCheck .form-control {
    width: 25px !important;
    height: 25px !important;
    margin-right: 10px !important;
    margin-top: 4px;
    cursor: pointer;
    transition: all ease .3s;
    transform: scale(1);
}
.register-panel .form-group.agrCheck .form-control:focus {
    outline: none;
    box-shadow: none;
}
.register-panel .form-group.agrCheck .form-control:checked {
    filter: hue-rotate(145deg) brightness(0.8);
    transition: all ease .3s;
    transform: scale(0.95);
}
.banner_form_sec a.btn.btn-link.toggleAction.btn-block {
    color: #000;
    font-weight: 600;
    transition: all ease .3s;
}
.banner_form_sec a.btn.btn-link.toggleAction.btn-block:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #f07e1d;
}
.banner_form_sec label {
    font-size: 14px;
    font-weight: 500;
    color: #232323;
    margin: 0;
}
.banner_form_sec .form-control {
    height: 40px;
    font-size: 14px;
    color: #232323;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0 !important;
}
.banner_form_sec .form-group {
    margin-bottom: 10px;
}
.banner_form_sec .submit-btn {
    background: #07cc84;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    border-color: #07cc84;
    padding: 7px 40px;
    margin: 15px 0 0;
}
.banner_form_sec .submit-btn:hover {
    background: #832625;
    color: #fff;
}
.banner_form_sec ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #495057;
}
.banner_form_sec ::-moz-placeholder { /* Firefox 19+ */
  color: #495057;
}
.banner_form_sec :-ms-input-placeholder { /* IE 10+ */
  color: #495057;
}
.banner_form_sec :-moz-placeholder { /* Firefox 18- */
  color: #495057;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 40px !important;
    user-select: none;
    -webkit-user-select: none;
    padding-top:3px;
}


/* banner section start */

.banner_section{
    background:url('../../images/frontend/banner_img.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:auto;
    padding-bottom:0%;
}
.banner_section .nav-link{
    font-weight:600;
    color:#000 !important;
    font-size:13px;
}
.banner_section .nav-link:hover{
    border-bottom:2px solid #F07E1D;
}
.banner_section .banner_content h2{
    font-size:40px;
    font-weight:400;
    margin-top:23%;
}
.banner_section .banner_content  p{
    color:#fff;
    font-size:14px;
    font-weight:500;
}
.banner_section .banner_content img.banner_boy{
    height:100%;
    width:100%;
}
.banner_section .banner_content h3{
    font-size:30px;
    color:#fff;
    font-weight:600;
    margin-top:6%;
}
.banner_section .banner_content .form_div{
    height:55vh;
    background:#fff;
    width:80%;
    box-shadow:0px 0px 30px rgba(0,0,0,0.6);
}
@media (min-width:320px) and (max-width:480px){
    .banner_section .banner_content h2{
        font-size:2rem;
        font-weight:400;
        margin-top:0%;
    }
    .banner_section .banner_content h3 {
        font-size: 1.5rem;
        color: #000;
        font-weight: 500;
        margin-top: 6%;
    }
    .banner_section .banner_content .form_div{
        height:45vh;
        background:#fff;
        width:100%;
        box-shadow:0px 0px 30px rgba(0,0,0,0.6);
    }
    .banner_section{
        padding-bottom:10%;
    }
    .banner_section .banner_content  p{
        color:#000;
    }
}

/* banner section end  */

/* OSGU university awards section start */

.geeta_uni_awards{
    background:#243873;
    padding:3% 0%;
    border-bottom:10px solid #F07E1D;
    height:auto;
}
.geeta_uni_awards h3{
    color:#fff;
    font-size:20px;
    font-weight:600;
}
.geeta_uni_awards hr{
    border-bottom:3px solid #F07E1D;  
    margin-top:14%;
}
.geeta_uni_awards .logo_box{
    background:#fff;
    height:70px;
    width:100%;
    border-radius:10px;

}

/* OSGU university awards section end  */

/* about us section start */

.aboutUs_section{
    background:url('../../images/frontend/about_us.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:100vh;
    padding:3% 0%;
}
.aboutUs_section h2{
    font-weight:bold;
    color:#243873;
}
@media (min-width:320px) and (max-width:480px){
    .aboutUs_section{
        background:url('../../images/frontend/about_us.png');
        background-size:cover;
        background-position:center center;
        background-repeat:no-repeat;
        height:100vh;
        padding:10% 0%;
    }
}

/* about us section end  */

/* cta section start */

.cta_section{
    background:#d71920;
    padding:3% 0%;
}
.cta_section h2{
    color:#fff;
    font-size:3rem;
    font-weight:bold;
}
.cta_section h6{
    color:#fff;
    margin-bottom:3%;
}

/* cta section end */

/* craft your path section start */

.craft_your_path{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 73%, rgba(240,126,29,0.1517857142857143) 73%);
    padding:3% ;
}
.craft_your_path h2{
    font-size:50px;
    font-weight:300;
}
.craft_your_path h4{
    font-weight:bold;
    color:#000;
}
.craft_your_path hr{
    width:30%;
    border-bottom:5px solid #F07E1D;
}
@media (min-width:320px) and (max-width:480px){
    .craft_your_path {
        padding: 10% 4%;
    }
    .craft_your_path h2{
        font-size:35px;
        font-weight:300;
    }
    .craft_your_path h4{
        font-weight:bold;
        color:#000;
        font-size:16px;
    }
}

/* craft your path section end  */

/* bridge the gap section start */

.bridge_the_gap{
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,0) 73%, rgba(240,126,29,0.1517857142857143) 73%);
    padding:3% ;
}
.bridge_the_gap h2{
    font-size:50px;
    font-weight:600;
}
.bridge_the_gap h3{
    color:#000;
    font-size:30px;
}
.bridge_the_gap hr{
    width:30%;
    border-bottom:5px solid #F07E1D;
}

.bridge_the_gap {
    padding-bottom: 3%;
}
    
.bridge_the_gap .nav .nav-link {
    background: transparent;
    color: #312f2f;
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    padding-bottom: 4%;
    padding-top: 4%;
    padding-left:10%;
    text-align:left;
}
    
.bridge_the_gap .nav .nav-link.active {
    background: #C00000;
    border-radius: 0px;
    color: #fff;
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 10% 100%, 0% 50%);
}
    
.bridge_the_gap .tab-content .tab-pane {
    /* background: linear-gradient(116.03deg, #530601 -2.74%, #DD2316 132.37%); */
    /* background:#fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.4); */
    padding: 0%;
}
    
.bridge_the_gap .tab-content .tab-pane h3 {
    color: #000;
    font-weight: 400;
    font-size:50px;
    margin-bottom:4%;
}
.bridge_the_gap .tab-content .tab-pane p{
    font-size:15px;
    font-weight:500;
}
.bridge_the_gap .tab-content .tab-pane ul li{
    font-size:14px;
    font-weight:500;
}
.bridge_the_gap .gap_content_row{
    border:1px solid rgba(0,0,0,0.3);
    padding:3%;
    border-radius:15px;
}
    
@media screen and (max-width:767px) {
    .bridge_the_gap h3 {
        color: #000;
        font-size: 20px;
    }
    .bridge_the_gap .tab-content .tab-pane p {
        font-size: 16px;
        font-weight:500;
    }
    .bridge_the_gap h2 {
        font-size: 30px;
        text-align: left;
    }
    .bridge_the_gap .tab-content .tab-pane h3 {
        color: #000;
        font-weight: 700;
        font-size: 35px;
    }
    .bridge_the_gap .tab-content .tab-pane {
        padding: 4%;
    }
    .bridge_the_gap {
        padding: 10% 0%;
    }
    .bridge_the_gap .nav .nav-link {
        padding-bottom: 3%;
        padding-top: 3%;
        font-size: 20px;
        padding-left:5%;
    }
    .bridge_the_gap .nav .nav-link.active {
        background: #C00000;
        border-radius: 0px;
        color: #fff;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 50%);
    }
}

/* bridge the gap section end  */

/* elevate ambitions section start */

.elevate_ambitions{
    background:url('../../images/frontend/elevate_ambitions.png');
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    height:auto;
    padding:3% 0%;
}
.elevate_ambitions h2{
    font-size:110px;
    font-weight:800;
    color:rgba(255,255,255,0.1);
    text-align:center;
}
.elevate_ambitions h3{
    font-size:60px;
    color:#fff;
    margin-top:-25%;
}
.elevate_ambitions h4{
    font-size:50px;
    color:#fff;
    font-weight:bold;
}
.elevate_ambitions h5{
    color:#fff;
    font-weight:bold;
    font-size:20px;
}
.elevate_ambitions p{
    color:#fff;
    font-size:13px;
}
@media screen and (max-width:767px){
    .elevate_ambitions h2 {
        font-size: 37px;
    }
    .elevate_ambitions h3 {
        font-size: 40px;
        margin-top: -10%;
    }
    .elevate_ambitions h4 {
        font-size: 35px;
    }
    .elevate_ambitions{
        background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),url('../../images/frontend/elevate_ambitions.png');
        background-size:cover;
        background-position:center center;
        background-repeat:no-repeat;
        height:auto;
        padding:3% 0%;
    }
    .elevate_ambitions p{
        color:#fff;
        font-size:15px;
    }
    .elevate_ambitions h5{
        color:#fff;
        font-weight:bold;
        font-size:23px;
    }
}

/* elevate ambitions section end  */

/* scholarship section start  */

.scholarship .scholarship_content{
    background:rgba(240,126,29,0.1517857142857143);
    border-top:10px solid #F07E1D;
    padding:3% 5%;
}
.scholarship .scholarship_content h2{
    font-size:25px;
}
.scholarship .scholarship_content h3{
    font-weight:700;
}
.scholarship .scholarship_content hr.main_hr{
    border-bottom:5px solid #F07E1D;
    width:20%;
}
.scholarship .scholarship_content .scholarship_inner{
    background:#fff;
    padding:2%;
    height:auto;
    box-shadow:0px 0px 30px rgba(0,0,0,0.3);
}
.scholarship .scholarship_content .scholarship_inner h5{
    font-size:16px;
}
.scholarship .scholarship_content .scholarship_inner h5 span.small{
    font-size:12px;
    font-weight:500;
}
.scholarship .scholarship_content .scholarship_inner .carousel-inner {
    padding-bottom: 6%;
}
.scholarship .scholarship_content .scholarship_inner .carousel .carousel-indicators button{
    width:10px;
    height:10px;
    border:none;
    border-radius:50%;
    margin:0% 0.5%;
    background:rgba(245, 245, 245, 0.4);
}
.scholarship .scholarship_content .scholarship_inner .carousel .carousel-indicators button.active{
    background:rgba(245, 245, 245,1);
}

.scholarship .scholarship_content .scholarship_inner {
    background: #000;
    height: auto;
    margin-top: 5%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 4% 5%;
    margin-left: 5%;
    margin-right: 5%;
    }
    
    .scholarship .scholarship_content .scholarship_inner hr {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 2%;
    }
    .scholarship .scholarship_content .scholarship_inner h5{
    color:rgba(255, 255, 255, 0.5);
    }
    .scholarship .scholarship_content .scholarship_inner p{
    color:rgba(255, 255, 255, 0.5);
    }

@media (min-width:320px) and (max-width:4809px){
    .scholarship .scholarship_content h2 {
        font-size: 17px;
    }
}

/* scholarship section end  */


/* call button start  */

.CallButton {
    position: fixed;
    bottom: 16px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 100%;
    width: 60px;
    height: 60px;
}

.CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
}

.CallButton a:hover {
    text-decoration: none;
    color: #fff;
}

/* call now button end  */

/* Apply Now button start  */

.applyNowButton {
    position: fixed;
    bottom: 250px;
    z-index: 2200000;
    right: 0;
    box-shadow: 0 0 10px #ddd;
    background: #000;
    border-radius: 8px 0px 0px 8px;
    width: 40px;
    height: 100px;
    padding: 10px 10px 10px 20px;
    text-align: center;
    overflow: hidden;
}

.applyNowButton a {
    display: flex;
    color: #fff;
    transform: rotate(270deg);
    justify-content: center;
    height: 100%;
    white-space: nowrap;
    width: 100%;
    align-items: center;
}

.applyNowButton a h5 {
    font-size: 14px;
}

.applyNowButton a:hover {
    text-decoration: none;
    color: #fff;
}

.applyNowButton a img {
    max-width: 90%;
}



/* Apply Now  button end  */





.color-red {
    color: #C00000;
}

/*OSGU_edge_section starts*/
section.osgu_edge_section {
    background: #DCEEF4;
    overflow: hidden;
    padding-top: 60px;
}

section.geeta_edge_section .heading_one h2 {
    color: #243873;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1.306px;
}

section.geeta_edge_section .heading_one p {
    color: #000;
    text-shadow: 0px 3.479px 86.986px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 500;
}

section.geeta_edge_section .osgu-edge-cont ul li h3 {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 700;
}

section.geeta_edge_section .osgu-edge-cont ul li p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
}

section.osgu_beyond_deg_section {
    background-size: cover;
    padding: 80px 0;
    overflow: hidden;
    background-position: center;
}

section.osgu_beyond_deg_section .deg-head h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 94px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-top: 350px;
}

section.osgu_beyond_deg_section .deg-head h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

/*OSGU_edge_section ends*/
/*placements_section starts*/
section.placements_section {
    background: #c73434;
    overflow: hidden;
    padding: 50px 0;
}

section.placements_section span.rule_under {
    width: 184px;
    height: 5px;
    display: block;
    background: #F07E1D;
}


.head-place h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

span.rule_side {
    height: 2px;
    background: #F07E1D;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 20px;
}

.head-place {
    display: flex;
    align-items: end;
}

section.placements_section .row {
    align-items: self-end;
}

section.placements_section .stud-img {
    background: #FFF;
    box-shadow: 0px 4px 100px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 20px;
}

section.placements_section .stud-img img {
    width: 100%;
    margin-bottom: 10px;
}

section.placements_section .stud-cont h4 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
}

section.placements_section .stud-cont p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

.head-place {
    display: flex;
    align-items: end;
    margin-bottom: 80px;
}

/*placements_section ends*/
/*osgu_oppportunities_section starts*/
section.osgu_oppportunities_section {
    background: #c73434;
    padding: 80px 0;
}

section.osgu_oppportunities_section .oppr-head h2 {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
}

section.osgu_oppportunities_section .oppr-head h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

section.osgu_oppportunities_section .counter-dv h3 {
    color: #F07E1D;
    text-shadow: 0px 3.479px 86.986px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
}

section.osgu_oppportunities_section .count-dv .border_right{
    border-right:1px solid rgba(255,255,255,0.4) !important;
}

section.osgu_oppportunities_section .counter-dv p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

section.osgu_oppportunities_section .carousel-cell3 {
    padding: 0 15px;
    background: transparent;
    margin: 23px 0;
}

section.osgu_oppportunities_section .carousel-cell3 img {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
}

section.osgu_oppportunities_section .flickity-viewport {
    overflow: hidden;
    position: relative;
}

section.osgu_oppportunities_section .head-place {
    margin-top: 60px;
    margin-bottom: 0;
}

/*osgu_oppportunities_section ends*/
/*campus_section starts*/
section.campus_section {
    background: #F07E1D;
    padding: 80px 0;
    overflow: hidden;
}

section.campus_section .capus-head h2 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 94px;
    font-weight: 500;
}

section.campus_section .capus-head h3 {
    color: #FFF;
    font-family: Montserrat;
    font-size: 44px;
    font-weight: 400;
    margin-top: 80px;
}

section.campus_section .capus-head img {
    position: absolute;
    top: -30px;
    right: 40px;
    width: 100%;
}


/*-- vertical bootstrap slider --*/
section.campus_section .carousel .carousel-item-next.carousel-item-left,
section.campus_section .carousel .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

section.campus_section .carousel .carousel-item-next,
section.campus_section .carousel .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

section.campus_section .carousel .carousel-item-prev,
section.campus_section .carousel .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

/*-- vertical carousel indicators --*/
section.campus_section .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
    right: 0px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

section.campus_section .carousel-indicators li {
    display: block;
    margin-bottom: 0px;
    border-radius: 0;
    width: 30px;
    height: 5px;
    background: #fff9;
    transition: all ease 0.6s;
    border:none !important;
    border-radius:4px;
}

section.campus_section .carousel-indicators li.active {
    background: #fff;
    width: 70px;
    border-radius: 4px;
}

section.campus_section .img-camp img {
    width: 90%;
    margin-right: auto;
}

section.campus_section .row {
    align-items: center;
}

/*campus_section ends*/

/*meet_advnture_section starts*/
section.meet_advnture_section {
    padding: 60px 0;
}

section.meet_advnture_section .meet_advnture_dv h2 {
    color: #243873;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

section.meet_advnture_section .meet_advnture_dv h3 {
    color: #000;
    font-family: Montserrat;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}

/*meet_advnture_section ends*/


/*footer_one starts*/
footer.footer_one {
    padding: 80px 0px 0;
    position: relative;
}

footer.footer_one:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    width: 90%;
    height: 2px;
    background: rgba(0, 0, 0, 0.50);
}

footer.footer_one .footer-logo p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
}

footer.footer_one .footer-logo img {
    float: left;
    margin-right: 20px;
}

footer.footer_one .help-no h4 {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
}

footer.footer_one .help-no a {
    color: rgba(0, 0, 0, 0.60);
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
}

footer.footer_one .copyright p a {
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
}

footer.footer_one .copyright p {
    margin-bottom: 0;
}

footer.footer_one .copyright p {
    color: rgba(0, 0, 0, 0.60);
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}

footer.footer_one .copyright {
    padding: 15px 0;
}


/*footer_one ends*/

/* call button start  */

.CallButton {
    position: fixed;
    bottom:300px;
	padding:7px;
    z-index: 2200000;
    right: 0px;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    background: #CE0004;
    border-radius: 10px;
    width: 120px;
    height: 40px;
    }
    
    .CallButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    }
    
    .CallButton a:hover {
    text-decoration: none;
    color: #fff;
    }
    
    /* call now button end  */


/*ADMISSION PROCESS SECTION STARTS*/
section.addmission_process_section {
    padding: 100px 0;
    position: relative;
}

section.addmission_process_section .timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

section.addmission_process_section .timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px;
    width: 16.666%;
}

@media (min-width:768px) {

    section.addmission_process_section .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: 2px solid #000;
        width: 100%;
        position: absolute;
        right: 7.5rem;
        top: 40px;
        z-index: -1;
    }
}

section.addmission_process_section .timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

section.addmission_process_section .timeline-content p {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.3px;
    margin-top: 25px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 3rem;
    width: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #3b82f6;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle {
    border-radius: 11.5rem;
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.35));
    padding: 12px;
}

section.addmission_process_section .timeline-steps .timeline-content .inner-circle img {
    height: 35px;
    width: auto;
}

section.addmission_process_section .add-head h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 400;
}

section.addmission_process_section a {
    color:#fff;
    /* padding:0.5% 3%; */
    /* border-radius:50px; */
    text-decoration: none;
    font-weight:bold;
}

span.color-blue {
    color: #243873;
}

.add-sctn {
    background: #FFF;
    box-shadow: 0px 3.504px 87.605px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    z-index: 9;
    position: relative;
}

.add-sctn a.red_background {
    position: absolute;
    right: 50px;
    bottom: -16px;
}

section.addmission_process_section:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: #dceef4;
    z-index: 0;
}

/*ADMISSION PROCESS SECTION ENDS*/


@media screen and (max-width: 1199.98px) {


    section.addmission_process_section .timeline-steps {
        display: block;
    }

    section.addmission_process_section .timeline-steps .timeline-step {
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        padding: 10px;
        width: 100%;
    }

    section.addmission_process_section .timeline-steps .timeline-content {
        width: 100%;
        display: flex;
    }

    .inner-circle {
        margin-right: 20px;
    }

    .timeline-step:after {
        content: "";
        height: 100%;
        width: 2px;
        background: #000;
        position: absolute;
        top: 30px;
        left: 30px;
        z-index: -1;
        padding: 0;
    }

    .timeline-step {
        padding: 25px 0 !IMPORTANT;
    }


}

@media screen and (max-width: 992px) {

    section.osgu_beyond_deg_section .deg-head h2 {
        font-size: 34px;
        margin-top: 180px;
    }

    section.osgu_beyond_deg_section .deg-head h3 {
        font-size: 22px;
    }

    section.campus_section .capus-head h2 {
        font-size: 64px;
        font-weight: 700;
    }

    section.campus_section .capus-head h3 {
        font-size: 24px;
        margin-top: 10px;
    }

    section.addmission_process_section .add-head h2 {
        color: #000;
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 400;
    }

    section.geeta_edge_section {
        padding-top: 0;
    }

    .osgu-edge-cont ul {
        padding-left: 18px;
    }

    .geeta_img {
        margin: 35px 0;
    }

    section.osgu_beyond_deg_section {
        padding: 20px 0;
    }

    section.placements_section {
        padding: 20px 0;
    }

    .head-place {
        margin-bottom: 40px;
    }

    section.osgu_oppportunities_section .oppr-head h2,
    section.meet_advnture_section .meet_advnture_dv h2 {
        font-size: 34px;
    }

    section.osgu_oppportunities_section .oppr-head h3,
    section.meet_advnture_section .meet_advnture_dv h3 {
        font-size: 22px;
    }

    section.campus_section .carousel-indicators {
        right: -30px;
    }

    footer.footer_one .footer-logo img {
        float: none;
        margin-right: 20px;
        margin-bottom: 25px;
    }

    footer.footer_one .footer-logo p {
        color: rgba(0, 0, 0, 0.60);
        font-family: Montserrat;
        font-size: 14px;
        font-weight: 500;
    }

    section.osgu_oppportunities_section .counter-dv p {
        font-size: 14px;
        text-align: center;
    }

    section.osgu_oppportunities_section .counter-dv h3 {
        font-size: 34px;
        text-align: center;
    }

    section.addmission_process_section {
        padding: 80px 0;
    }

    .add-sctn a.red_background {
        position: absolute;
        right: 140px;
        bottom: -16px;
    }
}
