@charset "UTF-8";
@import "//stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css";
@import "//use.fontawesome.com/releases/v5.5.0/css/all.css";
@import "//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css";
@import "//cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css";
@import "//cdn.rawgit.com/michalsnik/aos/2.1.1/dist/aos.css";
@import "//fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800|Roboto:100,300,400,500,700,900&display=swap'";

html,
body,
div,
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,
sub,
sup,
tt,
var,
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;
  vertical-align: baseline;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  overflow-x: hidden;
  overflow-x: -moz-scrollbars-none;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

a {
  display: block;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition: color 300ms, background-color 300ms;
  transition: color 300ms, background-color 300ms;
}

a:hover {
  text-decoration: none !important;
}

a:focus {
  outline: none;
  text-decoration: none !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: inherit !important;
  background-image: none !important;
  color: inherit !important;
}

::selection,
::-moz-selection {
  background: #ec944b;
}

.clear {
  clear: both;
}

.animated2.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

.animated2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated2.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated2.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.animated2.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.animated2 {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pad0 {
  padding: 0px !important;
}

.plft0 {
  padding-left: 0px;
}

.prit0 {
  padding-right: 0px;
}

.mtop0 {
  margin-top: 0px !important;
}

.mauto {
  margin: 0 auto;
  display: block;
}

@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  .hidden-lg {
    display: none;
  }
}

@media only screen and (max-width: 992px) {
  .scrollup {
    bottom: 20px;
  }

  .order0 {
    order: 0;
    -webkit-order: 0;
  }

  .order1 {
    order: 1;
    -webkit-order: 1;
  }

  .md-hidden {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .self_container {
    max-width: 100%;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .hidden-sm {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .hidden-xs {
    display: none;
  }
}

@media only screen and (max-width: 468px) {
  .mob-full {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*******************************SLIDER_BOTTOM_SCROLL_UP******************************* */
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 50px;
  right: 20px;
  display: none;
  background: url(../images/icons/icon_top.png) #0558a3 no-repeat center;
  background-size: 14px;
  border-radius: 5px;
  z-index: 2;
}

.scrollup:hover,
.scrollup:focus {
  color: #76787e;
}

@media only screen and (min-width: 576px) {
  .scrollup {
    bottom: 100px;
    right: 10px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    max-width: 80%;
  }
}

@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@keyframes animate {
  0% {
    transform: translate(-50%, 5px);
  }

  80% {
    transform: translate(-50%, 15px);
    opacity: 0.1;
  }

  100% {
    transform: translate(-50%, 29px);
    opacity: 0.1;
  }
}

@-webkit-keyframes kenburns_zoomInOut {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
  }
}

@-moz-keyframes kenburns_zoomInOut {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(1.2);
  }
}

@-ms-keyframes kenburns_zoomInOut {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(1.2);
  }
}

@-o-keyframes kenburns_zoomInOut {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(1.2);
  }
}

@keyframes kenburns_zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(0.8);
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/******************LOCATION_ICON_ANIMATION************************* */
@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

/******************LOCATION_ICON_ANIMATION************************* */
@keyframes bounce1 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

@-webkit-keyframes bounce1 {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-10px);
  }
}

/***********HEADER************* */
@media only screen and (min-width: 1200px) {
  .header .menu-icon {
    display: none;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1200px) {
  .collapse:not(.show) {
    display: none !important;
    width: 100%;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#Header {
  background: white;
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 0px;
  width: 100%;
}

#Header .main_nav_section {
  background: #ebebeb;
}

#Header .main_nav_section .navbar {
  padding: 0px;
  width: 100%;
}

#Header .main_nav_section .navbar .dropdown .dropdown-menu {
  margin-top: 0px;
  padding: 0px;
  border-radius: 0px;
  top: 100%;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-menu {
    min-width: 300px;
    padding: 30px 0px;
    box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-menu {
    opacity: 1;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
    display: block;
    visibility: hidden;
  }
}

@media only screen and (max-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-menu {
    background: transparent;
    border: none;
    padding: 0 10px;
  }
}

#Header .main_nav_section .navbar .dropdown .dropdown-menu li {
  margin: 0px;
}

#Header .main_nav_section .navbar .dropdown .dropdown-menu li a {
  font-size: 13px;
  color: black;
  padding: 10px 15px;
  display: block;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-menu li a {
    padding: 10px 45px;
  }
}

#Header .main_nav_section .navbar .dropdown .dropdown-menu li a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 11px;
  font-size: 10px;
  color: #bd943c;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-menu li a::after {
    left: 25px;
  }
}

#Header .main_nav_section .navbar .dropdown .dropdown-menu li a:hover {
  color: #0558a3;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown:hover .first_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0px);
  }
}

#Header .main_nav_section .navbar .dropdown .dropdown-submenu {
  position: relative;
}

#Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop {
  top: 0px;
  left: 100%;
  right: auto;
  border: none;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop {
    transform: translate(30px, 0px);
  }
}

#Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop .third_drop {
  top: 0px;
  left: 100%;
  right: auto;
  border: none;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop .third_drop {
    transform: translate(30px, 0px);
  }
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop .dropdown:hover .third_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
  }
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-submenu:hover .second_drop {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
  }
}

@media only screen and (max-width: 992px) {
  #Header .main_nav_section .navbar .dropdown .dropdown-submenu.show .second_drop {
    opacity: 1;
    visibility: visible;
    display: block;
  }

  #Header .main_nav_section .navbar .dropdown .dropdown-submenu .second_drop .dropdown.show .third_drop {
    opacity: 1;
    visibility: visible;
    display: block;
  }
}

#Header .main_nav_section .navbar-nav {
  margin-left: 0px;
}

@media only screen and (min-width: 992px) {
  #Header .main_nav_section .navbar-nav li {
    margin-right: 15px;
  }

  #Header .main_nav_section .navbar-nav li:last-child {
    margin-right: 0px;
  }
}

#Header .main_nav_section .navbar-nav li a {
  font-size: 14px;
  color: black;
  padding: 15px 0;
}

#Header .main_nav_section .qck_action {
  display: flex;
  align-items: center;
}

#Header .main_nav_section .qck_action li {
  margin: 0 4px;
}

#Header .main_nav_section .qck_action li:last-child {
  border-right: 0px;
}

#Header .main_nav_section .qck_action li a {
  font-size: 14px;
  color: black;
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

#Header .main_nav_section .qck_action li a img {
  margin-right: 5px;
}

@media (max-width: 1200px) and (min-width: 768px) {
  #Header .main_nav_section .qck_action {
    width: fit-content;
  }

  #Header .main_nav_section .qck_action li a {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 468px) {
  #Header .main_nav_section .qck_action {
    display: block;
  }

  #Header .main_nav_section .qck_action li {
    border-right: 0px;
    border-bottom: 1px solid #ebebeb;
  }
}


@media (max-width: 1200px) and (min-width: 768px) {
  #Header .main_nav_section .navbar-collapse {
    display: block !important;
  }

  #Header .main_nav_section .navbar-collapse:not(.show) {
    display: none !important;
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #Header .main_nav_section .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
  }
}

@media only screen and (max-width: 768px) {
  #Header .main_nav_section .navbar-collapse {
    padding: 0px 15px 15px;
  }
}

#Header .header_main {
  padding: 15px 0;
}

@media only screen and (max-width: 1441px) {
  #Header .header_main {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 768px) {
  #Header .header_main {
    padding: 10px 15px;
  }
}

#Header .header_main .row {
  align-items: center;
  justify-content: space-between;
}

#Header .header_main .logo_sec .logo {
  max-width: 345px;
}

@media only screen and (max-width: 768px) {
  #Header .header_main .logo_sec .logo {
    max-width: 210px;
  }
}

#Header .header_main .qck_contct {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #Header .header_main .qck_contct {
    font-size: 0px;
  }
}

#Header .header_main .qck_contct {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #Header .header_main .qck_contct {
    font-size: 0px;
  }
}

#Header .header_main .qck_contct i {
  margin-right: 8px;
  color: #005faf;
  transform: rotate(90deg);
}

@media only screen and (max-width: 768px) {
  #Header .header_main .qck_contct i {
    font-size: 14px;
  }
}

#Header .header_main .affiliations_list {
  display: flex;
  align-items: center;
}

#Header .header_main .affiliations_list li {
  padding: 0 15px;
  display: flex;
  align-items: center;
}

#Header .header_main .affiliations_list li span {
  margin-right: 15px;
}

@media only screen and (max-width: 1200px) {
  #Header .header_main .affiliations_list {
    display: none;
  }
}

#Header .menu-icon button {
  position: relative;
  padding: 9px 10px;
  margin-top: 33px;
  margin-left: 10px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ddd;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  border-radius: 0px !important;
  outline: none;
}

#Header .menu-icon button .icon {
  background: #888;
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 3px;
}

#Header .menu-icon button[aria-expanded="true"] {
  background: #0558a3;
}

#Header .menu-icon button[aria-expanded="true"] .icon {
  background: #fff;
}

#Header.fixed {
  position: fixed;
  animation: ease-in-out;
  transition-delay: 1s;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.14);
}

#Header.fixed .navbar-custom .main_nav_section {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

#Header.fixed  .header_main .logo_sec .logo{
  max-width: 280px;
}

.video-fluid {
  max-width: 100%;
  width: 100%;
}

#main_slider .carousel-inner .carousel-item {
  max-height: 100vh;
}
#main_slider .carousel-inner .carousel-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#main_slider .carousel-caption {
  left: 10%;
  right: 10%;
  bottom: 0px;
  padding: 0px;
  padding-bottom: 20px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1400px) {
  #main_slider .carousel-caption {
    left: 5%;
    right: 5%;
  }
}

#main_slider .carousel-caption .slider_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#main_slider .carousel-caption .slider_bottom .lft_box {
  max-width: 55%;
  text-align: left;
}

@media only screen and (max-width: 468px) {
  #main_slider .carousel-caption .slider_bottom .lft_box {
    max-width: 100%;
  }
}

#main_slider .carousel-caption .slider_bottom .lft_box .main_title {
  font-size: 56px;
  color: white;
  font-weight: 400;
  line-height: 1.128;
  text-align: left;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #main_slider .carousel-caption .slider_bottom .lft_box .main_title {
    font-size: 44px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #main_slider .carousel-caption .slider_bottom .lft_box .main_title {
    font-size: 36px;
  }
}

@media (max-width: 768px) and (min-width: 468px) {
  #main_slider .carousel-caption .slider_bottom .lft_box .main_title {
    font-size: 23px;
  }
}

@media only screen and (max-width: 468px) {
  #main_slider .carousel-caption .slider_bottom .lft_box .main_title {
    font-size: 18px;
  }
}

#main_slider .carousel-caption .slider_bottom .lft_box .btn {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: url("../images/icons/btn_arrow.png") no-repeat center right 20px #2c3078;
  border-radius: 0px;
  margin-top: 15px;
  padding-right: 45px;
  padding: 5px 15px;
  width: 188px;
  min-height: 37px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .slider_bottom .lft_box .btn {
    font-size: 12px;
    width: 155px;
  }
}

