@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: top;  font-family: "Fira Sans", sans-serif; font-size:15px; color: #000; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
/*---Universal Selector to add additional resets, such as text-size adjust and tap highlighting---*/
* { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
html {-webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */}
a { text-decoration: none; }
body {
  background: #fff none repeat scroll 0 0;
  margin: 0;
  width: 100%;
}

span { color: #000; }
ul { list-style-type: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
/*---Additional Form resets---*/
button, input[type="button"] { background: none; }
:required { -webkit-box-shadow: none; -moz-box-shadow: none; -o-box-shadow: none; -ms-box-shadow: none; box-shadow: none;}
/*---Typographic Styling---*/
em, i { font-style: italic; }
u { text-decoration: underline; }
pre, code { font-family: Monaco, Courier, monospace; }
pre { white-space: pre; white-space: pre-wrap; white-space: pre-line; word-wrap: break-word; }
blockquote, q { quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after, { content: "";}
/*---Interactive Element Settings---*/
a, input[type="submit"], input[type="button"], button, label[for] { cursor: pointer; }
input[type="submit"], input[type="button"], button {
	-webkit-appearance: none;
	background: #30a8e4;
	border: 0px;
	width: 200px;
	height: 44px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	box-shadow: 1px 1px 12px 1px rgba(0,0,0,0.3);
	/* float: right; */
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover{
background: #707070;
}
/*---Misc. Element Styling---*/
img { -ms-interpolation-mode: bicubic; }
.linksiz { font-size: 19px; line-height: 30px; }
/* Proper box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
/* General styles */
::selection {background: #152444;color: #fff;}
::-moz-selection { background:#152444; color:#fff;}
::-webkit-selection { background:#152444; color:#fff;}
a { text-decoration: none; color: #152444;
  -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s; }
  .i-img img, .section02 img{
    -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s;
  }
a:hover { text-decoration: none; }
a:active { }
a:visited { }
address { }
aside { }
b, strong { }
blockquote { }
button { cursor: pointer; }
button:hover { }
button:active { }
caption, th, td { vertical-align: top; }
h1 { font-size: 40px; font-weight: 700; line-height: 46px; margin-bottom: 26px;  }
h2, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 22px;
  color: #121212;
}
.heading { font-size: 24px; font-weight: 700; line-height: 39px; margin-bottom: 22px; text-transform: uppercase; }
h6 { }
i, em { }
img { height: auto; max-width: 100%; }
input, select, textarea {font-size: 13px; }
input[type="text"], input[type="phone"], input[type="email"] {
	font-weight: normal;
	height: 42px;
	padding: 4px 0;
	width: 100%;
	border-bottom: 1px solid #ccc !important;
	outline: none;
	border: 0px;
	font-size: 17px;
	background: transparent;
}
select.textbox {
    font-weight: normal;
    height: 42px;
    padding: 4px 18px;
    width: 100%;
    line-height: 20px;
}
input[type=radio] { }
input[type=checkbox] { }
label { }
li { }
p {
	line-height: 26px;
	margin: 0 0 30px;
	font-size: 16px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
	color: #5d646b;
}
select { }
select option { }
table { border: 0; border-spacing: 0; empty-cells: show; }
textarea {
	height: 153px;
	resize: none;
	width: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 5px;
	padding: 12px 0;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px solid #ccc !important;
	color: #666;
	margin: 0;
	vertical-align: top;
	border: 0px;
	outline: none;
	background: transparent;
}
.form-feild {
  margin: 0 0 50px;
  display: block;
}
ul, ol { margin:0;padding:0;}
.m0 { margin: 0px 0px 0px 0px; }
.wid:after, .wid:before, ul:after, ul:before, .social:after { display: block; content: ""; clear: both; }
::-webkit-input-placeholder {opacity: 1;color:#707070;}
:-moz-placeholder {opacity: 1;color:#707070;}
::-moz-placeholder {opacity: 1;color:#707070;}
:-ms-input-placeholder {opacity: 1;color:#707070;}

.divnewsletter ::-webkit-input-placeholder {opacity: 1;color:#eee;}
.divnewsletter :-moz-placeholder {opacity: 1;color:#eee;}
.divnewsletter ::-moz-placeholder {opacity: 1;color:#eee;}
.divnewsletter :-ms-input-placeholder {opacity: 1;color:#eee;}
sr7-col#SR7_1_1-1-3 {
  display: none !important;
}
.is-style-justify{text-align:justify}
*, :before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/*##########################################    Menu    ##############################################################*/
/* .skiptranslate {
    display: none !important; height: 0px; overflow: hidden;
} */


.menu-right {
	width: 100%;
	float: right;
	text-align: right;
}
.skiptranslate {
    font-size: 0px !important;
    position: relative;
    z-index: 1111111111;
}

a.medium-button {
  border: 1px solid #3be430;
  height: 42px;
  color: #3be430;
  display: inline-block;
  line-height: normal;
  padding: 10px 10px;
}
.menu-bg {
  background: #30a8e4;
  width: 80px;
  height: 45px;
  position: absolute;
  right: 0;
}
.skiptranslate span{
  display: none;
}
.current-menu-parent > a {
	color: #fff !important;
	background: #30a8e4 !important;
}
footer .current-menu-parent a {
  color: #fff !important;
}
.toptrans {
	position: fixed;
	background: #000;
}
header {
	position: absolute;
	z-index: 111;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,1), rgba(255,255,255,0));
	padding-bottom: 0;
	padding-top: 0;
}
a.logo_brand {
	width: auto;
	display: flex;
	margin-top: 0;
	align-items: center;
}
a.logo_brand_footer {
  width: 300px;
  display: inline-block;
  margin-bottom: 30px;
}
.inner_contents + .section05 .container {
	width: 85%;
}
.inner_contents .container {
	width: 85%;
}
.container {
	width: 95%;
}
.logo-icon {
	width: auto;
	display: flex;
	text-align: left;
}
.logo-icon img {
	height: 55px;
}
.logo-text {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	padding-left: 15px;
	text-align: left;
	line-height: normal;
}
nav.navmenu {
  margin-top: 10px;
}
.searchdiv {
  width: 500px;
}


.expand-menu {
  position: relative;
  z-index: 11;
}

.right-top>.row>div {
  width: auto;
}
.right-top>.row .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
  width: 100%;
}


.header-top-bar {
	border-bottom: 1px solid #fff;
}
.right-top>.row {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

section.banner {
  overflow: hidden;
}

.column-padding .col-lg-3{
  padding: 0 7px;
}
.display-inline {
  display: inline-block;
  margin: 0 auto;
  float: none;
}

.column-in h3 {
  font-size: 20px;
}

.pr-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #000;
  line-height: 25px;
  padding: 10px 20px;
}



section.section02 {
  padding: 100px 0;
}
.department-list .item figure {
  border: 1px solid #797979;
}


a.mre_btn {
  background: #0195DF;
  color: #fff;
  padding: 10px 30px;
  border: 1px solid #0195DF;;
}
a.mre_btn:hover {
  background: transparent;
  color: #0195DF;
  padding: 10px 30px;
  border: 1px solid #0195DF;;
}
a.mre_btn-1 {
  color: #000;
  padding: 10px 30px;
  border: 1px solid #000000;
}
.section02 h2 {
  font-size: 42px;
  line-height: normal;
  color: #121212;
}
.department-list .owl-nav {
	display: block;
}
.department-list {
  margin-top: 100px;
}
.department-list .owl-nav {
  position: absolute;
  right: 0px;
  top: -60px;
}
.owl-nav div {
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  display: inline-block;
  margin: 0 10px;
}

.owl-nav .owl-prev {
  background: url(../images/arrow-prev.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-nav .owl-next {
  background: url(../images/arow-next.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}



/* Marquee */
.section-marquee {
	background: #000000;
}
.title-nesupdates {
	background: #fff;
	white-space: nowrap;
	padding: 10px 20px;
	align-content: center;
	position: relative;
	z-index: 1;
}
:root {
    --color-text: #282828;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 200s;
    --duration-quick: 90s;
    --duration-icon: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
    --icon-size: clamp(6.25rem, 4.4498rem + 9.0009vw, 12.5rem);
  }
.marquee {
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
  }
  .quote {
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(2.1875rem, 1.7557rem + 2.1589vw, 3.75rem);
    color: #fff;
  }
  .quote p {
	color: #fff;
	margin: 0;
}
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: auto;
    -webkit-animation: scroll-x var(--duration) linear infinite;
    animation: scroll-x var(--duration) linear infinite;
  }
  .marquee__group.quick {
    -webkit-animation: scroll-x var(--duration-quick) linear infinite;
    animation: scroll-x var(--duration-quick) linear infinite;
  }
  
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      -webkit-animation-play-state: paused;
      animation-play-state: paused;
    }
  }
  
  @-webkit-keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  /* Element styles */
  .marquee svg {
    display: grid;
  
    fill: transparent;
  
    aspect-ratio: 1 / 1;
  
    width: var(--icon-size);
    height: var(--icon-size);
  }
  
  /* Parent wrapper */
  .wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
  }
  
  .rotate {
    animation: loading var(--duration-icon) linear infinite;
  }
  @keyframes loading {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  .rotate-back {
    animation: loading-back var(--duration-icon) linear infinite;
  }
  @keyframes loading-back {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0);
    }
  }
  
/* Marquee END */


/* News Slider */

.holder {
	overflow: hidden;
	height: 530PX;
	margin-top: -15px;
}
.holder .mask {
  position: relative;
  left: 0px;
  top: 10px;
  width:100%;
  height:390px;
  overflow: hidden;
}
.holder ul {
  list-style:none;
  margin:0;
  padding:0;
  position: relative;
}
.holder ul li {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
.holder ul li:hover{
  opacity: 0.7;
}
.holder ul li a {
  text-decoration:none;
}

.news-headlines li figure {
  display: flex;
}
.news-headlines li figure img {
	width: 150px;
	height: 100px;
	object-fit: cover;
}
.right-border{
  border-right: 1px solid #ccc;
}


/* Add base styles for the slider */
.vertical-slider {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}


.vertical-slider .news-description {
  padding-left: 10px;
  color: #333;
  width: 65%;
}

.vertical-slider img {
  max-width: 100%;
  height: auto;
}

/* Add transition effect for smooth vertical sliding */
.vertical-slider {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.vertical-slider .item {
  flex: 0 0 auto;
  height: auto;
}


/* Styling for the "Read More" link */
.vertical-slider .news-description a {
	font-size: 14px;
	color: #0195DF;
	text-decoration: none;
}

.vertical-slider .news-description a:hover {
  text-decoration: underline;
}

/* Modal Popup */


#modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 1;
}
#modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one .modal-background .modal {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.one.out .modal-background .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three {
  z-index: 0;
  transform: scale(1);
}
#modal-container.three .modal-background {
  background: rgba(0, 0, 0, 0.6);
}
#modal-container.three .modal-background .modal {
  animation: moveUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three + .content {
  z-index: 1;
  animation: slideUpLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out .modal-background .modal {
  animation: moveDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.three.out + .content {
  animation: slideDownLarge 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four {
  z-index: 0;
  transform: scale(1);
}
#modal-container.four .modal-background {
  background: rgba(0, 0, 0, 0.7);
}
#modal-container.four .modal-background .modal {
  animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four + .content {
  z-index: 1;
  animation: blowUpContent 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out .modal-background .modal {
  animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.four.out + .content {
  animation: blowUpContentTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five {
  transform: scale(1);
}
#modal-container.five .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five .modal-background .modal {
  transform: translateX(-1500px);
  animation: roadRunnerIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.five.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.five.out .modal-background .modal {
  animation: roadRunnerOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six {
  transform: scale(1);
}
#modal-container.six .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal {
  background-color: transparent;
  animation: modalFadeIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal h2, #modal-container.six .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six .modal-background .modal .modal-svg rect {
  animation: sketchIn 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out {
  animation: quickScaleDown 0s 0.5s linear forwards;
}
#modal-container.six.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal {
  animation: modalFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal h2, #modal-container.six.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.six.out .modal-background .modal .modal-svg rect {
  animation: sketchOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven {
  transform: scale(1);
}
#modal-container.seven .modal-background {
  background: rgba(0, 0, 0, 0);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal {
  height: 75px;
  width: 75px;
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 1.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven .modal-background .modal h2, #modal-container.seven .modal-background .modal p {
  opacity: 0;
  position: relative;
  animation: modalContentFadeIn 0.5s 1.4s linear forwards;
}
#modal-container.seven.out {
  animation: slowFade 0.5s 1.5s linear forwards;
}
#modal-container.seven.out .modal-background {
  background-color: rgba(0, 0, 0, 0.7);
  animation: fadeToRed 2s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal {
  border-radius: 3px;
  height: 162px;
  width: 227px;
  animation: killShot 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.seven.out .modal-background .modal h2, #modal-container.seven.out .modal-background .modal p {
  animation: modalContentFadeOut 0.5s 0.5 cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}
#modal-container .modal-background .modal {
  background: white;
  padding: 50px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 300;
  position: relative;
}
#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
  font-size: 18px;
  line-height: 22px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}
.content .buttons {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content .buttons .button {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  margin: 10px;
  background: red;
  font-size: 18px;
  background-color: #efefef;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.content .buttons .button:hover {
  color: white;
  background: #009bd5;
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }
  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

/* modal poup */
a.cd-popup-trigger{
  display: flex;
}
a.cd-popup-trigger b {
  color: #fff;
  font-weight: 400;
  margin: 3px 0px 0 10px;
}
a.cd-popup-trigger span {
  background: #fff;
  width: 20px;
  height: 2px;
  display: block;
  margin: 5px 0px 5px;
}
a.cd-popup-trigger span:nth-child(2){
  width: 15px;
}
.cd-popup-trigger {
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0;
  background: #30a8e4;
  padding: 20px 15px;
  text-align: center;
}
/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #121212;
	border-radius: .25em .25em .4em .4em;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translatex(-400px);
	-moz-transform: translatex(-400px);
	-ms-transform: translatex(-400px);
	-o-transform: translatex(-400px);
	transform: translatex(-400px);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.cd-popup-container p {
  padding: 0px;
  margin:0px;
}

.cd-popup-container .cd-popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

div#pop2.is-visible {
  z-index: 99999;
}

.section03-inner {
  margin: 0 0 70px;
}
.news-events {
	margin-top: 0;
	margin-bottom: 50px;
}

.section03 {
	background: #F7F7F7;
	padding: 80px 0;
}

h3.section-title {
	font-size: 38px;
	line-height: normal;
	color: #121212;
}

#owl-news-events figure img {
	width: 100%;
}
.news-title {
	font-size: 22px;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 15px;
}
.news-description .news-title{
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 10px;
}

.news-list {
	display: flex;
	margin: 0 0 10px;
}
.news-list div {
	margin: 0 10px;
}
.news-list div:first-child{
  margin-left: 0px;
}
.owl-nav.disabled{
  display: none;
}

.news-image img {
	height: 330px;
	object-fit: cover;
}
.posted-time {
	position: absolute;
	bottom: 0px;
	background: rgba(0,0,0,0.7);
	width: 100%;
	display: block;
	padding: 10px 30px;
	color: #fff;
}
.news-image {
	position: relative;
	margin: 0 0 20px;
}

.read-more-btn {
	color: #0195DF;
}

ul#myTab li {
  padding: 0 20px;
  margin: 0 40px;
}

/* nava tabs */

 /* Oculta la línea de tabs predeterminada */
 .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #121212;
}

/* Estilo individual de cada tab como una card */
.nav-tabs .nav-link {
  background: none;
  border: 0px;
  border-bottom:4px solid transparent;
  border-radius: 0;
  padding:10px 20px;
  color: #000000;

  transition: all 0.3s ease-in-out;
  height: auto;
  width: auto;
  box-shadow: none;
}

/* Efecto hover para que parezca una card con elevación */
.nav-tabs .nav-link:hover {
  border-color: #0195DF;
}

.nav-tabs .nav-link.active {
  background: none;
  color: #0195DF;
  border: 0px;
  box-shadow: none;
  border-bottom:4px solid #0195DF;
  /* transform: scale(1.1); */
}

/* Contenido de los tabs como una card */
.tab-content {
  margin-top: 30px;
  background: #fff;
  border-radius: 10px;
}

@media (max-width: 776px) {
  .tab-content>.tab-pane {
      display: block;
      opacity: 1;
  }
}

@media (min-width: 992px) {

  /* Mantiene el borde superior en tabs inactivos */
  .tab-pane.accordion-item {
    border: 0;
    border-radius: 0;
    background: #fff;
}

  /* Asegura que el borde superior sea visible siempre */
  .tab-pane.accordion-item:not(.show) {
      border-top: 1px solid #dee2e6;
  }
}


/* Acordeon */

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #4b3fbf;

}

.accordion-button {
  background-color: #f8f9fa;
  color: black;
}

/* Mantiene la flecha original de Bootstrap pero cambia su color */
.accordion-button::after {
  filter: brightness(0);
  /* Flecha negra por defecto */
}

/* Flecha blanca cuando el acordeón está activo */
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
  /* Invierte el color de negro a blanco */
}

.accordion-button:focus {
  box-shadow: none !important;
}
/* nav tabs end */



.accordion-body {
  color: #000;
  padding: 25px;
}

.tab-content .collapse {
  display: block;
}
.fade.show {
  opacity: 1;
}



#infrastructure-amenities {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.3s ease-in-out;
}

.slider-wrapper  .item {
  flex: 0 0 auto;
  width: 200px; /* Adjust the width of the items as per your need */
  margin: 0 10px;
  text-align: center;
  opacity: 0.6; /* Initial opacity for all items */
  transition: opacity 0.3s ease;
}

.slider-wrapper .item.active {
  opacity: 1; /* Full opacity for active item */
  transform: scale(1.1); /* Slight zoom effect for active item */
}
.item {
	padding-bottom: 2px;
}
.img-fluid {
	width: 100%;
	height: auto;
	border-radius: 0px;
}

.slider-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  width: 28%;
  height: auto;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.swiper-slide img{
  width: 100%;
}
.swiper-slide.swiper-slide-active {
  width: 40%;
  height: auto;
}
.swiper-slide img{
  height: 250px;
}
.swiper-slide.swiper-slide-active img{
  height: 450px;
  object-fit: cover;
  width: 100%;
}
.swiper-wrapper {
  display: flex;
  align-items: end;
  height: auto;
}

section.section04 {
  padding: 80px 0;
}
.swiper-slide .amenities-title p, .swiper-slide .amenities-title a{
  display: none;
}
.swiper-slide.swiper-slide-active .amenities-title p{
	display:block;
}
.swiper-slide.swiper-slide-active .amenities-title a {
	display: inline-block;
}
.amenities-title h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
.amenities-title p {
	color: #fff;
	font-size: 15px;
	line-height: normal;
	margin: 0 0 15px;
}
.larger .amenities-title h4 {
	margin: 0 0 15px;
}
.amenities-title {
  position: absolute;
  bottom: 0px;
  padding: 40px 20px 20PX;
  background: linear-gradient(to bottom, rgba(255,0,0,0), rgba(0,0,0,1));
  width: 100%;
  left: 0px;
  color: #fff;
}
.nav-buttons {
  position: relative;
  width: 140px;
}

.section04-right a.mre_btn {
  padding: 7px 25px 8px;
}
.section04-right small{
  margin: 0 0 20px;
  display: block;
}
.section04-left{
 padding-right: 50px;
}
.nav-buttons div {
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: 1px solid #666;
  display: inline-block;
  margin: 0 10px;
  left: 0px;
  top: 0;
}
.nav-buttons div::after{
  content: none;
}
.nav-buttons .swiper-button-prev {
  background: url(../images/arrow-prev.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0px;
}
.nav-buttons .swiper-button-next {
  background: url(../images/arow-next.png);
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  left: 60px;
}


.club-list .item{
  position: relative;
}
.club-list .item img {
	height: 450px;
	object-fit: cover;
}
.club-title {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 50px 0 15px;
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
	color: #fff;
}
.section05 {
	padding: 30px 0 80px;
}

.club-list .owl-nav, .owl-placements .owl-nav{
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 0px;
	z-index: 1;
}
.club-list .owl-nav .owl-prev, .owl-placements .owl-nav .owl-prev {
	float: left;
	margin: 0;
	background: url(../images/arrow-left-white.png);
	background-position: center;
	background-repeat: no-repeat;
}
.club-list .owl-nav .owl-next, .owl-placements .owl-nav .owl-next{
	float: right;
	margin: 0;
  background: url(../images/arrow-right-white.png);
	background-position: center;
  background-repeat: no-repeat;
}
.club-list .owl-nav div, .owl-placements .owl-nav div {
	border-color: #fff;
	color: #fff;
}
.club-list {
	text-align: center;
}
#owl-uc-college-clubs {
	margin: 0 0 50px;
}

.section06 {
	background: #F0F9FF;
	padding: 80px 0;
}
.placement-heading-lists li {
	padding: 25px 30px;
	background: transparent;
	border-bottom: 1px solid #A8A8A8;
	cursor: pointer;
	text-align: left;
}
.placement-title::after {
	content: "\f061";
	font-family: FontAwesome;
	float: right;
}
.placement-heading-lists li:hover {
	background: #0195DF;
	color: #fff;
}
.placement-heading-lists {
	padding-right: 100px;
}

.section07{
  padding: 80px 0;
}

.d-lg-none {
	display: none;
}

.section08 {
	padding: 60px 0;
}
.section05 .row, .section06 .row  {
	text-align: center;
}
.media-gallery {
  margin: 0 -10px;
}
.gallery-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.gallery-item .lightbox {
	width: 15%;
	padding: 0 10px;
	height: 40vh;
}
.section08 h3.section-title {
	margin: 0 0 40px;
}
.gallery-item .lightbox:nth-child(3) {
  width: 40%;
}
.gallery-item .i-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.gallery-item .i-img:hover img{
  transform: scale(1.2);
}

.sticky-sidebar {
  position: sticky;
  top: 40px;
  position: -webkit-sticky;
}
.section09 {
	padding: 80px 0 0;
}
.ucc-alumni {
	margin: 0 0 50px;
}
.alumni-teams .selected.item i {
	position: relative;
	display: block;
	height: 230px;
	overflow: hidden;
}
.alumni-teams .selected.item i img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0px;
}
.alumni-teams .selected.item.active i::after {
	content: "";
	display: block;
	border: 15px solid #0195DF;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.alumni-teams .selected.item i:hover:after {
	content: "";
	display: block;
	border: 15px solid #0195DF;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.alumni-teams .selected.item i:hover::after {
	content: "";
	display: block;
	border: 15px solid #0195DF;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
}
.alumni-teams.row {
	margin: 0px;
}
.alumni-teams.row li {
	padding: 0px;
}
.alumn-team-right {
	padding-left: 30px;
}


.alumni-img {
	display: block;
	height: 65vh;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.alumni-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;

}
.owl-alumni-teams figure {
	position: relative;
}
.alumni-content {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 30px 50px;
	left: 0px;
}
.alumni-content h4 {
	margin: 0px 0 15px;
  color: #fff;
}
.alumni-content p {
	margin: 0px;
  color: #fff;
}
.alumni-img::before {
	content: "";
	display: block;
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.alumn-team-left .mre_btn-1 {
	display: inline-block;
	position: relative;
	z-index: 1;
}
.alumn-team-left figure {
	margin: 0 0 30px;
	position: relative;
}

footer {
  background: #121212;
}
.ftr-sc-top {
  padding: 90px 0;
}
.ftr-sc {
  padding: 90px 0;
}
footer p, footer a {
  color: #B6B6B6;
}
footer h4, footer h3, footer h5 {
  color: #fff;
}
footer input[type="submit"] {
  background: #0195DF;
  float: left;
}
footer input[type="email"] {
  background: transparent;
  border: 1px solid #C5C5C5;
  padding: 0 25px;
  color: #fff;
  width: 400px;
  height: 50px;
}
.f_icons a {
  width: 40px;
  height: 40px;
  background: rgba(1, 149, 223,0.3);
  display: flex;
  border-radius: 30px;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.f_icons {
  display: flex;
}
.f_icons i {
  color: #0195DF;
}
.ftcontact-details i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff30;
  border-radius: 30px;
  padding: 8px;
  margin-right: 15px;
}


.ftcontact-details h5 {
  font-size: 18px;
  margin: 0 0 10px;
  color: #0195DF;
}
.quicklinks {
  padding-left: 50px;
}
.ftcontact-details {
  padding-left: 50px;
}
.div-copyright p {
  font-size: 14px; margin: 0px;
}
.footer-end {
  background: #191919;
  padding: 30px 0;
}
.footer-cover {
  background-image: url(../images/footer-bg.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;  /* edit 2 footer contents hiding*/
}



section.section11 {
  padding: 100px 0;
}
.article {
  background: url(../images/blue-bg.jpg);
  padding: 100px 200px;
  text-align: center;
  background-size: 100%;
}
.article h3 {
  color: #fff;
}
.article p {
  color: #fff;
}

.article h3 {
  color: #fff;
  font-size: 43px;
}

.hover-effect {
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.column-in span {
  z-index: 20;
}
.hover-effect::after {
	background: #fff;
	content: "";
	height: 300px;
	left: -150px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: -10;
}

.hover-effect:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.item.hover-effect::after {
	background: #fff;
	content: "";
	height: 400px;
	left: -150px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}
.item.hover-effect:hover:after {
  left: 120%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.i-img.hover-effect::after {
	background: #fff;
	content: "";
	height: 600px;
	left: -250px;
	opacity: 0.2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 50px;
	z-index: 1;
}
.i-img.hover-effect:hover:after {
  left: 150%;
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

#owl-departments i {
	display: block;
	overflow: hidden;
	position: relative;
}
#owl-departments i .btn_link {
	position: absolute;
	z-index: 0;
	width: auto;
	left: 0px;
	top: 50%;
	height: auto;
	transform: translate(-50%);
	left: -50%;
	display: none;
	color: #fff;
}
#owl-departments figure{
  position: relative;
}


#owl-departments i img:hover {
	transform: scale(1.1);
}
#owl-departments i:hover .btn_link{
  display: block;
  left: 50%;
}
#owl-departments figure:hover:before{
display: block;
}

.morecover {
	background: #00000070;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	transform: scale(0);
  -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;
}
#owl-departments i:hover .morecover {
	transform: scale(1);
}
.btn_link::after {
	content: "\f061";
	font-family: FontAwesome;
  margin-left: 10px;
}


.whole-menu-list #menuItem1 {
	position: static;
	width: auto;
	height: auto;
	text-align: left;
	padding: 0px;
}

.whole-menu-list {
	text-align: left;
	padding: 100px;
}
.whole-menu-list h5 {
	font-size: 18px;
  color: #fff;
}
.whole-menu-list a {
	color: #93969a;
}
.whole-menu-list .logo_brand {
	margin: 0 0 55px;
	width: 300px;
}
.cd-close {
	width: 70px;
	height: 100%;
	border-left: 1px solid #eeeeee3d;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
}
.whole-menu-list .current_page_item a, .whole-menu-list .current-menu-item a {
	font-size: 32px;
	color: #0195DF !important;
}


.menu-right .menuItem li:first-child {
	padding-left: 0px;
}
.menu-right .menuItem li {
	/* float: left; */
	display: flex;
	align-content: center;
	padding: 0 25px;
}
.menu-right #menuItem1 {
	display: flex;
	align-items: center;
	margin: 0 0 50px;
	justify-content: flex-end;
}
.menu-header {
	align-items: center;
	display: flex;
	border-bottom: 1px solid #ffffff14;
	margin-bottom: 70px;
}



