/*!
 * North Bank College - deeWeb v3.0.0 (http://deetechsolution.co.in/)
 * Copyright 2017-2020 Dee Tech Solution
 */

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

ol,
ul {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
    outline: 0;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

label {
    font-weight: 400;
}

.body-innerwrapper {
    overflow: hidden;
}

.layout-boxed {
    max-width: 1240px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

@media (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}

/* ================================================== */
/* 01. header	*/
/* ================================================== */
.header-top {
    height: 36px;
    background: #273E47;
    display: flex;
    align-items: center;
}

.header-top ul.top-nav li {
   
    padding: 0 13px;
    float: left;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-top ul.top-nav li a {
    color: #646162;
}

.header-top ul.top-nav li a:hover {
    color: #000;
}

.header-middle {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-middle .header-widget {
    float: right;
    padding: 20px 0;
}

.header-middle .single-widget {
    position: relative;
    display: inline-block;
    padding-left: 60px;
    margin-right: 20px;
}

.header-middle .single-widget:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.header-middle .single-widget i {
    position: absolute;
    text-align: center;
    font-size: 18px;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e6e6e6;
    color: #44a0dc;
    border-radius: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.header-middle .single-widget:hover i {
    border-color: transparent;
}

.header-middle .single-widget h4 {
    font-weight: 500;
    font-size: 16px;
    color: #225935;
}

.header-middle .single-widget h4 span {
    color: #3d3d09;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.header-middle .single-widget h4 a {
    color: #000;
}


.btn-primary {
    color: #fff;
    background-color: #d6067c;
    border-color: #9c055a;
    height: 45px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a81367;
    border-color: #547782;
}

.bx-wrapper img {
    border-radius: 4px;
}

/* ================================================== */
/* 02. slider	*/
/* ================================================== */

.banner-outer .bx-wrapper .bx-pager {
    bottom: 20px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.banner-outer .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    border: 0 solid #fff;
}

.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.banner-outer .bx-wrapper .bx-pager a {
    background: #000;
    border-radius: 2px;
    display: block;
    height: 5px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    width: 25px;
    opacity: .3;
}

.banner-outer .bx-wrapper .bx-pager a.active,
.banner-outer .bx-wrapper .bx-pager a:hover {
    background: #ff8319;
    opacity: 1;
}

/* ================================================== */
/* 03. about & notification  */
/* ================================================== */

.widget-title {
    background: #1e6076 none repeat scroll 0 0;
    border-bottom: 0 solid #4ca4c2;
    border-left: 5px solid #4ca4c2;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 15px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
}

.widget-title::after {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #1e6076;
    bottom: -20px;
    content: "";
    display: block;
    height: 21px;
    left: 5%;
    margin: 0 auto;
    position: absolute;
    width: 13px;
    z-index: 9999;
}

.notice {
    overflow: hidden;
    padding: 15px 5px;
}

.notice-unit {
    overflow: hidden;
    position: relative;
    padding-bottom: 10px;
}

.notice-unit h4 {
    font-size: .9em;
    font-weight: 700;
    padding-bottom: 1px;
    margin-bottom: 2px;
    color: #fa7502;
    text-transform: none;
    border-bottom: 1px dashed #2c97ea;
}

.notice-unit a {
    font-size: .8em;
    font-weight: light;
    color: #035790;
}

.notice-unit .date {
    font-size: .75em;
    color: #17a43b;
    font-style: italic;
}

.notice-unit .date:before {
    content: '- Published on ';
    font-style: italic;
}

/* ------------------------------- ## scrollToTop ## ------------------------------- */

.scrollToTop {
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    position: fixed;
    right: 1em;
    bottom: 2em;
    width: 3rem;
    height: 3rem;
    line-height: 2.75rem;
    display: none;
    background: #1e6076;
    border: 1px solid #fff;
    border-radius: 50%;
}

.scrollToTop:hover {
    text-decoration: none;
    background: #fff;
    color: #1e6076;
    border: 1px solid #1e6076;
}

#marquee {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 0px solid orange;
    padding: 2px;
    padding-left: 5px;
    padding-right: 10px;
}

/* ================================================== */
/* 04. links  */
/* ================================================== */

ul.us-links {
    display: block;
    padding-left: 0;
}

ul.us-links li {
    padding-bottom: 20px;
    float: left;
    font-weight: 500;
    color: #284962;
    line-height: 20px;
    list-style: none;
}

ul.us-links li a {
    color: #000;
}

ul.us-links li .icon {
    display: unset;
    padding-right: 5px;
}

ul.us-links li .icon img {
    border-radius: 3px;
    width: 40px;
}

/* ================================================== */
/* 05. content  */
/* ================================================== */

.content {
    background: #dba684;;
}


/* ================================================== */
/* 06. lightgallery  */
/* ================================================== */

.light-gallery>ul {
    margin-bottom: 0;
}

.light-gallery>ul>li {
    float: left;
    margin-bottom: 15px;
}

.light-gallery>ul>li a {
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

.light-gallery>ul>li a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.light-gallery>ul>li a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.light-gallery>ul>li a:hover .light-gallery-poster>img {
    opacity: 1;
}

.light-gallery>ul>li a .light-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s;
}

.light-gallery>ul>li a .light-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.light-gallery>ul>li a:hover .light-gallery-poster {
    background-color: rgba(0, 0, 0, .5);
}

.light-gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%
}

.light-gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.light-gallery .justified-gallery>a:hover .light-gallery-poster>img {
    opacity: 1;
}

.light-gallery .justified-gallery>a .light-gallery-poster {
    background-color: rgba(0, 0, 0, .1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color .15s ease 0s;
    -o-transition: background-color .15s ease 0s;
    transition: background-color .15s ease 0s;
}

.light-gallery .justified-gallery>a .light-gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
}

.light-gallery .justified-gallery>a:hover .light-gallery-poster {
    background-color: rgba(0, 0, 0, .5);
}

.light-gallery .video .light-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: .8;
    width: 48px;
}

.light-gallery.dark>ul>li a {
    border: 3px solid #04070a;
}

/* ================================================== */
/* 07. footer  */
/* ================================================== */

.footer-top {
    position: relative;
    background-color: #364554;
    background: url(../img/bg-masthead.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.footer-top .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .8;
}

ul.ex-links {
    display: block;
    margin-left: 0;
    padding-left: 0;
}

ul.ex-links li {
    width: 100%;
    padding-bottom: 15px;
    float: left;
    font-weight: 500;
    color: #284962;
    font-size: .9rem;
    list-style: none;
}

ul.ex-links li a {
    color: #fff;
}

ul.ex-links li .icon {
    display: unset;
    padding-right: 5px;
}

ul.ex-links li .icon img {
    border-radius: 3px;
    width: 25px;
}

.footer-top h6 {
    font-size: .9rem;
}

footer.footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: #435465;
    color: #cacaca;
}

footer.footer a {
    color: #fbe4ae;
}

.head-center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
}

.logo-title {
    text-align: center;
}

.logo-title h2 {
    font-style: normal;
    font-size: 36px;
    line-height: 25px;
    color: #56101A;
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 10px;
}

.logo-title p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    text-transform: capitalize;
    color: #333;
    margin-bottom: -2px;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
}



