.btn-style-one {
    font-size: 18px;
    color: #fff;
    background: #aa0a22;
    padding: 10px 20px;
    font-weight: 700;
    transition: all ease .3s;
    transform: scale(1);
}
.btn-style-one:hover {
    color: #fff;
    transform: scale(0.95);
}





.inner_header nav .dropdown .dropdown-menu .dropdown-item{
    font-size: 15px;
    font-weight: 600;
}
.inner_header nav .dropdown .dropdown-menu .dropdown-item:hover{
    background:#aa0a22;
    color:#fff !important; 
}

.number a {
    padding: 10px 25px !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 17px;
    display: block;
}
.baner_section h1 {
    position: relative;
    margin-bottom: 40px;
    font-size: 36px;
}
.baner_section h1 span {
    font-size: 86px;
    position: absolute;
    font-weight: 700;
    top: 29px;
    right: 13px;
}

.banner_below_sec {
    /* padding: 15px; */
    width: 100%;
    position: relative;
}
.gray_bg {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+0,efefef+50,cdcdcd+100 */
background: rgb(239,239,239); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(239,239,239,1) 0%, rgba(239,239,239,1) 50%, rgba(205,205,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 50%,rgba(205,205,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(239,239,239,1) 0%,rgba(239,239,239,1) 50%,rgba(205,205,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cdcdcd',GradientType=1 ); /* IE6-9 */
}
.white_bg {
	background: #fff;
}
.black_bg {
	background: #000;
}
.banner_below_sub_sec {
    padding: 20px 20px;
    min-height: 250px;
    box-shadow: 1px 0 21px rgb(0 0 0 / 16%);
    position: absolute;
    top: -100px;
}
.banner_below_icon {
    width: 100%;
    /* height: 76px; */
    text-align: left;
    margin-bottom: 20px;
}
.banner_below_icon h2 {
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    color: #aa0a22;
}
.banner_below_sub_sec p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #4a4545;
    margin: 0;
}
.banner_below_sec h4 {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    margin: 0px 0 10px 0;
}
.black_bg h4 {
	color: #fff !important;
}
.black_bg p {
	color: rgba(255,255,255,0.5) !important;
}
.black_bg .banner_below_icon h2 {
    color: #ed1b23;
}

.why_us_wrap {
	padding: 80px 0 80px;
	position: relative;
}
/*.why_us_wrap::before {
    position: absolute;
    content: '';
    background: url(../../../images/aimcet_theme/why_us_overlay.png) no-repeat top right / 100% 100%;
    width: 300px;
    height: 124px;
    top: 0;
    right: 0;
}*/
.why_us_wrap h2 {
    font-size: 40px;
    color: #000;
    font-weight: 500;
    margin: 0;
    line-height: 52px;
    position: absolute;
    top: 50px;
    left: -17px;
}
.why_us_wrap p {
    font-size: 17px;
    font-weight: 400;
    color: #525252;
    margin: 15px 0;
    line-height: 21px;
    display: inline-block;
    min-height: 84px;
}
.why_us_sub_container {
    padding: 60px;
    position: relative;
}
.why_us_sub_container::before {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    border-top: 2px dashed #bc0a22;
    border-left: 2px dashed #bc0a22;
    border-bottom: 2px dashed #bc0a22;
    top: 0;
    left: 0;
}
.why_us_sub_container::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 100%;
    border-top: 15px solid #bc0a22;
    border-right: 15px solid #bc0a22;
    border-bottom: 15px solid #bc0a22;
    top: 0;
    right: 0;
}
.why_us_title_1 {
    margin: 40px 20px;
}
.gmec_wrap {
    background-size: cover;
    color: #fff;
    background-position: 0% 47%;
    background: url(../img/gmec_bg.jpg) center;
    margin: 0;
}
.gmec_wrap h2 {
    font-size: 50px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 25px;
    line-height: 70px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
}
.gmec_wrap h2 span {
    display: inline-block;
    font-weight: 800;
}
.gmec_wrap .overlay {
    padding: 180px 0px 40px;
    /*background-color: rgba(188,10,34, 0.6);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#aa0a22+0,bc0a22+100&1+0,0.7+87,0+100 */
    background: -moz-linear-gradient(top,  rgba(170,10,34,1) 0%, rgba(186,10,34,0.7) 87%, rgba(188,10,34,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(170,10,34,1) 0%,rgba(186,10,34,0.7) 87%,rgba(188,10,34,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(170,10,34,1) 0%,rgba(186,10,34,0.7) 87%,rgba(188,10,34,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa0a22', endColorstr='#00bc0a22',GradientType=0 ); /* IE6-9 */
}
.gmec_wrap p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    /*margin: 0;*/
}

.about_ctpl_wrap {
    background: url(../img/h-img-3.jpg) no-repeat center top;
    background-size: cover;
    padding: 70px 0;
}
.about_ctpl_wrap .banner_bottom_left_sec {
    background: #aa0a22;
    padding: 40px 60px 40px 30px;
    border-right: 1px solid #fff;
    position: relative;
    text-align: right;
    border-radius: 15px;
    width: 100%;
    float: right;
}
.banner_bottom_left_sec::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 92%;
    background: #fff;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*.about_ctpl_wrap .banner_bottom_left_sec h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    border-bottom: none;
    margin: 0 0 30px;
}*/
.about_ctpl_wrap .banner_bottom_left_sec h4 {
    font-size: 27px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 60px;
    position: relative;
}
.about_ctpl_wrap .banner_bottom_left_sec h4::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background: #fff;
    top: 0;
    right: -32px;
}
.about_ctpl_wrap .banner_bottom_left_sec p {
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 20px;
}
.btn1 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 0 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 40px;
}
.btn1 i {
    float: right;
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 40px;
}
.btn1:hover {
    background: #08cb84;
    color: #fff;
}

/*################## Admission Process ##################################*/
.design-process-section {
    padding: 60px 0;
    background: #aa0a22;
}
.design-process-section .text-align-center {
    line-height: 25px;
    margin-bottom: 12px;
}
.design-process-section h2 {
    text-align: center;
    margin: 0 0 10px;
    font-size: 46px;
    font-weight: 400;
    color: #fff;
}
.design-process-section h2 span {
    font-weight: 700;
}
.design-process-section h4 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 16px;
    font-weight: 400;
    color: #c7c7c7;
}
.design-process-content {
    border: 1px solid #e9e9e9;
    position: relative;
    padding: 16px 34% 30px 30px;
}
.design-process-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-height: 100%;
}
.design-process-content h3 {
    margin-bottom: 16px;
}
.design-process-content p {
    line-height: 26px;
    margin-bottom: 12px;
}
.process-model {
    list-style: none;
    padding: 0;
    position: relative;
    max-width: 100%;
    margin: 20px auto 26px;
    border: none;
    z-index: 0;
    text-align: center;
}
.process-model li::after {
    background: #e5e5e5 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    margin: 0 auto;
    position: absolute;
    right: -82px;
    top: 33px;
    width: 90%;
    z-index: -1;
}
.process-model li.visited::after {
    background: #aa0a22;
}
.process-model li:last-child::after {
    width: 0;
}
.process-model li {
    display: inline-block;
    width: 18%;
    text-align: center;
    float: none;
    position: relative;
    vertical-align: top;
}
.nav-tabs.process-model > li.active > a, .nav-tabs.process-model > li.active > a:hover, .nav-tabs.process-model > li.active > a:focus, .process-model li a:hover, .process-model li a:focus {
    border: none;
    background: transparent;
    text-decoration: none;
    /*color: #aa0a22;*/
}
.process-model li a {
    padding: 0;
    border: none;
    color: #aa0a22;
}
.process-model li.active,
.process-model li.visited {
    color: #aa0a22;
}
.process-model li.active a,
.process-model li.active a:hover,
.process-model li.active a:focus,
.process-model li.visited a,
.process-model li.visited a:hover,
.process-model li.visited a:focus {
    color: #aa0a22;
}
.process-model li.active p,
.process-model li.visited p {
    font-weight: 600;
}
.process-model li i {
    display: block;
    height: 68px;
    width: 68px;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #ffffff;
    line-height: 65px;
    font-size: 30px;
    border-radius: 50%;
    color: #aa0a22;
}
.process-model li.active i, .process-model li.visited i  {
    background: #fff;
    border-color: #aa0a22;
}
.process-model li h4 {
    font-size: 18px;
    margin: 12px 0 0;
    font-weight: 600;
    color: #fff;
}
.process-model li p {
    font-size: 14px;
    margin-top: 5px;
    color: #c7c7c7;
}
.process-model.contact-us-tab li.visited a, .process-model.contact-us-tab li.visited p {
    color: #606060!important;
    font-weight: normal
}
.process-model.contact-us-tab li::after  {
    display: none; 
}
.process-model.contact-us-tab li.visited i {
    border-color: #e5e5e5; 
}