/* image popup */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

  .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
  }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


.gallery_container .col-sm-3, .video_container .col-sm-3{
  margin: 10px 0;
}
.gallery_container, .video_container{
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}
.video_container img + img{
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  z-index: 9;
}
a.lightbox::before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'fontAwesome';
    content: "\f00e";
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
}
a.lightbox:hover:before {
    opacity: 1;
}


  /* image popup END */
  .section07 {
    padding: 80px 0 30;
}
  .row-recruiters {
    margin-top: 20px;
}
  .row-recruiters i {
    display: block;
    padding: 20px;
    box-shadow: 0px 3px 10px -5px #00000085;
    margin: 0 0 30px;
    text-align: center;
    -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s;
}
.row-recruiters i img {
  width: 170px;
  -webkit-transition: all 1s; -moz-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 0.4s;
}
.row-recruiters i:hover{
  box-shadow: 0px 3px 15px -3px #00000085;
}
.row-recruiters i:hover img{
  transform: scale(1.1);
}

.lg-none{
  display: none;
}
section.innerdiv img {
	height: 350px;  /* edit 1 reduce banner image size */
	object-fit: cover;
	width: 100%;
}
section.innerdiv {
  position: relative;
}
.inner_banner {
	position: absolute;
	left: 0px;
	bottom: 50%;
	text-align: center;
	width: 100%;
	transform: translateY(100%);
	z-index: 1;
}
.inner_banner p {
  width: 600px;
  margin: 0 auto;
}
.inner-content {
	background: #fff;
	margin-top: -50px;
	position: relative;
	padding: 60px;
	border-radius: 50px;
}

