







* {
	padding: 0;
	margin: 0 auto;
}

a, a:hover {
    color: #474748;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

a, a:hover, a:focus {
    text-decoration: none;
    outline: none;
    border:0;
}

:focus{
    text-decoration: none;
    outline: none;
    border:0;
}

img:focus {
    text-decoration: none;
    outline: none;
}

button:focus {
    outline: 1px dotted;
    outline: 0;
}

@font-face {
	font-family: 'Conv_georgia';
	src: url('../fonts/georgia.eot');
	src: local('☺'), url('../fonts/georgia.woff') format('woff'), url('../fonts/georgia.ttf') format('truetype'), url('../fonts/georgia.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gilroy-Bold';
	src: url('../fonts/Gilroy-Bold.eot');
	src: local('☺'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('fonts/Gilroy-Bold.html') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_Gilroy-Regular';
	src: url('../fonts/Gilroy-Regular.eot');
	src: local('☺'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype'), url('fonts/Gilroy-Regular.html') format('svg');
	font-weight: normal;
	font-style: normal;
}



body {
	     font-family: 'Conv_Gilroy-Regular';
	     font-size:16px;
}

h1{
    font-family: 'Conv_georgia';
    font-size:55px;
    margin-bottom:40px;
    line-height:60px;
}

h4{font-family: 'Conv_Gilroy-Bold';}
h5{
    font-size:18px;
    margin-top:35px;
}
h6{
    font-size: 20px;
    margin-bottom:0px;
    color: #ffcb0b;
   
}

.application {
    width: 130px;height: 30px;
    background:#e94c49;
    bottom: 45%;
    position: fixed;
    left: 0;
    z-index: 1000;
    margin-left: -53px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    color: #fff;
    font-size: 14px;
    line-height:30px;
    text-decoration: none;
    font-weight: 700;
}

a.application:hover{color:#fff;}

.course-strip{width:100%;padding:10px 0;background: #9b231b;margin-top: -5px;}

.course-strip p {margin:0;font-size:18px;color:#fff;}

.course-strip p a{color:#fff;}

.course-strip p b{font-size:20px;letter-spacing:1px;}

.course-strip p span{padding:0 10px;}

.welcome-banner{
    background:url(../images/Welcome.jpg)no-repeat;
    background-position:center center;
    background-size:cover;
    height:100vh;
    position:relative;
}
.overlays {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 63%);
}



.home-logo{
    z-index: 99999;
    position: relative;
    padding-top:40px;
}

.home-logo img{
    width:100px;
    margin:0;
}

.home-content {
    position:relative;
    
    font-size: 40px;
    text-align: left;
    margin:0;
    max-width:590px;
    color: #fff;
    
}

.home-content h6{
    color:#fff;
    margin:100px 0 20px;
    font-family: 'BentonSans-Bold';
    font-size: 21px;
    text-transform:uppercase;
}
.home-content h3{
    font-family: 'BentonSans-Book';
    color:#fff;
    opacity:.8;
    font-size:35px;
    letter-spacing:1px;
    height:80px;
    width:100%;
}
.home-content a.btn{
    justify-content: center;
    width:190px;
    height:50px;
    border:1px solid #fff;
    margin:0;
    margin-top:60px;
    padding: 0px 0px;
    /*display: flex;*/
    align-items: center;
    line-height:50px;
    color:#fff

}

.home-content a.btn span{
     border-right: 1px solid #fff;
     width:135px;
     height: 50px;
     display:inline-block;
        color:#fff
}

.home-content a.btn img{
    width: 50px;
    height:50px;
    padding: 0 13px;
    float: right;
    position:relative;
    left:0;
}

.home-content a.btn:hover img{
    left:5px;
    -webkit-transition: all ease-in-out .3s !important;
    -o-transition: all ease-in-out .3s !important;
    transition: all ease-in-out .3s !important;
}

.home-contenta.btn:after {
    display: block;
    position: absolute;
    top: 50%;
    transition: all .2s linear;
}

/*.home-content .hvr-shutter-in-horizontal{color:#000;}
.home-content .hvr-shutter-in-horizontal:before{background:#fff;color:#fff;}*/

.overlays {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgb(8 8 8 / 9%);
}
.why-box{
   
    padding:0px;
    position:relative;
    
}


.why-box p strong{
    margin-bottom: 10px;
    display: inline-block;
    color: #000;
}

.why-box h4{
   
    font-size:18px;
    margin:30px 0 20px;
    color: #000;
}

.why-box p{
    margin-bottom:40px;
    color: #000;
   
    }
    
.why-box a{color:#e94c49;font-family: 'Conv_Gilroy-Bold';font-size: 14px;border-bottom:1px solid #e94c49;}
.first-box{position:relative;}
.first-box:before{
    content: '';
    left: 0;
    position: absolute;
    border-top: 5px solid #5391cc;
    margin-right: 10px;
    width: 50%;
    top: -30px;
    transition: all ease-in-out 0.5s;
}

.first-box{position:relative;margin-right: 10px;}
.first-box:before{
    content: '';
    left: 0;
    position: absolute;
    border-top: 5px solid #5391cc;
    margin-right: 10px;
    width: 50%;
    top: -30px;
    transition: all ease-in-out 0.5s;
}
.first-box:hover:before{width:100%;}

.first-box2{position:relative;margin-right: 10px;}
.first-box2:before{
    content: '';
    left: 0;
    position: absolute;
    border-top: 5px solid #46c2db;
    margin-right: 10px;
    width: 50%;
    top: -30px;
    transition: all ease-in-out 0.5s;
}
.first-box2:hover:before{width:100%;}

.first-box3{position:relative;}
.first-box3:before{
    content: '';
    left: 0;
    position: absolute;
    border-top: 5px solid #5caf88;
    margin-right: 10px;
    width: 50%;
    top: -30px;
    transition: all ease-in-out 0.5s;
}
.first-box3:hover:before{width:100%;}
*/

/*.first-box2{border-top: 5px solid #46c2db;margin-right: 10px;}
.first-box3{border-top: 5px solid #5caf88;}*/
.pull-right {
    float: right;
    margin-right: 0;
}

/*.why-box:hover a{color:#fff}*/

.pd-bottom{padding-bottom:100px;}


.view{color:#ffcb0b !important;font-size:13px;}

.pd40{padding:60px 0 0;}

.mission-part p{color:#000;}

.mission-part h1{color:#000;}

.mission-part{border-right:1px solid #9e9e9e;padding-right:50px;}
.vission-part{padding-left:50px;}

.marquee-part{
    color: #000;
    background: #fff8f1;
    height: auto;
    padding:30px 0px 0;
    
}

.marquee-list .view img {
    -webkit-transition: .6s ease;
    transition: .6s ease;
    position:relative;
    left:0;
}

.marquee-list .view:hover img{
	left: 10px;
}

.marquee-part h1{
border-bottom:1px solid #000;
margin-bottom: 15px;
color:#000;
margin:0 33px;
padding-bottom:15px;
/*margin-bottom:15px;*/
    
}

.pull-right {
    float: right;
    margin-right: 0;
}

.marquee-list{list-style:none;margin:0;}
.marquee-list li  span{font-size:16px;font-family: 'Conv_Gilroy-Bold';}
.marquee-list li {
    text-align: left;
    padding: 8px 33px 8px;
    
    
}

.marquee-list li:nth-child(odd) {background:#fff;}
.marquee-part img{width:40px;float:right}

.admission{
    text-align: center;
    font-size:18px;
    font-weight: 600;
    max-width: 300px;
    background: #ffcb0b;
    color: #000;
    padding: 10px;
    margin-top:30px;
    letter-spacing: 1px;
}

.blink_me {
  animation: blinker 1s linear infinite;
  
}

@keyframes blinker {
  10% {
    opacity: 0;
  }
}
.slick-list:focus{outline:0 !important}
.btn.focus, .btn:focus{box-shadow:none;}
.top-header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    }

.header-title {
    padding: 18px 10px 18px 15px;
    color: #fff;
    text-align:left;
    font-size:14px;
    margin-left:18px;
    border-left: 1px solid #fff;
    position:relative;
    z-index:9999;
}



.header-title span {
    font-size:25px;
    line-height:0;
}
























.oxford-slider .banner-slider .slider-lt {
    position: absolute;
    top: 0;
    text-align: left;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    height:83vh;
    align-items: center;
    z-index: 999;
    width:400px;
}

.banner .oxford-slider .banner-slider {
	background-size: cover!important;
    height:100vh;
}

.banner-content{
    max-width:1110px;
    position:relative;
    font-family: 'BentonSans-Bold';
    font-size: 40px;
    
}

.slider-lt>div{margin:0;}


.banner-content h2 {
    font-family: 'BentonSans-Bold';
    font-size:30px;
    margin-bottom: 0;
    line-height:40px;
    
}

.pd100{
    padding:100px 0;
}

.btn{
    z-index:9;
    padding:0;
    color: #e94c49;
    font-family: 'Conv_Gilroy-Bold';
    position:relative;
    margin-top: 50px;
    display: table;
    border: 0;
    outline: none;
    border-radius: 0;
    font-size: 13px;
    letter-spacing: 1px;
    border-bottom:1px solid #e94c49;
    margin:0;
    margin-top:20px;
    /*transition: all 1s ease-in-out 0s;*/
    }

.btn:hover{color:#e94c49;}
 /* Shutter In Horizontal */
/*.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
 
  position: relative;
  /*background: #9d231b;*/
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}*/
/*.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#9a0d04;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
*/

/* Sweep To Right */


.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px solid #000;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav-tabs {
    border-bottom: 0px;
}

.mr-left{margin-left:0;}

.pd-right{padding-right:0 !important;}
.second-sec h1{
    font-family: 'Conv_georgia';
    font-size: 55px;
}

.second-sec h2{
    font-family: 'Conv_georgia';
    font-size:35px;
    margin-bottom:40px;
}

.nav-item{position:relative;}

.nav-tabs .nav-item:after{
    content: '';
    position: absolute;
    right:32px;
    width: 1px;
    height: 47px;
    border-right: 1px solid #b3b0b0;
    transform: rotate(20deg);
    top: -2px;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    padding-right:62px;
}




.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000 !important;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.about-us span{color:#e94c49;}
.content-part .btn{margin-left:0;z-index:99;position:absolute;bottom:0;}

.events{overflow:hidden;}
.event-slider{margin-left:115px;margin-right:-52px;margin-top:20px;}

/*.course{padding-bottom:150px !important;}*/
.course h2{
    color:#000;
    font-family: 'Conv_georgia';
    font-size: 55px;
}

.coursr-thumb img{
transition: all 8s ease-in-out 0s;
}

.coursr-thumb img:hover{transform:scale(1.2);}

.coursr-thumb{margin: 0 25px;overflow:hidden;border-top:1px solid #000;}
.course-slider .coursr-thumb .discription{
    background: #fff;
    padding:25px;
    min-height:226px;
    position:relative;
}

.tab-pane.active {
    animation: slide-left 1s ease-out;
}

@keyframes slide-left {
    0% { opacity: 0; transform: translateX(50%); }
    50% { opacity: 1; transform: translateX(0); }
}

.tab-content{overflow:hidden;}


.nav-tabs {
    
    margin-bottom:60px;
}

.second-sec ul {
    /*flex-wrap: nowrap;*/
}

.nav-tabs li {
    /*width: 100%;*/
    background-color:transparent;
}


.nav-tabs .nav-link {
    border-right: none;
    border-right: 0;
    position: relative;
    font-weight: 600;
    opacity: 0.5;
    letter-spacing: 1px;
    font-size: 15px;
    padding: 0 10px;
    text-align:left;
    line-height: 1.4;
    color:#000;
    padding: 0 0;
    
}

.nav-tabs .nav-link {
    border:0px solid transparent;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    padding-bottom:10px;
}

 .nav-tabs .nav-link.active {
    opacity: 1;
    border-bottom:1px solid #e94c49;
    
}

.wd400{width:700px;}

.events{padding-top:0;}

.nav-tabs .last-border:after{display:none;}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    
    background-color:transparent;
    
    
}

.tab-content img{height:463px;}

.content-part {
    padding:0px 0px 0 50px;
}

.flex_text {
    width: 50%;
}

.course-slider .discription .arrow{

width:25px;
position:absolute;
bottom:26px;

}

.course-slider .discription  .arrow img{width:30px;margin:0;position:relative;left:0;
  -webkit-transition: all ease-in-out .3s !important;
    -o-transition: all ease-in-out .3s !important;
    transition: all ease-in-out .3s !important;
    transform:inherit !important;
}
.arrow:hover img{transform:inherit !important;left:10px;}

.course-slider .discription h3{
    font-size:18px;
    margin-bottom:20px;
    font-weight:600;
    
}
.bg-w{
background:#ffffff1c;

padding: 20px 0;
}


.testimonials {color:#000;padding:70px 0;}


.testimonials-slider p {font-size:22px;line-height:35px;}

.testi-discription h5{
    color: #c1c1c1;
    font-size: 18px;
    font-weight: 100;
    font-family:'Conv_Gilroy-Regular';
    margin-bottom:20px
    
}

.qutes{margin-top:20px;}
.qutes span{
   font-size:18px;
   background: #000;
    width:50px;
    height:50px;
    color: #fff;
    padding: 15px;
    border-radius:100%;
    display:inline-grid;
}


.events .discription{
    background: #fff;
    padding:25px 0;
   
    position:relative;
}

.events .discription h3{
    font-size:18px;
    text-align:left;
    margin:0;
    
    
    
    
}

.facilities .control {
    max-width:120px;
    position:relative;
    left: 0; 
    right:0;
    top:-45px;
    bottom:inherit;
    margin-right:0;
    display: flex!important;
    cursor: pointer;
    align-items:center
}

.facilities .control .icon-sliderleft {
    margin-right: 5px;
    transform: rotate(180deg);
    margin-top: 2px;
    

}

.banner .control {
    top:inherit;
    bottom:20px;
    position:absolute;
}

.control {
    max-width:120px;
    position:relative;
    left: 0; 
    right:0;
    top:-45px;
    bottom:inherit;
    margin-right:0;
    display: flex!important;
    align-items: center;
    cursor: pointer;
      
}

.control .icon-sliderleft {
    margin-right: 5px;
    transform: rotate(180deg);
    margin-top: 2px;
    display: flex;
    align-items: center;

}


.control i {
    /*background: #253b80;*/
    border:2px solid #ffcb0b;
    width: 50px;
    height: 50px;
    color: #ffcb0b;
    line-height:45px;
    text-align: center;
    font-size: 30px;
    transition: all ease-in-out .3s;
}

.control i:hover{
    border: 2px solid #ffcb0b;
    color: #fff;
    background: #ffcb0b;
}


.testimonials .control {
   margin-left:15px;
    max-width: 120px;
    position: relative;
    /* left: 14px; */
    /* right: inherit; */
    bottom:40px;
    display: flex!important;
    cursor: pointer;
    top: inherit;
}

.testimonials .control .icon-sliderleft2 {
    margin-right:30px;
    transform: rotate(180deg);
    margin-top: 2px;
}

.inner-section{padding:60px 0;}

.inner-section h1{margin-bottom:20px;font-size: 32px;}
.inner-section h2{margin-bottom:30px;}



table tr:nth-child(odd) {
    background-color: #f8f6ff;
}

.accordion .table td, .table th{font-size:14px;padding: .50rem;vertical-align: middle;text-align:center !important;}

.accordion .card-header {
    width: 100%;
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: solid 1px #f2f0f0;
    margin-bottom: 5px;
}

.accordion .card-header h2 span{	font-family: 'Conv_Gilroy-Bold';}

.about-college .card {
    border: none;
}

.about-college .btn-link {
    width: 100%;
    text-align: left;
    color: #161616;
    padding: 0;
    margin: 0;
    font-size:16px;
    border:0;
    font-family: 'Conv_Gilroy-Regular' !important;
}


.about-college .collapse{/*width:100%;*/margin:0;}

.about-college .btn-link i {
    float: right;
    font-size: 10px;
    color: #161616;
    position: relative;
    top: 8px;
}

.about-college .btn-link {
    text-decoration: none;
}

.about-college .card-body {
    padding-left: 0;
    padding-right: 0;
}
.pd60{padding:60px 0;}

.inner-banner{
    margin-top:120px;
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-title{
    position: absolute;
    color: #fff;
    }
.banner-title h2{
    margin-bottom:0;
    font-family: 'Conv_georgia';
    display:none;
}    
.mission-content{padding-right:30px;color: #fff;}

.facilities h2{font-family: 'Conv_georgia';}

.borderlt {
    color: #fff;
    padding-left: 50px;
    border-left: solid 1px #979797;
}

.mission{position:relative;}

.mission h2{margin-bottom:25px;font-family: 'Conv_georgia';}

.mission ul{margin-left:20px;margin-top:15px;}

.mission ul li{margin-bottom:10px;}

.chairman-pic{width:300px;float:left;margin-right:15px}

.institutions {background:#f9f9f9;padding:60px 0}

.fcaculty strong{
    margin-bottom:15px;
    display: block;
}

.fcaculty strong{
    margin-bottom:15px;
    display: block;
}

.fcaculty .table td, .table th{}
.fcaculty .table i{
    font-size: 25px;
    color: red;}

.facilities .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
    
}    
.facilities h4{margin-bottom:15px;font-size:18px;} 

.facilities .college-content{padding-right:50px;}
.pd-left{padding-left:40px;padding-right:0 !important}
.facilities ul{margin-left:20px;}
.facilities ul li{margin-bottom:10px;}

.event-thumb {
    margin:15px 0;
}
.mr0{margin:0;}
.event-thumb .event-title{
    background: #e94c49;
    color: #fff;
    padding:15px 10px;
}

.event-title h4{
    font-size: 16px;
    margin: 0;
    text-align:center;
    font-family: 'Conv_Gilroy-Regular';
}

.event ul{margin-left:20px;}
.event ul li{margin-bottom:6px;}
.event strong{margin-bottom:10px;display:inline-block;}

.form-control:focus{background-color:transparent;outline:0;box-shadow:none}
.contact .form-control {
    color: #7c7c7c;
    height: auto!important;
    padding: 16px 0;
    border-radius: 0;
    border: none;
    font-size: 16px;
    border-bottom: 1px solid #ced4da!important;
}

.contact button{background:none;margin-top:40px;}

.contact-add{padding-left:80px;}

.contact-add h2{font-family: 'Conv_georgia';}

.footer{
    background: #e94c49;
    overflow:hidden;
}

.pd80{padding: 115px 40px 80px 130px;}

.pd0{padding:0;}

.footer-inner{/*padding-right:87px;*/}

.mr-right{padding-left:40px;}
.pd10{padding-left:10px;}
.pd30{padding-left:30px;}
.footer h4{
    color:#fff;
    font-size: 16px;
    letter-spacing:1px;
    position: relative;
   font-family: 'Conv_georgia';
   position:relative;
}

.footer h4:after{
    content:'';
    position:absolute;
    left:0;
    width:20px;
    height:1px;
    background:0;
}

.map{height:520px;}

.top-part{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom:20px;
    border-bottom: 1px solid #8c8c8c9e;
    margin-bottom: 30px;
    align-items: center;
}
.top-part img{
    width:100px;
    margin:0;
}
.social-icon{margin:0;}

.social-icon i{
    font-size:20px;
    color:#fff;
    opacity:.6;
    margin-left:15px;
}


.footer-box{
       /* width: 15%;
    padding-right: 50px;*/
}

.footer-inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-inner ul li {
    margin-bottom:12px;
}

.footer-inner ul li a {
    font-size: 13px;
   
    color: #fff;
    letter-spacing: 1px;
    opacity: .8;
}

.footer-inner p{
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    opacity: .8;
}

.footer-inner .add{
    width: 215px;
    margin: 0;
    margin-top: 25px;

}

.mr-top2{margin-top: -53px;}
.mr-top{
    margin-top:40px;
}

.mr64{margin-top:64px;}
.footer-inner .add p{
    font-size: 13px;
    color: #fff;
    letter-spacing: 1px;
    opacity: .4;
    margin-bottom:0;
    }

.copyright{
    width: 100%;
    text-align: center;
    font-size: 11px;
    color: #fff;
    background:#000;
    padding: 10px 0;
   
    
    
}

.copyright p{margin-bottom:0;margin:0;line-height: 20px;opacity: .4;}



@media(max-width:991px){
    
.menu{background:#9b231b; right:15px;}
.menu span, .menu span::before, .menu span::after {
    background: #fff;
}
#nav ul.main li a{ font-size:25px;}
    .pd-lft{padding-left:15px;}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: transparent;
    border-radius: 0;
    background: #9d231b;
    padding:24px;
}
.navbar-expand-lg>.container, .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
}
.navbar-light .navbar-toggler-icon {
    background: url(../images/download.svg) no-repeat !important;
}
span.navbar-toggler-icon.cross {
    background: url(../images/cross.svg) no-repeat !important;
    background-size: 60% !important;
    background-position: center !important;
}

.header-title{color:#000;}

.second-sec h1 {
     font-size:25px;
}

.second-sec h2 {
    
    font-size: 23px;
    margin-bottom:20px;
}

.course h2 {
    
    font-size:25px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 2px 0px 15px;
}

ul.navbar-nav {
    margin-right: 0;
    padding: 0 25px 0 14px;
}
ul.dropdown_hover {
    display: none;
    z-index: 99;
    position: relative;
    width: 100%;
}
.nav-item ul.dropdown_hover li {
    margin: 0;
    border-bottom: solid 1px #bd5149;
    background: #9d231b;
}

ul.navbar-nav li {
    width: 100%;
    margin-left: 0;

}

nav.navbar-expand-lg.navbar-light .nav-item ul.dropdown_hover li a {
   
    color: #fff!important;
    
}

.navbar-expand-lg .navbar-nav .dropdown-menu a {
   
    border-bottom: solid 1px #bd5149;
    
    background: #9d231b;
}

ul.dropdown-menu.submenu_div {
    top: 0 !important;
    left: 0 !important;
    position: initial !important;
    width: 100% !important;
    margin: 0 !important;
    border: none !important;
}
    
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    margin: 0;
    padding: 0;
}
.navbar .navbar-brand img {
    width: 432px;
    margin-left: 15px;
    padding: 5px 0;
} 

/*.navbar-light .navbar-nav .nav-link:before{bottom:22px;}*/

div#navbarSupportedContent {
    background: #fff;
    padding-top: 12px;
}

.banner {
    margin-top:80px;
    height:auto;
    position:relative;
}

.banner .oxford-slider .banner-slider {
    
    height:40vh;
}

.marquee-list li {
    text-align: left;
    padding: 8px 22px 8px;
}
/*.banner-content {
    
    padding-top:24%;
}*/

h1, h2{font-size:25px;line-height: 32px;margin-bottom:25px;}
    
.pd100{padding:50px 0;}  
.content-part {
    padding:30px 0 0;
    
}

.btn {
    margin-top: 30px;
    
}

.mission-part {
    border-right: 0px solid #000;
    padding-right: 0;
}

.vission-part {
    padding-left: 0;
    margin-top: 40px;
}

.control i {
    width: 30px;
    height: 30px;
    line-height: 26px;
    font-size: 20px;
   
}
.control {
    max-width:110px;
   
}

.testimonials .control{bottom:0;}

.course {
    padding-bottom: 90px !important;
}

.events .discription{padding:30px 0;}

.course-slider .discription h3{font-size:20px;}

.borderlt {
   
    padding-left: 0;
    border-left: 0;
    margin-top: 25px;
}

.about-content {
    padding-right: 0;
}

.about-content p{text-align:justify;}

.tab-content .d-flex{
    flex-wrap: wrap;
    
}

.tab-content .content-part p{text-align:justify;}

.tab-content img{height:auto;}

.about-pic {
    position: relative;
    right: inherit;
    padding-right: 15px;
    margin-top:40px;
}

.pd10{padding:0;} 
.pd30{padding:0;} 

.pd60{padding:50px 0;}

.facilities .college-content {
    padding-right: 0;
}

.facilities .control2{top:-47px;}

.mr-right{padding-left:0;margin-bottom:15px !important;}

.mission{background-size: cover !important}
.inner-banner {
    margin-top:80px;
}

.inner-section{padding:50px 0;}

.footer-box {
    margin: 0;
}

.footer-inner {
    margin-bottom:25px;
}

.footer-inner .add {
    width: 100%;
}

.institutions{padding:50px 0;}
.institutions strong{margin-bottom:15px; display:block;}

.mission ul {
    margin-left: 20px;
    margin-top: 0;
}

.facilities .col-md-3{
    padding-right: 15px;
    padding-left: 15px;
    
}  

.header-title{font-size:13px;border-left:1px solid #000;}



.navbar-expand-lg {
    background: #fff;
}

.menu.clicked {
    right: 15px;
    top:44px;
}

.why-sec {
    
    flex-wrap: wrap;
}

.why-box{
    padding:0px;
    width:100%;
    margin-bottom: 30px;
    
   
}

.tab-content {
    overflow:inherit;
}

.content-part .btn {
   
    position: relative;
 
}

.nav-tabs {
    margin-left: 19px;
}

.why-box a {
    position: relative;
    bottom: 0;
}

.header-title span {
    font-size: 30px;
    line-height: 0;
}

.event-slider {
    margin-left:0px;
    margin-right:0;
}

a.button {
    
    font-size: 39px;
}


}

@media (min-width: 667px) {
#nav {
	padding: 170px 150px 70px;
}
}

@media(max-width:480px){

    
  .marquee-list li {
    text-align: left;
    padding: 9px 22px 8px;
}  
.menu.clicked {
    right: 15px;
    top: 29px;
}    
    
#nav ul.main {
    list-style-type: none;
    margin-bottom: 0;
}    
    
.navbar .navbar-brand img {
    width:270px;
    margin-left: 15px;
    padding: 8px 0;
}     
.header-title{
    font-size: 10px;
    max-width: 247px;
    padding: 0 0 0 10px;
    margin-left: 15px;
    
}

.navbar-expand-lg {
    background: #fff;
}

.header-title span {
    font-size: 13px;
}
#nav ul.main li a{font-size:16px;}
.pd-lft {
    padding-left:15px;
}

a.button{font-size:16px;padding:8px 20px;margin-top:25px;}
    
.home-content h6{font-size:18px;} 
.home-content h3{
    
    font-size: 30px;
}
/*.mobile-banner{
    background:url(../images/Mobile-Banner.jpg)no-repeat !important;
   overflow:hidden;
}*/


.mobile-banner .overlays{height:100%;}
   

.banner .mb1{
    background:url(../images/mb1.jpg)no-repeat !important
}
.banner .mb2{
    background:url(../images/mb2.jpg)no-repeat !important
}    

.banner .mb3{
    background:url(../images/mb3.jpg)no-repeat !important
}    

.banner .mb4{
    background:url(../images/mb4.jpg)no-repeat !important
}    

/*.banner .mb5{
    background:url(../images/mb-5.png)no-repeat !important
} */   
    .banner-content {
    
    padding-top:47%;
}

.banner .oxford-slider .banner-slider {
    background-size: cover!important;
    height:400px;
}

.banner .oxford-slider .slick-dots {
    position: absolute;
    bottom:35px;
}
.banner {
    margin-top:66px;
    height:400px;
}

.testimonials-slider p {
    font-size: 16px;
    line-height: 25px;
}

.first-box3{margin-bottom:10px;}
.about-college{padding-bottom:0;}

.nav-tabs .nav-item:after{display:none;}
.nav-item br{display:none;}
.nav-tabs .nav-item {
    
    padding-right:0px;
}

.event-slider {
    margin-left:0px;
    margin-right:0px;
    margin-top: 0px;
}

.control {
    max-width: 120px;
    top:-50px;
}

.testimonials .control {
   
    bottom:0px;
}

.content-part .btn {
    
    position: relative;
    bottom: -19px;
}




.pd80 {
    padding: 50px 30px 30px;
}

.mr64 {
    margin-top: 30px;
}

.map {
    height: 200px;
}



.testimonials{padding-bottom:70px !important;}
.testi .qutes{margin-top:0;}

.inner-banner {
    margin-top:80px;
}

.banner-content h2 {
    
    font-size: 25px;
    line-height: 30px;
}    
.pd10{padding:0;} 
.pd30{padding:0;} 
.mr-right{padding-left:0;margin-bottom:15px !important;}
.footer-inner {
    margin-bottom:25px;
}

.footer-inner ul li {
    margin-bottom: 0;
}

.footer h4 {
    
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.mr-top{margin-top:0;}

.mr-top2{margin-top:0px;}

.nav-tabs .nav-link {
    
    margin-bottom:8px;
    margin-left:0px;
}

.nav-tabs {
    margin: 30px 0;
}

.about-college .btn-link {
        font-size: 14px;
        font-family: 'Conv_Gilroy-Regular';
}

.chairman-pic{width:100%;margin-right:0;margin-bottom:20px;}

.contact-add {
    margin-top:30px;
    padding-left: 0;
}

.form-group {
    margin-bottom: 10px;
}


.accordion .card-header h2 span {
    
    font-size: 12px;
}

 

}

@media(max-width:480px){
    .application {
    width: 100%;
    left: 0;
    right:0;
    z-index: 1000;
    bottom:0;
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: inherit;
    -moz-transform: inherit;
   
}

.copyright{margin-bottom:30px;}
    
}

@media(max-width:375px){
.header-title {
    font-size: 10px;
    border-bottom: 0;
    max-width:220px;
    padding: 0;
    margin-left: 10px;
}

.header-title span {
    font-size: 12px;
}

}

@media(max-width:320px){
.header-title {
    font-size: 10px;
    border-bottom: 0;
    max-width:177px;
    padding: 0;
    margin-left: 10px;
}

.header-title span {
    font-size: 12px;
}
    
    .banner .oxford-slider .banner-slider {
    background-size: cover!important;
    height:370px;
}

.banner .oxford-slider .slick-dots {
    position: absolute;
    bottom:65px;
}

.banner {
    margin-top: 80px;
    height:370px;
}

}

@media (max-width: 360px){
.contact-add p{font-size:14px;}

}

@media (max-width: 320px){
.navbar .navbar-brand img {
    width: 230px;
}

.accordion .card-header h2 span {
    
    font-size: 10px;
}

.control {
    max-width: 90px;
    
}

.control img{
    width:25px;
    
}

.marquee-list li {
    
    font-size: 14px;
}

.marquee-list li {
    text-align: left;
    padding: 9px 22px 8px;
}



}