@media screen and (max-width: 560px) {
  .more-icon-preocess.process-model li span {
        font-size: 23px;
        height: 50px;
        line-height: 46px;
        width: 50px;
    }
    .more-icon-preocess.process-model li::after {
        top: 24px;
    }
}
@media screen and (max-width: 380px) { 
    .process-model.more-icon-preocess li {
        width: 16%;
    }
    .more-icon-preocess.process-model li span {
        font-size: 16px;
        height: 35px;
        line-height: 32px;
        width: 35px;
    }
    /*.more-icon-preocess.process-model li p {
        font-size: 8px;
    }*/
    .more-icon-preocess.process-model li::after {
        top: 18px;
    }
    .process-model.more-icon-preocess {
        text-align: center;
    }
}
/*################## Admission Process ##################################*/
.careers_section h2 {
    font-size: 46px;
    font-weight: 600;
    color: #000;
    margin: 0;
    position: absolute;
    top: -15px;
    left: 15px;
}
.mar-top-small {
    margin-top: 15px !important;
}
.careers_section_content ul {
    padding: 0;
    margin: 0;
}
.careers_section_content ul li {
    font-size: 16px;
    font-weight: 400;
    color: #c7c7c7;
    line-height: 22px;
    display: block;
    position: relative;
    padding: 0 0 0 25px;
}
.careers_section_content ul li::before {
    position: absolute;
    content: '\f178';
    font-family: 'FontAwesome';
    top: 0px;
    left: 0;
    color: #fff;
}
.apply_btn_1 {
    display: inline-block;
    margin: 20px 0 0px;
    padding: 10px 25px 11px;
    background: #d3d3d3;
    color: #000;
    font-size: 18px;
    line-height: 20px;
}
.apply_btn_1:hover {
    background: #aa0a22;
    color: #fff;
    text-decoration: none;
}


