﻿@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    margin: 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
    font-family: 'Lora', serif;
    color: #000;
    overflow-x: hidden;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: 0;
    transition: 0.5s all;
    cursor: pointer;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.mngtop10 {
    margin-top: 10px;
}
.mngtop30 {
    margin-top: 30px;
}
.mngbtm30 {
    margin-bottom: 30px;
}
.mngtop20 {
    margin-top: 20px;
}
/*---dvmmm------------*/
.time{
	color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 31px;
    text-transform: capitalize;
    display: inline-block;
    background-color: #2b2b2b;
    padding: 0 10px;
}
.h1d{
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    line-height: 50px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.hd2{
	color: #fff;
    font-size: 23px;
    font-weight: 800;
    /* line-height: 50px; */
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.smdhd{
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 0;
    line-height: 100%;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.rtii{
	background-color: #ffd400;
	padding: 5px 18px;
	border-radius: 2px;
	text-align:center;
}
.rtii a{
	color: #000 !important;
	text-align:center;
	    padding-left: 10px;
}
.dv1_0523100420{
	position: fixed;
	left: 15px;
	bottom: 50px;
	padding: 0;
    z-index:99;
}
.cnt_0523100420{
	height: 50px;
	width: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	position: relative;
}
.cnt_0523100420 img{
	width: 100%;
}
.cnt_dtl_0523100420{
    position: absolute;
    top: -105px;
    left: 0px;
    width: 200px;
    background: #fff;
    opacity: 0; 
    transition: 0.5s;
    border: 12px solid #dce5f0;
    border-radius: 30px 30px 30px 0;
    overflow: hidden;
    transform: scale(0);
    transform-origin: bottom left;
    transition-delay: 0.5s;
}
.cnt_dtl_0523100420 div{
	display: inline-block;
	width: 100%;
}
.cnt_dtl_0523100420 div a{
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 5px 15px;
  line-height: 1.3;
}
.cnt_dtl_0523100420 div a:hover{
	background: #f6f6f6;
}
.cnt_dtl_0523100420 div a b{
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	font-weight: 600;
	padding-bottom: 2px;
}
.dv1_0523100420:hover .cnt_dtl_0523100420{
  left: 55px;
  opacity: 1;
  top: -165px;
  transform: scale(1);
  transition-delay: 0s;
}
/*-------- News_scroll -------------*/
.breaking_news{
    clear: both;
    position: relative;
    height: 30px;
}
.BNS_Title{
    background: none repeat scroll 0 0 #0ea0d7;
    color: #fff;
    float: left;
    font-weight: bold;
    padding: 2px 0;
    position: relative;
    width: 135px;
    z-index: 111;
    line-height: 37px;
}
.BNS_Title:after{
    content: "";
    height: 0;
    left: 100%;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    width: 0;
    z-index: 1;
}
.blink{
	height: 37px;
	text-align: center;
}
.blink span{
	color: white;
	animation: blink 1s linear infinite;
	color: #ffffff;
	font-weight: 600;
	font-size: 17px;
}
@keyframes blink{
    0%{opacity: 0;}
    50%{opacity: .50;}
    100%{opacity: 1;}
}
.BNews_Scroller{
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    line-height: 37px;
    list-style: outside none outside-none;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.BNews_Container {
    height: 30px;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.BNews_Container .mask {
    overflow: hidden;
    position: relative;
    height: 30px;
    margin-top: -3px;
}
.BNews_Scroller a{
    color: #012e60;
    font-weight: 600;
    font-size: 17px;
}
/*----------------header-top----------*/
.header-area ul.dropdown-menu li{
     display: block; 
     padding-right: 0px; 
}
.header-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100000;
}
.header-bottom {
    background: #010181;
}
.header-top {
	padding: 10px 0;
    font-family:'Roboto Slab', serif;
	background:#01009a;
}
.header-top-info ul li {
	display: inline-block;
	padding-left:4px;
}
.header-top-info a i {
  color: #fff;
  /* margin-right: 1px; */
  font-size: 12px;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  border-radius: 100%;
}

.header-top-info a,.header-top-info li {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto Slab', serif;
  font-weight: 500;
}
.header-top-info a:hover {
  text-decoration: underline;
}
.header-top-language ul li a i {
  padding-left: 18px;
  font-size: 18px;
}
.header-top-language a {
  background-color: #fff;
  color: #0e289b;
  font-weight: 600;
  padding: 4px 7px 5px 17px;
  position: relative;
}
.header-top-language a::before {
  background-color: #0e289b;
  content: "";
  height: 100%;
  position: absolute;
  right: 21px;
  top: 0;
  width: 1px;
}
.header-top-language ul li ul li > a {
	color: #3f3f3f;
	display: inline-block;
	font-weight: normal;
	padding: 0;
}
.header-top-language ul li ul li > a:before {
	content: none;
}
.header-top-language ul li ul {
	margin: 0;
	padding: 10px;
}
.header-top-language ul li ul li {
	padding: 5px;
}
.header-top-language ul li a:hover,
.header-top-social > ul li a:hover {
	color: #0e289b;
}
.header-top-social li {
  display: inline-block;
  padding: 0;
  text-align: center;
}
.header-top-social li a{
	color: #fff !important;
	height: 35px;
	width: 35px;
	line-height: 35px;
	/* line-height: 35px; */
	display: inline-block;
	background-color: #00000042;
	border-radius: 100px;
}
.header-top-social li a:hover{
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}
.header-top-social li:first-child {
	padding-left: 0px;
}
.header-top-social > p,
.header-top-social > ul {
	float: left;
}
.header-top-language ul li {
	position: relative;
}
.header-top-language ul li ul {
	background-color: #fff;
	border-radius: inherit;
	box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
	top: 216%;
	transition: all 0.5s ease 0s;
}
.header-top-language ul li ul.dropdown-menu > li > a:hover,
.header-top-language ul li ul.dropdown-menu > li > a:focus {
	background-color: inherit;
	color: #0e289b;
}
.header-top-social > p {
  margin: 8px 0 0;
  padding-right: 9px;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 600;
}
.header-top-social > ul {
  padding-top: 1px;
  /* margin: 2px 0 0px; */
}
.three_d_view_btn {
    display: inline-block;
    width: 45px;
    height: 57px;
    line-height: 46px;
    margin: -10px 0 -10px 10px;
    opacity: 0.9;
    padding: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}
.three_d_view_btn img {
    width: 100%;
}
.btn_0257100420 > a {
    border: 1px solid #ffffff;
    padding: 5px 10px;
    text-decoration: none !important;
    display: inline-block;
    margin: -5px 0;
    transform: translateY(1px);
}
.btn_0257100420 > .dropdown .dropdown-toggle {
    border: 1px solid #ffff;
    padding: 5px 10px;
    text-decoration: none !important;
    display: inline-block;
    margin: -5px 0;
    background: transparent;
}
/*------logo_part---------*/
.logo img {
    max-width: 160px;
    /* width: 100%; */
    /* min-width: 161px; */
    /* min-height: 161px; */
    /* padding: 10px; */
}
.styled-icons li {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.styled-icons li {
	display: inline-block;
}
.styled-icons li a {
	font-size: 13px;
	height: 30px;
	line-height: 30px;
	margin: 2px 18px 2px 0;
	width: 30px;
}
.styled-icons li a:hover i {
	color: #000;
}
.topnav_border {
	background: #2e2e2e;
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: -4px;
	left: 0;
}
.lg img {
	padding: 10px 0;
	max-width: 75px;
}
.menu {
	margin-top: 10px;
}
.menu a {
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.5px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
.menu ul li ul li:first-child {
	border-top: 3px solid #000;
}
.menu ul li ul li a {
	font-family: 'Roboto Slab', serif;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-transform: capitalize;
}
/*--------menu_fixed---------*/
.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 99;
	-moz-box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
	box-shadow: rgba(0, 0, 0, 0.239216) 0px 4px 9px 0px;
}
.sticky + .content {
	padding-top: 60px;
}
/*----------slider_up------------*/
.dv1_1231040420{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  max-width: 1100px;
  margin: auto;
}

.dv2_1231040420{
  display: inline-block;
  width: 100%;
}
.dv2_1231040420 li{
	width: 33%;
	display: inline-block;
	vertical-align: middle;
}
.dv3_1231040420{
  background:rgb(0 0 0 / 70%);
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 15px 25px;
  min-height: 119px;
  position: relative;
  text-align: center;
}
.dv3_1231040420 a{
  color: #fff;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
  height: 43px;
  display: table-cell;
  width: 500px;
  vertical-align: middle;
  font-family: 'Roboto Slab', serif;
}
/* 28. separator  */
.separator {
  position: relative;
  display: inline-block;
  clear: both;
  height: 1px;
  width: 35%;
  left: 50px;
}
.separator::before {
  background: #0e289b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100px;
}
.section-title:hover .separator::before {
  width: 75%;
}
.separator i {
  color: #fbff00;
  display: block;
  font-size: 35px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -19px;
  width: 40px;
}
.separator span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #4fc1f0;
  border-radius: 100%;
  display: block;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 10px;
}
.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
  left: 50%;
  transform: translateX(-50%);
}
.text-right .separator::before,
.text-right .separator i,
.text-right .separator span {
  left: auto;
  transform: none;
  right: 0;
}
.separator:before {
    left: 0;
    width: 80px;
}
.separator::before {
    background: #ffffff none repeat scroll 0 0;
}
.separator::before {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 80px;
    left: -82px;
}
.separator:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 83px;
    background: white;
    right: -9px;
}
/*------ FOOTER SECTION -------*/
.bottom-footer{
    background-color:#010181;
    padding:40px 0 40px;
}
.bottom-menu{
	list-style:none;
	padding:5px;
	margin-left:-5px;
	color:#ffffff;
	line-height:1.8;
}
.bottom-menu li a{
    color:rgb(255 255 255 / 72%);
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    line-height: 32px;
}
.bottom-menu li a:hover{
	color:#df9d00;
	text-decoration:none;
}
.footer-menu-header{
    font-family: 'Roboto Slab', serif;
    color:#ffffff;
    font-size: 20px;
}
.footer-instuname {
    color: #fff;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.footer-name, .footer-name a{
    color: #fff;
    padding-bottom: 20px;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
}
.footer-name a{
    color: #337ab7;
    text-decoration: none;
}
.footerlogo{
    max-width: 100px;
}
.bottom-footer hr {
    border-top: 1px solid #eeeeee4f;
}
/*--------about---------*/
.aboutbgg{
    padding: 90px 0;
}
.aboutbgg .about-text h2{
    color: #fff;
    font-family: 'Roboto Slab', serif;
    text-transform: capitalize;
    font-size:38px;
    margin: 0;
    padding-bottom:20px;
    line-height:40px;
}
.aboutbgg .about-text p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    padding-bottom: 15px;
    text-align:justify;
}
.carrerPlanning-sec {
    -webkit-animation: animate 95s linear infinite;
    animation: animate 95s linear infinite;
    color: #fff;
}
@-webkit-keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(100% - 100vw) 0;
  }
}