.ab_left ul#experienceTab li {
	width: 100%;
	display: block;
}

#experienceTab.nav-pills .active .nav-link {
	color: #009bd5;
	background-color: transparent;
	border-radius: 0px;
	border-left: 5px solid #009bd5;
  background: transparent;
}
#experienceTab.nav-pills > li + li {
	margin-left: 0px;
}
#experienceTab.nav-pills .nav-link {
  border-radius: 0px;
  border-left: 2px solid #009bd5;
}
.date-range {
  letter-spacing: 0.01em;
  color: #000;
}
.fade.active {
  opacity: 1;
}



section.innerdiv:before {
  content: "";
  display: block;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

.inner_banner h1 {
  color: #fff;
}
.inner_banner p {
  color: #eee;
}

.inner-media-gallery {
  padding: 70px 0;
}
.inner_contents ol {
  padding-left: 20px; margin: 0 0 30px;
}
.inner_contents ul.wp-block-list{
  margin: 0 0 30px;
}
.inner_contents ul.wp-block-list li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #009bd5;
	border-radius: 30px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 5px;
}
.inner_contents ul.wp-block-list li ul {
	margin: 15px 0;
}
.inner_contents ul.wp-block-list li {
	position: relative;
	padding-left: 20px;
}
section.in-sec1 {
  padding: 100px 0;
}
.contact-box {
  padding: 40px 25px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 5px 20px 1px rgba(0,0,0,0.08);
  height: 100%;
}
.contact-box i {
  width: 34px;
  display: block;
  margin: 0;
  height: 50px;
  vertical-align: middle;
  align-items: center;
}
.contact-box  .content {
  padding-left: 30px;
}
.contact-box b {
  color: #1A1448;
  position: relative;
  padding: 10px 0;
  display: block;
}
.contact-box p {
  margin: 0px;
}
.contact-box-row .row {
	display: flex;
	flex-wrap: wrap;
}
.contact-box-row .col-lg-12 {
	margin-top: 30px;
}
.map iframe {
	width: 100%;
	height: 400px;
}
.contact-box-row {
	padding-right: 50px;
}