.inner_banner {
    height: 300px;
    overflow: hidden;
    position: relative;
}
.inner_banner img {
    width: 100%;
    object-position: 0 -55px;
}
.inner_banner h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 60px;
    font-weight: 700;
    color: rgba(255,255,255,1);
}


.inner_header .collapse ul li a {
    color: #fff;
}
.inner_header {
    position: relative;
}
.inner_header .nav_section {
    position: static !important;
}
.inner_header .number a {
    /*color: #aa0a22 !important;*/
    /*background: rgba(255,255,255,0.7) !important;*/
}
.about_wrap {
    padding: 60px 0;
}
.about_wrap.examination_wrap {
    padding: 40px 0;
}
.about_wrap.examination_wrap.top {
    padding: 60px 0 0;
}
.about_wrap.examination_wrap.bottom {
    padding: 40px 0 60px;
}
.grey_bg {
    background: #ebebeb !important;
}
.about_wrap h2 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0px 0 30px;
    font-size: 2.6rem;
    width: 100%;
    background-color: transparent;
}
.about_wrap_content p {
    margin-top: 40px;
}

.gmcet_campus_banner{
    background: #e4e1e1;
    padding:4% 15%;
}
.gmcet_campus_banner h2{
    color:#aa0a22;
    font-size:70px;
    font-weight:bold;
    text-align:center;
    margin-bottom:40px;
}
.gmcet_campus_banner .gmcet_campus_inner_div{
    border:2px dashed #aa0a22;
    height:20vh;
}
.gmcet_campus_banner .gmcet_campus_content_div{
    background:#aa0a22;
    /* height:20vh; */
    margin-top:-10%;
    padding:20px;
    border-radius:5px;
}
.gmcet_campus_banner .gmcet_campus_content_div p{
    color:#fff;
}

@media (min-width:320px) and (max-width:480px){
    .gmcet_campus_banner h2{
        font-size:50px;
        padding-top:15%;
    }
    .gmcet_campus_banner{
        padding:4% 5%;
    }
    .gmcet_campus_banner .gmcet_campus_content_div{
        margin-top:-30%;
        padding:10px;
    }
    .gmcet_campus_banner .gmcet_campus_inner_div{
        height:15vh;
    }
}

.gmec_member_wrap {
    padding: 60px 0 120px;
    position: relative;
    background: #e4e1e1;
    /*background: url(../../../images/aimcet_theme/gmec_member_bg.jpg) no-repeat center top;*/
    background-size: cover;
}


.gmec_member_wrap h2 {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 40px;
    font-size: 2.6rem;
}
.pointers {
    padding: 0;
    margin: 0;
}
.pointers li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 5px;
}
.pointers li::before {
    position: absolute;
    content: '\f061';
    font-size: 16px;
    font-family: 'FontAwesome';
    color: #fff;
    top: 1px;
    left: 0;
}
.gmec_member_sub_sec {
    /*background: #edd0d0;*/
    background: #f9e2e2;
    padding: 0px 20px 0 0;
    border-radius: 200px;
    min-height: 140px;
    width: 100%;
    margin: 25px auto;
}
.gmec_member_img_sec {
    width: 140px;
    height: 140px;
    /*overflow: hidden;*/
    border-radius: 50%;
    position: relative;
    float: left;
    /*margin-right: 15px;*/
}
.gmec_member_img_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 99;
}
.gmec_member_img_sec::before {
    position: absolute;
    content: '';
    width: 170px;
    height: 170px;
    background: rgba(255,255,255,0.25);
    top: -15px;
    left: -15px;
    border-radius: 50%;
}
.gmec_member_sub_sec h4 {
    font-size: 20px;
    font-weight: 700;
    padding: 30px 0 0;
    border-bottom: 2px solid #b72626;
    margin-left: 165px;
}
.gmec_member_sub_sec p {
    font-size: 15px;
    line-height: 19px;
    margin-left: 165px;
    margin-bottom: 0;
}
.mar-top {
    margin-top:40px !important;
}
.gmec_member_wrap table.table.table-bordered {
    background: #fff;
    /*box-shadow: 1px 0 11px rgba(0,0,0,0.16);*/
}
.gmec_member_wrap .table-bordered td, .gmec_member_wrap .table-bordered th {
    border: 1px solid #ddd !important;
}
.gmec_member_wrap .table-bordered tr:nth-child(even) {
    background-color: #f1f1f1;
}

.gmec_member_wrap .card{
    /* box-shadow:4px 9px 5px rgba(0, 0, 0, 0.6); */
    border:0px;
}
.gmec_member_wrap .card .card-body{
    background:#fff;
    color:#aa0a22;
}
.gmec_member_wrap p{
    color:#000;
}


.global_university_sub_sec {
    text-align: center;
    background: #fff;
    padding: 15px;
    box-shadow: 1px 0 11px rgb(0 0 0 / 26%);
    margin: 15px 0;
}
.global_university_sub_sec .clientlogo {
    display: inline-block;
    width: 160px;
    height: 160px;
}
.global_university_sub_sec .clientlogo img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.global_university_sub_sec h4 {
    font-size: 16px;
    margin: 0;
}
.global_university_sub_sec h4.bigtext {
    min-height: 96px;
}