@keyframes animate {
  from {
    background-position: 0 0;
  }
  to {
    background-position: calc(100% - 100vw) 0;
  }
}
.carrerPlanning-sec::before {
    content: '';
    background: url(../images/carrer-bluebg.png);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center center;
}
/*-------notification_scroll----------*/
.noticebggprt{
    padding:40px 0;
}
.noticebgg{
    border: 0;
    background-color: #ff0000;
    padding: 22px 0;
    font-family: 'Titillium Web', sans-serif;
}
.noticebgg a{
   color: #23527c;
}
.noticebgg span{
   color: #b80e0e;
   font-weight: bold;
   font-size: 12px;
}
.noticebgg strong{
    color:#fff;
}
.noticebgg .date{
	font-family: 'Titillium Web', sans-serif;
	font-size:29px;
	color:#fff;
	font-weight:600;
}
.noticebgg .p2{
	color:#fff;	
}
.noticebgg .panel{
	background-color:transparent !important;
	border:0 !important;    
	margin-bottom: 0;
	box-shadow:none;
}
.noticebgg .panel-footer{
	background-color:transparent !important;
	border:0 !important;
	position: absolute;
	top: 0;
	right: 0;
}
.noticebgg .panel-body{
	padding:0 20px;
	margin-bottom:0px;
}
.noticebgg .lfgt{
	float: left;
	font-size: 18px;
	text-transform: uppercase;
	vertical-align: middle;
	line-height: 60px;
	border-right: 1px solid #085f94;
	padding: 10px 30px;
	text-align: right;    
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.noticebgg .pagination > li {
    display: block;
}
.noticebgg .pagination > li > a, 
.noticebgg .pagination > li > span {
    color: #053360;
    background-color: #ffffff;
    border: 1px solid #ffffff59;
    border-radius: 100%;
	padding:0;
	height:30px;
	width:30px;
	line-height:30px;
	text-align:center;
}
.noticebgg{
    background: #fff;
    text-align: center;
    padding: 10px;
    overflow: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1);
}
.module_1 td a{
    font-size: 15px;
    line-height: 20px;
    color: #012e60;
    text-decoration: none !important;
    align-items: center;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.marquee,  .marquee-with-options,  .marquee-vert-before,  .marquee-vert {
	overflow: hidden;
	height:570px !important;
}
.more{
	font-weight: bold;
	font-size: 14px;
	color: #a40202;
	font-family: "Lato", sans-serif;
	text-decoration: none;
}
.js-marquee{
	margin-bottom:0 !Important;
}
#events{
    background-color: rgb(255, 247, 214);
}
.heading_3 {
    font-family: Trebuchet MS;
    font-size: 18px;
    font-weight: normal;
    color: #fcff00;
    text-decoration: none;
    line-height: 170%;
    padding-left: 12px;
}
.noticebgg  .table {
    margin-bottom: 0px;
}
.elementor-widget-container {
    margin: 0 0 20px;
    padding: 10px 5px;
    background-color: #00399a;
}
.elementor-widget-container h3{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;
    margin: 0;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}
