html {
    color: #fff;
    font-size: 62.5%;
    line-height: normal;
}
body{
    font-family: 'Poppins', sans-serif;
    line-height: normal;
    margin:0;
}



@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNovaRegular.eot');
    src: local('ProximaNovaRegular'), url('../fonts/ProximaNovaRegular.woff') format('woff'), url('../fonts/ProximaNovaRegular.ttf') format('truetype');
}

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Bold.otf')  format('opentype'),
         url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf')  format('truetype'), url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/ProximaNova-Semibold.otf')  format('opentype'),
         url('../fonts/ProximaNova-Semibold.woff') format('woff'), url('../fonts/ProximaNova-Semibold.ttf')  format('truetype'), url('../fonts/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}


h1, h2 , h3 , h4 , h5 , h6 {
    margin: 0;
    padding: 0;
}
p{

}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}

.clearfix:after {
    clear: both;
}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


@media print {
    *,
    *:before,
    *:after,
    p:first-letter,
    div:first-letter,
    blockquote:first-letter,
    li:first-letter,
    p:first-line,
    div:first-line,
    blockquote:first-line,
    li:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: none;
        cursor: pointer;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }


    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }
    img{
        max-width: 100%;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
a{
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-decoration: none;
}
button , :after , :before{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;    
}
a:hover{
    text-decoration: none;
}
a:focus , input:focus , textarea:focus , button:focus{
    outline: none;
}
ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
figure{margin:0;}
input:focus,textarea:focus{outline:none; border-color: #5a5a5a !important; box-shadow:none !important; -webkit-box-shadow:none  !important;}
/* header css start */



/*********start header********/

.header{float:left;
    padding: 6px 0;
    width:100%;
    background-color: #253B7F;
   position: relative;
      z-index:1000;
    left:0;
  top:0;
}


.fixed_header{  
     /*background:rgba(255,255,255,1);*/
      position: fixed;
    -webkit-box-shadow: 0px 20px 24px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 24px rgba(0,0,0,0.12);
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-160px);
        transform: translateY(-160px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes animationFade {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-120px);
        transform: translateY(-160px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
/*.fixed_header .menu{position: fixed !important;top:0; z-index: 1000; left:0;background: #fff;  -webkit-box-shadow: 0px 20px 24px rgba(0,0,0,0.12);
    box-shadow: 0px 10px 24px rgba(0,0,0,0.12);}*/ 
.logo{display:block;
    position: relative;
    z-index: 1000;}
.logo img{width:80px;}
.header_left{padding: 0;}
.header_left,.header_right{align-self: center;}
.menu{
    position: relative;
   width:100%;
   text-align: right;

}

.menu ul{
    
}
.menu ul li{background: none;
    border: none;
    padding:0 9px;
    float: none;
    display: inline-block;
    transition: all 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}

.menu ul li a{ 
    padding:10px 0;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    position: relative; 
    z-index: 1;
}
.menu ul li a:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
}
.menu .collapse-button,.menu .collapse-button:hover,.menu .collapse-button:focus{background-color: #893faa;}
.menu .menu-collapser{background: none;
    color: transparent;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 0;}
.menu ul li:hover a{color:#fff; background:none }
.menu ul li.active a{color:#fff;  background:none; }
.menu ul li.active a:after,.menu ul li:hover a:after{-webkit-transform: scaleY(1);transform: scaleY(1);}

.menu ul li>ul{ position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 20px rgba(0,0,0,0.2);
    left:0;
    width: 260px;
    padding: 15px 25px;
    height:auto;
     top:100%;
    text-align: left;
    background: #ec1950;
    z-index: 1;
}


.menu ul li.active ul li a{color:#860829; background: none;}
.menu ul li:hover ul li a{color:#860829; }
.menu ul li>ul li a .far.fa-user{padding-right:5px;}
.collapse-button .icon-bar {
    background-color: #fff;     width: 20px;   margin: 3px 0;}
.collapse-button {
    position: static;
    display: inline-block;
    vertical-align: middle;
    transform: translate(0, 0); 
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0, 0);
}

.menu ul li>ul li{display:list-item; background: none; padding:0; border-bottom:1px solid #d41749;}
.menu ul li>ul li:last-child{border:none;}
.menu ul li>ul li a{ padding:10px 0  !important; position: relative; color:#860829; font-size: 19px; position: relative;
     -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.menu ul li>ul li a:hover:before{opacity: 1;}
.menu ul li>ul li a:after{display:none}
.menu ul li>ul li a:hover{color:#fff; background:none; padding-left: 20px!important}
.menu ul li .sub-toggle{  
    background: none;
    width: 24px;
    top: 0;
    display: none;
    }
.menu ul li .sub-toggle i{color: #262626;
    font-size: 16px;
    font-style: normal;}
.banner{width: 100%; float:left;}
.banner_slider .slick-prev,.banner_slider .slick-next{z-index: 10;}
.banner_slider .slick-prev{left:10px;}
.banner_slider .slick-next{right:10px;}
.banner_slider .slick-next {
    right: 10px;
}
.banner_slider .slick-prev, .banner_slider .slick-next {
    z-index: 10;
    width: 35px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.banner_slider .slick-prev {
    left: 10px;
}
.banner_slider .slick-prev:before{content:'\f060'}
.banner_slider .slick-next:before{content:'\f061'}
.banner_slider .slick-next:before,.banner_slider .slick-prev:before {
	font-family: Font Awesome\ 5 Free;
	font-weight:600;
	color:#fff;
	opacity: 1;
    font-size: 14px;
}
.banner_item{position: relative;}
.banner_item figure{position: relative;}
.banner_item figure:after{
    content: '';
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.banner_item figure img{width: 100%; }
.banner_text{text-align: center; position: absolute; left:0; right:0; top: 50%; z-index: 2; transform:translateY(-50%)} 
.banner_text img{display: inline-block; width:100px; margin-bottom: 5px;}
.banner_text h3{color: #fff; font-size: 42px; font-weight: 700;  line-height: 1;}
.banner_text p{color: #fff; font-size: 30px; font-weight: 400;  margin:0; }

/*******main sections **********/
.welcome{width:100%; float:left; padding: 50px 0; text-align: center;}
.new_notice{
    padding: 20px 30px;
    border-radius: 30px 0 30px 30px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(95,55,179,1) 40%, rgba(140,63,169,1)) ;
}
.new_notice p{margin:0; color:#fff; font-size:15px; text-transform: uppercase; }
.new_notice p a{color:#fff;}

.welcome_links{
    padding: 20px 30px;
    border-radius: 70px 0 70px 70px;
    margin-bottom: 30px;
    background: linear-gradient(90deg, rgba(89,127,232,1) 40%, rgba(62,177,251,1)) ;
}
.welcome_links p{ color:#fff; font-size:15px; text-transform: uppercase; position: relative;}
.welcome_links p:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -5px;
    width: 18%;
    height: 1px;
    opacity: 0;
    background: #3EB1FB;
}
.welcome_links p:hover:after{opacity: 1}
.welcome_links p:last-child{margin:0;}
.welcome_links p a{color:#fff;}

.admission_area{
    padding: 20px 30px;
    border-radius: 30px 0 30px 30px;
    background: linear-gradient(90deg, rgba(244,81,157,1) 40%, rgba(252,114,120,1)) ;
}
.admission_area p{ color:#fff; font-size:18px; text-transform: uppercase; }
.admission_area p:last-child{margin:0;}
.admission_area p a{color:#fff;}

.main_menu_section{
    width:100%;
    float:left;
    padding: 30px 0;
}
.main_menu_box{
    padding: 30px 3%;
    background-color: #253B7F;
    background-position: center;
    background-image: url(../images/back_logo.png);
    background-size: 80%;
    text-align: center;
    align-self: center;
    background-repeat: no-repeat;
}
.main_menu_box:nth-child(2){
    padding:50px 3%;
    position: relative;
    z-index: 1;
    background-color: #4963B2;
    -webkit-box-shadow: 0px 20px 50px rgba(29,0,74, 0.4);
    box-shadow: 0px 20px 50px rgba(29,0,74, 0.4);
}

.main_menu_box:nth-child(3){text-align: right;}
.main_menu_box ul{
    width:auto;
    display: inline-block;
    margin:auto;
}
.main_menu_box ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    text-align: left;
}
.main_menu_box ul li:before{
    content: '';
    position: absolute;
    left: -4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #8FA9FF;
    border-radius: 50%;
}
.main_menu_box ul li:last-child{margin: 0;}
.main_menu_box ul li a{
    font-size: 13px;
    color:#fff;
    font-weight: 400;

}
.main_menu_box ul li a:hover {color: #8FA9FF;}
.journal_area {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 100px;
}
.journal_area::before {
    content: "";
    position: absolute;
    right: 20%;
    width: 190px;
    top:-12%;
    height: 130px;
    background-image: url(../images/sticky.png);
    background-size: 100% 100%;
}
.journal_area::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    bottom:0;
    margin: auto;
    height: 100%;
    width: 25%;
    z-index: -1;
    background: rgb(99, 99, 207);
}
.journal_area_image {
    position: absolute;
    right: 26px;
    top: 0px;
    bottom: 0px;
    width: 45%;
    height: 90%;
    margin: auto;
    object-fit: contain;
}
.journal_area_box {padding-right: 40px;}
.journal_area_link{}
.journal_area_link li{margin-bottom: 10px;}
.journal_area_link li a{
    display: flex;
    justify-content: space-between;
    padding:6px 10px 6px 15px;
    border: 1px solid #6464CF;
    border-radius: 30px;
    font-size: 14px;
    color: #6464CF;
}
.journal_area_link li a:hover{
     background-color: #6464CF;
     color:#fff;
}
.journal_area_link li a:hover i{border-color: #fff; background-color: rgba(212,212,255,0.21);}

.journal_area_link li a span{align-self: center;}
.journal_area_link li a i{
    width:26px;
    height:26px;
    line-height: 26px;
    font-size: 11px;
    border:1px solid #6464CF;
    border-radius: 50%;
    align-self: center;
    text-align: center;
}
.map_section{
    width: 100%;
    float:left;

}
.map_container{padding:  0 40px;}
.map_box {
	position: relative; 
	z-index: 1; 
	border:5px solid #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(29,0,74, 0.3);
    box-shadow: 0px 0px 30px rgba(29,0,74, 0.3);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.map_box:after{
    content: "";
    position: absolute;
    left: -60px;
    width: 150px;
    top: -50px;
    height: 100px;
    z-index: -1;
    background-image: url(../images/sticky.png);
    background-size: 100% 100%;
}
.map_box iframe{width:100%; height: 500px;}
.map_image{
    position: absolute;
    height: 75%;
    right: 7%;
    top: 0;
    bottom: 0;
    margin: auto;
    border:4px solid #fff;
}
.map_image img{height: 100%; }
.footer{
    float: left;
    width:100%;
    padding-top: 120px;
    text-align: center;
    background-image: url(../images/footer_back.jpg);
    background-size: cover;
}
.footer_top{padding: 40px 0; border-bottom: 1px solid rgba(71,227,225,0.17)}
.ftr_menu li{display: inline-block; }
.ftr_menu li:not(:last-child):after{
    content: '\f061';
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    padding: 0 14px;
    display: inline-block;
    vertical-align: middle;
    color:#4D54D1;
    font-size: 10px
}
.ftr_menu li a{font-size: 12px; color:#AFB3FF;}
.ftr_menu li a:hover{
    color: #fff;
}
.footer_bottom{padding: 30px 0;}
.footer_bottom p{font-size: 12px; color:#AFB3FF;}
.footer_bottom p:last-child{margin: 0;}
/************about page style*************/
.inner_banner{width:100%; float: left; position: relative;}
.inner_banner figure img{width:100%;}
.inner_banner figure{position: relative;}
.inner_banner figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.inner_banner .banner_text h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
.page_links{float: left; width:100%;border-bottom: 1px solid #E0E0E0;}
.inner_page_section{float:left; width:100%;padding: 30px 0;}
.breadcrumb{padding: 20px 0;margin:0; background: none; border-radius: 0;}
.breadcrumb li{font-size: 13px; font-weight:400; color:#9A9A9A; }
.breadcrumb li a{ color:#9A9A9A; }
.breadcrumb li.active{color:#253B80;}
.about_page .main_menu_box{min-height: 260px;}
.inner_page_section h2{
    color:#6464CF;
    font-weight: 700;
    font-size: 40px;
    padding-bottom: 20px;
}
.inner_page_section h3{
    color:#6464CF;
    font-weight: 700;
    font-size: 34px;
    padding-bottom: 15px;
}
.inner_page_section p{
    color:#3B3B3B;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.about_page .journal_area_box{
    padding:60px 15px;
}
/*****************academy page style**********/
.academy_page .main_menu_box{text-align: center !important; min-height: 220px}
.academy_page .main_menu_box:nth-child(2) {
    padding: 75px 3%;}
.inner_page_section h4{
    font-size: 20px;
    color:#6464CF;
    font-weight: 700;
    padding-bottom: 15px;
}
.common_listing{padding: 15px 0; text-align: left}
.common_listing li{
    color:#3B3B3B;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 10px;
}
.common_listing li a{color:#3B3B3B; display: inline-block;  vertical-align: middle;}
.common_listing li a:hover{
    color: #6464cf;
}
.common_listing li i{
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    font-size: 11px;
    border: 1px solid #6363CF;
    color:#6363CF;
    border-radius: 50%;
   vertical-align: baseline;
    text-align: center;
    margin-right: 10px;
}
.academy_page .journal_area_box{padding: 70px 15px;}
.download{display: inline-block; 
    width:50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-left: 10px;
    background: #EAEFFF;
    border-radius: 50%;

}
.download img{display: inline-block;height: 22px;}
.academy_content_part{width:100%; float:left; padding-top: 40px;}
.content_wrapper{
    padding: 40px 0;
    text-align: center;
}
.content_wrapper:not(:last-child){margin-bottom:30px;}

.dark_box h4,.dark_box .content_box ul li a,.dark_box .content_box ul li{color:#fff;}
.dark_box .content_box{background: #8585F0; outline: 1px solid #8585F0;}
.content_panel{display:flex; justify-content: space-between; margin: 20px 0; flex-wrap: wrap;}
.content_box{position: relative; background: #ECECFF;  outline: 1px solid #ECECFF; text-align: left; outline-offset: 8px;}
.content_box ul{padding:20px 16px; position: relative;}
.content_box ul li{
    
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    color: #3B3B3B;
    font-weight: 400;
}
.content_box ul li:not(:last-child){margin-bottom: 10px;}
.content_box ul li a{ color: #3B3B3B;}
.content_box ul li a:hover{
    color: #253b7f;
}
.content_box ul li:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 7px;
    width: 6px;
    height: 6px;
    background-color: #8FA9FF;
    border-radius: 50%;
}
/*.content_wrapper_cont{padding: 0}*/
.item-1 .content_box{width:100%;}
.item-2 .content_box{width:45%;}
.item-3 .content_box{width:30%;}
.item-4 .content_box{width:21%;}
.item-1 .content_wrapper_cont{width: 85%;}
.item-2 .content_wrapper_cont{width: 65%;}
.item-3 .content_wrapper_cont{width: 88%;}
.item-4 .content_wrapper_cont{width: 92%;}


.item-4 .content_box:not(:last-child):after,.item-4 .content_box:not(:last-child):before,.item-4 .content_box:not(:last-child) ul:before {
    right: -13.2%;
}
.item-3 .content_box:not(:last-child):after {
    right: -9%;}
.dark_box .content_box:not(:last-child) ul:before,.dark_box .content_box:not(:last-child):after,.dark_box .content_box:not(:last-child):before{background: #AFAFFF;}

/*.content_box:not(:last-child) ul:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #8FA9FF;
    border-radius: 50%;
    position: absolute;
    right: -12%;
    margin: 0 -2.5px 0 0;
    top: 10%;
}
.content_box:not(:last-child):before {
    content: '';
    width: 7px;
    height: 7px;
    background: #8FA9FF;
    border-radius: 50%;
    position: absolute;
    right: -12%;
    margin: 0 -2.5px 0 0;
    bottom:10%;
}*/
.content_box:not(:last-child):after {
    content: '.';
    font-size: 14px;
    position: absolute;
    right: -12%;
    height: 80%;
    width: 1px;
    background: #8FA9FF;
    top: 0;
    bottom: 0;
    margin: auto;
}
/***********Tender Page***********/
.tender_left_bar{}
.tender_right_bar{padding: 0}
.tender_left_bar .content_wrapper{padding-left: 7%; padding-right: 7%;}
.tender_page .content_wrapper {text-align: left;}
.tender_table{}
.tender_table table{width:100%; border-collapse: separate; border-spacing:0px 20px; color:#fff}
.tender_table table tr:nth-child(odd){background:#8a8ae7}
.tender_table table tr:nth-child(even){ background:#6363CF}
.tender_table table td, .tender_table table th{}
.tender_table table th{}
.tender_table table td{line-height: 1.5; padding:20px; font-weight: 600;}
.tender_table table td h4{font-size:17px; margin-bottom:10px; font-weight: bold; }
.tender_table table td p{font-size:14px; margin-bottom:6px; font-weight: bold;}
.tender_table table td span{margin-right:10px}
.tender_table table a{
	color: #f1e050;
    font-weight: bold;
    font-size: 14px;
	margin-bottom:5px;
	display:block
	}



.tender_right_bar {text-align: center;}
.tender_right_bar ul{text-align: center;}
.tender_right_bar ul li{padding: 10px 0;}
.tender_right_bar ul li:not(:last-child){border-bottom: 1px solid #8484EC}
.tender_right_bar ul li a{color:#fff; font-size: 14px; font-weight: 600; }
.tender_right_bar ul li a:hover {
    color: #253b7f;}
/*********Campus page**********/
.cmapus_page{text-align: center;}
.campus_listing{text-align: left;}
.campus_listing li{margin-bottom: 10px;}
.campus_listing li a{
    display: flex;
    justify-content: space-between;
    padding:6px 10px 6px 15px;
    border: 1px solid #6464CF;
    border-radius: 30px;
    font-size: 14px;
    color: #6464CF;
    position: relative;
}
.campus_listing li a:hover{
     background-color: #6464CF;
     color:#fff;
}
.campus_listing li a:hover i{border-color: #fff; background-color: rgba(212,212,255,0.21);}

.campus_listing li a span{align-self: center;padding-left: 35px; width:90%;}
.campus_listing li a i{
    width:26px;
    height:26px;
    line-height: 26px;
    font-size: 11px;
    border:1px solid #6464CF;
    border-radius: 50%;
    align-self: center;
    text-align: center;
}
.campus_listing {
  counter-reset: items;
}
.campus_listing li {
  counter-increment: items;
}
.campus_listing li a:before {
  content: "0" counter(items)" ";
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    font-size: 12px;
    width: 28px;
    height: 28px;
    margin: auto;
    text-align: center;
    line-height: 28px;
    border: 1px solid #6464CF;
    border-radius: 50%;
}
.campus_listing li a:hover:before{
    background-color: #6464CF;
     color:#fff;
     border-color: #fff;
}
.campus_listing li:nth-child(n+10) a:before {
  content: counter(items)" ";
}

.content_wrapper.dark_box a {
    color: #f1e050;
    font-weight: bold;
	font-size:14px
}
/***************ADDED ON 26-5-21************/
.section_links {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.section_links .main_menu_box {
    padding:15px 2%;
    background: #253B7F;
    min-height: auto
}

.section_links .main_menu_box ul li {
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
}

.light_box{background: #8a8ae7;}
.dark_box{background: #6363CF;}
.dark_box, .light_box h4, p {
    color: #fff;
}

.dean-area{margin:30px 0;  float:left; width:100%}

.dean-box{padding:20px; margin-bottom:30px; display:flex}
.dean-box:last-child{margin-bottom:0px}
.dean-box h4{font-size:17px; margin-bottom:10px; font-weight: bold;}
.dean-box p{font-size:14px; margin-bottom:6px; font-weight: bold;}
.dean-content{flex: 0 0 80%;}
.dean-pic{flex: 0 0 20%;}
.dean-content p{word-wrap:break-word !important;}
.dean-content h4{word-wrap:break-word !important;}
.icon-box {}
.icon-box span{margin-right:10px}
.vc-office p{font-size:13px; padding:0; position:relative; margin-bottom:10px}
.vc-office p:after{position:absolute; content:""; width:85%; height:1px; background-color:#fff; bottom:-5px; left:0;}
.vc-office p:last-child:after{opacity:0}
.vc-office span{color: #f1e050; display:block}
.vc-office a{color:#fff !important; font-size:13px  !important;}

.dark_box a,.light_box a {
    color: #f1e050;
    font-weight: bold;
    font-size: 14px;
	word-wrap:break-word !important;
}

/* Popover Header */
  .popover-header {
    background-color: #73AD21; 
    color: #FFFFFF; 
    font-size: 28px;
    text-align:center;
  }
  /* Popover Body */
  .popover-body {
    background-color: coral;
    color: #FFFFFF;
    padding: 12px;
  }

.popover-body h3{ 	
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px 0;
	padding:0;
	}
.popover-body p{ 	
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:0;
	}




/*****responsive**********/



@media screen and (min-width:1600px) {
.container{
    max-width: 1560px;
}
.header {
    padding: 12px 0;
}
.logo img {
    width: 100px;
}
.menu ul li a {
    padding: 15px 0;
    font-size: 16px;
}
.menu ul li {
    padding: 0 18px;}
.banner_item figure img{ height:calc(100vh - 128px) !important; }
.banner_slider .slick-prev {
    left: 15px;
}
.banner_slider .slick-next {
    right: 15px;
}
.banner_slider .slick-prev, .banner_slider .slick-next {
    width: 45px;
    height: 45px;}
.banner_slider .slick-next:before, .banner_slider .slick-prev:before {
    font-size: 17px;
}
.banner_text img {
    width: 130px;
    margin-bottom: 10px;
}
.banner_text h3 ,.inner_banner .banner_text h1{
    font-size: 60px;
}

.banner_text p {
    font-size: 38px;
}
.welcome {
    padding: 70px 0;
}
.new_notice {
    padding: 25px 40px;
    border-radius: 40px 0 40px 40px;
}
.new_notice p,.welcome_links p {
    font-size: 19px;
}
.welcome_links {
    padding: 30px 40px;
    border-radius: 95px 0 95px 95px;
}
.admission_area {
    padding: 25px 40px;
    border-radius: 40px 0 40px 40px;
}
.admission_area p {
    font-size: 24px;
}
.main_menu_section {
    padding: 45px 0;
}
.main_menu_box {
    padding: 40px 4%;
    background-size: 65%;
}
.main_menu_box ul li {
    margin-bottom: 15px;
    padding-left: 15px;
}
.main_menu_box ul li:before {
    top: 9px;}
.main_menu_box ul li a {
    font-size: 16px;}
.main_menu_box ul li a span{font-size:14px}
.main_menu_box:nth-child(2) {
    padding: 65px 4%;}
.journal_area_link li {
    margin-bottom: 14px;
}
.journal_area_link li a {
    padding: 10px 14px 10px 20px;
    font-size: 18px;
}
.journal_area_link li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;}
.map_box iframe {
    height: 640px;
}
.footer {
    padding-top: 140px;}
.footer_top {
    padding: 55px 0;
}
.ftr_menu li a {
    font-size: 15px;
}
.ftr_menu li:not(:last-child):after {
    padding: 0 20px;
    font-size: 12px;
}
.footer_bottom {
    padding: 40px 0;
}
.footer_bottom p {
    font-size: 15px;}
/**********About Page*********/
.about_page .journal_area_box {
    padding: 70px 15px;
}
.inner_page_section h2 {
    font-size: 50px;
    padding-bottom: 26px;
}
.inner_page_section h3 {
    font-size: 42px;
    padding-bottom: 20px;
}
.inner_page_section p {
    font-size: 18px;
    padding-bottom: 15px;
}
.about_page .main_menu_box {
    min-height: 328px;
}
.breadcrumb li {
    font-size: 17px;
}
.breadcrumb {
    padding: 25px 0;
}
.inner_page_section {
    padding: 40px 0;
}
/***********Academy Page*************/
.academy_page .main_menu_box {
    min-height: 275px;
}
.academy_page .main_menu_box:nth-child(2) {
    padding: 90px 3%;
}

.academy_page .journal_area_box {
    padding: 80px 15px;
}
.inner_page_section h4 {
    font-size: 34px;
    padding-bottom: 25px;
}
.download {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-left: 15px;
}
.download img {
    height: 25px;
}
.common_listing {
    padding: 20px 0;
}
.common_listing li {
    font-size: 18px;
    padding-bottom: 15px;
}
.common_listing li i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
}
.content_wrapper:not(:last-child) {
    margin-bottom: 40px;
}
.content_wrapper {
    padding: 45px 0;
}
.content_panel {
    margin: 25px 0;
}
.content_box ul{
    padding: 25px 22px;}
.content_box ul li {
    padding-left: 15px;
    font-size: 17px;
}
.content_box ul li:before {
    top: 8px;
}
/***********Tender Page***********/

.tender_table table td h4{font-size:17px;}
.tender_table table td p{font-size:14px;}
.tender_table table a{font-size:14px;}
.tender_table table td span{font-size: 15px;}
.tender_right_bar ul li{padding: 15px 0;}
.tender_right_bar ul li a{font-size: 18px;}
/*********campus page**********/
.campus_listing li {
    margin-bottom: 14px;
}
.campus_listing li a {
    padding: 10px 14px 10px 20px;
    font-size: 18px;
}
.campus_listing li a i {
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;}
.campus_listing li a:before{
    width:36px;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}
.campus_listing li a span {
    padding-left: 42px;
}
.campus_box{padding: 0 5%}
}

@media screen  and (min-width:1200px) {
   .banner_item figure img{ height:calc(100vh - 97px) ; object-fit: cover;}
}

@media screen  and (max-width:1199px) {
   .banner_text h3,.inner_banner .banner_text h1{font-size: 38px;}
   .banner_text p{font-size: 26px;}
   .menu ul li{padding: 0 5px;}
   .menu ul li a{font-size: 12px;}
   .new_notice p,.welcome_links p{font-size: 13px;}
   .admission_area p {
    font-size: 16px;
}
.main_menu_box {
    padding: 30px 2%;
}
.main_menu_box:nth-child(2) {
    padding: 50px 2%;}
.main_menu_box ul li a {
    font-size: 12px;}
.journal_area::before {
    top:-6%;
}
.journal_area::after {
    height: 90%;
}
.journal_area_link li a {
    padding: 5px 8px 5px 14px;
    font-size: 13px;;
}
.ftr_menu li:not(:last-child):after {
    padding: 0 10px;
    font-size: 9px;
}
.map_box iframe {
    height: 450px;
}
/*************about page************/
.inner_page_section h2 {

    font-size: 38px;
}
.inner_page_section h3{font-size: 32px}
/********academy page********/
.inner_page_section h4 {
    font-size: 24px;
}
}

@media screen and  (max-width:991px) {
   .header_right{
    position: static;
   }
   .menu {
    position: absolute;
    width: 100%;
    text-align: left;
    left: 0;
    top: 100%;
    background: #253b7f;
}
.menu ul{margin-top: 12px; padding: 10px 15px;}
.menu .menu-collapser{margin-top: -56px}
.banner_text img {
    width: 80px;
}
.banner_text h3,.inner_banner .banner_text h1 {
    font-size: 34px;
}
.banner_text p {
    font-size: 24px;
}
.new_notice ,.welcome_links,.admission_area{
    padding: 16px 20px;}
.new_notice p, .welcome_links p {
    font-size: 12px;
}
.admission_area p {
    font-size: 14px;
}
.main_menu_box {
    min-height: 320px;
}
.journal_area_box {
    padding: 0 40px;
}
.journal_area_image {
    position: static;
    right: 26px;
    width: 90%;
    height: auto;
    margin: 0 auto 60px;
}
.journal_area::before {
    right: 0;
}
.journal_area::after{display: none;}
/***********about page ***********/
.about_page .journal_area_box {
    padding: 0 15px;
}
/*************about page************/
.inner_page_section h2 {

    font-size: 36px;
}
.inner_page_section h3{font-size: 30px}
/**********academy page************/
.academy_page .main_menu_box {
    min-height: 226px;
}
.content_box ul li {
    font-size: 12px;
}
.content_box ul li:before {
    top: 6px;}
.item-2 .content_wrapper_cont,.item-4 .content_wrapper_cont,.item-3 .content_wrapper_cont,.item-1 .content_wrapper_cont {
    width: 90%;
}
.item-3 .content_box,.item-4 .content_box {
    width: 45%;
    margin: 20px 0;
}
.inner_page_section h4 {
    font-size: 22px;
}
.academy_page .journal_area_box{padding: 0px 15px;}
.content_box:not(:last-child):after {
    display: none;
}
/***********Tender Page***********/

.tender_table table th{font-size: 16px;}
.tender_table table td{font-size: 13px; }
.tender_right_bar ul li a{font-size: 13px;}
.inner_page_section p {
    font-size: 13px;}
	
/*********campus page**********/
.campus_box{padding: 0}
.campus_listing li a {
    font-size: 13px;
}
.campus_listing li a span {
    padding-left: 30px;
}
}
@media screen and (max-width:767px) and (orientation:landscape ){.menu ul {
    height: 60vh;
    overflow: auto;
}
   
}

@media screen and (max-width:767px) {
.logo img {
    width: 60px;
}
   .main_menu_box {
    min-height:auto;
    padding: 30px 25px !important;
} 
.main_menu_box ul {
    display: block;
}
.welcome {
    padding: 40px 0;
}
.main_menu_box:not(:last-child){
    margin: 0 0 30px;
}
.journal_area::before {
    width: 150px;
    height: 120px;}
.map_container {
    padding: 0 15px;
}
.map_box iframe {
    height: 400px;
}
.map_image {
    height: 65%;
}
.banner_text img {
    width: 70px;
}
.banner_text h3,.inner_banner .banner_text h1 {
    font-size: 28px;
}
.banner_text p {
    font-size: 18px;
}
.header_left {
    padding: 0 15px;
}
.journal_area {
    margin-top: 60px;
}
.main_menu_box {
    background-size: 45%;}
/**********about page**************/
.about_page .main_menu_box {
    min-height: auto;
}
.inner_page_section h2 {

    font-size: 34px;
}
.inner_page_section h3{font-size: 28px}
.inner_page_section p {
    font-size: 13px;}
/**********academy page************/
.academy_page .main_menu_box {
    min-height: auto;
}
.item-3 .content_box,.item-4 .content_box,.item-2 .content_box{
    width: 100%;
    margin: 20px 0;
}
.item-2 .content_wrapper_cont,.item-4 .content_wrapper_cont,.item-3 .content_wrapper_cont,.item-1 .content_wrapper_cont {
    width: 100%;
}
.content_wrapper {
    padding: 40px 40px;
}
.inner_page_section h4 {
    font-size: 20px;
}
.common_listing li {
    font-size: 13px;
}
/**********campus page**********/
.campus_listing li a {
    font-size: 12px;
}

.dean-content{margin-right:10px}
}


@media screen and (max-width:575px) {
  .ftr_menu li a,.footer_bottom p {
    font-size: 11px;
}
.footer_bottom {
    padding: 30px 15px;
}
.map_box iframe {
    height: 300px;
}
.map_image {
    height: 50%;
}
.journal_area_box {
    padding: 0 15px;
}
.journal_area_link li a {
    font-size: 12px;
}

.banner_text h3 ,.inner_banner .banner_text h1{
    font-size: 24px;
}
.banner_text p {
    font-size: 16px;
}
/**********about page**************/

.inner_page_section h2 {

    font-size: 32px;
}
.inner_page_section h3{font-size: 26px}
.inner_banner figure img {
    height: 167px;
    object-fit: cover;
}
.inner_page_section {
    padding: 15px 0;
}
/*********academy page***********/
.inner_page_section h4 {
    font-size: 19px;
}
.academy_page .journal_area_box {
    text-align: center;
}
.download {
    display: block;
    margin: 5px auto;
}
.common_listing li i {
    margin-right: 7px;
}
.dean-content{margin-right:10px}
.dean-box h4{font-size:15px;}
.dean-box p{font-size:12px;}
.dark_box a,.light_box a {
    font-size: 12px;
}

.tender_table table td h4{font-size:15px;}
.tender_table table td p{font-size:12px;}
.tender_table table a{font-size:12px;}






}
@media screen and (max-width:480px) {
    .banner_text img {
     width: 50px;
}
.banner_text h3 ,.inner_banner .banner_text h1{
    font-size: 20px;
}
.banner_text p {
    font-size: 14px;
}
}
@media screen  and (max-width:420px) {
   /*********academy page***********/
.inner_page_section h4 {
    font-size: 18px;
}
.dean-box{flex-wrap:wrap; text-align:center; flex-direction:column-reverse;}
.dean-content{flex: 0 0 100%;}
.dean-pic{flex: 0 0 100%;}
.dean-pic img{margin:0 auto 10px; float: none !important;}
.dean-box h4{font-size:14px;}
.dean-box p{font-size:12px;}
.dark_box a,.light_box a {
    font-size: 12px;
}



.tender_table table td h4{font-size:14px;}
.tender_table table td p{font-size:12px;}
.tender_table table a{font-size:12px;}



}

@media screen  and (max-width:360px) {
   /*********academy page***********/
.inner_page_section h4 {
    font-size: 17px;
}



}