/* important dates page start  */

.important_dates_banner_section .important_dates_inner_box  {
    background:#fff;
    padding:5% 10% 10% 10%;
    
}
.important_dates_banner_section h1{
    color:#aa0a22;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
}
.important_dates_banner_section hr{
    border:.5px solid #aa0a22;
}
.important_dates_banner_section p{
    font-weight:bold;
    /* letter-spacing: 1px; */
    font-size:17px;
    text-transform: uppercase;
    margin-bottom:7%;
}
.important_dates_main_content{
    padding:3%;
}
.important_dates_main_content h2{
    font-size:50px;
}
.important_dates_main_content .main_heading_box{
    background:#aa0a22;
    color:#fff;
    padding:18% 5%;
    text-align:center;
    font-weight:bold;
    margin-top:-30%;
}
.important_dates_main_content .dates_small_boxes_active{
    background:#aa0a22;
    color:#fff;
}
.important_dates_main_content .dates_small_boxes{
    border:2px dashed #aa0a22;
}
@media screen and (max-width:767px){
    .important_dates_banner_section h1{
        font-size:40px;
    }
    .important_dates_banner_section p{
        line-height:25px;
    }
    .important_dates_main_content .main_heading_box{
        margin-top:5%;
    }
}
.cd-container {
    width: 100%;
    max-width: 100%;
    margin: 0px !important;
    padding: 5% 10% !important;
    border-radius: 2px;
}
.cd-container::after {
    content: "";
    display: table;
    clear: both;
}
/* -------------------------------- Main components -------------------------------- */
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    height: 100%;
    width: 4px;
    background: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
   }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
   }
}
.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block:after {
    content:"";
    display: table;
    clear: both;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
   }
    .cd-timeline-block:first-child {
        margin-top: 0;
   }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
   }
}
.cd-timeline-img {
    position: absolute;
    top: 8px;
    left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.6), inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img {
    background: #dc3545;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        margin-top: 15px;
       /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
   }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    margin-right: 30px;
    background: #dc3545;
    border-radius: 2px;
    padding: 1em !important;
}
.cd-timeline-content h2.date{
    font-size:180px;
    padding:0px !important;
    font-weight:bold;
    background:#fff;
    color:#000;
    border-radius:20px;
    margin:15px;
}
.cd-timeline-content h2.month{
    font-size:55px;
}
.cd-timeline-content h2.timeline_heading{
    font-size:30px;
    
}
.cd-timeline-content:after {
    content: "";
    display: table;
    clear: both;
}
.cd-timeline-content::before {
    content:"";
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #333c42;
}
@media  screen and (max-width: 768px) {
   .cd-timeline-content h2.date{
        font-size:120px !important;
        padding:0px !important;
        font-weight:bold;
        
    }
    .cd-timeline-content h2.month{
        font-size:35px !important;
        color:#fff;
    }
    .cd-timeline-content h2.timeline_heading{
        font-size:20px !important;
        color:#fff;
    }
    .cd-timeline-content{
        padding:10px !important;
        width:90%;
        margin-left:30px;
    }
    .cd-timeline-img{
        margin-left:-38px;
    }
    html,body{
        width:100%;
        overflow-x:hidden;
    }
    .cd-container{
        padding-top:15% !important;
        padding-bottom:10% !important;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        color: white;
        margin-left: 0;
        padding: 1.6em;
        width: 36%;
        margin: 0 5%;
   }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #333c42;
   }
    
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
   }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #333c42;
   }
}

/* important date page end  */

/* eligibility page start  */

.main_content .row_div{
    padding:50px 0px;
}
.main_content .img_div{
    padding:0px 20px;
}
.main_content .content_div{
    padding:30px 20px;
    background:#dc3545;
    box-shadow:0px 0px 15px #000;
}
.main_content .content_div p{
    font-size:20px;
    line-height:27px;
}

/* eligibility page end  */

/* exam pattern  page start  */

.exam_pattern .about_paper ul{
    list-style:none;
}
.exam_pattern .about_paper ul li{
    font-size: 17px;
    color:#dc3545;
}
.exam_pattern .about_paper h4{
    font-size:20px;
}
.exam_pattern .about_paper h2{
    font-size:34px;
}
.exam_pattern .about_paper h2 b{
    color:#dc3545;
}
.exam_pattern .about_questions{
    background:rgba(220,53,69, 0.1);
    border-left:5px solid #dc3545;
    padding:40px 30px;
}
.exam_pattern .about_questions h6{
    color:#dc3545;
    font-size:20px;
    font-weight:bold;
    margin-bottom:20px;
}
.exam_pattern .about_paper{
    background:rgba(220,53,69, 0.2);
}

@media screen and (max-width:767px){
    .exam_pattern .about_paper h2{
        font-size:23px;
    }
    .exam_pattern .about_paper h4{
        font-size:14px;
    }
    .exam_pattern .about_paper ul li{
        margin-bottom:20px;
    }
}