#main_slider .carousel-caption .slider_bottom .rit_box ul {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .slider_bottom .rit_box ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#main_slider .carousel-caption .slider_bottom .rit_box ul a {
  padding: 25px;
  transition: ease-in-out all 0.3s;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .slider_bottom .rit_box ul a {
    padding: 15px;
  }
}

#main_slider .carousel-caption .slider_bottom .rit_box ul a .icon {
  margin-bottom: 10px;
  transition: ease-in-out all 0.3s;
}

#main_slider .carousel-caption .slider_bottom .rit_box ul a .title {
  font-size: 17.213px;
  color: white;
  transition: ease-in-out all 0.3s;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .slider_bottom .rit_box ul a .title {
    font-size: 12px;
  }
}

#main_slider .carousel-caption .slider_bottom .rit_box ul a:hover {
  padding-bottom: 40px;
}

#main_slider .carousel-caption .slider_bottom .rit_box ul a:hover .icon,
#main_slider .carousel-caption .slider_bottom .rit_box ul a:hover .title {
  -webkit-animation: fadeInUp 900ms;
  animation: fadeInUp 900ms;
}

#main_slider .carousel-caption .marquee {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .marquee {
    display: block;
    position: relative;
  }
}

#main_slider .carousel-caption .marquee .news_title {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  background: #dbdbdb;
  border-radius: 0px;
  padding: 5px 15px;
  width: 145px;
  min-width: 145px;
  min-height: 37px;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) and (min-width: 468px) {
  #main_slider .carousel-caption .marquee .news_title {
    width: 155px;
    min-width: 155px;
  }
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .marquee .news_title {
    font-size: 13px;
    width: 115px;
    min-width: 115px;
    min-height: 30px;
  }
}

#main_slider .carousel-caption .marquee .marqu,
#main_slider .carousel-caption .marquee marquee {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  min-height: 37px;
}

@media only screen and (max-width: 768px) {

  #main_slider .carousel-caption .marquee .marqu,
  #main_slider .carousel-caption .marquee marquee {
    min-height: 30px;
  }
}

#main_slider .carousel-caption .marquee .marqu a,
#main_slider .carousel-caption .marquee marquee a {
  font-size: 15px;
  color: black;
  position: relative;
  padding-left: 20px;
  background: url("../images/icons/news_list_icon.png") no-repeat center left;
  display: inline-block;
  margin-right: 40px;
}

@media only screen and (max-width: 768px) {

  #main_slider .carousel-caption .marquee .marqu a,
  #main_slider .carousel-caption .marquee marquee a {
    font-size: 12px;
  }
}

#main_slider .carousel-caption .marquee .btn {
  font-size: 16px;
  color: black;
  text-transform: uppercase;
  background: url(../images/icons/next.svg) no-repeat center right 6px #ec944b;
  background-size: 14px;
  border-radius: 0px;
  padding: 5px 15px;
  padding-right: 25px;
  width: fit-content;
  width: -moz-fit-content;
  min-height: 37px;
  display: flex;
  align-items: center;
  outline: none;
  box-shadow: none;
}

@media only screen and (max-width: 768px) {
  #main_slider .carousel-caption .marquee .btn {
    font-size: 13px;
    min-height: 30px;
    position: absolute;
    right: 0px;
    top: 0;
  }
}

.fade:not(.show) {
  height: 0px;
}

p a {
  display: inline;
  color: #0558a3;
}

/*********HEADING_STYLE******** */
.common_title {
  font-size: 34px;
  color: #33332f;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 768px) and (min-width: 468px) {
  .common_title {
    font-size: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 468px) {
  .common_title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

#inner_slider .carousel-item {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

@media only screen and (min-width: 992px) {
  #inner_slider .carousel-item {
    height: 400px;
  }
}

@media only screen and (max-width: 992px) {
  #inner_slider .carousel-item {
    min-height: 160px;
    height: auto;
  }
}

#inner_slider .carousel-item .carousel_control {
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  width: 40px;
  height: 40px;
  top: 50%;
}

#inner_slider .carousel-item .carousel_control.carousel-control-prev {
  left: 30px;
}

#inner_slider .carousel-item .carousel_control.carousel-control-next {
  right: 30px;
}

#inner_banner {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  text-align: center;
}

.inner_page .page_header {
  padding: 60px 0 40px;
}

@media only screen and (max-width: 768px) {
  .inner_page .page_header {
    padding: 20px 0 30px;
  }
}

.inner_page .page_header .page_title {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .inner_page .page_header .page_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .inner_page .page_header .page_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.inner_page .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 5px 0;
}

@media only screen and (max-width: 768px) {
  .inner_page .breadcrumb {
    margin: 2px 0;
  }
}

.inner_page .breadcrumb li {
  padding: 0 7.5px;
  position: relative;
}

.inner_page .breadcrumb li::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  width: 1px;
  height: 12px;
  background: #A5A5A4;
  transform: rotate(15deg);
}

.inner_page .breadcrumb li a {
  font-size: 12px;
  line-height: 1;
  color: #A5A5A4;
}

.inner_page .breadcrumb li:first-child {
  padding-left: 0px;
}

.inner_page .breadcrumb li:last-child::after {
  display: none;
}

.inner_page .more {
  color: #2c3078;
  font-weight: 500;
  display: inline-block;
}

.inner_page #contnt_area {
  padding-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  .inner_page #contnt_area {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1441px) {
  .inner_page #contnt_area {
    padding-bottom: 90px;
  }
}

#about_sec {
  padding: 75px 0 50px;
  background: #ebebeb;
  position: relative;
}

#about_sec::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(255, 255, 255, 0), #f7f7f7);
  z-index: 0;
}

#about_sec .container {
  position: relative;
  z-index: 1;
}

#about_sec .welcome_title {
  margin-bottom: 35px;
}

#about_sec .welcome_title .title {
  background-color: #ec944b;
  width: 114px;
  height: 32px;
  font-size: 17px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #about_sec .welcome_title .title {
    width: 98px;
    font-size: 14px;
  }
}

#about_sec .welcome_title .title::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 32px solid #ec944b;
  border-right: 32px solid transparent;
  position: absolute;
  right: -32px;
}

#about_sec .welcome_title .head {
  font-size: 38px;
  color: #0558a3;
  font-weight: bold;
  line-height: 0.917;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #about_sec .welcome_title .head {
    font-size: 38px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #about_sec .welcome_title .head {
    font-size: 32px;
  }
}

@media only screen and (max-width: 768px) {
  #about_sec .welcome_title .head {
    font-size: 28px;
    line-height: 26px;
  }
}

#about_sec .about_info {
  font-size: 17px;
  color: #313131;
  line-height: 1.549;
}

@media only screen and (max-width: 1200px) {
  #about_sec .about_info {
    font-size: 15px;
  }
}

#about_sec .about_info p {
  font-size: 17px;
  color: #313131;
  line-height: 1.549;
}

@media only screen and (max-width: 1200px) {
  #about_sec .about_info p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #about_sec .about_info p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  #about_sec .slick-track {
    margin: 0 -75px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #about_sec .slick-track {
    margin: 0 -45px;
  }
}

@media only screen and (max-width: 992px) {
  #about_sec .slick-track {
    margin: 0 -25px;
  }
}

#about_sec .box {
  margin-top: 25px;
}

@media only screen and (min-width: 1200px) {
  #about_sec .box {
    padding: 0 80px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #about_sec .box {
    padding: 0 45px;
  }
}

@media only screen and (max-width: 992px) {
  #about_sec .box {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 468px) {
  #about_sec .box {
    border-right: 1px solid #e1e1e1;
  }
}

#about_sec .box .icon_box {
  padding-bottom: 10px;
  min-height: 45px;
  position: relative;
  margin-bottom: 10px;
}

#about_sec .box .icon_box::after {
  content: "";
  background: url("../images/icons/title_after.png") no-repeat;
  width: 45px;
  height: 3px;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#about_sec .box .title {
  font-size: 19px;
  color: #0558a3;
  text-transform: uppercase;
  line-height: 1.263;
  font-weight: 600;
  margin-bottom: 15px;
}

#about_sec .box .info {
  font-size: 15px;
  color: #404040;
  line-height: 1.289;
}

#about_sec .box .info p {
  font-size: 15px;
  color: #404040;
  line-height: 1.289;
  margin-bottom: 0px;
}

#about_sec .box .learn_more {
  margin-top: 20px;
  font-size: 14px;
  color: #0558a3;
  text-transform: uppercase;
  font-weight: 600;
}

#about_sec .box .learn_more i {
  margin-right: 5px;
}

#upcoming_events {
  padding: 60px 0 35px;
}

#upcoming_events .common_title {
  text-align: center;
}

@media only screen and (min-width: 468px) {
  #upcoming_events .box {
    padding: 0 35px;
    border-right: 1px solid #e1e1e1;
  }
}

#upcoming_events .box .img_box {
  position: relative;
  margin-bottom: 5px;
}

#upcoming_events .box .img_box .event_title {
  font-size: 20px;
  color: #f8f8f8;
  background: rgba(0, 0, 0, 0.702);
  padding: 10px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

#upcoming_events .box .info_box {
  display: flex;
  align-items: center;
}

#upcoming_events .box .info_box .date_box {
  background-color: #ec944b;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 500;
  padding: 4px 11px;
}

#upcoming_events .box .info_box .date_box .mnth {
  font-size: 16px;
}

#upcoming_events .box .info_box .date_box .date {
  font-size: 31px;
}

#upcoming_events .box .info_box .info {
  font-size: 13px;
  color: #33332f;
  line-height: 1.308;
  text-align: justifyLeft;
  padding-left: 10px;
  font-weight: 500;
}

#upcoming_events .box .info_box .info p {
  font-size: 13px;
  color: #33332f;
  line-height: 1.308;
  text-align: justify;
  margin-bottom: 0px;
  font-weight: 500;
}

#upcoming_events .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

#upcoming_events .slick-dots li {
  margin: 0 4px;
}

#upcoming_events .slick-dots li button {
  border-radius: 4px;
  background: #c7c9e7;
  width: 19px;
  height: 8px;
  font-size: 0px;
  border: none;
}

#upcoming_events .slick-dots li.slick-active button {
  background: #0558a3;
}

#news_sec {
  padding: 35px 0 30px;
}

#news_sec .common_title {
  text-align: center;
}

#news_sec .item {
  padding: 10px;
}

#news_sec .news_box {
  margin-bottom: 20px;
}

#news_sec .news_box .img_box {
  position: relative;
  overflow: hidden;
}

#news_sec .news_box .img_box img {
  margin: auto;
  transition: ease-in-out all 1s;
}

#news_sec .news_box .info_box {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.702);
  padding: 10px 25px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #news_sec .news_box .info_box {
    padding: 10px;
  }
}