.map {
	margin: 80px 0 0;
}



.page-form {
	background: #30a8e414;
	padding: 70px;
}
.contact-box-row h2 {
	font-size: 32px;
	font-weight: 500;
}
.contact-box-row .f_icons {
	margin-top: 40px;
}
.contact_page .inner-admisssion-section {
	margin-top: 100px;
}

.inner_contents .section03-inner {
	padding: 100px 0 0;
}
.inner_contents #myTab {
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);
	border-radius: 10px;
	border: 0px;
	display: flex;
	align-content: center;
	justify-content: flex-start;
	padding: 20px 0px;
}
.events-list .news-image {
	width: 30%;
	border-radius: 5px;
	overflow: hidden;
	margin: 0px;
}
.events-list.display-flex {
	flex-wrap: wrap;
	margin: 0 0 35px;
}
.events-list {
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);
	padding: 10px;
}
.section03-inner .accordion-body {
	padding: 0;
}
.events-list .events-description {
	width: 66%;
	padding: 40px;
	margin-left: 4%;
}
#contact-tab-pane .events-description {
	margin: 0;
	width: 100%;
}
.events-description .news-list {
	border: 1px solid #eee;
	display: flex;
	width: 300px;
	padding: 5px;
	justify-content: center;
	border-radius: 5px;
	margin: 0 0 15px;
}
.events-list .news-image img {
	height: 280px;
}
.pagination .page-numbers {
	display: flex;
	align-items: center;
	gap: 20px;
}
.pagination {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	width: 100%;
}
.pagination span, .pagination a {
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers.current {
	background: #0195DF;
	color: #fff;
	border-color: #0195DF;
}
.pagination a.next.page-numbers {
	width: 30px;
	border: 0px;
	font-size: 0px;
	background: url(../images/arow-next.png);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: center;
}

.pagination a.prev.page-numbers {
	width: 30px;
	border: 0px;
	font-size: 0px;
	background: url(../images/arrow-prev.png);
	background-size: 15px;
	background-repeat: no-repeat;
	background-position: center;
}
.inner_contents .nav-tabs .nav-link {
	height: auto;
}
.single-right-news .holder {
	height: auto;
}
.single-right-news {
	padding: 50px;
	box-shadow: 0px 0px 10px -2px rgba(0,0,0,0.2);
}
.si-detail-page{
  padding: 100px 0;
}
.single-large-image img {
	height: 400px;
	object-fit: cover;
}

.single-large-image {
	margin: 0 0 30px;
}
.single-left-news{
  padding-right: 50px;
}
.exam-notification .events-list .events-description {
	width: 100%;
	margin: 0;
}

.single-right-news .vertical-slider .news-description {
	width: 100%;
}

.page-404 {
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.page-404 h1 {
	font-size: 115px;
	line-height: normal;
	margin: 0 0 25px;
}
.inner_contents.section-albums {
	padding: 100px 0;
}
.albums-item {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
}
.album-img img {
	height: 250px;
	object-fit: cover;
	width: 100%;
}
.album-content {
	background: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 50px 30px 0;
}
.album-content h4 {
	color: #fff;
	font-size: 17px;
}
.album-img:hover img{
  transform: scale(1.2);
}

.fa-small_icon::after {
	content: "\f019";
	font-family: FontAwesome;
	font-size: 25px;
}
.card-st {
	display: flex;
	align-items: center;
	/* justify-content: center; */
	width: 1000px;
	box-shadow: 0px 2px 10px -3px #ccccccbd;
	border-radius: 10px;
	padding: 15px;
	margin: 0 auto 0;
	background: #30a8e40a;
	border: 1px solid #30a8e463;
}

.card-st h3 {
	width: 90%;
	text-align: left;
	padding-left: 30px;
	margin: 0px;
	font-size: 18px;
}

.download-list {
	margin: 0 0 25px;
}
.card-st a:hover i{
  color: #0195DF;
}

.placement-image img {
  height: 370px;
  object-fit: cover;
  width: 100%;
}






/* department css */


section.section01 {
  padding: 100px 0;
  min-height: auto;
}
.dep-aboutus {
	background: #E0F2FE85;
}
.sec01-dep-left {
	padding: 100px;
}
.sec01-dep-right img {
	height: 520px;
	object-fit: cover;
	width: 100%;
}
.dep-heading-cover {
	margin: 0 0 30px;
}
.dep-heading-cover span {
	background: #E0F2FE;
	padding: 3px 20px;
	border-radius: 5px;
	display: inline-block;
	margin: 0 0 10px;
}


section.section02 {
	padding: 100px 0 100px;
	background: url(../images/bg-imag.jpg);
	background-size: 100%;
	background-position: center bottom;
	position: relative;
}
.section02::before {
	content: "";
	background: #ffffffab;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 0;
}
.prgorammes-list {
	background: #ffffff9e;
	padding: 60px;
	border-radius: 6px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-shadow: 0px 8px 10px -4px #ddd;
}
.heading-of-reseacrh {
	/* border-bottom: 1px solid #ccc; */
	margin: 0 0 10px;
}

.tab-list-of-research li .list-of-research {
	padding: 30px;
	box-shadow: 0px 2px 10px -3px #ccc;
	margin: 0 0 35px;
	border-radius: 4px;
	background: #30a8e40a;
	border: 1px solid #30a8e461;
}
.row.tab-list-of-research li {
	margin-bottom: 30px;
}
section.innerdiv {
	position: relative;
	min-height: 350px; /* edit 1 reduce banner image size*/
  background-size: 100%;
  background-position: center;
}

.quicklinks ul li {
	margin: 0 0 8px;
}

.parent-faculty .profile-image, .parent-non-teaching .profile-image, .parent-teaching .profile-image{
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	display: block;
	position: relative;
	z-index: 1;
	border: 10px solid #fff;
}

.parent-faculty .content-sc, .parent-non-teaching .content-sc, .parent-teaching .content-sc{
	text-align: center;
	margin-top: -75px;
	padding: 120px 50px 50px;
	box-shadow: 0px 0px 10px 0px #cccccc7a;
	background: #E0F2FE85;
}
.inner-news-lists figure {
	display: flex;
	align-items: center;
}
.inner-news-lists img {
	width: 300px;
}
.ft-address.display-flex {
	margin-top: 60px;
}

.color-red .medium-button{
	border-color: #da5555 !important;
	color: #fff;
}
.color-red .cd-popup-trigger {
	background: #da5555 !important;
	color: #fff;
}

.content-sc {
	background: #0195DF0A;
	padding: 20px;
	border-top: 3px solid #ABD4EA;
	box-shadow: 0px 5px 18px -7px #0000003d;
	border-radius: 10px;
}
.wp-block-list li {
	margin: 0 0 10px;
}

section.inner_contents {
  padding: 80px 0;
}
.profile-list .col-lg-3 {
	margin: 0 0 30px;
}
.faculty-profile {
  border: 1px solid #eee;
  padding: 10px;
  height: 100%;
}
.faculty-profile img {
  height: 200px;
  object-fit: cover;
  margin: 0 0 15px;
}
.profile-list {
  display: flex;
  flex-wrap: wrap;
}
.Fixed-Menu.medium-button {
  position: fixed;
  right: 0px;
  z-index: 999;
  top: 30%;
  background: #64c4f5;
  color: #fff;
  box-shadow: -8px 7px 10px 0px #000;
  font-weight: 500;
  border: 1px solid #64c4f5;
}

#toggle-search {
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.main-website-link {
	display: block;
	width: auto;
	height: auto;
	line-height: normal;
	margin: 0;
	background: #30a8e4;
	padding: 25px 40px;
	text-align: center;
	width: auto;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
}
.main-website-link:hover{
  background: #0A405C; color: #fff;
}
.menu-right .row {
	display: flex;
	align-items: center;
}
#toggle-search small {
	color: #eee;
	padding: 2px;
	line-height: 26px;
}
#searchform {
	position: absolute;
	width: 400px;
	right: 130px;
	z-index: 1111;
	top: -7px;
	margin: 0;
}
.searchform input[type="text"] {
	background: rgb(255 255 255 / 90%);
	border: 0px !important;
	padding: 0 30px;
	border-radius: 30px;
}

