.text-justify{
    text-align: justify;
}

.font8{
    font-size: 8px;
}
.font11{
    font-size: 11px;
}
.font12{
    font-size: 12px;
}
.textRed{
    color: #E32845!important;
}


.gsc-search-button-v2 {
    padding: 11px 27px!important;
    border-radius: 36px!important;
}
.gsc-input-box {
    border: 1px solid #dfe1e5;
    background: #fff;
    border-radius: 44px;
}
.gsc-input{
    height: 29px!important;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    padding: 15px 10px;
}
.slider-item{
    padding-top: 200px;
    padding-bottom: 200px;
}
.single-academics-card2.bg-1 {
    background-image: url(../images/skill/engineering-tecnology.webp);
    height: 400px;
}
.single-academics-card2.bg-2 {
    background-image: url(../images/skill/sciences-humanities.webp);
    height: 400px;
}
.single-academics-card2.bg-3 {
    background-image: url(../images/skill/management-studies-research.webp);
    height: 400px;
}
.single-academics-card2.bg-4 {
    background-image: url(../images/skill/agriculture.webp);
    height: 400px;
}


.additional-information .list{
    text-align: left;
}



.newsMarqueeSection .rightSide .rt-container .marquee-container{
    /*max-width: 860px;
    margin: 15px auto;*/
    overflow: hidden;
}
.newsMarqueeSection .rightSide .rt-container .Marquee {
  background: -webkit-linear-gradient(225deg, #008ed9, #8b00db);
  background: -moz-linear-gradient(225deg, #008ed9, #8b00db);
  background: -o-linear-gradient(225deg, #008ed9, #8b00db);
  background: -ms-linear-gradient(225deg, #008ed9, #8b00db);
  background: linear-gradient(-135deg, #008ed9, #8b00db);
  width: 100vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7.5px;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
/*    margin: 15px auto;*/
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag {
  width: 300px;
  min-height:47px;
  max-height: 220px;
  margin: 0 0.5em;
  padding: 7.1px;
  background: rgba(255,255,255,0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag:hover {
  background: rgba(255,255,255,0.5);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
.newsMarqueeSection .rightSide .rt-container .Marquee-tag a{
    font-size: 12px;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}


.footer-area .footer-logo-area .imgWrap{
    flex-direction: column;
}
.footer-area .footer-logo-area .imgWrap img{
    width: 210px!important;
}

.page-banner-area.bg-2 {
    background-image: url(../images/page-bnner-2.webp);
}



.navigationBar{
    border-top:1px solid #999;
    border-bottom:1px solid #999;
    padding: 30px 0;
}
.navigationBar ul{
    margin: 0 auto;
}
.navigationBar ul li{
    list-style: none;
    display: inline-block;
    padding: 12px 10px;
}
.navigationBar ul li a{
    color: #2573e5;
    text-decoration: none;
    font-weight: 500;
}



.graduate-admission .nav-tabs .nav-link{
/*    border:1px solid red!important;*/
    background-color: #ccc;
    margin: 0 10px 0 0;
    color: #111;
}
.graduate-admission .nav-tabs .nav-link.active{
    background-color: #111d5e;
    color: #fff;
}
.graduate-admission .skillList li{
    display: inline-block;
    padding: 5px 15px;
    background-color: aliceblue;
    margin: 4px;
}



.innnerPageSection .myaccordion .headText{
    text-align: left!important;
}


.innnerPageSection .ulList li{
    list-style: none;
    padding: 3px 0;
}


.myLink{
    color: #111D5E;
}



.noticesSection {
    /*background-color: #030c3b;*/
    background-color: #fafafa;
}
.noticesSection .nav-tabs .nav-link{
    background-color: #fff;
    margin: 0 2px 0 0;
    color: #111;
    padding: 7px 14px;
}
.noticesSection .nav-tabs .nav-link.active{
    background-color: #111d5e;
    color: #fff;
}
.noticesSection .skillList li{
    display: inline-block;
    padding: 5px 15px;
    background-color: aliceblue;
    margin: 4px;
}
.noticesSection .box {
    width: 100%;
    height: 24em;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    position: relative;
    border:1px solid #fff;
}
.noticesSection .slider {
    top: 1em;
    position: relative;
    box-sizing: border-box;
    animation: slider 15s linear infinite;
    list-style-type: none;
    text-align: center;
}
.noticesSection .box .slider p{
    text-align: left!important;
}
.noticesSection .box .slider li a{
    font-size: 11px!important;
}
.noticesSection .slider:hover {
    animation-play-state: paused;
}

@keyframes slider {
    0%   { top:   30em }
    100% { top: -0em }
}

.noticesSection .blur .slider {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
}
.noticesSection .blur .slider li{
    text-align: left;
    padding: 4px 0;
    line-height: 1.3;
}

.noticesSection .blur:before, .noticesSection .blur::before,
.noticesSection .blur:after,  .noticesSection .blur::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%; 
    height: 2em;
    /*background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));*/   
}

.noticesSection .blur:after, .noticesSection .blur::after {
    bottom: 0;
    transform: rotate(180deg);
}

.noticesSection .blur:before, .noticesSection .blur::before {
    top: 0;
}




.chairpersonSection .campus-content .campus-title h2{
    font-size: 30px;
}
.chairpersonSection .single-campus-card.style2 .campus-content span{
    padding-left: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    margin-bottom: 8px;
}
.chairpersonSection .single-campus-card .campus-content {
    padding: 30px 10px;
}
.chairpersonSection .single-campus-card img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: top center;
}
/*.chairpersonSection .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  transition: all ease 0.5s;
  font-size: 24px;
}
.chairpersonSection .owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  left: -1px;
}
.chairpersonSection .owl-theme .owl-nav [class*=owl-].owl-next {
  right: -80px;
  left: auto;
}
.chairpersonSection .owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  right: -1px;
  left: auto;
  top: -2px;
}
.chairpersonSection .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #e32845;
  color: #ffffff;
  border: 1px solid #e32845;
}
.chairpersonSection .owl-theme .owl-dots {
  left: 0;
}
.chairpersonSection .owl-theme .owl-dots .owl-dot span {
  background-color: #e32845;
  margin: 10px 10px 0 10px;
  background-color: #bbbaba;
  height: 18px;
  width: 18px;
}
.chairpersonSection .owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}
.chairpersonSection .owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  background-color: #e32845;
  border-radius: 100%;
  top: 4px;
  left: 4px;
}*/


.facultySection  .single-events-card .events-image img{
    width:100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
}
.facultySection  .single-events-card.style2 .events-content {
    min-height: 170px;
    max-height: 170px;
    overflow-y: hidden;
}
.facultySection .single-events-card.style2 .events-content h3 {
    margin-bottom: 10px;
    font-size: 20px;
}
.facultySection  .single-events-card.style2 .events-content .admin-and-date p{
    font-size: 14px;
    line-height: 1.6;
}




.listWrapper .ulList{
    margin: 0;
    padding: 0;
}
.listWrapper .ulList li{
    list-style: none;
    padding: 9px 0px;
}


/*.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a*/


.desktop-nav .singleList .innerListWrap .nav-link{
    font-size: 12px !important;
    font-weight: 400 !important;
}


.languageCover{
    height:22px;
    overflow: hidden;
    margin-top: 2px;
}
.goog-te-banner-frame.skiptranslate{
    display: none!important;
}
.goog-te-gadget .goog-te-combo {
    margin: 5px 0 0;
    max-width: 130px!important;
}
select.goog-te-combo option{
    display: none;
}
select.goog-te-combo option[value="en"], select.goog-te-combo option[value="hi"], select.goog-te-combo option[value="gu"], select.goog-te-combo option[value="pa"], select.goog-te-combo option[value="mr"]{
    display: block;
}





.badge-soft-success {
    color: #34c38f;
    background-color: rgba(52, 195, 143, .18);
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-soft-danger {
    color: #f46a6a;
    background-color: rgba(244, 106, 106, .18);
    padding: 2px 6px;
    border-radius: 4px;
}
.badge-soft-warning {
    color: #f1b44c;
    background-color: rgba(241, 180, 76, .18);
    padding: 2px 6px;
    border-radius: 4px;
}


.cornishHeader {
    /* background: #640326; */
    text-align: center;
    padding-top: 10px;
    height: 50px;
    background: #337ab7;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5em;
    /*margin-right: -2.5em;
    margin-left: -2.5em;*/
    box-shadow: 5px 5px 5px #d9d9d9;
}
.cornishHeader:before {
    content: "";
    position: absolute;
    border-bottom: 1.5em solid #333;
    border-left: 1.5em solid transparent;
    left: 0;
    top: -1.5em;
}
.cornishHeader:after {
    content: "";
    position: absolute;
    border-top: 1.5em solid #333;
    border-right: 1.5em solid transparent;
    right: 0;
    bottom: -1.5em;
}





footer{
    position: relative;
    background-image: linear-gradient(180deg, #041b40 0%, #084ebf 100%);
    padding: 0px 0 0px 0;
    margin-top: 150px;
}
.footer_inside_divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTk3OC44MSAxMjIuMjVMMCAwaDEyODBsLTI2Mi4xIDExNi4yNmE3My4yOSA3My4yOSAwIDAgMS0zOS4wOSA1Ljk5eiIvPjwvZz48L3N2Zz4=);
    background-size: 100% 50px;
    top: 0;
    height: 50px;
    z-index: 1;
    transform: rotateY(180deg);
    background-color: transparent;
}
footer .footerLogo{
    background-color:#fff;border-radius: 10px;
    max-width: 220px;
}
footer .paddingX .para{
    margin-top: 10px;
    text-align: left;
    margin-bottom: 20px;
}
footer .paddingX{
    padding: 0 15px;
    text-align: left;
}
#company-hiring {
    background: #fff;
}
.importantLinkSection{
    top: -120px;
    z-index: 99;
    position: absolute;
    margin: 0 auto;
    width: 100%;
}
.importantLinkSection .innerHeaderContainer{
    background-color: #FF542A;
    padding: 20px 20px 30px;
    min-height: 240px;
}
.importantLinkSection .innerHeaderContainer .innerHeader h3{
    margin-top: 0;
    margin-bottom: 0;
}
.importantLinkSection .imgWrap{
    background-color:#fff;
    border-radius: 10px;
    display: inline-block;
}
#copy {
    background-color: #032f76!important;
}

footer .footerBottom{
    /*background-image: url(../images/paralex-bg.png) left 0 no-repeat;padding: 100px 0 20px;*/
    background-image: url("../images/paralex-bg.png");
    background-repeat: no-repeat;
    padding: 120px 0 20px;
}
footer .footerBottom p {
    font-size: 13px;
}
footer .footerBottom h4 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 0;
    border-bottom: 1px solid rgb(255 255 255 / 22%);
    padding-bottom: 10px;
}
footer .footerBottom .paddingX {
    padding: 0 15px;
    text-align: left;
}
footer .footerBottom ul {
    list-style: none;
    padding: 0 0 20px 0;
}
footer .footerBottom ul li {
    margin-bottom: 10px;
}
footer .footerBottom a {
    color: #fffafa;
    opacity: 1;
    font-size: 13px;
    /*font-family: Roboto-Regular;*/
    text-transform: uppercase;
}










.cubeBox {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  height: 60px;
  perspective: 600px;
  z-index: 9999;
}
.cubeBox .cube {
  width: 60px;
  height: 60px;
  position: relative;
  transform-style: preserve-3d;
  animation: spin 10s linear infinite;
  cursor: default;
}
.cubeBox .cube.paused {
  animation-play-state: paused;
  cursor: none;
}
.cubeBox .cube__face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  color: white;
  font-size: 9px;
  text-align: center;
  box-shadow: inset 0 0 15px rgba(0,0,0,0.4);
  outline: 1px solid rgba(0,0,0,0.3);
  user-select: none;
}
.cubeBox .cube-face--left {
  background-color: #e74c3c; 
  transform: rotateY(-90deg) translateZ(30px);
}
.cubeBox .cube-face--front {
  background-color: #3498db; 
  transform: rotateY(0deg) translateZ(30px);
}
.cubeBox .cube-face--back {
  background-color: #2ecc71;
  transform: rotateY(180deg) translateZ(30px);
}
.cubeBox .cube-face--right {
  background-color: #f1c40f; 
  color: #222;
  transform: rotateY(90deg) translateZ(30px);
}

@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.cubeBox a {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
}




.sidebar.floatBtn {
  height: auto;
  width: 0px;
  position: fixed;
  text-align: center;
  top: 30vh;
  padding: 10px;
  z-index:999;
}
.sidebar.floatBtn a{
   text-decoration: none;
   color: #fff;
}
.sidebar.floatBtn p{
  color: #fff;
}
.sidebar.floatBtn p i {
  left: 45px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: #fff;
}
.floatBtn .social {
    margin-left: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0px;
    background-color: rgba(128, 128, 128, 0.73);
    box-shadow: 0px 0px 6px 0px #3E3D3D;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    transition: all 2s ease;
    border-radius: 0 5px 5px 0;
    margin-bottom: 6px;
  }
.floatBtn .social:hover {
  margin-left: -30px;
  width: 160px;
}
.floatBtn .social:hover i {
  left:7px;
}
.floatBtn .social:not(:hover) i {
  left: 45px;
}
.floatBtn .facebook {
  background-color: #3b5998;
  color: #fff;
}
.floatBtn .twitter {
  background-color: #4099FF;
  color: #fff;
}
.floatBtn .instagram {
background: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 ); 
color: #fff;
}
.floatBtn .youtube {
  background-color: #DD4B39;
  color: #fff;
}
.floatBtn .linkedin {
  background-color: #3b5998;
  color: #fff;
}
.floatBtn .linkedin p i {
  left: 63px;
  color: #fff;
}
.floatBtn .instagram p i {
  left: 61px;
  color: #fff;
}
.floatBtn .youtube p i {   
  left:64px;
  color: #fff;
}
.floatBtn .youtube:hover {
  background-color: #E52D27;
}
 
.floatBtn .linkedin:hover {
  background-color: #0976B4;
}

.floatBtn .facebook #two{
    float:right;
    margin-right: 61px;
}
.floatBtn .twitter #two{
    float:right;
    margin-right: 59px;
}
.floatBtn .instagram #two{
    float:right;
    margin-right: 59px;
}
.floatBtn .youtube #two{
    float:right;
    margin-right: 56px;
}
.floatBtn .linkedin #two{
    float:right;
    margin-right: 59px;
}

.floatBtn .facebook:hover #two{
    margin-right: 30px;
}
.floatBtn .twitter:hover #two{
    margin-right: 30px;
}
.floatBtn .instagram:hover #two{
    margin-right: 30px;
}
.floatBtn .youtube:hover #two{
    margin-right: 30px;
}
.floatBtn .linkedin:hover #two{
    margin-right: 30px;
}