#news_sec .news_box .info_box .top_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#news_sec .news_box .info_box .top_sec .news_title {
  font-size: 16px;
  color: #ec944b;
  text-transform: uppercase;
}

#news_sec .news_box .info_box .top_sec .news_date {
  font-size: 11px;
  color: white;
  text-transform: uppercase;
}

#news_sec .news_box .info_box .info {
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1.923;
}

#news_sec .news_box .info_box .info p {
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  line-height: 1.923;
  margin-bottom: 0px;
}

#news_sec .news_box:hover .img_box img {
  transform: scale(1.5);
}

@media only screen and (min-width: 768px) {
  #news_sec .lft_box .news_box .info_box .top_sec .news_title {
    font-size: 22px;
  }

  #news_sec .lft_box .news_box .info_box .top_sec .news_date {
    font-size: 16px;
  }

  #news_sec .lft_box .news_box .info_box .info {
    font-size: 13px;
  }

  #news_sec .lft_box .news_box .info_box .info p {
    font-size: 13px;
  }
}

#news_sec .rit_box .row {
  margin: -10px;
}

#academics_sec {
  padding: 50px 0 60px;
}

#academics_sec .common_title {
  text-align: center;
}

#academics_sec .nav-tabs {
  justify-content: center;
  align-items: center;
  border: none;
  margin-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  #academics_sec .nav-tabs {
    display: block;
    text-align: center;
  }
}

#academics_sec .nav-tabs li {
  margin: 0 15px;
}

#academics_sec .nav-tabs li a {
  font-size: 17px;
  font-weight: 500;
  color: #33332f;
  padding: 10px 25px;
  background: white;
  position: relative;
}

#academics_sec .nav-tabs li a::before {
  content: "";
  background: #2c3078;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0px;
  height: 1px;
  z-index: 1;
  transition: ease-in-out all 0.5s;
}

#academics_sec .nav-tabs li a::after {
  content: "";
  background: #2c3078;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 0px;
  height: 1px;
  z-index: 1;
  transition: ease-in-out all 0.5s;
}

#academics_sec .nav-tabs li a.active {
  background: #0558a3;
  color: white;
}

#academics_sec .nav-tabs li a.active::before {
  width: 20px;
  left: -20px;
}

#academics_sec .nav-tabs li a.active::after {
  width: 20px;
  right: -20px;
}

#academics_sec .tab-content ul {
  align-items: center;
  justify-content: center;
}

#academics_sec .tab-content ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/ 5);
  padding: 10px;
}

@media only screen and (min-width: 1200px) {
  #academics_sec .tab-content ul li {
    width: calc(100%/ 5);
  }
}

@media (max-width: 1200px) and (min-width: 922px) {
  #academics_sec .tab-content ul li {
    width: calc(100%/ 4);
  }
}

@media (max-width: 992px) and (min-width: 670px) {
  #academics_sec .tab-content ul li {
    width: calc(100%/ 3);
  }
}

@media (max-width: 670px) and (min-width: 468px) {
  #academics_sec .tab-content ul li {
    width: calc(100%/ 2);
  }
}

@media only screen and (max-width: 468px) {
  #academics_sec .tab-content ul li {
    width: 100%;
  }
}

#academics_sec .tab-content .box {
  border-radius: 50%;
  background: white;
  width: 220px;
  height: 220px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #d7d7d7;
  transition: ease-in-out all 0.3s;
  overflow: hidden;
}

#academics_sec .tab-content .box .icon_box {
  margin-bottom: 15px;
}

#academics_sec .tab-content .box .course {
  font-size: 14px;
  color: #33332f;
  line-height: 17px;
  text-transform: uppercase;
}

#academics_sec .tab-content .box.main {
  background: whitesmoke;
  border: 1px solid whitesmoke;
}

#academics_sec .tab-content .box.main .course_name {
  font-size: 32px;
  color: #484848;
  text-transform: uppercase;
  line-height: 1.135;
}

#academics_sec .tab-content .box:hover {
  background: #f9f9f9;
}

#academics_sec .tab-content .box:hover .icon_box {
  -webkit-animation: flipInY 600ms;
  animation: flipInY 600ms;
}

#academics_sec .tab-content .box:hover .course {
  -webkit-animation: fadeInUp 600ms;
  animation: fadeInUp 600ms;
}

#infrastructure {
  background: url("../images/world-map-dotted.png") no-repeat center #f4f4f4;
  padding: 70px 0 80px;
}

#infrastructure .sec_title {
  font-size: 34px;
  color: black;
  line-height: 44px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
  #infrastructure .sec_title {
    font-size: 28px;
  }
}

#infrastructure .sec_title strong {
  display: block;
  text-transform: uppercase;
}

#infrastructure .info {
  font-size: 15px;
  color: #33332f;
  line-height: 1.755;
}

#infrastructure .info p {
  font-size: 15px;
  color: #33332f;
  line-height: 1.755;
}

#infrastructure .lists {
  margin: 25px 0 40px;
}

#infrastructure .lists .box {
  text-align: center;
  padding: 15px 0;
}

#infrastructure .lists .box .icon_box {
  margin-bottom: 15px;
}

#infrastructure .lists .box .title {
  font-size: 15px;
  color: #33332f;
}

#infrastructure .know_more {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  background: url(../images/icons/btn_arrow.png) no-repeat center right 20px #ec944b;
  border-radius: 0px;
  margin-top: 15px;
  padding-right: 40px;
  padding: 5px 25px;
  width: 166px;
  min-height: 37px;
  display: flex;
  align-items: center;
}

#infrastructure .rit_sec .row {
  margin: -10px;
}

#infrastructure .rit_sec .row .col-,
#infrastructure .rit_sec .row [class^="col-"],
#infrastructure .rit_sec .row [class*="col-"] {
  padding: 10px;
}

#infrastructure .vid_sec {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}

@media only screen and (min-width: 992px) {
  #infrastructure .vid_sec {
    height: 230px;
  }
}

@media only screen and (max-width: 992px) {
  #infrastructure .vid_sec {
    min-height: 270px;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  #infrastructure .vid_sec {
    min-height: 230px;
    height: auto;
  }
}

#infrastructure .vid_sec .video-play-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0px;
}

#infrastructure .vid_sec .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 58px;
  height: 58px;
  background: #ec944b;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@media only screen and (max-width: 768px) {
  #infrastructure .vid_sec .video-play-button::before {
    width: 38px;
    height: 38px;
  }
}

#infrastructure .vid_sec .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 58px;
  height: 58px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 57px;
  color: white;
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: 7px 0px 13px rgba(23, 23, 23, 0.3);
}

@media only screen and (max-width: 768px) {
  #infrastructure .vid_sec .video-play-button::after {
    width: 38px;
    height: 38px;
    font-size: 37px;
  }
}

#infrastructure .vid_sec .video-play-button:hover::after {
  background-color: #ec944b;
}

@media only screen and (max-width: 992px) {
  #infrastructure .rit_sec {
    margin-top: 50px;
  }
}

#gallery_sec {
  padding: 50px 0 35px;
}

#gallery_sec .img_box {
  height: 345px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

#gallery_sec .img_box .info_box {
  background-color: rgba(0, 0, 0, 0.702);
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 15px;
}

#gallery_sec .img_box .info_box .event_title {
  font-size: 17px;
  font-weight: 500;
  color: #ff7f14;
  line-height: 1.235;
  margin-bottom: 10px;
  position: relative;
  padding-right: 25px;
}

#gallery_sec .img_box .info_box .event_title::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  right: 0px;
  top: 0px;
}

#gallery_sec .img_box .info_box .info {
  font-size: 13px;
  color: white;
  line-height: 1.615;
}

#gallery_sec .img_box .info_box .info p {
  font-size: 13px;
  color: white;
  line-height: 1.615;
}

#gallery_sec .img_box.title_box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#gallery_sec .img_box.title_box::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

#gallery_sec .img_box.title_box .sec_title {
  font-size: 40px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

#gallery_sec .img_box.video::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 65px;
  height: 65px;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 64px;
  color: white;
  border-radius: 50%;
  transition: all 200ms;
  box-shadow: 7px 0px 13px rgba(23, 23, 23, 0.3);
}

#testi_facts {
  padding: 35px 0 50px;
}

@media only screen and (max-width: 992px) {
  #testi_facts .lftsec {
    margin-bottom: 45px;
  }
}

#testi_facts .testi_box .testi_info .name {
  font-size: 21px;
  color: #3c3c3c;
  margin-bottom: 5px;
}

#testi_facts .testi_box .testi_info .possition {
  font-size: 15.337px;
  color: #5c5c5c;
}

#testi_facts .testi_box .msg_box {
  background: #f8f8f8;
  padding: 35px 140px 30px 30px;
  font-size: 14px;
  color: #5c5c5c;
  font-weight: 500;
  line-height: 1.595;
  position: relative;
  margin-top: 50px;
}

@media only screen and (max-width: 576px) {
  #testi_facts .testi_box .msg_box {
    font-size: 12px;
    padding: 50px 30px 30px 30px;
    margin-top: 65px;
  }
}

#testi_facts .testi_box .msg_box::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 32px solid #f8f8f8;
  position: absolute;
  top: -32px;
  left: 5%;
}

#testi_facts .testi_box .msg_box p {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 1.595;
  font-weight: 500;
  margin-bottom: 0px;
}

#testi_facts .testi_box .msg_box .testi_dp {
  width: 110px;
  height: 110px;
  position: absolute;
  right: 15px;
  top: -35px;
  border: 10px solid white;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#testi_facts .testi_box .msg_box .testi_dp img {
  border-radius: 50%;
}

@media only screen and (max-width: 576px) {
  #testi_facts .testi_box .msg_box .testi_dp {
    width: 90px;
    height: 90px;
    top: -65px;
  }
}

#testi_facts .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

#testi_facts .slick-dots li {
  margin: 0 2.5px;
}

#testi_facts .slick-dots li button {
  background: #c7c9e7;
  width: 21px;
  height: 8px;
  font-size: 0px;
  border: none;
  outline: none;
  border-radius: 10px;
}

#testi_facts .slick-dots li.slick-active button {
  background: #0558a3;
}

@media only screen and (min-width: 992px) {
  #testi_facts .facts_list {
    margin-top: 80px;
  }
}

#testi_facts .facts_list .box {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

#testi_facts .facts_list .box .icon_box {
  background: #f8f8f8;
  width: 65px;
  height: 65px;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

#testi_facts .facts_list .box .data {
  font-size: 24px;
  text-transform: uppercase;
  color: #636363;
}

@media (max-width: 992px) and (min-width: 468px) {
  #testi_facts .facts_list .box .data {
    font-size: 20px;
  }
}

@media only screen and (max-width: 468px) {
  #testi_facts .facts_list .box .data {
    font-size: 15px;
  }
}

#testi_facts .facts_list .box .data span,
#testi_facts .facts_list .box .data .counter {
  font-size: 41px;
  font-weight: 600;
  color: #ec944b;
  margin-right: 10px;
}