/* Importing Google fonts - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

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

.slider-wrapper .slider-item {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

.slider-wrapper .slider-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(20%);
  background-image: url("images/img-1.jpg");
  background-size: cover;
  background-position: center;
}

.slider-wrapper .slider-item:nth-child(2):before {
  background-image: url("images/img-2.jpg");
}

.slider-wrapper .slider-item:nth-child(3):before {
  background-image: url("images/img-3.jpg");
}

.slider-wrapper .slider-item:nth-child(4):before {
  filter: grayscale(25%) brightness(80%);
  background-image: url("images/img-4.jpg");
}

.slider-wrapper .slider-item:nth-child(5):before {
  background-image: url("images/img-5.jpg");
}

.slider-wrapper .slider-item .slide-content {
  position: relative;
  z-index: 10;
  color: #fff;
  width: 100%;
  opacity: 0;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px 10px;
}

.slider-item.swiper-slide-active .slide-content {
  animation: animate_opacity 0.8s 0.6s linear forwards;
}

@keyframes animate_opacity {
  100% {
    opacity: 1;
  }
}

.slider-wrapper .slider-item .slide-content > * {
  max-width: 35%;
}

.slider-item .slide-content .slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 5px;
  opacity: 0;
  text-transform: uppercase;
  transform: translateY(60%);
}

.slider-item .slide-content .slide-subtitle {
  font-size: 1rem;
  font-weight: normal;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item.swiper-slide-active :where(.slide-title, .slide-subtitle) {
  animation: animate_text 0.6s 0.6s linear forwards;
}

@keyframes animate_text {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.slider-item .slide-content .slide-description {
  margin-top: 25px;
  line-height: 25px;
  opacity: 0;
  transform: translateY(60%);
}

.slider-item.swiper-slide-active .slide-description {
  animation: animate_text 0.6s 1s linear forwards;
}

.slider-item .slide-content .slide-button {
  display: block;
  margin-top: 45px;
  color: #fff;
  width: 0;
  padding: 13px 0;
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border: 2px solid #fff;
  transition: 0.5s ease;
  opacity: 0;
  white-space: nowrap;
}

.slider-item.swiper-slide-active .slide-button {
  animation: animate_button 0.5s 1.3s linear forwards;
}

@keyframes animate_button {
  100% {
    width: 250px;
    opacity: 1;
  }
}

.slider-item .slide-content .slide-button span {
  opacity: 0;
}

.slider-item.swiper-slide-active .slide-button span {
  animation: animate_opacity 0.5s 1.5s linear forwards;
}

.slider-item .slide-content .slide-button:hover {
  color: #000;
  background: #fff;
}

.slider-container .slider-controls {
  position: absolute;
  bottom: 45px;
  z-index: 30;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-controls .slider-pagination {
  display: flex;
  list-style: none;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 20px;
  position: relative;
  justify-content: space-between;
}

.slider-pagination .slider-indicator {
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #fff;
  transition: 0.4s ease-in-out;
}

.slider-pagination .slider-tab {
  color: #DBDADA;
  padding: 20px 30px;
  cursor: pointer;
  text-align: center;
  font-size: 0.85rem;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.slider-controls .slider-tab.current {
  color: #fff;
}

.slider-navigations button {
  position: absolute;
  top: 50%;
  color: #fff;
  z-index: 20;
  border: none;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #202022;
  transform: translateY(-50%);
  transition: 0.4s ease;
}

.slider-navigations button:hover {
  background: #323235;
}

.slider-navigations button.swiper-button-disabled {
  display: none;
}

.slider-navigations button#slide-prev {
  left: 20px;
}

.slider-navigations button#slide-next {
  right: 20px;
}

@media (max-width: 1536px) {
  .slider-wrapper .slider-item .slide-content,
  .slider-controls .slider-pagination {
    width: 85%;
  }
}

@media (max-width: 1024px) {
  .slider-wrapper .slider-item .slide-content,
  .slider-controls .slider-pagination {
    width: 100%;
  }

  .slider-wrapper .slider-item .slide-content > * {
    max-width: 66%;
  }

  .slider-container .slider-controls {
    bottom: 50px;
  }

  @keyframes animate_button {
    100% {
      width: 100%;
      opacity: 1;
    }
  }

  .slider-navigations button {
    top: unset;
    bottom: -15px;
    background: none;
  }

  .slider-navigations button:hover {
    background: none;
  }
}

@media (max-width: 768px) {
  .slider-wrapper .slider-item .slide-content > * {
    max-width: 100%;
  }
}