.exam_structure_banner_section{
    padding:40px 0px;
}
.exam_structure_banner_section h2{
    color:#aa0a22;
}
.exam_structure_info h4 span,.exam_structure_info h6 span{
    color:#aa0a22;
}
.exam_structure_info hr{
    margin-bottom:30px;
    margin-top:25px;
}
.exam_structure_info{
    padding:170px 0px 60px 0px;
    background:rgba(0, 0, 0, 0.04);
    margin-top:-13%;
}
.exam_structure_info i{
    /* font-size:80px; */
    border:5px solid #aa0a22;
    padding:13px;
    border-radius:50%;
    color:#aa0a22;
}
.exam_structure_info p{
    font-size:12px;
    font-weight: bold;
}
.exam_structure_info img.icons_image{
    margin-top:-40px;   
}
.exam_structure_info button{
    background:#aa0a22;
    color:#fff;
}

@media screen and (max-width:767px){
    .exam_structure_info{
        padding:90px 0px 60px 0px;
        background:rgba(0, 0, 0, 0.04);
        margin-top:-23%;
    }
}

/* exam pattern page end */

/* admit card page start  */

.admit_card .about_admit_card{
    background:rgba(220,53,69, 0.1);
    border-left:5px solid #dc3545;
    padding:40px 30px;
}
.admit_card .about_admit_card ul{
    list-style:none;
    text-align:justify;
}
.admit_card .about_admit_card ul li{
    font-size:18px;
    margin-bottom:15px;
}
.admit_card .about_admit_card ul li i{
    color:#dc3545;
}
.admit_card .about_admit_card ul li span{
    color:#dc3545;
    font-weight:bold;
}

.admit_card_main_content{
    padding:10%;
    background:url('../../images/bg_001.png');
    height:150%;
    background-size:100% 100%;
    background-position: center center;
    background-repeat:no-repeat;
}

.admit_card_main_content .admit_card_inner_content{
    width: 60%;
    padding-left:10%;
    margin-right:100%;
    padding-top:10%;
}

.admit_card_main_content .admit_card_inner_content h1{
    color:#aa0a22;
}

.admit_card_main_content .admit_card_inner_content h6 span,
.admit_card_main_content .admit_card_inner_content h3 span{
    color:#aa0a22;
}
.admit_card_main_content .admit_card_inner_content h6{
    font-size:19px;
    text-align:justify;
    margin-top:5%;
}
.admit_card_main_content .admit_card_inner_content h3{
    font-size:50px;
    margin-top:5%;

}
.admit_card_main_content .admit_card_inner_content p{
    font-size:15px;
    font-weight:bold;
    text-align:center;
    margin-top:15%;
}
.admit_card_inner_content2{
    width:100%;
    margin-top:8%;
}

.admit_card_inner_content2 p{
    font-weight:bold;
    text-align:right;
    padding-left:5%;
    /* font-size:20px; */
}
.admit_card_inner_content2 p.text-left{
    padding-left:0%;
}
.admit_card_inner_content2 h2{
    color:#aa0a22;
    font-size:40px;
}
.admit_card_inner_content2 h3{
    font-size:30px;
    color:#aa0a22;
    padding-left:0%;
}
.admit_card_inner_content2 h3 span{
    color:#000;
}
.admit_card_inner_content2 .first_one{
    border-right:2px solid #aa0a22;
}
@media screen and (max-width:767px){
    .admit_card_main_content{
        background:transparent !important;
        padding:0%;
        height:auto;
    }
    .admit_card_main_content .admit_card_inner_content{
        width:100%;
        padding-right:10%;
    }
    .admit_card_main_content .admit_card_inner_content h1{
        font-size:60px;
    }
    .admit_card_main_content .admit_card_inner_content h6{
        font-size:14px !important;
    }
    .admit_card_main_content .admit_card_inner_content h3{
        font-size:40px !important;
    }
    .admit_card_inner_content2 p{
        text-align:center !important;
    }
    .admit_card_inner_content2 h2{
        font-size:30px !important;
        text-align:center !important;
        /* padding-left:5% !important; */
    }
    .admit_card_inner_content2 .first_one{
        border:none !important;
    }
    .admit_card_inner_content2 h3{
        text-align:center !important;
        margin-top:3% !important;
    }
}
/* admit card page end  */


/* faq page start */

.faq_banner_section{
    padding:7% 10%;
}
.faq_banner_section h2{
    color:#aa0a22;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
}
.faq_banner_section hr{
    border:.5px solid #aa0a22;
}
.faq_banner_section p{
    font-weight:bold;
    /* letter-spacing: 1px; */
    font-size:17px;
    text-transform: uppercase;
    margin-bottom:7%;
}

.scholarships{
    margin: 0;
    padding: 20px 0px;
    font-family: 'Hind', sans-serif;
    /* background:rgba(0, 0, 0, 0.08); */
    color: #4d5974;
    display: flex;
    
 }
 .scholarships h1{
   color: #dc3545;
 }

 .scholarships .inner {
    margin: 0 auto;
    padding: 4rem;
    background:#fff;
    border-radius:25px;
 }
  .accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
 }
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
 }
 
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #000;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
 }
  .accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #dc3545;
    outline:0 !important;
 }
  .accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #dc3545;
    border: 1px solid #dc3545;
 }
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
 }
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
 }
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
 }
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
 }
 .accordion-title{
   font-size: 16px;
 }
 
  .accordion button[aria-expanded='true'] {
    color: #dc3545;
    font-weight: bold;
 }
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
 }
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 19em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
    background:rgba(220,53,69,0.2);
    padding:10px;
 }
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;

 }
  .accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
    color:#000;
 }
  
  .accordion .accordion-content .t_head{
   background: #dc3545;
   color: #fff;
  }

  @media screen and (max-width:767px){
    .scholarships .accordion .accordion-content p{
        line-height: 27px;
        text-align:justify;
    }
  }