@media (max-width: 992px) and (min-width: 468px) {

  #testi_facts .facts_list .box .data span,
  #testi_facts .facts_list .box .data .counter {
    font-size: 31px;
  }
}

@media only screen and (max-width: 468px) {

  #testi_facts .facts_list .box .data span,
  #testi_facts .facts_list .box .data .counter {
    font-size: 21px;
  }
}

#about_page .lft_sec .page_title {
  font-size: 24px;
  color: #373737;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  #about_page .lft_sec .page_title {
    font-size: 18px;
  }
}

#about_page .lft_sec .vid_sec {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  width: 440px;
  min-height: 365px;
  position: relative;
}

@media only screen and (max-width: 992px) {
  #about_page .lft_sec .vid_sec {
    width: 370px;
    min-height: 270px;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  #about_page .lft_sec .vid_sec {
    float: right;
    margin: 0 0 30px 35px;
  }
}

@media only screen and (max-width: 768px) {
  #about_page .lft_sec .vid_sec {
    float: none;
    margin-bottom: 30px;
    width: 100%;
  }
}

#about_page .lft_sec .video-play-button {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 0px;
}

#about_page .lft_sec .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 78px;
  height: 78px;
  background: #ec944b;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@media only screen and (max-width: 768px) {
  #about_page .lft_sec .video-play-button::before {
    width: 58px;
    height: 58px;
  }
}

#about_page .lft_sec .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 52px;
  height: 52px;
  background: url("../images/icons/play_icon.png") no-repeat center;
  background-size: 50px;
  transition: all 200ms;
  box-shadow: 7px 0px 13px rgba(23, 23, 23, 0.3);
}

@media only screen and (max-width: 768px) {
  #about_page .lft_sec .video-play-button::after {
    width: 58px;
    height: 58px;
    font-size: 58px;
  }
}

#about_page .lft_sec .qstn_papr_list {
  padding: 30px 40px;
  background: white;
}

@media only screen and (max-width: 468px) {
  #about_page .lft_sec .qstn_papr_list {
    padding: 30px 25px;
  }
}

#about_page .lft_sec .qstn_papr_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

#about_page .lft_sec .qstn_papr_list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/icons/list_icon.png") no-repeat;
}

#about_page .lft_sec .qstn_papr_list li a {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

#about_page .lft_sec .qstn_papr_list li a:hover {
  color: #0558a3;
}

#about_page #vis_mis {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  padding: 70px 0 60px;
}

@media only screen and (min-width: 992px) {
  #about_page #vis_mis {
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1200px) {
  #about_page #vis_mis .box {
    padding-right: 75px;
  }
}

@media only screen and (max-width: 992px) {
  #about_page #vis_mis .box {
    margin-bottom: 40px;
  }
}

#about_page #vis_mis .box .icon_box {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  max-height: 40px;
}

#about_page #vis_mis .box .title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  line-height: normal;
  margin-bottom: 20px;
}

#about_page #vis_mis .box .info p,
#about_page #vis_mis .box .info li {
  font-size: 12px;
  color: white;
  line-height: 1.833;
}

#about_page #vis_mis .box .info li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 5px;
}

#about_page #vis_mis .box .info li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url(../images/icons/list_icon.png) no-repeat;
}

#about_page #our_history {
  padding: 90px 0 80px;
}

#about_page #our_history .page_title {
  font-size: 24px;
  color: #373737;
  line-height: normal;
  font-weight: 600;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  #about_page #our_history .page_title {
    font-size: 18px;
  }
}

#about_page #our_history .page_title p {
  font-size: 12px;
  color: #4e4e4e;
  line-height: 1.833;
  margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
  #about_page #our_history .mile_stone {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 992px) {
  #about_page #our_history .mile_stone {
    padding-top: 50px;
  }
}

#about_page #our_history .mile_stone .row {
  display: grid;
  margin: 0px;
}

@media only screen and (min-width: 576px) {
  #about_page #our_history .mile_stone .row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media only screen and (max-width: 576px) {
  #about_page #our_history .mile_stone .row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#about_page #our_history .mile_stone .row .year_list {
  position: relative;
  min-height: 105px;
}

#about_page #our_history .mile_stone .row .year_list li {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 4px;
}

#about_page #our_history .mile_stone .row .year_list li a {
  width: 100%;
  height: 100%;
  background: whitesmoke;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out all 0.3s;
}

#about_page #our_history .mile_stone .row .year_list li a .icon {
  width: 25px;
  height: 0px;
  background: url("../images/icons/cam.png") no-repeat center;
  margin-bottom: 10px;
  visibility: hidden;
  opacity: 0;
  transition: ease-in-out all 0.3s;
}

#about_page #our_history .mile_stone .row .year_list li a .year {
  font-size: 20px;
  font-weight: 500;
  color: #4e4e4e;
  line-height: normal;
  position: relative;
  z-index: 1;
  transition: ease-in-out all 0.3s;
}

#about_page #our_history .mile_stone .row .year_list li a:hover {
  background: #ec944b;
}

#about_page #our_history .mile_stone .row .year_list li a:hover .icon {
  height: 21px;
  visibility: visible;
  opacity: 1;
}

#about_page #our_history .mile_stone .row .year_list li a:hover .year {
  color: white;
}

#about_page #our_history .mile_stone .row .year_list li:first-child {
  z-index: 1;
}

#about_page table {
  max-width: 100%;
  margin: 35px 0 40px;
}

@media only screen and (max-width: 768px) {
  #about_page table {
    display: block;
    overflow-x: scroll;
  }
}

#about_page table td,
#about_page table th {
  border: 1px solid #ececec;
}

#about_page table thead {
  background: #dedede;
  text-align: center;
}

#about_page table thead th,
#about_page table thead td {
  font-size: 13px;
  color: #000000;
  line-height: 1.857;
  font-weight: 600;
  vertical-align: middle;
}

#about_page table tbody tr {
  background: white;
}

#about_page table tbody tr th,
#about_page table tbody tr td {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
  font-weight: 400;
  padding: 15px 25px;
  vertical-align: middle;
}

#about_page table tbody tr th a,
#about_page table tbody tr td a {
  font-size: 14px;
  color: #0558a3;
}

#about_page table tbody tr h1,
#about_page table tbody tr h2,
#about_page table tbody tr h3,
#about_page table tbody tr h4,
#about_page table tbody tr h5,
#about_page table tbody tr h6 {
  font-size: 14px;
  color: #0558a3;
  line-height: 1.857;
  margin: 0px;
  font-weight: 600;
}

#about_page table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

#about_page table tbody tr:last-child {
  margin-bottom: 0px;
}

#about_page .hilight p {
  font-size: 16px;
  font-weight: 600;
  color: #0558a3;
}

#about_page.certifications_page .certification_box {
  padding: 25px 0;
  border-bottom: 1px solid #eaebeb;
}

#about_page.certifications_page .certification_box:last-child {
  border-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  #about_page.certifications_page .certification_box {
    display: flex;
    align-items: center;
  }
}

#about_page.certifications_page .certification_box .certi_img {
  max-width: 165px;
  width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_page.certifications_page .certification_box .certi_info .certi_name {
  font-size: 18px;
  font-weight: 600;
  color: #0558a3;
  margin-bottom: 25px;
}

#about_page.certifications_page .certification_box .certi_info .info {
  font-size: 13px;
  color: #5c5c5e;
  line-height: normal;
}

@media only screen and (min-width: 768px) {
  #about_page.certifications_page .certification_box .certi_info {
    width: calc(100% - 165px);
    padding-left: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #about_page.certifications_page .certification_box .certi_info {
    width: 100%;
    padding-top: 45px;
  }
}

#about_page.trust_page .sec_title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #373737;
  line-height: normal;
  font-weight: 600;
}

#about_page.patron_page .pfa {
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 680px) {
  #about_page.patron_page .img_box {
    float: left;
    margin: 0 30px 20px 0;
  }
}

@media only screen and (max-width: 680px) {
  #about_page.patron_page .img_box {
    margin-bottom: 30px;
  }
}

#about_page.patron_page .hilight {
  margin-top: 15px;
}

#about_page.patron_page .hilight p {
  line-height: 22px;
  font-size: 14px;
  color: inherit;
  font-weight: 400;
}

@media only screen and (min-width: 680px) {
  #about_page.ceo_administrator_page .img_box {
    float: left;
    margin: 0 30px 20px 0;
  }
}

@media only screen and (max-width: 680px) {
  #about_page.ceo_administrator_page .img_box {
    margin-bottom: 30px;
  }
}

#about_page.managing_trustee_page .page_title {
  margin-bottom: 10px;
}

#about_page.managing_trustee_page .page_info {
  font-size: 14px;
  color: #585858;
  margin-bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #about_page.managing_trustee_page .trustee_box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#about_page.managing_trustee_page .trustee_box .img_box {
  width: 165px;
  height: 165px;
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_page.managing_trustee_page .trustee_box .info_box .name {
  font-size: 16px;
  font-weight: 600;
  color: #0558a3;
  margin-bottom: 30px;
}

#about_page.managing_trustee_page .trustee_box .info_box .info p {
  font-size: 13px;
  color: #2c2b2b;
}

@media only screen and (min-width: 768px) {
  #about_page.managing_trustee_page .trustee_box .info_box {
    width: calc(100% - 165px);
    padding-left: 35px;
  }
}

@media only screen and (max-width: 768px) {
  #about_page.managing_trustee_page .trustee_box .info_box {
    width: 100%;
    padding-top: 35px;
  }
}

#about_page.departments_head_page .lft_sec .row {
  position: relative;
}

#about_page.departments_head_page .lft_sec .row::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: white;
}

#about_page.departments_head_page .lft_sec [class^="col-"],
#about_page.departments_head_page .lft_sec [class*="col-"] {
  padding: 50px 55px 70px;
  border: 1px solid #e1e1e1;
  border-right: 0px;
}

#about_page.departments_head_page .lft_sec [class^="col-"]:first-child,
#about_page.departments_head_page .lft_sec [class*="col-"]:first-child {
  border-left: 0px;
}

