html,body{
top: 0;
left: 0;
box-sizing: border-box;
overflow-x: hidden;
width: 100%;
scroll-behavior: smooth;
}
*{
/* font-family: 'Nunito', sans-serif; */
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Satisfy', cursive; */
font-family: 'Poppins', sans-serif;
}
@media screen and (max-width:767px){
    .header .phone{
        /* display:none; */
    }
    .banner-panel .banner-txt a{
        display:block;
        width:70%;
    }
}
@media (min-width:768px) and (max-width:5000px){
    .banner-panel .banner-txt a{
        display:none;
    }
    .header .phone{
        display:block;
    }
}


header {
    position: absolute;
    top: 0;
    /* width: 100vw; */
    /* padding: 12px 0; */
    z-index: 99;
    left:90px;
    padding:20px 0 50px;
}
header .logout a {
    display: inline-block;
   /* margin-top: 18px;*/
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #000 !important;
    /*background: #f2901d !important;*/
    font-weight: 600;
}
/*, header .logout a*/

header .phone a {
    display: inline-block;
    margin-top: 18px;
    padding: 8px 25px !important;
    border-radius: 50px;
    color: #000 !important;
    background: #f2901d !important;
    font-weight: 600;
}
.phone_header img{
    height:80px !important;
    width:200px !important; 
    padding-left:10px;
    padding-bottom:20px;
}
.phone_header a{
    border-radius:50px;
}
.logo {
    position: relative;
    float: left;
    background:#fff;
    padding:10px 20px;
}
.logo img {
    position: relative;
    z-index: 999;
    width: 200px;
}
.logo_bg {
    position: absolute;
    top: -12px;
    left: -25px;
    right: 0;
    margin: 0 auto;
    z-index: 9;
    width: 484px;
}
/*.banner-panel{
    width: 100%;
    background: url(../../../images/vgu_theme/cet/backdrop.svg) left no-repeat, linear-gradient(to left, #2B2872, #f8a125);
    background-size: auto 103%;
}*/
.banner-panel {
    width: 100%;
    background: url('images/image1.jpg') no-repeat center top;
    background-size: 100% 100%;
    position: relative;
    height: auto;
    min-height: 700px;
    padding: 90px 0;
}
.btn-white {
    background: #fff;
}
.banner_contact_sec {
    position: relative;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-txt h1 {
    position: absolute;
    top: 50%;
    text-align: left;
    font-size: 58px !important;
    color: #fff;
    line-height: 68px;
    transform: translateY(-50%);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.banner-txt h1 strong {
    display: inline-block;
    font-weight: 700;
}
.banner-txt h1 strong.white_bg, .banner-txt h1 strong.yellow {
    padding: 3px 10px;
    font-size: 54px;
}
.banner-txt h1 strong.yellow {
    color: #000;
    background:#f2901d !important;
}
.white_bg {
    background: #fff;
    color: #811811;
}
.form-panel {
    background: rgba(0,0,0,.8);
    padding: 30px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    min-height: 370px;
    color: #fff;
    border-radius: 0px;
    border-right: 10px solid #fff;
}
.form-panel .register-panel{
    margin-top: 20px;
}
.form-panel .line{
    position: relative;
    height: 2px;
    background: rgba(255,255,255,.3);
}
.form-panel .line:before{
    position: absolute;
    left: 0;
    width: 20%;
    height: 100%;
    background: #f8a125;
    content: '';
}
.form-panel h4{
    font-weight: 700;
}
.form-panel a{
    display: inherit;
    color: #fff;
}
.form-panel a:hover {
    color: #ffc107;
}

@media screen and (max-width:767px){
    html{
        overflow-x:hidden !important;
        width:100%;
    }
    
}

.started-panel{
    position: relative;
    padding: 100px 0;
    background: url('images/FeaturedImageGA3.jpg') no-repeat center;
    background-size: cover;
    color: #fff;
}

.banner-txt a{
    background:#f2901d;
    color:#000;
    font-size:large;
    font-weight:bold;
    padding:10px 20px;
    margin-bottom:20px !important;
    border-radius:50px;
 }


.header_section{
height: auto;
background-size: 100% 100%;
background-position: center center;
background-repeat: no-repeat;
margin-bottom: 0px;
padding: 10px 0px 80px 0px;
}
.header_section .navbar-nav .nav-item .nav-link{
color: #000;
}
.header_section .navbar-nav .nav-item .nav-link:hover{
color: #fff;
}
.header_section .navbar img{
height: 80px;
width: 260px;
}
@media screen and (max-width:767px){
.header_section{
background-size: cover;
background-position: left;
}
.header_section .navbar-nav .nav-item .nav-link{
color: #000;
font-weight: bold;
}
}
.nav-link{
color: #710c04;
}
.banner_text{
padding-top: 100px;
}
.banner_text h1{
font-size: 40px;
font-weight: 700;
color: #fff;
}
.banner_text img{
height: 130px;
width: 150px;
}
.banner_text h6{
font-size: 13px;
}
.submit_form{
background: #710c04;
height: auto;
margin-top:15px;
border-radius: 7px;
box-shadow:0px 0px 20px rgba(0, 0, 0, 0.5);
}
.submit_form .country_code .country-list-container select{
height: 30px;
}
.submit_form .country_code input[type="number"]{
height: 30px;
}
.form-group select{
height: 30px;
}
.form-group p{
font-size: 13px;
font-weight: bold;
}
input[type="text"], input[type="email"], input[type="number"] {
background-color : #fff;
border: 0px;
border-radius: 0px;
}
@media screen and (max-width:767px){
.banner_text{
padding-top: 40px;
}
.banner_text h1{
font-size: 30px;
text-align: center;
}
.banner_text h2{
font-size: 50px;
text-align: center;
}
.banner_text img{
height: 100px;
width: 100px;
margin-top: -40px;
}
.submit_form{
width: 70%;
margin-left: 15%;
}
}
@media (min-width:768px) and (max-width:1200px){
.banner_text{
padding-top: 40px;
}
.banner_text h1{
font-size: 35px;
}
.banner_text h2{
font-size: 60px;
margin-top: 20px;
}
.banner_text img{
height: 90px;
width: 90px;
}
}
/* certificate section */
.certificate_section{
margin: 0px 0px;
padding: 60px 140px;
background-color: #1e5631;
/* background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
}
.certificate_section h1{
    margin-bottom:40px;
}
.certificate_section .img1 img{
height: 150px;
width: 170px;
}
.certificate_section .img1 h6{
font-size: 11px;
}
.certificate_section .img1{
box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.6);
border-radius: 40px;
width:80%;
}
.certificate_section hr{
border: 1px solid #fff;
margin: 0px 0px 40px 0px;
}
.certificate_section .second_row .logos{
border-radius: 15px;
}
.certificate_section .second_row img{
height: 150px;
width: 150px;
}
.certificate_section .second_row h6{
font-size: 11px;
}
@media screen and (max-width:767px){
.certificate_section{
padding: 60px 0px;
}
.certificate_section .second_row img{
height: 80px;
width: 80px;
}
.certificate_section .second_row h6{
font-size: 12px;
}
}
/* certificate section */
/* .certificate_section{
margin: 50px 0px 50px 0px;
}
.certificate_section .one img{
height: 80px;
width: 80px;
}
.certificate_section .one h6{
font-weight: 700;
}
.certificate_section .one h6 span{
color: #710c04;
}
.certificate_section .one hr{
border: 1px solid #1e5631;
}
.certificate_section .two img{
height: 380px;
width: 350px;
}
@media screen and (max-width: 767px){
.certificate_section .one img{
height: 60px;
width: 60px;
}
.certificate_section .one h6{
font-size: 12px;
}
.certificate_section .two img{
height: 250px;
width: 250px;
}
} */
.about{
    font-size:60px;
}
.about_heading{
color: #710c04;
font-size:60px;
margin-top:-20px;
}
.about_text{
font-size: 16px;
font-weight: 600;
}
@media screen and (max-width: 767px){
.about_heading{
font-size: 42px;
}
.about{
font-size: 42px;
}
.certificate_section{
margin: 40px 0px 40px 0px;
}
}
.student_img{
border-radius: 8px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
height: 300px;
width: 200px;
}
.about_bahra_bottom_hr{
border: 1px solid #1e5631;
}
.count{
color: #1e5631;
}
.count_text{
color: #710c04;
font-size: 13px;
font-weight: bold;
}
.reward_banner{
padding: 50px 0px;
background-repeat: no-repeat;
background-size: 100% 100%;
background-position: center center;
background-attachment: fixed;
}
.apply_now_button{
padding: 10px 100px;
}
@media screen and (max-width: 767px){
.reward_banner h1{
font-size: 32px;
}
.reward_banner h4{
font-size: 18px;
margin-top: 20px;
}
.apply_now_button{
padding: 7px 50px;
}
}
.our_programmes h1{
font-size: 40px;
color: #710c04;
}
.our_programmes h1 span{
color: #710c04;
font-weight: 500;
font-size: 40px;
}
.our_programmes hr.our_programmes_top_hr{
color: #1e5631;
border: 1px solid #1e5631;
width: 70%;
}
.our_programmes h2{
font-weight: 500;
}
.our_programmes p{
font-size: 18px;
font-weight: 700;
color: #710c04;
}
.our_programmes p span{
color: #000;
}
.our_programmes a{
font-size: 20px;
}
@media screen and (max-width: 767px){
.our_programmes h1{
font-size: 35px;
}
.our_programmes h2{
font-size: 28px;
}
.our_programmes p{
font-size: 16px;
}
}
.bahra_images{
margin-top: 0px;
}
.bu_achivers{
background: #710c04;
margin-top: 0px;
margin-bottom: 70px;
padding: 80px 0px;
}
.bu_achivers h1{
font-size: 40px;
}
.bu_achivers h1 span{
font-weight: 500;
}
.bu_achivers .card img.card_img1{
height: 180px;
}
.bu_achivers .card i{
color: #1e5631;
border: 0;
padding: 7px;
border-radius: 50px;
box-shadow: 0px 0px 15px rgba(0, 0, 0,0.5);
background: #fff;
height: 30px;
width: 30px;
margin-top: -20px;
margin-left: 20px;
}
.bu_achivers .card .card-text{
font-size: 11px;
text-align: justify;
line-height: 15px;
font-weight: 700;
margin-top: -20px;
}
.bu_achivers .card p.card-title{
color: #1e5631;
font-weight: bold;
}
.bu_achivers .card p.sub_title{
color: #000;
font-size: 10px;
font-weight: 700;
margin-top: -10px;
}
.top_recruiters h1{
font-size: 45px;
color: #710c04;
}
.top_recruiters h1 span{
font-weight: 400;
}
.top_recruiters hr{
border: 1px solid #1e5631;
}
/* .top_recruiters img{
height: 90px;
width: 190px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
border-radius: 5px;
}
@media screen and (max-width: 767px){
.top_recruiters img{
width: 90%;
height: 80px;
}
} */
.bahra_image img{
width: 100%;
height: 550px;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
.bahra_image img{
height: 350px;
}
}
.bahra_image hr.top_hr{
border: 15px solid #1e5631;
margin-bottom: 0px;
width: 75%;
}
.bahra_image hr.bottom_hr{
border: 15px solid #1e5631;
margin-top:0px;
width:75% ;
}
.footer_hr{
border: 1px solid #1e5631;
}
.fa-location-dot{
color: #710c04;
background: #fff;
padding: 15px;
/* border: 1px solid #000; */
border-radius: 50%;
margin-top: -100px;
margin-left: 100px;
}
.footer_top{
margin-top: 90px;
margin-bottom: 30px;
}
@media screen and (max-width:767px){
.fa-location-dot{
margin-left: 10px;
}
}
.footer_section p{
font-size: 20px;
font-weight: 500;
}
.fa-plane-departure,.fa-train,.fa-bus{
font-size: 22px;
color: #710c04;
}
.footer_section h4{
color: #710c04;
}
.fa-facebook-square,.fa-instagram-square,.fa-whatsapp-square{
color: #710c04;
}
.footer_bottom_hr{
border: 5px solid #710c04;
margin-bottom: 0px;
width: 100%;
margin-top: 60px;
}
@media screen and (max-width: 767px){
.contact_detail h4{
font-size: 20px;
}
.contact_detail h3{
font-size: 18px;
}
.footer_section p{
font-size: 18px;
margin-bottom: 30px;
}
}
.collaboration_text{
background-color: #1e5631;
background-image: linear-gradient(315deg, #000 10%, #1e5631 74%);
clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
z-index: 999;
}
.collaboration_text h1{
font-size: 50px;
}
.carousel-cell4 {
width: 25%;
height: 120px;
margin-right: 30px;
margin-bottom: 30px;
border-radius: 5px;
padding:0px;
counter-increment: carousel-cell;
}
.carousel-cell4 img{
height: 80%;
width: 100%;
padding: 0px;
margin: 20px;
box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4);
z-index: 1;
}
@media screen and (max-width:767px){
.carousel-cell4 img{
height: 70%;
width: 100%;
}
.carousel-cell4{
width: 33%;
}
.collaboration_text{
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}
/* footer */
ul {
margin: 0px;
padding: 0px;
}
.footer-section {
background: #fff;
position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #ff5e14;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #000;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #ff5e14;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
position: absolute;
right: 0;
background: #ff5e14;
padding: 13px 20px;
border: 1px solid #ff5e14;
top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #ff5e14;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
color: #fff;
}
.footer-menu li:hover a{
color: #ff5e14;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}
/* footer */
/* download brochure */
.apply_now1 h1{
font-size: 48px;
color: #fff;
}
.apply_now1 a{
font-size: 20px;
background: #1f3c92;
border: 0px;
color: #fff;
padding: 15px 40px;
border-radius: 50px;
font-weight: 500;
}
@media screen and (max-width:767px){
.apply_now2 h1,.apply_now1 h1{
font-size: 40px;
}
.apply_now1,.apply_now2{
height: 40vh;
}
.apply_now1 a,.apply_now2 a{
font-size: 16px;
}
}
/* download brochure */
/* scholarship section */
.scholarship{
margin: 50px 0px;
/* background-color: #1e5631;
background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
}
.scholarship table{
/* background-color: #1e5631;
background-image: linear-gradient(315deg, #710c04 0%, #1e5631 74%); */
/* background-color: #fff; */
border: 1px solid #000;
}
.scholarship hr{
border: 1px solid #1e5631;
}
.scholarship table td{
border: 1px solid #000;
}
.scholarship table th{
border: 1px solid #000;
}
.scholarship table thead tr{
background: #1e5631;
}
.scholarship h1{
color: #1e5631;
}
.scholarship ul li p{
font-size: 25px;
}
/* scholarship section */
/* counter section */
.counter-section .per span {
color: #f4bf00;
}
.counter-section{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: #710c04;

padding: 80px 0px;
margin-top: 0px;
}
.counter-section h3 {
font-family: 'Rubik', sans-serif;
color: #fff;
font-size: 14px;
font-weight: 400;
}
.counter-section .per {
font-family: 'Nunito', sans-serif;
font-size: 24px;
line-height: 24px;
font-weight: 400;
color: #fff;
margin-bottom: 5px;
}
.counter-section .per span {
font-size: 46px;
line-height: 46px;
font-weight: 600;
}
.inspir-section{
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
.inspir-section .sec-title3 .title{
color:#253c80;
}
.inspir-section ul li{
float:left;
width:50%;
}
.inspir-section ul li {
float: left;
width: 46%;
text-align: center;
background: #253c80;
margin-bottom: 10px;
padding: 10px;
color: #fff;
font-size: 16px;
border: 2px solid #cc9b4f;
}
.inspir-section ul li:last-child{
width:100%;
}
.inspir-section ul li:nth-child(even) {
margin-left: 8%;
}
.our-partners .sec-title3 h1{
color:#1f3c92;
}
.our-partners .our_partner {
text-align: center;
border: 1px solid #253c80;
padding: 20px 0px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.course-section .sec-title3 .title{
color:#253c80;
}
.course-section .table th{
background: #253c80;
color: #fff;
border-color: #cc9b4f;
text-align:center;
}
.course-section .table-bordered td {
border: 1px solid #cc9b4f;
position:relative;
}
.course-section .table .muliple{
margin-left:20px;
}
.course-section .table .muliple li::before {
content: "";
position: absolute;
left: 13px;
margin-top: 7px;
width: 9px;
height: 9px;
background-color: #257ad2;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
@media screen and (max-width:767px){
.counter-section .per h3{
font-size: 11px;
}
.counter-section .per {
font-size: 15px;
}
}
/* counter section */



/* call button start  */

.CallButton {
    position: fixed;
    bottom: 90px;
    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: 200px;
    z-index: 2200000;
    right: -3%;
    box-shadow: 0 0 10px #ddd;
    /* background-color: var(--whiteColor); */
    /* background:#000; */
    border-radius: 5% 5% 0% 0%;
    width: 110px;
    height: 40px;
    transform: rotate(270deg);
    }
    
    .applyNowButton a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    }
    
    .applyNowButton a h5 {
    font-size: 14px;
    font-weight: 700;
    }
    
    .applyNowButton a:hover {
    text-decoration: none;
    color: #000;
    }
    
    .applyNowButton a img {
    max-width: 90%;
    }
    
    @media (min-width:320px) and (max-width:480px) {
    .applyNowButton {
        position: fixed;
        bottom: 200px;
        z-index: 2200000;
        right: -10%;
        box-shadow: 0 0 10px #ddd;
        /* background-color: var(--whiteColor); */
        background: #000;
        border-radius: 5% 5% 0% 0%;
        width: 110px;
        height: 40px;
        transform: rotate(270deg);
    }
    }
    
    /* Apply Now  button end  */


    @media (min-width:320px) and (max-width:480px){
        .program_wrap {
            padding: 15px !important;
        }
        #v-pills-tabContent {
            margin: 0 0 0 0px !important;
        }
        #v-pills-tab {
            margin: 0 0px 0px !important;
        }
        #v-pills-tabContent h2 {
            font-size: 25px !important;
        }
        .certificate_section h1 {
            font-size: 35px;
        }
    }