/* faq page end  */

/* result page start  */
.result_section{
    /* padding:50px 0px; */
    background:rgba(0, 0, 0, 0.08);
}
.result_section .hero_banner{
    background:rgba(0, 0, 0, 0.1);
    padding:20px;
}
.result_section .hero_banner h2.date_heading{
    font-size:180px;
    padding-top:0px;
    padding-bottom:0px;
    color:#dc3545;
}
.result_section .hero_banner h2.month_heading{
    font-size:50px;
}
.result_section .hero_banner hr{
    margin-top:-30px;
}
.result_section .hero_banner .main_heading h2{
    font-size:90px;
}
.result_section .hero_banner h2 span{
    color:#dc3545;
}
.result_section .content_part{
    margin:0px auto;
    background:rgba(220,53,69,0.3);
    border-left:5px solid #dc3545;
    padding:30px 50px;
}
.result_section .content_part ul li{
    margin-bottom:15px;
}
.result_section .content_part ul li span{
    font-weight:bold;
    color:#dc3545;
}
@media screen and (max-width:767px){
    .result_section .hero_banner .main_heading h2{
        display:none;
    }
}


.result_main_heading_section .container{
    padding:7% 4% 2% 4%;
    
}
.result_main_heading_section h1{
    color:#aa0a22;
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
}
.result_main_heading_section h1 b{
    font-size:90px;
}
.result_main_heading_section hr{
    border:.5px solid #aa0a22;
}
.result_main_heading_section p{
    font-weight:bold;
    /* letter-spacing: 1px; */
    font-size:30px;
    text-transform: uppercase;
    margin-bottom:7%;
}
.result_main_heading_section p span{
    color:#aa0a22;
}
@media (min-width:768px) and (max-width:5000px){
    .result_banner_section_mobile{
        display:none;
    }
}

.result_banner_section{
    margin:0% 0% 5% 0%;
}
.result_banner_section .image{
    height:150px;
}
.result_content_section{
    margin:12% 0% 4% 0%;
}
.result_content_section .content_border{
    border:3px dashed #aa0a22;
    /* height: 40vh; */
    padding-bottom:4%;
}
.check_result_button a button{
    background:#aa0a22;
    color:#fff;
    padding:5px 35px;
    font-size:14px;
}
.result_content_section .content_border .content_inner_box p{
    font-size:12px;
    text-align: justify;
    margin-top:20px;
}
.result_content_section .content_border .content_inner_box{
    height: 21rem;
    padding:10px;
}

@media screen and (max-width:767px){
    .result_main_heading_section h1 b{
        font-size:60px;
    }
    .result_main_heading_section p{
        font-size:20px;
        line-height: 24px;
    }
    .result_banner_section_desktop{
        display:none;
    }
    .result_content_section .content_border .content_inner_box p{
        font-size:19px;
        line-height:25px;
    }
    .result_content_section .content_border .content_inner_box{
        margin:0% 5%;
        height: auto;
        padding:20px;
    }
    .result_content_section{
        margin:30% 0% 7% 0%;
    }
}

/* result page end  */


/* bjmc page start  */


 
  .bjmc_banner_section{
    padding:40px 0px;
    
  }
  .bjmc_banner_section h1{
    font-weight: bold;
    color:#aa0a22;
    font-family: 'Montserrat', sans-serif;
  }
  .bjmc_banner_section h2{
    font-size:40px;
    font-weight:bold;
    font-family: 'Montserrat', sans-serif;
  }
  .bjmc_banner_section hr{
    border-top:1px solid #aa0a22;
  }
  .bjmc_banner_section p{
    font-family: 'Montserrat', sans-serif;
    font-weight:bold;
    text-align:center;
    line-height: 20px;
    color:rgba(0, 0, 0, 0.7);
    font-size:15px;
  }
 .bjmc_banner_section img.banner_image{
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    width:90%;
 }
  .eligibility_section .eligibility_inner h2{
    border:4px dashed #aa0a22;
    padding:20px 20px 60px 30px;
  }

  .eligibility_section .eligibility_inner .eligible_content{
    background:#aa0a22;
    /* height:30px; */
    border-radius:5px;
    color:#fff;
    padding:15px 15px 5px 15px;
    font-weight:bold;
    font-size:19px;
    margin-top:-60px;
    width:80%;
    margin-left:15%;
  }

  .career_prospects{
    background:url('../../images/top-view-air-radio-concept.png');
    /* height: 100vh; */
    background-size:100% 100%;
    background-position: center center;
    margin-top:-8%;
    padding-top:8%;
    padding-bottom:3%;
    background-repeat: no-repeat;
  }
  .career_prospects button{
    font-size:20px;
    background:#fff;
  }

  @media screen and (max-width:767px){
    .career_prospects button{
        font-size:15px;
      }
      .bjmc_banner_section h1{
        font-size:35px;
      }
      .bjmc_banner_section h2{
        font-size:20px;
      }
  }