@media only screen and (min-width: 1200px) {

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(3n),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(3n) {
    border-right: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(-n+3),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(-n+3) {
    border-top: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(3n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(3n+1) {
    border-left: 0px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(2n),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(2n) {
    border-right: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(-n+2),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(-n+2) {
    border-top: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(2n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(2n+1) {
    border-left: 0px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(3n),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(3n) {
    border-right: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(-n+3),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(-n+3) {
    border-top: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(3n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(3n+1) {
    border-left: 0px;
  }
}

@media (max-width: 768px) and (min-width: 576px) {

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(2n),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(2n) {
    border-right: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(-n+2),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(-n+2) {
    border-top: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(2n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(2n+1) {
    border-left: 0px;
  }
}

@media only screen and (max-width: 576px) {

  #about_page.departments_head_page .lft_sec [class^="col-"]:first-child,
  #about_page.departments_head_page .lft_sec [class*="col-"]:first-child {
    border-right: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(-n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(-n+1) {
    border-top: 0px;
  }

  #about_page.departments_head_page .lft_sec [class^="col-"]:nth-child(1n+1),
  #about_page.departments_head_page .lft_sec [class*="col-"]:nth-child(1n+1) {
    border-left: 0px;
  }
}

#about_page.departments_head_page .lft_sec [class^="col-"] .box,
#about_page.departments_head_page .lft_sec [class*="col-"] .box {
  text-align: center;
}

#about_page.departments_head_page .lft_sec [class^="col-"] .box .dp_img,
#about_page.departments_head_page .lft_sec [class*="col-"] .box .dp_img {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about_page.departments_head_page .lft_sec [class^="col-"] .box .info_box,
#about_page.departments_head_page .lft_sec [class*="col-"] .box .info_box {
  margin-top: 30px;
}

#about_page.departments_head_page .lft_sec [class^="col-"] .box .info_box .name,
#about_page.departments_head_page .lft_sec [class*="col-"] .box .info_box .name {
  font-size: 16px;
  font-weight: 500;
  color: #0558a3;
  margin-bottom: 30px;
}

#about_page.departments_head_page .lft_sec [class^="col-"] .box .info_box ul li,
#about_page.departments_head_page .lft_sec [class*="col-"] .box .info_box ul li {
  font-size: 12px;
  color: #2c2b2b;
  line-height: normal;
  margin-bottom: 5px;
}

@media only screen and (min-width: 680px) {
  #academics_page .lft_sec .img_box {
    float: left;
    margin: 10px 25px 25px 0;
  }
}

@media only screen and (max-width: 680px) {
  #academics_page .lft_sec .img_box {
    margin-bottom: 30px;
  }
}

#academics_page .lft_sec table {
  max-width: 100%;
  margin: 35px 0 40px;
}

@media only screen and (max-width: 768px) {
  #academics_page .lft_sec table {
    display: block;
    overflow-x: scroll;
  }
}

#academics_page .lft_sec table td,
#academics_page .lft_sec table th {
  border: 1px solid #ececec;
}

#academics_page .lft_sec table thead {
  background: #dedede;
  text-align: center;
}

#academics_page .lft_sec table thead th,
#academics_page .lft_sec table thead td {
  font-size: 20px;
  color: #000000;
  line-height: 1.857;
  font-weight: 600;
  vertical-align: baseline;
}

#academics_page .lft_sec table tbody tr {
  background: white;
}

#academics_page .lft_sec table tbody tr th,
#academics_page .lft_sec table tbody tr td {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
  font-weight: 400;
  padding: 15px 25px;
  vertical-align: middle;
}

#academics_page .lft_sec table tbody tr th a,
#academics_page .lft_sec table tbody tr td a {
  font-size: 14px;
  color: #0558a3;
}

#academics_page .lft_sec table tbody tr h1,
#academics_page .lft_sec table tbody tr h2,
#academics_page .lft_sec table tbody tr h3,
#academics_page .lft_sec table tbody tr h4,
#academics_page .lft_sec table tbody tr h5,
#academics_page .lft_sec table tbody tr h6 {
  font-size: 14px;
  color: #0558a3;
  line-height: 1.857;
  margin: 0px;
  font-weight: 600;
}

#academics_page .lft_sec table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

#academics_page .lft_sec table tbody tr:last-child {
  margin-bottom: 0px;
}

#academics_page .lft_sec .bord_title {
  font-size: 18px;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 15px;
  margin-top: 20px;
}

#academics_page .lft_sec ul li {
  font-size: 14px;
  color: #595959;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: 500;
}

#academics_page .lft_sec ul li a {
  color: #2c3078;
}

@media only screen and (min-width: 768px) {
  #academics_page .lft_sec .regulations_list {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  #academics_page .lft_sec .regulations_list {
    margin-top: 15px;
  }
}

#academics_page .lft_sec .regulations_list .box {
  border: 1px solid #e6e6e6;
  position: relative;
}

#academics_page .lft_sec .regulations_list .box:not(:last-child) {
  border-bottom: 0px;
}

@media only screen and (min-width: 768px) {
  #academics_page .lft_sec .regulations_list .box {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  #academics_page .lft_sec .regulations_list .box {
    margin-bottom: 15px;
  }
}

#academics_page .lft_sec .regulations_list .box .title_sec {
  font-size: 33px;
  color: #000000;
  line-height: 1.429;
  font-weight: 600;
  background: #f0f0f0;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  #academics_page .lft_sec .regulations_list .box .title_sec {
    padding: 45px;
    border-right: 1px solid #dcd9d9;
    width: 315px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
}

@media only screen and (max-width: 768px) {
  #academics_page .lft_sec .regulations_list .box .title_sec {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    padding: 25px;
  }
}

#academics_page .lft_sec .regulations_list .box .list_box {
  background: white;
  padding: 25px 45px 50px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #academics_page .lft_sec .regulations_list .box .list_box {
    width: calc(100% - 315px);
    left: 315px;
  }
}

#academics_page .lft_sec .regulations_list .box .list_box ol {
  list-style: decimal;
}

#academics_page .lft_sec .regulations_list .box .list_box ol li {
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
}

#academics_page .lft_sec .regulations_list .box .list_box ol li:last-child {
  margin-bottom: 0px;
}

#academics_page .lft_sec .qstn_papr_list_box {
  border: 1px solid #e8e8e8;
}

#academics_page .lft_sec form {
  border-bottom: 1px solid #e8e8e8;
  background: #ebebeb;
  padding: 20px 25px;
}

#academics_page .lft_sec form .form_title {
  font-size: 13px;
  color: #2d2d2d;
  margin-bottom: 15px;
}

#academics_page .lft_sec form .row {
  margin: 0px;
}

#academics_page .lft_sec form [class^="col-"],
#academics_page .lft_sec form [class*="col-"] {
  padding: 5px;
}

#academics_page .lft_sec form .form-group {
  margin: 0px;
}

#academics_page .lft_sec form .form-group .form-control {
  font-size: 14px;
  color: #000000;
  border: 1px solid #e8e8e8;
  min-height: 50px;
  padding: 10px 20px;
  outline: none;
  box-shadow: none;
}

#academics_page .lft_sec form .form-group .form-control:placeholder {
  font-size: 14px;
  color: #000000;
}

#academics_page .lft_sec form .form-group .btn {
  border: 1px solid #e8e8e8;
  background: #141414;
  height: 50px;
  width: 100%;
  font-size: 14px;
  color: white;
}

@media only screen and (max-width: 992px) {
  #academics_page .lft_sec form .form-group .btn {
    margin-top: 5px;
  }
}

#academics_page .lft_sec .qstn_papr_list {
  padding: 30px 40px;
  background: white;
}

@media only screen and (max-width: 468px) {
  #academics_page .lft_sec .qstn_papr_list {
    padding: 30px 25px;
  }
}

#academics_page .lft_sec .qstn_papr_list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

#academics_page .lft_sec .qstn_papr_list li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/icons/list_icon.png") no-repeat;
}

#academics_page .lft_sec .qstn_papr_list li a {
  font-size: 14px;
  color: #000000;
  line-height: normal;
}

#academics_page .lft_sec .qstn_papr_list li a:hover {
  color: #0558a3;
}

#academics_page .lft_sec .sec_title {
  font-size: 20px;
  font-weight: 500;
  color: black;
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 30px;
}

/*******************************DEPARTMENTS_PAGE*************** */
#department_page .tab_sec {
  margin-bottom: 55px;
}

#department_page .tab_sec .nav-tabs {
  border: none;
}

@media only screen and (max-width: 992px) {
  #department_page .tab_sec .nav-tabs {
    display: none;
  }
}

#department_page .tab_sec .nav-tabs .card-header {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  margin-right: 5px;
}

#department_page .tab_sec .nav-tabs .card-header button {
  background: #eeeeee;
  min-width: 152px;
  height: 44px;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  position: relative;
  text-decoration: none;
}

#department_page .tab_sec .nav-tabs .card-header button[aria-expanded="true"] {
  pointer-events: none;
  background: white;
}

#department_page .tab_sec .nav-tabs .card-header button[aria-expanded="true"]::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: white;
  z-index: 1;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #department_page .tab_sec .nav-tabs .card-header button {
    min-width: 125px;
    font-size: 14px;
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #department_page .tab_sec .nav-tabs .card-header button {
    min-width: 110px;
    font-size: 13px;
  }
}

#department_page .tab_sec .accordion .card {
  border: none;
}

@media only screen and (max-width: 992px) {
  #department_page .tab_sec .accordion .card {
    margin-bottom: 5px;
  }
}

#department_page .tab_sec .accordion .card-header {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

#department_page .tab_sec .accordion .card-header button {
  background: #eeeeee;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  #department_page .tab_sec .accordion .card-header {
    display: none;
  }
}

#department_page .tab_sec .accordion .card-body {
  padding: 25px 20px 65px;
  border: 1px solid #eeeeee;
}

@media only screen and (min-width: 992px) {
  #department_page .tab_sec .accordion .card-body .nav-tabs .card-header {
    display: block;
    width: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  #department_page .tab_sec .accordion .card-body .img_box {
    float: right;
    margin-left: 35px;
    margin-bottom: 35px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #department_page .tab_sec .accordion .card-body .img_box {
    max-width: 285px;
  }
}

@media only screen and (max-width: 768px) {
  #department_page .tab_sec .accordion .card-body .img_box {
    margin-bottom: 20px;
  }
}

#department_page .tab_sec .accordion .card-body p {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
}

#department_page .tab_sec .accordion .card-body h1,
#department_page .tab_sec .accordion .card-body h2,
#department_page .tab_sec .accordion .card-body h3,
#department_page .tab_sec .accordion .card-body h4,
#department_page .tab_sec .accordion .card-body h5,
#department_page .tab_sec .accordion .card-body h6 {
  font-size: 18px;
  color: black;
  font-weight: 500;
  line-height: 1.444;
  margin: 25px 0 15px;
}

#department_page .tab_sec .accordion .card-body ul li {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

#department_page .tab_sec .accordion .card-body ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
}

#department_page .tab_sec .accordion .card-body ul li a {
  color: #2c3078;
  font-weight: 600;
}

#department_page .tab_sec .accordion .card-body #upcoming_events .img_box {
  float: none;
  margin: 0px;
  margin-bottom: 5px;
}

#department_page .tab_sec .accordion .card-body #upcoming_events .slick-dots li {
  padding: 0px;
  margin-bottom: 0px;
}

#department_page .tab_sec .accordion .card-body #upcoming_events .slick-dots li::before {
  display: none;
}

#department_page .tab_sec .accordion .card-body #testi_facts {
  padding-bottom: 0px;
}

@media only screen and (min-width: 468px) {
  #department_page .tab_sec .accordion .card-body #testi_facts .testi_box {
    margin: 0 15px;
  }
}

#department_page .tab_sec .accordion .card-body #testi_facts .slick-dots li {
  padding: 0px;
  margin-bottom: 0px;
}