.search-page {
	padding: 100px 0;
}

.search-results li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 0 30px;
}
.search-results .related-pages li {
	margin: 0 0 10px;
	display: inline-block;
	padding: 0px;
	border: 0px;
	margin: 0 10px 10px;
}
.search-results .related-pages li a {
	border: 1px solid #30a8e4;
	padding: 9px 20px;
	color: #30a8e4;
	display: inline-block;
}
.inner-ab-content .row {
	display: flex;
	align-items: center;
}
.inner-ab-content .sec01-dep-right {
	padding-right: 30px;
}
.inner-ab-content {
	margin: 0 0 50px;
}
.inner-media .inner-media-gallery {
	padding: 0;
}
.inner-media {
	background: #30a8e40a;
	padding: 90px 0;
}
.news-events #owl-news-events {
	padding-right: 30px;
}
.news-events .holder {
	padding-left: 30px;
}

.aagb__accordion_head.aab_right_icon.aagb__accordion_head--keyboard {
	background: #0195DF05 !important;
	border: 1px solid #0195DF45 !important;
	border-radius: 6px;
}

.prgorammes-list .section-title {
	color: #0195DF;
	font-size: 32px;
}
.aagb__accordion_title {
	font-size: 18px;
	font-weight: 600;
}
.aagb__accordion_head.aab_right_icon.aagb__accordion_head--keyboard.active {
	background: #0195DF42 !important;
}
.inner-news-lists .news-description {
	padding-left: 30px;
}
.inner-news-lists li {
	margin: 0 0 30px;
	border: 1px solid #ddd;
	padding: 10px;
}
.menu--bottom--right {
  display: none;
}
.sec01-dep-left p {
	text-align: justify;
}