/* bjmc page end  */


.dropdown .dropdown-menu .dropdown-item{
    color:#000 !important;
}

@media screen and (max-width:767px){
    .dropdown .dropdown-menu .dropdown-item{
        color:#000 !important;
    }
    .nav_section .navbar .nav-item .nav-link{
        color:#000 !important;
    }
    .baner_section{
       margin-top:50% !important;
    }
    .menu .nav_section .navbar .banner_logo a img{
        padding-left:30%;
        margin-bottom:15px;
    }
    .baner_img img{
        margin-top:40px;
    }
}


.career{
    margin:0px 0px 100px 0px;
    background:#f5f5f5;
    
  }
  .career .inner_career{
    padding:50px;
    /* box-shadow:4px 9px 20px rgba(0, 0, 0, 0.7); */
  }
  .career .inner_career .first_para{
    font-size:18px;
  }
  .career .inner_career h1{
    color:#aa0a22;
  }
  .career .inner_career h5{
    color:#fff;
    font-size:15px;
    background:#aa0a22;
    padding:5px 10px;
    font-weight: 500;
    border-radius:50px;
  }
  .career .inner_career .second_para{
    color:#aa0a22;
  }
  .carousel{
    height:400px;
  }
  .carousel-cell2 {
    width: 25%;
    height: 350px;
    margin-right: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    padding:0px;
    counter-increment: carousel-cell;
  }
  .carousel-cell2 img{
      height: 300px;
      width:100%;
      padding: 0px;
      margin: 20px;
      box-shadow:5px 10px 15px rgba(0, 0, 0, 0.4);
  }
  @media screen and (max-width:767px){
      .carousel-cell2{
          width:100%;
      }
      .career .inner_career .first_para{
        font-size:18px;
        line-height:30px;
      }
      .career{
        margin-top:0px;
      }
      .career .inner_career .second_para{
        font-size:16px;
        line-height:30px;
      }
      .carousel-cell2{
        margin-right:20px;
      }
      .carousel-cell2 img{
        width:95%;
      }
  }





  /* new update section  */

  .key_highlights{
    padding:10% 0% 3% 0%;
  }
  .key_highlights .key_highlights_border{
    border:2px dashed #aa0a22;
    padding:3%;
  } 
  .key_highlights .key_highlights_border h5.key_highlights_heading{
    width: 50%;
    background:#fff;
    padding:2%; 
    margin-top:-7%;
  }
  .key_highlights .key_highlights_border .key_highlights_box{
    background:rgba(0,0,0,0.05);
    padding:12% 9%;
    height:100%;
  }
  .career_options{
    margin:5% 0%;
  }
  .career_options .career_options_heading{
    border-top:5px solid #aa0a22;
    padding:5% 0% 0% 0%;
  }
  .career_options .career_options_heading h2{
    color:#aa0a22;
  }
  .career_options .career_options_text_content{
    background:#bfbfbf80;
    padding:4% 4% 3% 4%;
  }
  .career_options .career_options_text_content p{
    color:#000;
  }
  .career_options h6{
    font-weight:bold;
    color:#aa0a22;
    text-align:center;
    margin-bottom:10%;
  }
  .career_options .career_option_img2{
    margin-top:50%;
    box-shadow:0px 0px 15px rgba(0,0,0,0.5);
  }
  .career_options .career_option_img1{
    margin-top:25%;
    box-shadow:0px 0px 15px rgba(0,0,0,0.5);
  }
  .career_options .career_option_img{
    box-shadow:0px 0px 15px rgba(0,0,0,0.5);
  }

  .career_options .career_option_img2 h6{
    background:#343a40;
  }
  .career_options .career_option_img1 h6{
    background:#343a40;
  }
  .career_options .career_option_img h6{
    background:#343a40;
  }

  .career_options .career_option_img2:hover h6{
    background:#dc3545;
  }
  .career_options .career_option_img1:hover h6{
    background:#dc3545;
  }
  .career_options .career_option_img:hover h6{
    background:#dc3545;
  }
  @media screen and (max-width:767px){
    .key_highlights{
        margin-top:15%;
    }
    .career_options{
        margin-top:15%;
    }
    .key_highlights .key_highlights_border h5.key_highlights_heading{
      width:90%;
      margin-top:-15%;
    }
    .home_about_section{
      padding:10% 0%;
    }
    .key_highlights{
      padding:10% 0%;
    }
    .career_options .career_option_img1{
      margin-top:10%;
    }
    .career_options .career_option_img2{
      margin-top:2%;
    }
    .career_options .career_options_heading{
        text-align:center;
    }

    .nav_section .navbar-light .navbar-brand {
        width: 170px !important;
        position: relative;
    }

  }
  /* new update section  */


  /* call button start  */

.CallButton {
    position: fixed;
    bottom: 16px;
    z-index: 2200000;
    right: 16px;
    box-shadow: 0 0 10px #000;
    /* background-color: var(--whiteColor); */
    background:#000;
    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 i {
    color: #fff;
    position: relative;
    z-index: 1;
}
.CallButton a:hover{
    text-decoration: none;
    color:#fff;
}
.CallButton .cllbtn {
    position: relative;
    width: 100%;
    height: 100%;
}

  .video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #000;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
  }
  
  .video-play-button:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #000;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  @keyframes pulse-border {
    0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
    }
    100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
    }
  }