#department_page .tab_sec .accordion .card-body #testi_facts .slick-dots li::before {
  display: none;
}

#department_page .tab_sec .accordion .card-body .recruiters .item {
  padding: 12.5px;
}

#department_page .tab_sec .accordion .card-body .recruiters .item a {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: white;
  width: 100%;
  min-height: 66px;
  max-height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

@media only screen and (min-width: 1200px) {
  #department_page .tab_sec .accordion .card-body .recruiters .item {
    width: calc(100% / 7);
  }
}

@media (max-width: 1200px) and (min-width: 768px) {
  #department_page .tab_sec .accordion .card-body .recruiters .item {
    width: calc(100% / 6);
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  #department_page .tab_sec .accordion .card-body .recruiters .item {
    width: calc(100% / 4);
  }
}

@media (max-width: 576px) and (min-width: 468px) {
  #department_page .tab_sec .accordion .card-body .recruiters .item {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 468px) {
  #department_page .tab_sec .accordion .card-body .recruiters .item {
    width: calc(100% / 2);
  }
}

#department_page .tab_sec .accordion .card-body .chapters .item {
  padding: 20px;
}

#department_page .tab_sec .accordion .card-body .chapters .item a {
  display: block;
  text-align: center;
}

#department_page .tab_sec .accordion .card-body .chapters .item a .logo_box {
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  background-color: white;
  width: 100%;
  min-height: 175px;
  max-height: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

#department_page .tab_sec .accordion .card-body .chapters .item a .title {
  font-size: 16px;
  color: #151515;
  margin-top: 15px;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: calc(100% / 5);
  }
}

@media (max-width: 1200px) and (min-width: 992px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: calc(100% / 5);
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: calc(100% / 4);
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: calc(100% / 3);
  }
}

@media (max-width: 576px) and (min-width: 468px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 468px) {
  #department_page .tab_sec .accordion .card-body .chapters .item {
    width: 100%;
  }
}

#department_page .tab_sec .accordion .card-body .faculty_list {
  margin-top: 25px;
}

#department_page .tab_sec .accordion .card-body .faculty_list .box {
  border: 1px solid #e0e0e0;
  background-color: white;
  padding: 10px;
  margin-bottom: 30px;
  transition: ease-in-out all 0.3s;
}

#department_page .tab_sec .accordion .card-body .faculty_list .box .info {
  padding: 25px 0 20px;
  text-align: center;
}

#department_page .tab_sec .accordion .card-body .faculty_list .box .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  margin-bottom: 10px;
}

#department_page .tab_sec .accordion .card-body .faculty_list .box .info .position {
  font-size: 12px;
  color: #373737;
}

#department_page .tab_sec .accordion .card-body .faculty_list .box:hover {
  box-shadow: 0px 5px 38px 0px rgba(34, 34, 49, 0.2);
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box {
  border: 1px solid #e0e0e0;
  background: white;
  padding: 10px 15px 30px;
  margin-bottom: 30px;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .gal_img {
  width: 100%;
  height: 215px;
  position: relative;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .gal_img::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  background: url("../images/icons/gal_icon.png") no-repeat center rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all 0.3s;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .gal_img:hover::after {
  opacity: 1;
  visibility: visible;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .gal_img.hide {
  display: none;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .info {
  padding-top: 20px;
  text-align: center;
}

#department_page .tab_sec .accordion .card-body .laboratories_list .box .info .name {
  font-size: 15px;
  color: #373737;
  line-height: normal;
  font-weight: 600;
}

#department_page .tab_sec .accordion .card-body table {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #department_page .tab_sec .accordion .card-body table {
    display: block;
    overflow-x: scroll;
  }
}

#department_page .tab_sec .accordion .card-body table td,
#department_page .tab_sec .accordion .card-body table th {
  border: 1px solid #e3e3e3;
}

#department_page .tab_sec .accordion .card-body table thead {
  background: #f9f9f9;
}

#department_page .tab_sec .accordion .card-body table thead th,
#department_page .tab_sec .accordion .card-body table thead td {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
  font-weight: 600;
  vertical-align: baseline;
}

#department_page .tab_sec .accordion .card-body table tbody tr {
  background: white;
}

#department_page .tab_sec .accordion .card-body table tbody tr th,
#department_page .tab_sec .accordion .card-body table tbody tr td {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
  font-weight: 400;
}

#department_page .tab_sec .accordion .card-body table tbody tr h1,
#department_page .tab_sec .accordion .card-body table tbody tr h2,
#department_page .tab_sec .accordion .card-body table tbody tr h3,
#department_page .tab_sec .accordion .card-body table tbody tr h4,
#department_page .tab_sec .accordion .card-body table tbody tr h5,
#department_page .tab_sec .accordion .card-body table tbody tr h6 {
  font-size: 14px;
  color: #0558a3;
  line-height: 1.857;
  margin: 0px;
  font-weight: 600;
}

#department_page .tab_sec .accordion .card-body table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

#department_page .tab_sec .accordion .card-body table:last-child {
  margin-bottom: 0px;
}

#department_page .tab_sec .accordion #Facilities .card-body {
  padding-bottom: 0px;
}

/*******************************DEPARTMENTS_PAGE****************/
#campus_page {
  padding-bottom: 60px;
}

#campus_page .tab_sec {
  margin-bottom: 55px;
}

#campus_page .tab_sec .nav-tabs {
  border: none;
}

@media only screen and (max-width: 992px) {
  #campus_page .tab_sec .nav-tabs {
    display: none;
  }
}

#campus_page .tab_sec .nav-tabs .card-header {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  margin-right: 5px;
}

#campus_page .tab_sec .nav-tabs .card-header button {
  background: #eeeeee;
  min-width: 152px;
  height: 44px;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  position: relative;
  text-decoration: none;
}

#campus_page .tab_sec .nav-tabs .card-header button[aria-expanded="true"] {
  pointer-events: none;
}

#campus_page .tab_sec .nav-tabs .card-header button[aria-expanded="true"],
#campus_page .tab_sec .nav-tabs .card-header button:hover {
  background: white;
}

#campus_page .tab_sec .nav-tabs .card-header button[aria-expanded="true"]::after,
#campus_page .tab_sec .nav-tabs .card-header button:hover::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 100%;
  height: 1px;
  display: inline-block;
  background: white;
  z-index: 1;
}

@media (max-width: 1200px) and (min-width: 992px) {
  #campus_page .tab_sec .nav-tabs .card-header button {
    width: 125px;
    font-size: 14px;
  }
}

#campus_page .tab_sec .accordion .card {
  border: none;
}

@media only screen and (max-width: 992px) {
  #campus_page .tab_sec .accordion .card {
    margin-bottom: 5px;
  }
}

#campus_page .tab_sec .accordion .card-header {
  padding: 0px;
  border: none;
  border-radius: 0px;
}

#campus_page .tab_sec .accordion .card-header button {
  background: #eeeeee;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eeeeee;
  border-bottom: 0px;
  position: relative;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  #campus_page .tab_sec .accordion .card-header {
    display: none;
  }
}

#campus_page .tab_sec .accordion .card-body {
  padding: 25px 20px 65px;
  border: 1px solid #eeeeee;
}

#campus_page .tab_sec .accordion .card-body p {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
}

#campus_page .tab_sec .accordion .card-body h1,
#campus_page .tab_sec .accordion .card-body h2,
#campus_page .tab_sec .accordion .card-body h3,
#campus_page .tab_sec .accordion .card-body h4,
#campus_page .tab_sec .accordion .card-body h5,
#campus_page .tab_sec .accordion .card-body h6 {
  font-size: 18px;
  color: black;
  font-weight: 500;
  line-height: 1.444;
  margin: 25px 0 15px;
}

#campus_page .tab_sec .accordion .card-body ul li {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

#campus_page .tab_sec .accordion .card-body ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
}

#campus_page .tab_sec .accordion .card-body ul li a {
  color: #2c3078;
  font-weight: 600;
}

#campus_page .tab_sec .gallery_list .box {
  border: 1px solid #e0e0e0;
  background: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

#campus_page .tab_sec .gallery_list .box .img_box {
  width: 100%;
  height: 215px;
  margin-bottom: 25px;
  position: relative;
  transition: ease-in-out all 0.3s;
}

#campus_page .tab_sec .gallery_list .box .img_box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url("../images/icons/hover_icon.png") no-repeat center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all 0.3s;
}

#campus_page .tab_sec .gallery_list .box .img_box:hover::after {
  opacity: 1;
  visibility: visible;
}

#campus_page .tab_sec .gallery_list .box .cat_name {
  font-size: 15px;
  color: #373737;
  font-weight: 600;
  min-height: 30px;
}

#campus_page .tab_sec ol {
  list-style: decimal;
  margin-left: 15px;
}

#campus_page .tab_sec ol li {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin-bottom: 5px;
}

/************************FACULTY_PAGE********************** */
#faculty_page .faculty_header {
  background: #f6f6fb;
  padding: 70px 0 25px;
}

@media only screen and (max-width: 576px) {
  #faculty_page .faculty_header {
    padding: 55px 0 25px;
  }
}

#faculty_page .faculty_header .name {
  font-size: 29px;
  color: #2c3078;
  font-weight: 600;
  margin-bottom: 10px;
}

@media only screen and (max-width: 576px) {
  #faculty_page .faculty_header .name {
    font-size: 24px;
  }
}

#faculty_page .faculty_header .position {
  font-size: 14px;
  color: #616161;
}

@media only screen and (max-width: 576px) {
  #faculty_page .faculty_header .position {
    font-size: 12px;
  }
}

#faculty_page .fac_dtl {
  padding: 35px 0 85px;
}

@media only screen and (max-width: 576px) {
  #faculty_page .fac_dtl {
    padding: 35px 0 45px;
  }
}

#faculty_page .fac_dtl .lft_box .cntnt_box {
  border: 1px solid #e8e8e8;
  background: #f6f6fb;
  padding: 30px 20px 55px;
}

#faculty_page .fac_dtl .lft_box .cntnt_box .info,
#faculty_page .fac_dtl .lft_box .cntnt_box .info p {
  font-size: 13px;
  color: #616161;
  line-height: 1.615;
  margin: 0px;
}

#faculty_page .fac_dtl .lft_box .cntnt_box ul li {
  font-size: 13px;
  color: #616161;
  line-height: normal;
  margin-top: 20px;
}

#faculty_page .fac_dtl .lft_box .cntnt_box ul li span {
  font-weight: 500;
  color: #0558a3;
  display: block;
}

@media only screen and (max-width: 992px) {
  #faculty_page .fac_dtl .rit_box {
    margin-top: 30px;
  }
}

#faculty_page .fac_dtl .rit_box p {
  font-size: 13px;
  color: #6b6b6a;
  line-height: 1.846;
}

#faculty_page .fac_dtl .rit_box .title {
  font-size: 24px;
  color: #2c3078;
  font-weight: 600;
  margin: 35px 0 25px;
}