.elementor-widget-container h3:before {
    background: url(../images/ribbon1.jpg) no-repeat;
    position: absolute;
    content: '';
    left: -5px;
    height: 40px;
    background-size: cover;
    width: 25px;
    top: -2px;
    z-index: -1;
}
.elementor-widget-container h3:after {
    background: url(../images/ribbon3-e1529576622872.jpg) no-repeat;
    position: absolute;
    content: '';
    right: -5px;
    height: 40px;
    background-size: cover;
    width: 25px;
    top: -2px;
    z-index: -1;
}
.date-post {
    width: 11%;
    float: left;
    text-align: center;
    border: 1px solid #ddd;
}
.date-post h2 {
    margin-bottom: 0px !important;
    padding-bottom: 0 !important;
    margin-top: 0px !important;
    text-align: center;
}
.updates .date-post span {
    font-size: 18px;
}
.date-post span {
    display: block;
    color: #222;
    font-size: 18px;
    margin: 0px 0px 2px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #C0C0C0;
}
.date-post p {
    color: #fff;
    background: #012e60;
    font-size: 11px;
    height: 20px;
    overflow: hidden;
    margin: 0;
}
.post-content-text {
    width: 87%;
    margin-left: 2%;
    float: left;
}
.principal-desk-container{
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1)
}
.rdd{
    font-size: 12px;
    font-family:'Roboto Slab', serif;
    font-weight: 600;
    color: #000000;
    background-color: #fdc800;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
    padding:8px 20px;
    border-radius: 0;
    border: 0;
        position: relative;
    right: -10px;
    bottom: -10px;
    text-transform:capitalize;
}
.principal-desk-container p{
    text-align: justify;
    font-size: 14px;
    line-height: 26px;
    color: #012e60;
    text-decoration: none !important;
    align-items: center;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding: 10px;
}
.principal-desk-container .image{
    width: 300px;
    height: 200px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
}
.qckbg{
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.1)
}
#events{
   background-color: rgb(255 255 255);
}
#events ul			{ margin:0px; padding:5px 0px 8px 0px; list-style-type:none; }
#events ul li		{ background:url(../images/bullet.png) no-repeat 15px 11px; padding:5px 0px 4px 35px ; font-family:verdana; font-size:11px; line-height:30px; border-bottom:dotted 1px #EBBC00; margin-left:0; }