/* 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  */


.gmec_member_wrap .card-img-top {
    height: 175px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.nav_section .navbar-light .navbar-brand {
    width: 300px;
    position: relative;
}
.nav_section .navbar-light .navbar-brand img {
    width: 100%;
}

.inner_header .collapse ul li .pulse-button  a {
    color: #fff !important;
    font-size: 17px;
    padding: 10px 25px;
    border-radius: 110px;
    display: block;
    text-decoration: none;
}

.pulse-button a {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in;
}

/* Initiate color change for pulse-on-hover */
.pulse-button-hover a{
    animation: colorShift 10000ms infinite ease-in;
}

/* Continue animation and add shine on hover */
.inner_header button a:hover,
.inner_header button a:focus {
    animation: borderPulse 1000ms infinite ease-out, colorShift 10000ms infinite ease-in, hoverShine 200ms;
}

/* Declate color shifting animation */
@keyframes colorShift {
    0%, 100% {
            background: #fff;
            color:#000;
    }
    33% {
        background: #000;
        color:#fff;
    }
    66%{
        background: #ffc107;
        color:#000;
    }
}

/* Declare border pulse animation */
@keyframes borderPulse {
  0% {
    box-shadow: inset 0px 0px 0px 5px rgba(255, 255, 255,.4), 0px 0px 0px 0px rgba(255,255,255,1);
  }
  100% {
    box-shadow: inset 0px 0px 0px 3px rgba(117, 117, 255,.2), 0px 0px 0px 10px rgba(255,255,255,0);
  }
}

/* Declare shine on hover animation */
@keyframes hoverShine {
    0%{
        background-image: linear-gradient(135deg, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    }
    50%{
        background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.4) 50%, rgba(255,255,255,0) 100%);
    }
    100%{
        background-image: linear-gradient(135deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,.4) 100%);
    }
}







/* Highlights Page css starts */
section.reg_open_section {
    position: relative;
    padding: 60px 0;
}
.heading_reg h2 {
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.color_red {
    color: #aa0a22;
}
section.reg_open_section h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    margin-top: 25px;
}
section.reg_open_section .applecation_text p {
    margin: 0;
}
section.reg_open_section .heading_reg p {
    margin: 0;
}
section.top_uni_section {
    position: relative;
    padding: 60px 0;
    background: #aa0a220d;
}
section.top_uni_section h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
}
section.top_uni_section ul {
    line-height: 28px;
    column-count: 2;
    padding-left: 25px;
}
@media screen and (max-width: 1199.98px) {	
    section.top_uni_section ul {
        column-count: 1;
    }
}
/* Highlights Page css ends */



/* about gmcet section starts */
section.GMCET_banner_about_content {
    background: #aa0a22;
    padding: 60px 0;
    position: relative;
}
section.GMCET_banner_about_content h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 900;
}
section.GMCET_banner_about_content p {
    font-size: 18px;
    color: #fffffff2;
    line-height: 30px;
    font-weight: 500;
}
/* about gmcet section ends */


/* footer css starts */
footer.footer_wrap {
    background: #aa0a22;
    padding: 60px 0 0;
    position: relative;
  }
  footer.footer_wrap .quick_links {
    text-align: center;
    margin-top: 15px;
  }
  footer.footer_wrap .quick_links h4 {
    font-size: 24px;
    color: #fff;
  }
  footer.footer_wrap .quick_links ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style:none
  }
  footer.footer_wrap .quick_links ul li {
    padding: 5px 20px 15px;
    position: relative;
  }
  footer.footer_wrap .quick_links ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    transition: all ease .3s;
  }
  footer.footer_wrap .quick_links ul li a:hover {
    opacity: 0.9;
    transition: all ease .3s;
  }
  footer.footer_wrap .quick_links ul li:before {
    content: "";
    position: absolute;
    top: 9px;
    right: 0;
    width: 2px;
    background: #fff;
    height: 16px;
  }
  footer.footer_wrap .quick_links ul li:last-child:before {  
    width: 0;
  }
  footer.footer_wrap .footer_contact_sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer.footer_wrap .footer_contact_sec ul li {
    padding: 0 30px;
    position: relative;
    display: flex;
    align-items: center;
  }
  footer.footer_wrap .footer_contact_sec ul li a {
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
  }
  footer.footer_wrap .copyright_text {
    background: #000;
    text-align: center;
    padding: 15px;
    margin-top: 40px;
  }
  footer.footer_wrap .copyright_text p {
    font-size: 16px;
    color: #fff;
    margin: 0;
  }
  footer.footer_wrap hr {
    border-color: #fff;
  }
  @media (min-width:320px) and (max-width:767px){
    footer.footer_wrap .quick_links ul,
    footer.footer_wrap .footer_contact_sec ul {
      display: block;
  }
  footer.footer_wrap .quick_links ul li,
  footer.footer_wrap .footer_contact_sec ul li {
    padding: 5px 10px 2px;
    position: relative;
  }
  footer.footer_wrap .footer_contact_sec ul li {
    display: block;
    text-align: center;
  }
  footer.footer_wrap .quick_links ul li:before {
    width:0;
  }
  
  }
  /* footer css ends */