@media only screen and (max-width: 576px) {
  #faculty_page .fac_dtl .rit_box .title {
    font-size: 18px;
  }
}

#faculty_page .fac_dtl .rit_box h1,
#faculty_page .fac_dtl .rit_box h2,
#faculty_page .fac_dtl .rit_box h3,
#faculty_page .fac_dtl .rit_box h4,
#faculty_page .fac_dtl .rit_box h5,
#faculty_page .fac_dtl .rit_box h6 {
  font-size: 16px;
  color: #2a2a2b;
  font-weight: 500;
  line-height: 24px;
  margin: 25px 0 15px;
}

#faculty_page .fac_dtl .rit_box table {
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  #faculty_page .fac_dtl .rit_box table {
    display: block;
    overflow-x: scroll;
  }
}

#faculty_page .fac_dtl .rit_box table td,
#faculty_page .fac_dtl .rit_box table th {
  border: 1px solid #e8e8e8;
}

#faculty_page .fac_dtl .rit_box table thead {
  background: #f6f6fb;
}

#faculty_page .fac_dtl .rit_box table thead th,
#faculty_page .fac_dtl .rit_box table thead td {
  font-size: 14px;
  color: #0558a3;
  line-height: normal;
  font-weight: 600;
  vertical-align: baseline;
  text-transform: uppercase;
}

#faculty_page .fac_dtl .rit_box table tbody tr {
  background: white;
}

#faculty_page .fac_dtl .rit_box table tbody tr th,
#faculty_page .fac_dtl .rit_box table tbody tr td {
  font-size: 14px;
  color: #535353;
  line-height: 1.857;
  font-weight: 400;
}

#faculty_page .fac_dtl .rit_box ol {
  list-style: decimal;
  margin-left: 15px;
}

#faculty_page .fac_dtl .rit_box ol li {
  font-size: 13px;
  color: #5c5c5d;
  line-height: 1.846;
  margin-bottom: 10px;
}

#faculty_page #related_profiles {
  background: #f6f6fb;
  padding: 50px 0 35px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 576px) {
  #faculty_page #related_profiles {
    padding: 50px 0 0px;
  }
}

#faculty_page #related_profiles .sec_title {
  font-size: 24px;
  color: #2c3078;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (max-width: 576px) {
  #faculty_page #related_profiles .sec_title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

#faculty_page #related_profiles .box {
  border: 1px solid #e0e0e0;
  background-color: white;
  padding: 10px;
  margin: 15px 15px 40px;
  transition: ease-in-out all 0.3s;
}

#faculty_page #related_profiles .box .info {
  padding: 25px 0 20px;
  text-align: center;
}

#faculty_page #related_profiles .box .info .name {
  font-size: 16px;
  font-weight: 600;
  color: #373737;
  margin-bottom: 10px;
}

#faculty_page #related_profiles .box .info .position {
  font-size: 12px;
  color: #373737;
}

#faculty_page #related_profiles .box:hover {
  box-shadow: 0px 5px 38px 0px rgba(34, 34, 49, 0.2);
}

/************************NEWS_PAGE****************** */
#blog_page #upcoming_events .box {
  padding: 0px;
  border: none;
  margin-bottom: 30px;
}

#blog_detail_page #blog-list {
  padding-top: 55px;
  padding-bottom: 45px;
}

@media only screen and (max-width: 768px) {
  #blog_detail_page #blog-list {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}

#blog_detail_page .dlog-dtl-box {
  padding-right: 20px;
}

#blog_detail_page .blog-header .blog-title {
  font-size: 22px;
  font-weight: 600;
  color: #0558a3;
  letter-spacing: 1px;
  line-height: normal;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #blog_detail_page .blog-header .blog-title {
    font-size: 22px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #blog_detail_page .blog-header .blog-title {
    font-size: 20px;
  }
}

@media (max-width: 768px) and (min-width: 468px) {
  #blog_detail_page .blog-header .blog-title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 468px) {
  #blog_detail_page .blog-header .blog-title {
    font-size: 17px;
  }
}

#blog_detail_page .blog-meta {
  padding: 25px 0;
  display: flex;
}

@media only screen and (max-width: 992px) {
  #blog_detail_page .blog-meta {
    padding: 15px 0;
  }
}

#blog_detail_page .blog-meta span {
  font-size: 12px;
  color: #9c9e9f;
  line-height: normal;
  position: relative;
  padding: 0px 10px;
  letter-spacing: 1px;
  border-right: 1px solid #9c9e9f;
  content: "";
  display: flex;
  clear: both;
}

#blog_detail_page .blog-meta span:first-child {
  padding-left: 0px;
}

#blog_detail_page .blog-meta span:last-child {
  padding-right: 0px;
  border-right: 0px;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #blog_detail_page .blog-meta span {
    font-size: 13px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #blog_detail_page .blog-meta span {
    font-size: 11px;
  }
}

@media (max-width: 768px) and (min-width: 468px) {
  #blog_detail_page .blog-meta span {
    font-size: 11px;
  }
}

@media only screen and (max-width: 468px) {
  #blog_detail_page .blog-meta span {
    font-size: 10px;
  }
}

#blog_detail_page .blog-content .img-box {
  margin-bottom: 40px;
}

#blog_detail_page .blog-content p {
  font-size: 14px;
  color: #696767;
  line-height: 26px;
  margin-bottom: 35px;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #blog_detail_page .blog-content p {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 992px) {
  #blog_detail_page .blog-content p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

#blog_detail_page aside {
  top: 0px;
}

@media only screen and (max-width: 992px) {
  #blog_detail_page aside {
    margin-top: 40px;
  }
}

#blog_detail_page aside .new-posts {
  margin-bottom: 45px;
}

@media (max-width: 992px) and (min-width: 576px) {
  #blog_detail_page aside .new-posts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#blog_detail_page aside .head {
  position: relative;
  margin-bottom: 10px;
}

@media (max-width: 992px) and (min-width: 576px) {
  #blog_detail_page aside .head {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

#blog_detail_page aside .head span {
  font-size: 19px;
  color: #0558a3;
  line-height: normal;
  font-weight: 600;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-right: 15px;
  letter-spacing: 1px;
}

@media (max-width: 1400px) and (min-width: 992px) {
  #blog_detail_page aside .head span {
    font-size: 16px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #blog_detail_page aside .head span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #blog_detail_page aside .head span {
    font-size: 18px;
  }
}

#blog_detail_page aside .post {
  padding: 30px 0;
  border-bottom: 1px dashed #e5e9e8;
}

@media only screen and (min-width: 1500px) {
  #blog_detail_page aside .post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) and (min-width: 576px) {
  #blog_detail_page aside .post {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 30px 15px;
  }
}

#blog_detail_page aside .post .img-box {
  display: inline-block;
}

@media only screen and (min-width: 1700px) {
  #blog_detail_page aside .post .img-box {
    width: 160px;
  }
}

@media (max-width: 1700px) and (min-width: 1500px) {
  #blog_detail_page aside .post .img-box {
    width: 160px;
  }
}

@media only screen and (min-width: 1500px) {
  #blog_detail_page aside .post .img-box {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 1500px) {
  #blog_detail_page aside .post .img-box {
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1700px) {
  #blog_detail_page aside .post .cntnt {
    width: calc(100% - 185px);
  }
}

@media (max-width: 1700px) and (min-width: 1500px) {
  #blog_detail_page aside .post .cntnt {
    width: calc(100% - 195px);
  }
}

#blog_detail_page aside .post .blog-title {
  font-size: 12px;
  color: #0e0e0e;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 1600px) and (min-width: 992px) {
  #blog_detail_page aside .post .blog-title {
    font-size: 12px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 992px) {
  #blog_detail_page aside .post .blog-title {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 576px) {
  #blog_detail_page aside .post .blog-title {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}

#blog_detail_page aside .post .date {
  font-size: 10px;
  font-weight: 600;
  color: #083b66;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1px;
}

@media (max-width: 1600px) and (min-width: 992px) {
  #blog_detail_page aside .post .date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 992px) {
  #blog_detail_page aside .post .date {
    font-size: 10px;
  }
}

#blog_detail_page .readmore {
  margin-right: 30px;
  float: right;
  margin-top: 50px;
}

/*************************GALLERY_PAGE******************** */
#gallery_page #contnt_area {
  padding: 30px 0 45px;
}

@media only screen and (max-width: 992px) {
  #gallery_page .portfolioFilter {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  #gallery_page .portfolioFilter {
    position: relative;
  }
}

#gallery_page .portfolioFilter .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
  line-height: normal;
  background: #dedede;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#gallery_page .portfolioFilter .box {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}

#gallery_page .portfolioFilter ul {
  padding: 15px 25px 40px;
  border: 1px solid #ededed;
  background: white;
}

#gallery_page .portfolioFilter ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

#gallery_page .portfolioFilter ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #c4c4c4;
  border-bottom: 4px solid transparent;
  transition: ease-in-out all 0.3s;
}

#gallery_page .portfolioFilter ul li a {
  font-size: 13px;
  color: #424242;
  line-height: normal;
  transition: ease-in-out all 0.3s;
}

#gallery_page .portfolioFilter ul li:hover::before,
#gallery_page .portfolioFilter ul li.active::before {
  border-left-color: #0558a3;
}

#gallery_page .portfolioFilter ul li:hover a,
#gallery_page .portfolioFilter ul li.active a {
  color: #0558a3;
  font-weight: 500;
}

#gallery_page .portfolioContainer [class*="col-"],
#gallery_page .portfolioContainer [class*="col-"] {
  padding: 0 10px;
  margin-bottom: 20px;
}

#gallery_page .portfolioContainer .hide {
  display: none;
}

#gallery_page .portfolioContainer .show {
  display: block;
}

#gallery_page .portfolioContainer .outer_div {
  position: relative;
}

#gallery_page .portfolioContainer .outer_div .img_box {
  width: 100%;
  height: 205px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  #gallery_page .portfolioContainer .outer_div .img_box {
    height: 260px;
  }
}

@media only screen and (max-width: 1200px) {
  #gallery_page .portfolioContainer .outer_div .img_box {
    height: 165px;
  }
}

#gallery_page .portfolioContainer .outer_div .img_box .overlay {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: url("../images/icons/hover_icon.png") no-repeat center rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 25%;
  transition: ease-in-out all 0.3s;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  #gallery_page .portfolioContainer .outer_div .img_box .overlay {
    padding: 30px 15px;
  }
}

#gallery_page .portfolioContainer .outer_div .gal_title {
  font-size: 16px;
  color: white;
  font-weight: 500;
  line-height: 22px;
  background: #2b2b2b;
  padding: 10px 15px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  #gallery_page .portfolioContainer .outer_div .gal_title {
    font-size: 14px;
  }
}

#gallery_page .portfolioContainer .outer_div:hover .overlay {
  opacity: 1;
  bottom: 0px;
}

footer.hide_gal #galery_sec {
  display: none;
}

/******************CONTACT_PAGE***************** */
#contact_page #contact_info {
  padding: 25px 0 50px;
}