#events ul li:hover a	{ color:#000}
#events ul li a	{   font-size:11px; font-weight:bold; color:#120303;  text-decoration:none }
#events ul li a:hover{   font-size:11px; color:#000;  text-decoration:none;}
/*------------gallery-----------*/
.hdtgbg{
    color: #fff;
    font-family: 'Roboto Slab', serif;
    text-transform: capitalize;
    font-size: 38px;
    margin: 0;
    padding-bottom: 20px;
    line-height: 40px;
    text-align: center;

}
.gallerybgg .dsec {
    color: #fff;
    font-family:'Roboto Slab', serif; 
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.gallerybgg {
    background: #0e289b !important;
    padding: 40px 0;
}
.form-image{
    
    border: 5px solid #f6f6f6;
}
.team_columns_item_caption{
    padding: 5px;
    text-align: center;
    margin-bottom: 25px;
    background: #f6f6f6;
}

/* 28. separator  */

.gallerybgg .separator1 {
  position: relative;
  display: inline-block;
  clear: both;
    background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 1px;
  width: 33%;
  margin-bottom: 20px;
}
.gallerybgg .separator1::before {
  background: #0e289b none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  transition: all 0.4s ease 0s;
  width: 100px;
  left: 50%;
    transform: translateX(-50%);
}
.gallerybgg .section-title:hover .separator1::before {
  width: 75%;
}
.gallerybgg .separator1 i {
    color: #ffffff;
  display: block;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 40px;
}
.gallerybgg .separator1 span {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #4fc1f0;
  border-radius: 100%;
  display: block;
  height: 10px;
  position: absolute;
  top: -5px;
  width: 10px;
}
.gallerybgg .separator1 i,
.gallerybgg .separator1 span {
left: 50%;
    transform: translateX(-50%);
}
.gallerybgg .text-center .separator1::before,
.gallerybgg .text-center .separator1 i,
.gallerybgg .text-center .separator1 span {
  left: 50%;
  transform: translateX(-50%);
}
.gallerybgg .text-right .separator1::before,
.gallerybgg .text-right .separator1 i,
.gallerybgg .text-right .separator1 span {
  left: auto;
  transform: none;
  right: 0;
}
.mb-55 {
    margin-top:35px;
}
/*----------subbanner-----------*/
.breadcrumbs_dv1 {
    padding: 200px 0 110px;
    position: relative;
    background-image: url(../images/subban.jpg);
    background-position: center;
    background-size: cover;
}
.breadcrumbs_dv1:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}
.breadcrumbs_dv1 h2 {
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    text-transform: uppercase;
    border-left: 3px solid white;
    padding: 5px 0 8px 15px;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #fff;
	margin: 90px 0 0;
}
/*-------------gallery-------------*/
.gallerypage, .gallerydetailspage, .contactbgg, .aboutpage, .facilitybg{
    padding:40px 0;
}
.gallerypage .news-img {
    position: relative;
}
.gallerypage .news-img a {
    display: inline-block;
    width: 100%;
}
.gallerypage .news-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border: 2px solid #eaeaea;
}
.gallerypage .news-date {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: -15px;
    left: 30px;
    padding: 5px 0 3px 20px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 300px;
}
.gallerypage .blog-meta-2 {
    display: inline-block;
    float: left;
    padding-top: 3px;
}
.gallerypage .blog-meta-2 .published3 {
    color: #fff;
    padding-right: 4px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    padding-right: 20px;
}
.gallerypage .blog-meta-2 .published3 i {
    padding-right: 8px;
}
.gallerypage .blog-meta.for-news {
    margin: 2px 0 5px;
}
.gallerypage .for-news.blog-meta {
    float: right;
}
.gallerypage .event-area .published3{
    color: #666;
    padding-right: 4px;
}
.gallerypage .for-news .published3 a{
    color: #fff;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    padding-right: 20px;
    font-family: 'Open Sans', sans-serif;
}
.gallerypage .gray-bg{
    background: #e6e9f5 !important;
}
.gray-bg1 {
    background: #e6e9f5 !important;
    padding: 20px 10px;
    margin: 0;
    text-align: center;
}
.gallerypage .img-text {
    padding: 41px 30px 25px;
}
.gallerypage .img-text > h3{
    margin: 0px;
}
.gallerypage .img-text > h3 a{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    font-style: normal;
    font-family:'Roboto Slab', serif;
}
.tbmh{
	font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #555;
    font-style: normal;
    font-family: 'Roboto Slab', serif;
}
/*------------gallery_detais--------------*/
.gallery-img {
	overflow: hidden;
	position: relative;
}
.dv2_0448150420 {
    padding: 0 5px;
}
.gallery-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.gallery-img::before {
	background-color: #000;
	content: "";
	height:210px;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.6s ease-in-out 0s;
}
.gallery-view {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 99999;
	opacity: 0;
	transition: all 0.3s ease-in-out 0s;
}
.mfp-wrap {
  z-index: 99999999;
}
.mfp-bg {
  z-index: 9999999;
}
.gallery-view a{
  color: #fff;
	font-size: 30px;
}
.gallery-img:hover::before {
	opacity: .5;
}
.gallery-img:hover .gallery-view {
	opacity: 1;
}
.gallery-img > img {
	transition: all 0.6s ease-in-out 0s;
	width: 100%;
}
.gallery-view a:focus {
  color: #fff;
}
.gallery-view a:hover {
  color: #bbb;
}
/*------------contact_page---------*/
.contactbgg{
    background: #f9f9f9;
}
.brdcn{
    background-color: #ffffff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 0.5em 0.5em 0.5em 0.5em;
}
.contactbgg .elementor-heading-title {
    color: #012e60;
    font-family:'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #fdc800;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
}
.contactbgg .elementor-heading-title:before {
    content: "";
    position: absolute;
    left: -7px;
    top: 12px;
    height: 17px;
    width: 3.5px;
    background-color: #ea5644;
}
.contactbgg ul{
    padding:0px 20px;
}
.contactbgg ul li {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:25px;
}
.contactbgg ul li i {
    color: #020000;
    font-size: 16px;
    background: #fdc800;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align:center;
}
.icon-list-text{
    color: #020202;
    padding-left:20px;
    float: left;
}
.icon-list-text a {
    color: #020202;
}
.icon-list-icon{
    float: left;
}
.sbc{
    color: #b70c0c;
    font-family: 'Roboto Slab', serif;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
}
/*----------about_page----------*/
.page_content{margin-bottom: 20px; background: #fbfbfb; border: 1px solid #eee; padding: 15px; box-shadow: 0 3px 10px 0 rgba(0,0,0,0.05);}
.page_content h3{background: #eee; font-weight: 600; font-size: 18px; padding: 10px;}
.page_content h2{
    background: #eee;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 22px;
    padding: 10px;
    color: #B04400;
    font-family: 'Roboto Slab', serif;
    margin: 0;
    margin-bottom: 20px;
}
.page_content p{
    font-size: 14px;
    padding: 10px 10px 0;
    line-height: 22px;
    margin-bottom: 0;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    padding-bottom: 15px;
    text-align: justify;
}
/*leftmenu*/
.left-side1{ border:1px solid #e7c6ab; border-radius: 5px; box-shadow: 0 3px 10px 0 rgba(0,0,0,0.20); padding: 12px; position: relative;} 
.left-side1 h2{ font-size: 18px; text-transform: uppercase; 
    font-family: 'Roboto Slab', serif; color: #fff; background: #b04400; height: 46px; line-height: 46px; padding-left: 16px;  margin-top: 0;border-radius: 7px;}
.left-side1 ul{ list-style: none; padding: 0; margin: 0; }
.left-side1 li{ padding: 10px 0 10px 5px; background: #f2f2f2; margin-bottom: 2px;}
.left-side1 li a{ 
    color: #000;
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: normal;
    font-family: 'Roboto Slab', serif;
}
.ulbody{
    padding:0 20px;
}
.ulbody li{
    list-style:disc;
    color: #666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 22px;
    padding-bottom:5px;
    text-align: justify;
}
/*------------admission------------*/
.admissionpage{
	padding:40px 0;
}
.admissionpage .dv1{
	margin-bottom: 25px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.admissionpage .dv1 .event-content{
	margin-top: 0;
}
.admissionpage .dv1 .lst_0433030420{
	margin-bottom: 0;
}
.admissionpage .dv1 h3{
    margin-bottom: 20px;
    position: relative;
    padding: 10px 20px;
    background: #e6e9f5;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    color: #0e289b;
    font-weight: normal;
}
.admissionpage .dv1 h3:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 3px;
	background: #0e289b;
	left: 0;
	bottom: 0;
}
.admissionpage .dv1 li a{
	color: inherit;
	text-decoration: underline;
}
.admissionpage .dv1 li a:hover{
	color: #000;
}
.admissionpage .lst_0433030420{
	margin:0 0 1.5em;
	padding:0;
	counter-reset:item;
}
.admissionpage .lst_0433030420 li{
	list-style-type: none;
	counter-increment: item;
}
.admissionpage .event-content li {
	color: #000;
	font-size: 15px;
	margin-bottom: 11px;
	position: relative;
	padding-left: 25px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 27px;
	margin-bottom: 5px;
	text-align: justify;
}
.admissionpage .lst_0433030420 li:before{
	display: inline-block;
	width: 30px;
	font-weight: 600;
	text-align: right;
	content: counter(item) ".";
	left: -15px;
	line-height: 1;
	top: 7px;
	position: absolute;
}
/*----------------illigibility_page-------------*/
.iligibilitybgg{
    padding:40px 0;
}
.mcqq {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 4px solid #c9c9c9;
    background: #ffffff;
    padding: 35px 40px;
}
.mcqq .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80%;
}
.mcqq .text .title {
    font-family:'Roboto Slab', serif;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}
.mcqq .text .subtitle {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    font-weight: 500;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 28px;
    padding-left: 32px;
}
.mcqq .text .subtitle:before {
    content: '_';
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mcqq .btmm {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    font-family: 'Open Sans', sans-serif;
    background: #7dc146;
    padding: 0 40px;
    border: 1px solid #7dc146;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
    border-radius: 0;
    text-decoration: none;
}
.mcqq .btmm:hover, .mcqq .btmm:focus {
    background: #fa6800 !important;
    border-color: #fa6800 !important;
    text-decoration: none;
}
.emaminationbgg{
	padding:40px 0;
}
.emaminationbgg p, .emaminationbgg ul li{
	color: #000;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	line-height: 27px;
	text-align: justify;
}
.emaminationbgg .dv1 h3{
    margin-bottom: 20px;
    position: relative;
    padding: 10px 20px;
    background: #e6e9f5;
    font-family: 'Roboto Slab', serif;
    font-size: 19px;
    color: #0e289b;
    font-weight: normal;
}
.emaminationbgg .dv1 h3:before{
	content: '';
	position: absolute;
	height: 100%;
	width: 3px;
	background: #0e289b;
	left: 0;
	bottom: 0;
}
.emaminationbgg .dv1{
	margin-bottom: 25px;
	background: #fff;
	padding: 20px 30px;
	border-radius: 2px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}
.emaminationbgg .hding{
	margin-bottom: 20px;
	position: relative;
	padding: 10px 20px;
	background: #e6e9f5;
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: #0e289b;
	font-weight: normal;
}
/*--------------facility------------*/
.kf_courses_wrap {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.facilitybg h5{
	font-family: 'Roboto Slab', serif;
    font-size: 25px;
    text-transform: uppercase;
    color: #124680;
    font-weight: 600;
}
.facilitybg p{
	color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    line-height: 27px;
    padding-bottom: 15px;
    text-align: justify;
}
/*--------------faculty------------*/
.faculty{
	padding:40px 0;
	text-align:center;
}
.faculty img {
    border-left: 7px solid #014c88 !important;
    border-right: 7px solid #fdc800 !important;
    border-bottom: 7px solid #008198 !important;
    border-top: 7px solid #a54538 !important;
    padding: 0;
}
.tooltipsbg{
	margin-bottom:20px;
}
.tooltipsbg h2{
	font-family: 'Roboto Slab', serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.tooltipsbg h5, .tooltipsbg h6{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0;
    line-height: 22px;
}
/*------------------courses------------*/
.coursesbgg{
    padding:40px 0;
}
.coursesbgg tr{
    border:0 !important;
}
.coursesbgg th {
    font-size: 13px;    
    font-family:'Roboto Slab', serif;
    background-color: #023c6e;
    color: #fff;
    border: 0 !important;
    text-transform: uppercase;
}
.coursesbgg td{
    font-size: 14px;
    font-family:'Roboto Slab', serif;
    font-weight:normal;
}
.coursesbgg caption{
    text-align: center;
    font-size: 18px;
    font-family:"Trebuchet MS";
    background-color: #ecf5ff;
    color: #023c6e;
    text-transform: uppercase;
    font-weight: 500;
}
.coursesbgg address, .coursesbgg p{
    font-size: 17px;
    font-family:'Roboto Slab', serif;
}
/*------------------download------------*/
.downloadbgg{
	padding:40px 0;
    font-family:'Roboto Slab', serif;
}
.downloadbgg table tr td span img{
	margin-right:10px;
}
.brdtg{
	color: #ccc;
}
.downloadbgg td.text-muted{
	width: 38% !important;
}
.downloadbgg .customers {
    font-family: 'Open Sans', sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.downloadbgg .customers td, .downloadbgg .customers th {
    border: 1px solid #ddd;
    padding: 8px;
}
.downloadbgg .customers td{
    font-weight:500;
}
.downloadbgg .customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #006ad3;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
}
.downloadbgg .customers td .imgscr{
	float: left;
	max-width: 24px;
	margin-right: 8px;
}
.dwd a{
	color: #ff0000;
	font-size: 15px;
}
.dwd1 a{
	color: #ff0000;
}
.dwd1 a:hover{
	color: #000;
}
/*---------student_corner---------*/
.achievementbgg .team_columns_item_caption h4, .achievementbgg .team_columns_item_caption h5, .achievementbgg .team_columns_item_caption p{
    text-align: center;
    color: #e80000 !important;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
	line-height:22px;
}
.achievementbgg .team_columns_item_caption p{
	height:auto  !important;
    background: #fff;
}
.achievementbgg .team_columns_item_caption {
    background: #fff;
}
.achievementbgg .team_columns_item_caption{
	margin-bottom:0;
}
.achievementbgg .adv_left{
	left: 0px !important;
	    top: 84px !important;
}
.achievementbgg .adv_right{
    left: 95% !important;
	    top: 84px !important;
}
.achievementbgg .team_columns_carousel_control_right{
    color: #fff;
    background: #cbcbcb !important;
}
/*----------magazine----------*/
ul.magazines {
    padding: 0;
}
ul.magazines li {
    width: 16%;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    list-style-type: none;
    height: 280px;
}
ul.magazines li div {
    padding: 5px;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 2px;
    height: 100%;
}
ul.magazines li a {
    color: #b04400;
    text-decoration: none;
    background-color: transparent;
}
ul.magazines li img {
    width: 100%;
    height: calc(100% - 60px);
    object-fit: contain;
}
ul.magazines li h3 {
	font-family: 'Roboto Slab', serif;
	font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
}
.govbg td{
	font-family:'Open Sans', sans-serif;
	font-size: 15px;
	margin: 2px;
	display: block;
	letter-spacing: 1px;
}
.govbg td strong{
	font-weight: 600;
	font-size: 17px;
	color: #000000;
	font-family: 'Roboto Slab', serif;
	line-height: 37px;
	letter-spacing: 0;
}
.clg-tab {
    background: #c1c1c0;
    border: 1px solid #ccc;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin: 5px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.clg-tab:hover {
    background: #BB1E1E;
	    box-shadow: 0 0 3px #999;
}
.clg-tab:hover .clg-attr {
    color: #fff;
}
.clg-tab .clg-img {
    /* display: inline-block; */
    float: left;
    padding: 9px 15px;
    vertical-align: middle;
}
.clg-tab .clg-img img {
    border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    -webkit-border-radius: 35px;
    max-width: 50px;
}
.clg-tab .clg-attr {
    display: block;
    color: #000000;
    /* padding: 16px 0; */
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    /* color: #ffffff; */
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    /* position: relative; */
    /* z-index: 1; */
    /* margin: 0; */
    /* text-align: center; */
    /* font-family: 'Roboto Slab', serif; */
    height: 68px;
    line-height: 68px;
}
.photoglrybg{
	padding:40px 0;
}
.downloadbgg caption {
    text-align: center;
    font-size: 18px;
    font-family: "Trebuchet MS";
    background-color: #ecf5ff;
    color: #023c6e;
    text-transform: uppercase;
    font-weight: 500;
}
.news-are{
	margin-bottom: 30px;
}
.achievementbgg img{
	height: 180px;
}
.imgght2{
	position: absolute;
	right: 0;
	max-width: 100px;
	top:29%;
	z-index: 9;
	background-color: #f45c0f;
	padding: 10px;
	-webkit-box-shadow: 3px 3px 5px 6px #ccc;
	-moz-box-shadow: 3px 3px 5px 6px #ccc;
	box-shadow: 0px 0px 11px 0px #000;
	border-radius: 20px 0 0 20px;
}
.imgght2 img{
	padding:0 0 10px;
	border-radius: 10px 10px 10px 10px;
}
/*---------------responsive-------------*/
@media (max-width: 1100px){
	.h1d {
		font-size: 19px;
	}
	.nav > li > a {
		padding: 10px 7px;
	}
	.menu a {
		font-size: 9px;
	}
	.header-top-info a, .header-top-info li {
		color: #fff;
		font-size: 11px;
		font-family: 'Roboto Slab', serif;
		font-weight: 500;
	}
	.full_width_carousel_caption h2, .full_width_carousel_caption h1 {
		font-size: 26px !important;
		line-height: 30px !important;
	}
		
	
	
	
	
	
	
	
}
@media (max-width: 768px){
.h1d {
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.navbar-brand img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}
.carousel-caption{
	display:none !important;
}
.full_width_carousel_control_left, .full_width_carousel_control_right {
	width: 30px !important;
    height: 30px !important;
}
.full_width_carousel_control_icons{
	line-height: 30px !important;
}
.header-area {
    position: relative;
}
.aboutbgg {
    padding: 20px 0;
}
.aboutbgg .about-text h2 {
    font-size: 26px;
    line-height: 32px;
}
.elementor-widget-container h3 {
    font-size: 12px;
}
.footersection{
	text-align:center;
}
.footer-instuname {
    text-align: center;
}
.footerlogo {
    max-width: 70px;    
	margin: 0 auto;
}
.breadcrumbs_dv1 {
    padding: 20px 0 60px;
}
.breadcrumbs_dv1 h2 {
    padding: 5px 0 8px 15px;
	margin: 40px 0 0;
	font-size: 20px;
}
.aboutbox img{
	max-width: 100%;
}
.mcqq .text {
    display: block;
    width: 100%;
}
.mcqq{
	padding: 12px 12px;
}
.mcqq .text .title {
    font-size: 25px;
}
.mcqq .text .subtitle:before{
	display:none !important;
}
.mcqq .text .subtitle {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
}
.sbc {
    font-size: 21px;
    text-align: left;
}
.contactbgg ul li {
    font-size: 12px;
}
.contactbgg ul {
    padding: 0px 0px;
}
.gallerypage .news-date {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: -15px;
    left: 0;
    padding: 5px 0 3px 12px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.gallerypage .img-text > h3 a {
    font-size: 17px;
}
.downloadbgg .customers th {
    font-size: 11px;
}
.facilitybg {
    padding: 40px 10px;
}
.facilitybg h5 {
    font-size: 20px;
}
.emaminationbgg .dv1, .admissionpage .dv1{
    box-shadow: none; 
}
.navbar-nav > li > a {
    line-height: 13px !important;
}
.menu {
    margin: 10px 0 10px;
    margin-top: 10px;
}
.menu ul li ul li:first-child {
    border-top: 1px solid #000;
}




}
@media (max-width: 520px){
.h1d {
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.navbar-brand img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}
.carousel-caption{
	display:none !important;
}
.full_width_carousel_control_left, .full_width_carousel_control_right {
	width: 30px !important;
    height: 30px !important;
}
.full_width_carousel_control_icons{
	line-height: 30px !important;
}
.header-area {
    position: relative;
}
.aboutbgg {
    padding: 20px 0;
}
.aboutbgg .about-text h2 {
    font-size: 26px;
    line-height: 32px;
}
.elementor-widget-container h3 {
    font-size: 12px;
}
.footersection{
	text-align:center;
}
.footer-instuname {
    text-align: center;
}
.footerlogo {
    max-width: 70px;    
	margin: 0 auto;
}
.breadcrumbs_dv1 {
    padding: 20px 0 60px;
}
.breadcrumbs_dv1 h2 {
    padding: 5px 0 8px 15px;
	margin: 40px 0 0;
	font-size: 20px;
}
.aboutbox img{
	max-width: 100%;
}
.mcqq .text {
    display: block;
    width: 100%;
}
.mcqq{
	padding: 12px 12px;
}
.mcqq .text .title {
    font-size: 25px;
}
.mcqq .text .subtitle:before{
	display:none !important;
}
.mcqq .text .subtitle {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
}
.sbc {
    font-size: 21px;
    text-align: left;
}
.contactbgg ul li {
    font-size: 12px;
}
.contactbgg ul {
    padding: 0px 0px;
}
.gallerypage .news-date {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: -15px;
    left: 0;
    padding: 5px 0 3px 12px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.gallerypage .img-text > h3 a {
    font-size: 17px;
}
.downloadbgg .customers th {
    font-size: 11px;
}
.facilitybg {
    padding: 40px 10px;
}
.facilitybg h5 {
    font-size: 20px;
}
.emaminationbgg .dv1, .admissionpage .dv1{
    box-shadow: none; 
}
.navbar-nav > li > a {
    line-height: 13px !important;
}
.menu {
    margin: 10px 0 10px;
    margin-top: 10px;
}
.menu ul li ul li:first-child {
    border-top: 1px solid #000;
}







}
@media (max-width: 320px){
.h1d {
	color: #fff;
	font-size: 10px;
	font-weight: 800;
	line-height: 21px;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.navbar-brand img {
    max-width: 60px;
    float: left;
    margin-right: 10px;
}
.carousel-caption{
	display:none !important;
}
.full_width_carousel_control_left, .full_width_carousel_control_right {
	width: 30px !important;
    height: 30px !important;
}
.full_width_carousel_control_icons{
	line-height: 30px !important;
}
.header-area {
    position: relative;
}
.aboutbgg {
    padding: 20px 0;
}
.aboutbgg .about-text h2 {
    font-size: 26px;
    line-height: 32px;
}
.elementor-widget-container h3 {
    font-size: 12px;
}
.footersection{
	text-align:center;
}
.footer-instuname {
    text-align: center;
}
.footerlogo {
    max-width: 70px;    
	margin: 0 auto;
}
.breadcrumbs_dv1 {
    padding: 20px 0 60px;
}
.breadcrumbs_dv1 h2 {
    padding: 5px 0 8px 15px;
	margin: 40px 0 0;
	font-size: 20px;
}
.aboutbox img{
	max-width: 100%;
}
.mcqq .text {
    display: block;
    width: 100%;
}
.mcqq{
	padding: 12px 12px;
}
.mcqq .text .title {
    font-size: 25px;
}
.mcqq .text .subtitle:before{
	display:none !important;
}
.mcqq .text .subtitle {
    font-size: 16px;
    margin: 0;
    padding-left: 0;
}
.sbc {
    font-size: 21px;
    text-align: left;
}
.contactbgg ul li {
    font-size: 12px;
}
.contactbgg ul {
    padding: 0px 0px;
}
.gallerypage .news-date {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: -15px;
    left: 0;
    padding: 5px 0 3px 12px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.gallerypage .img-text > h3 a {
    font-size: 17px;
}
.downloadbgg .customers th {
    font-size: 11px;
}
.facilitybg {
    padding: 40px 10px;
}
.facilitybg h5 {
    font-size: 20px;
}
.emaminationbgg .dv1, .admissionpage .dv1{
    box-shadow: none; 
}
.navbar-nav > li > a {
    line-height: 13px !important;
}
.menu {
    margin: 10px 0 10px;
    margin-top: 10px;
}
.menu ul li ul li:first-child {
    border-top: 1px solid #000;
}





}