.news-events .section-title {
	margin: 0 0 45px;
}
.news-events .mre_btn {
	margin-top: 50px;
	display: inline-block;
}
.sub-menu {
	background: #161616;
}
.wp-block-file a {
	margin: 20px 0 40px;
	display: inline-block;
	font-size: 20px;
	font-weight: 600;
	padding: 0 10px;
}
.wp-block-file .wp-element-button {
	font-size: 15px;
	padding: 5px 30px;
	background: #30a8e4;
}

.wp-block-file {
	border-bottom: 1px solid #ddd;
	margin: 0 0 50px;
}
.wp-block-file:last-child {
	border: 0px;
	margin: 0px;
}

.row.expereice-details {
	text-align: left;
	margin-top: 30px;
}
.job-entries {
	padding-right: 50px;
}
.job-entries ul li {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	margin: 0 0 10px;
	border: 1px solid #30a8e442;
	background: #ffffff3d;
	padding: 15px;
	border-radius: 10px;
}
@media (max-width: 767px) {
  .job-entries li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .div-date {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-content {
    order: 2;
    width: 100%;
  }
}

.div-date span {
	display: block;
	background: #30a8e4;
	text-align: center;
	padding: 4px 15px;
	color: #fff;
	margin: 0 0 1px;
	min-width: 100px;
}
.div-content {
	padding-left: 20px;
}
.div-content p {
	margin: 0px;
}

.education-entries ul li {
	display: block;
	align-items: center;
	padding-bottom: 10px;
	margin: 0 0 10px;
	border: 1px solid #30a8e442;
	background: #ffffff3d;
	padding: 15px;
	border-radius: 10px;
}

.content-right p {
	margin: 0px;
	font-size: 14px;
	color: #666;
}
.left-div strong {
	display: inline-block;
	background: #30a8e4;
	text-align: center;
	padding: 4px 15px;
	color: #fff;
	margin: 0 0 1px;
	min-width: 100px;
	position: static;
	margin: 0 0 10px;
}
.honors-entries ul li {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
@media (max-width: 767px) {
  .honors-entries li {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
  }

  .div-date {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .div-content {
    order: 2;
    width: 100%;
  }
  .data-content {
    width: 100% !important;
  }
}

.data-content p {
	margin: 0px;
	color: #666;
}
.div-year {
	display: inline-block;
	background: #30a8e4;
	text-align: center;
	padding: 8px 15px;
	color: #fff;
	margin: 0 0 1px;
	min-width: 100px;
	position: relative;
	font-weight: 600;
}
.div-year::after {
	content: "";
	width: 20px;
	height: 20px;
	border: 4px solid #fff;
	position: absolute;
	border-radius: 30px;
	right: -15px;
	background: #666;
}
.data-content {
	margin: 0 0px 0 10px;
	background: #fff;
	padding: 10px 30px;
	width: 100%;
	border-radius: 6px;
	box-shadow: 0px 6px 10px 0px #0000000a;
}
.data-content strong {
	display: block;
}
.honors-entries {
	margin: 50px 0 0 0;
}
.row.expereice-details p {
	color: #666;
	font-size: 14px;
	line-height: normal;
}

footer .navigate .sub-menu {
	display: none !important;
}







@media screen and (min-width: 1600px) {

}





@media only screen and (min-width : 320px) and (max-width : 480px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 320px) and (max-width : 560px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (min-width : 375px) and (max-width : 667px) {
	body {-webkit-text-size-adjust: none;}
}
@media only screen and (max-width:1900px) {

}

@media only screen and (max-width:1700px) {


}


@media only screen and (max-width:1600px) {
  
}

@media only screen and (max-width:1500px) {
.wp-block-esab-accordion .col-lg-6{
  width: 100%; margin: 0 0 40px;
}


}



@media only screen and (max-width:1366px) {
  a.logo_brand {
    width: auto;
    display: flex;
    margin-top: 15px;
} 
.menu-right {
  width: 100%;
  float: right;
  text-align: right;
}
.header-top-bar {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
}
@media (min-height: 769px) and (max-height: 866px) {

}
@media (min-height: 721px) and (max-height: 768px) {

}
@media (min-height: 601px) and (max-height: 720px) {

}
@media (min-height: 540px) and (max-height: 600px) {
 
}
@media (min-height: 510px) and (max-height: 539px) {

}
@media only screen and (max-width:1024px) {

  .prgorammes-list {
    background: #ffffff9e;
    padding: 60px;
    border-radius: 6px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 10px -4px #ddd;
}
}
@media only screen and (max-width:994px) {
  .menu--bottom--right {
    display: block;
    position: absolute;
    top: 5px; 
    right: 10px;
    z-index: 9999;
}
header {
  z-index: 1111;
}
}

@media only screen and (max-width:768px) {
  .logo-icon {
    width: auto;
    display: flex;
    text-align: left;
  }
#searchform {
  position: absolute;
  width: 400px;
  right: 0px;
  z-index: 1111;
  top: 48px;
  margin: 0;
}
  .news-events .holder {
    padding-left: 0;
    margin-top: 50px;
}
  .section03-inner {
    margin: 0 0 30px;
}
  section.section01 {
    padding: 40px 0;
    min-height: auto;
}
h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  margin-bottom: 26px;
}
.sec01-dep-left {
  padding: 40px;
}
.sec01-dep-right img {
  height: 320px;
  object-fit: cover;
  width: 100%;
}
section.section02 {
  padding: 40px 0 40px;
  background: url(../images/bg-imag.jpg);
  background-size: 100%;
  background-position: center bottom;
  position: relative;
}
.prgorammes-list {
  background: #ffffff9e;
  padding: 30px;
  border-radius: 6px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 10px -4px #ddd;
}
h3.section-title {
  font-size: 28px;
  line-height: normal;
  color: #121212;
}
.section03 {
  background: #F7F7F7;
  padding: 40px 0;
}
  .d-none {
    display: none;
}
.d-lg-none {
  display: block;
}
.tab-content .d-lg-block {
  display: none;
}
  .display-flex {
    flex-wrap: wrap;
}
.column-padding .col-lg-3 {
  padding: 0 7px;
  margin-bottom: 30px;
}
.column-padding .col-sm-3 {
  width: 50%;
}
.accordion-header button.accordion-button {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
.sticky-sidebar {
  position: static;
  top: 40px;
  position: -webkit-static;
}
.article {
  background: #0A405C;
  padding: 50px 40px;
  text-align: center;
}
.xs-none{
  display: none;
}
.lg-none{
  display: block;
}
.alumn-team-right {
  padding-left: 0;
}
.alumn-team-left .mre_btn-1 {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 20px;
  padding: 5px 10px;
  color: #fff;
  border-color: #fff;
}
.alumni-content {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 30px 20px;
  left: 0px;
}
.alumn-team-left figure {
  margin: 0 0 0px;
  position: relative;
}
h3.section-title {
  font-size: 22px;
  line-height: normal;
  color: #121212;
}
.ucc-alumni {
  margin: 0 0 20px;
}
.article h3 {
  color: #fff;
  font-size: 22px;
}
.article p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.section08 {
  padding: 20px 0;
}
.section09 {
  padding: 20px 0 0;
}
.gallery-item .lightbox {
  width: 33% !important;
  padding: 0 5px;
  height: 25vh;
  margin: 0 0 10px;
}
.gallery-item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  float: left;
}
.section08 h3.section-title {
  margin: 0 0 20px;
}
.section07 {
  padding: 40px 0 0;
}
section.section11 {
  padding: 40px 0;
}
.ftr-sc-top {
  padding: 40px 0;
}
footer h4, footer h3, footer h5 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 10px;
}
footer input[type="submit"] {
  background: #0195DF;
  float: left;
  width: 130px;
  height: 40px;
  font-size: 14px;
}
.quicklinks {
  padding-left: 0;
  margin-top: 25px;
}
.ftr-sc {
  padding: 40px 0;
}
.ftcontact-details {
  padding-left: 0px;
}
.placement-heading-lists {
  padding-right: 0;
  margin: 0 0 20px;
}
.section06 {
  background: #F0F9FF;
  padding: 30px 0;
}
.placement-heading-lists li {
  padding: 10px 10px;
  background: transparent;
  border-bottom: 1px solid #A8A8A8;
  cursor: pointer;
  text-align: left;
  width: 100%;
}
.section05 {
  padding: 30px 0 30px;
}
.swiper-slide.swiper-slide-active {
  width: 80%;
  height: auto;
}
.swiper-slide {
  width: 80%;
  height: auto;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.swiper-slide.swiper-slide-active img {
  height: 310px;
  object-fit: cover;
  width: 100%;
}
.infrastructure-list {
  margin: 30px 0 0;
}
section.section04 {
  padding: 40px 0;
}
.section04-left {
  padding-right: 0;
}
.section03 {
  background: #F7F7F7;
  padding: 40px 0;
}
.holder {
  overflow: hidden;
  height: 530px;
  margin-top: 10px;
}
.right-border {
  border-right: 0px;
} 
section.section02 {
  padding: 40px 0;
}
.department-list h3 {
  font-size: 17px;
}
.owl-nav div {
  font-size: 0px;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  display: inline-block;
  margin: 0 10px;
}
.owl-nav .owl-prev {
  background: url(../images/arrow-prev.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}
.owl-nav .owl-next {
  background: url(../images/arow-next.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: center;
}
.department-list .owl-nav {
  position: absolute;
  right: -10px;
  top: -46px;
}
section.section02 a {
  display: inline-block;
}
section.section02 a.mre_btn-1 {
  margin: 10px 0 0;
} 
.section02 h2 {
  font-size: 28px;
  line-height: normal;
  color: #121212;
}
section.section01 {
  padding: 30px 0;
  min-height: auto;
  background: #fff;
}
.marquee__group.quick {
  margin: 15px 0 5px;
  display: flex;
  white-space: nowrap;
  padding: 0 0;
}
.title-nesupdates {
  background: transparent;
  white-space: nowrap;
  padding: 5px 0px 0;
  align-content: center;
  position: relative;
  z-index: 1;
  color: #fff;
}
.marquee {
  display: block;
  padding: 0 20px;
  width: 85%;
  margin: 0 auto;
  border-left: 1px solid #fff;
  margin: 0px auto;
  /* float: left; */
}
.section-marquee {
  background: #000000;
  display: block;
  padding: 20px 0;
}
span.quote:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 30px;
  display: inline-block;
  background: #fff;
}
span.quote {
  display: flex;
  align-items: center;
  gap: 10px;
}
a.logo_brand {
  width: auto;
  display: flex;
  margin-top: 0px;
  justify-content: flex-start;
}
a.cd-popup-trigger b {
  display: none;
}
.cd-popup-trigger {
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0;
  background: transparent;
  padding: 0;
  text-align: center;
}
form#searchform, .medium-button {
  margin: 0;
}
form#searchform {
  display: none;
}

.right-top {
  border-bottom: 0px;
  margin: 0;
} 
header {
  position: absolute;
  z-index: 1111;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,1), rgba(255,255,255,0));
  /* padding-bottom: 43px;
  padding-top: 10px; */
  padding-bottom: 60px;
  padding-top: 0px;
  overflow: hidden;
}

.club-list .item img {
  height: 250px;
  object-fit: cover;
} 
div#owl-placements {
  width: 140%;
}
.section06 .right-border {
  overflow: hidden;
}
.logo-text {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding-left: 9px;
	text-align: left;
	line-height: normal;
	width: 220px;
}
.main-website-link {
  display: block;
  width: auto;
  height: auto;
  line-height: normal;
  margin: 0;
  background: #30a8e4;
  padding: 25px 20px;
  text-align: center;
  width: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.header-top-bar {
  border-bottom: 1px solid #fff;
  padding-bottom: 0px;
}
.ftcontact-details .col-lg-6 {
  margin-bottom: 20px;
}
.dep-heading-cover {
  margin: 0;
}
.dep-aboutus a {
  display: inline-block;
}
.dep-aboutus a.mre_btn {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-box-row {
  padding-right: 0;
  margin: 0 0 50px;
}
section.in-sec1 {
  padding: 40px 0;
}
.inner-media {
  background: #30a8e40a;
  padding: 30px 0;
}
section.inner_contents {
  padding: 40px 0;
}
.inner-ab-content .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.inner-ab-content .sec01-dep-right {
  padding-right: 0;
  margin: 0 0 30px;
}
.inner_banner p {
  width: 100%;
  margin: 0 auto;
}
.menu--bottom--right .menuToggle span {
  right: 95px;
  top: 86px;
  /* top: auto; */
}
.menu--bottom--right .menuToggle input {
  right: 35px;
  top: 75px;
  /* top: auto; */
  width: 90px;
}
row.profile-list .col-lg-3 {
  margin: 0 0 30px;
}
row.profile-list .col-sm-4 {
  width: 50%;
}
}

@media only screen and (max-width:680px) {
  .main-website-link {
    display: block;
    width: auto;
    height: auto;
    line-height: normal;
    margin: 0;
    background: #30a8e4;
    padding: 25px 12px;
    text-align: center;
    width: auto;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
}
.logo-text {
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	padding-left: 9px;
	text-align: left;
	line-height: 18px;
	width: auto;
}
header .container {
  width: 100%;
  padding: 0 5px;
}
i#toggle-search small {
  display: none;
}
#searchform {
  position: absolute;
  width: 250px;
  right: 0px;
  z-index: 1111;
  top: 48px;
  margin: 0;
}
}

@media only screen and (max-width:481px) {
  .education-entries {
    margin-top: 30px;
  }
  row.profile-list .col-sm-4 {
    width: 100%;
}
  .column-padding .col-xs-12 {
    width: 100%;
  }
  footer input[type="email"] {
    background: transparent;
    border: 1px solid #C5C5C5;
    padding: 0 25px;
    color: #fff;
    width: 100%;
    height: 50px;
}
.gallery-item .lightbox {
  width: 49% !important;
  padding: 0 5px;
  height: 25vh;
  margin: 0 0 10px;
}
}