#contact_page #contact_info .box {
  margin-bottom: 30px;
}

#contact_page #contact_info .box .title {
  font-size: 16px;
  font-weight: 500;
  color: #010101;
  line-height: normal;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

#contact_page #contact_info .box .icon {
  width: 15px;
  height: 19px;
  display: inline-block;
  min-width: 30px;
  background-repeat: no-repeat !important;
  background-position: center left !important;
}

#contact_page #contact_info .box .icon.address {
  background: url("../images/icons/address.png");
}

#contact_page #contact_info .box .icon.phone {
  background: url("../images/icons/call.png");
}

#contact_page #contact_info .box .icon.email {
  background: url("../images/icons/email.png");
}

#contact_page #contact_info .box .icon.clock {
  background: url("../images/icons/clock.png");
}

#contact_page #contact_info .box li {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
}

#contact_page #form_sec {
  background: #f7f7f7;
  padding: 55px 0 50px;
}

#contact_page #form_sec .title_sec {
  margin-bottom: 30px;
}

#contact_page #form_sec .title_sec .title {
  font-size: 22px;
  font-weight: 600;
  color: #2d2d2d;
  line-height: normal;
  margin-bottom: 10px;
}

#contact_page #form_sec .title_sec .form_info {
  font-size: 13px;
  color: #797979;
  line-height: normal;
}

#contact_page #form_sec .form-group {
  margin-bottom: 15px;
}

#contact_page #form_sec .form-control {
  border: 1px solid #e6e6e6;
  background-color: white;
  height: 60px;
  width: 100%;
  padding: 22px 30px;
  outline: none;
  box-shadow: none;
}

#contact_page #form_sec textarea {
  min-height: 210px;
}

#contact_page #form_sec .submit {
  border: 1px solid #e6e6e6;
  background-color: #2c3078;
  width: 200px;
  height: 60px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  #contact_page #contact_map iframe {
    height: 290px;
  }
}

/********************COMMON_STYLE****************** */
#common_page #contnt_area {
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  #common_page #contnt_area .img_box {
    float: right;
    margin-left: 35px;
    margin-bottom: 35px;
    max-width: 435px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  #common_page #contnt_area .img_box {
    max-width: 285px;
  }
}

@media only screen and (max-width: 768px) {
  #common_page #contnt_area .img_box {
    margin-bottom: 20px;
  }
}

#common_page #contnt_area p {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
}

#common_page #contnt_area h1,
#common_page #contnt_area h2,
#common_page #contnt_area h3,
#common_page #contnt_area h4,
#common_page #contnt_area h5,
#common_page #contnt_area h6 {
  font-size: 18px;
  color: black;
  font-weight: 500;
  line-height: 1.444;
  margin: 25px 0 15px;
}

#common_page #contnt_area ul li {
  font-size: 14px;
  color: #000000;
  line-height: normal;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

#common_page #contnt_area ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #999999;
  border-radius: 50%;
}

#common_page #contnt_area ul li a {
  color: #2c3078;
  font-weight: 600;
}

#common_page #contnt_area table {
  max-width: 100%;
  margin: 35px 0 40px;
}

@media only screen and (max-width: 768px) {
  #common_page #contnt_area {
    display: block;
    overflow-x: scroll;
  }
}

#common_page #contnt_area td,
#common_page #contnt_area th {
  border: 1px solid #ececec;
}

#common_page #contnt_area thead {
  background: #dedede;
  text-align: center;
}

#common_page #contnt_area thead th,
#common_page #contnt_area thead td {
  font-size: 13px;
  color: #000000;
  line-height: 1.857;
  font-weight: 600;
  vertical-align: middle;
}

#common_page #contnt_area tbody tr {
  background: white;
}

#common_page #contnt_area tbody tr th,
#common_page #contnt_area tbody tr td {
  font-size: 14px;
  color: #000000;
  line-height: 1.857;
  font-weight: 400;
  padding: 15px 25px;
  vertical-align: middle;
}

#common_page #contnt_area tbody tr th a,
#common_page #contnt_area tbody tr td a {
  font-size: 14px;
  color: #0558a3;
}

#common_page #contnt_area tbody tr h1,
#common_page #contnt_area tbody tr h2,
#common_page #contnt_area tbody tr h3,
#common_page #contnt_area tbody tr h4,
#common_page #contnt_area tbody tr h5,
#common_page #contnt_area tbody tr h6 {
  font-size: 14px;
  color: #0558a3;
  line-height: 1.857;
  margin: 0px;
  font-weight: 600;
}

#common_page #contnt_area tbody tr:nth-child(even) {
  background: #f9f9f9;
}

#common_page #contnt_area tbody tr:last-child {
  margin-bottom: 0px;
}

#common_page #galery_sec {
  padding: 25px 0 60px;
}

#common_page #galery_sec .hide {
  display: none;
}

#common_page #galery_sec .show {
  display: block;
}

#common_page #galery_sec .outer_div {
  position: relative;
  border: 1px solid #e0e0e0;
  background: white;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}

#common_page #galery_sec .outer_div .img_box {
  width: 100%;
  height: 215px;
  margin-bottom: 25px;
  transition: ease-in-out all 0.3s;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1400px) {
  #common_page #galery_sec .outer_div .img_box {
    height: 260px;
  }
}

@media only screen and (max-width: 1200px) {
  #common_page #galery_sec .outer_div .img_box {
    height: 165px;
  }
}

#common_page #galery_sec .outer_div .img_box::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3) url(../images/icons/hover_icon.png) no-repeat center;
  opacity: 0;
  visibility: hidden;
  transition: ease-in-out all 0.3s;
}

#common_page #galery_sec .outer_div .img_box .overlay {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: url("../images/icons/hover_icon.png") no-repeat center rgba(0, 0, 0, 0.6);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 25%;
  transition: ease-in-out all 0.3s;
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  #common_page #galery_sec .outer_div .img_box {
    padding: 30px 15px;
  }
}

#common_page #galery_sec .outer_div .gal_title {
  font-size: 15px;
  color: #373737;
  font-weight: 600;
  min-height: 30px;
}

@media only screen and (max-width: 1200px) {
  #common_page #galery_sec .outer_div .gal_title {
    font-size: 14px;
  }
}

#common_page #galery_sec .outer_div:hover .img_box::after {
  opacity: 1;
  visibility: visible;
}

/************************FOOTER**************************** */
footer {
  background: whitesmoke;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media only screen and (max-width: 768px) {
  footer {
    padding: 0 15px;
  }
}

footer .footer_main {
  padding: 25px 0 20px;
}

@media only screen and (min-width: 992px) {
  footer .lftsec {
    border-right: 1px solid #e1e1e1;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 992px) {
  footer .lftsec {
    margin-bottom: 15px;
  }
}

footer .foot_logo {
  max-width: 320px;
  margin-bottom: 15px;
}

footer .social_icon {
  display: flex;
  align-items: center;
  border: 1px solid #0558a3;
  width: fit-content;
  width: -moz-fit-content;
}

footer .social_icon li {
  width: 75px;
  height: 40px;
  border-right: 1px solid #0558a3;
}

footer .social_icon li:last-child {
  border: none;
}

footer .social_icon li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  color: #0558a3;
}

footer .social_icon li a:hover {
  background: #0558a3;
  color: #fff;
}

@media only screen and (min-width: 992px) {
  footer .ritsec {
    padding-left: 45px;
  }
}

footer .address_sec p,
footer .address_sec ul,
footer .address_sec li {
  font-size: 13px;
  color: #6f6f6f;
  margin-bottom: 0;
  line-height: 26px;
}

@media only screen and (min-width: 870px) {
  footer .address_sec ul {
    display: flex;
    align-items: center;
  }
}

footer .address_sec ul li {
  position: relative;
  padding: 0 15px;
}

@media only screen and (min-width: 870px) {
  footer .address_sec ul li::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 6px;
    width: 1px;
    height: 11px;
    background: #6f6f6f;
  }

  footer .address_sec ul li:first-child {
    padding-left: 0px;
  }

  footer .address_sec ul li:last-child {
    border-right: 0px;
    padding-right: 0px;
  }

  footer .address_sec ul li:last-child::after {
    display: none;
  }
}

footer .btn_sec {
  margin-top: 10px;
}

@media only screen and (min-width: 468px) {
  footer .btn_sec {
    display: flex;
    align-items: center;
  }
}

footer .btn_sec .download {
  background: #ec944b;
  height: 40px;
  font-size: 15px;
  color: white;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

footer .btn_sec .download:hover {
  background: #f17c32;
}

@media only screen and (max-width: 468px) {
  footer .btn_sec .download {
    margin-bottom: 10px;
    font-size: 13px;
  }
}

footer .btn_sec .call {
  display: flex;
  align-items: center;
}

footer .btn_sec .call span {
  font-size: 20px;
  color: white;
  height: 40px;
  background: #0558a3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

@media only screen and (max-width: 468px) {
  footer .btn_sec .call span {
    font-size: 15px;
  }
}

footer .btn_sec .call a {
  font-size: 20px;
  color: #0558a3;
  font-weight: bold;
  border: 1px solid #0558a3;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
}

@media only screen and (max-width: 468px) {
  footer .btn_sec .call a {
    font-size: 15px;
  }
}

footer .hiperlinks {
  padding: 27px 0 0;
}

@media only screen and (min-width: 992px) {
  footer .hiperlinks {
    display: flex;
  }
}

footer .hiperlinks .title {
  padding: 9px 0;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #ec944b;
}

footer .hiperlinks ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .hiperlinks ul li {
  position: relative;
  padding: 12px 0;
  padding-left: 15px;
  margin-right: 35px;
}

footer .hiperlinks ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 15px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #ec944b;
  border-bottom: 4px solid transparent;
  transition: ease-in-out all 0.3s;
}

footer .hiperlinks ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #6f6f6f;
}

footer .hiperlinks ul li a:hover {
  color: #ec944b;
}

#copyright {
  padding: 15px 0;
}

#copyright .row {
  margin: 0px;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  #copyright .row {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 992px) {
  #copyright .row {
    justify-content: center;
    text-align: center;
  }
}

#copyright p {
  font-size: 13px;
  color: #9f9f9f;
  margin-bottom: 0px;
}

#copyright a {
  display: inline-block;
  color: #9f9f9f;
}


/* aside .box {
  overflow: hidden;
}

aside .title {
  font-size: 18px;
  color: black;
  font-weight: 500;
  line-height: normal;
  background: #dedede;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

aside ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

aside ul li a {
  font-size: 16px;
  color: #2D2D2D;
  line-height: normal;
  transition: all 0.3s ease-in-out;
  background-color: #F9F9F9;
  padding: 10px 25px;
}

@media only screen and (max-width: 768px) {
  aside ul li a {
    font-size: 14px;
    padding: 5px 15px;
  }
}

aside ul li:hover a,
aside ul li.active a {
  background-color: #0558a3;
  color: white;
} */

/*# sourceMappingURL=app.css.map */