
body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: Poppins;
}

main section {
  margin: 2em 0;
}

hr.light {
  border-color: #fff;
}

.top a {
  color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.text-muted-not-imp {
  color: #6c757d;
}

.header-top span {
  padding: 20px 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.header-top-right span {
  padding: 20px 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}

.header-top-right span:first-child {
  margin-right: 25px;
}

p {
  font-family: 'Poppins', sans-serif;
}

h2 {
  font-size: 18px;
}

h3, h4, h5, h6 {
}

.bg-primary {
  background-color: #2A779F !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-highlight {
  color: #2A779F;
}

/*.section-heading {*/
/*margin-top: 0;*/
/*font-size: 1.4em;*/
/*margin-bottom: 0.7em;*/
/*}*/

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #F3F3F3;
  font-family: Poppins;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;
  text-transform: uppercase;
  color: #2A779F;
  font-family: Poppins;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fff;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link{
  padding:0.5em!important;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: 1.1rem;
  font-weight: 500;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #fff;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }

  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.1rem 1rem;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
  }

  #mainNav .navbar-nav > li.nav-item:not(:last-child) {
    /*border-right: solid black 2px;*/
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #2A779F;
  }

  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }

  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
    color: #000000;
  }
}

.slide {
  padding: 0px;
  position: relative;
}

.slider {
  position: relative;
}

.headline {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 100%;
}

.slide button {
  background-color: #FAA52F;
  color: #FFFFFF;
  padding: 5px 50px;
  border: none;
  font-weight: 700;
  letter-spacing: 2px;
}

.slide button:hover {
  color: #197EC3;
}

h1 {
  font-size: 20px;
}

.heading {
  border-left: solid white 10px;
}

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  /* background-image: url("../img/muktinath-banner1.jpg"); */
  background-position: center center;
  background-size: cover;
}

header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}

@media (min-width: 300px) {
  .video-wrapper {
    width: 100%;
    height: 300px;
  }
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }

  .video-wrapper {
    width: 690px;
    height: 465px;
  }

  h1 {
    font-size: 50px;
  }

  .headline {
    position: absolute;
    top: 50%;
    left: 6%;
  }

  .slide p {
    font-size: 15px;
    text-align: justify;
  }

  h2 {
    font-size: 40px;
  }

  main section {
    margin-top: 0em;
  }
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 650px;
    padding-top: 0;
    padding-bottom: 0;
  }

  header.masthead h1 {
    font-size: 3rem;
  }

  .video-wrapper {
    width: 445px;
    height: 315px;
  }

  h1 {
    font-size: 50px;
  }

  .headline {
    position: absolute;
    top: 40%;
    left: 32%;
    text-align: center;
    width: 40%;
  }

  .headline h5 {
    font-size: 40px;
    font-weight: 800;
  }

  .image_box {
    box-sizing: border-box;
  }

  .content_box {
    box-sizing: border-box;
    background-color: #197EC3 !important;
    padding: 12px;
    text-align: center;
  }
}

.hero-slider-content > h4 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}

@media (max-width: 1199px) and (min-width: 992px) {

  .hero-slider-content > h4 {
    font-size: 38px;
    line-height: 38px;
  }
}

.hero-slider-content > h4 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  padding-bottom: 20px;
  font-weight: 700;
}

.hero-slider-content > * {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

h1 {
  font-size: 36px;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  color: #434343;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.active .hero-slider-content > p {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .hero-slider-content > p {
    font-size: 14px;
    font-weight: 400;
  }
}

.hero-slider-content > p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 28px;
  /*max-width: 610px;*/
}
.slider-btn .button-default {
  padding: 20px 40px;
  margin-top: 30px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
}

.button-default {
  background: #1F3971 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 15px 35px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 20px;
}

.hero-slider .owl-nav > div {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #1F3971;
  text-align: center;
  border-radius: 100%;
  font-size: 28px;
  color: #fff;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero-slider .owl-nav > .owl-next {
  left: auto;
  right: 30px;
}

.testimonials {
  margin-top: 0px;
}

.mainnav-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 10px 12px -6px rgba(0, 0, 0, 0.75);
  z-index: 900000;
}

@media (min-width: 922px) {
  #mainNav.navbar-shrink {
    height: 80px !important;
  }

  #mainNav.mainnav-fixed-top {
    padding-top: unset;
    padding-bottom: unset;
    background-color: #fff;
    color: black;
    height: 120px;
    border-bottom: 1px solid rgba(142, 45, 46, 0.2);
    z-index: 90000;
  }

  #mainNav.navbar-shrink .logo-img {
    max-width: 120px !important;
    padding: 0 5px 0 0;
  }
}

@media (min-width: 768px) {
  #mainNav.navbar-shrink {
    height: 80px !important;
  }

  #mainNav.mainnav-fixed-top {
    padding-top: unset;
    padding-bottom: unset;
    color: black;
    height: 120px;
    border-bottom: 1px solid rgba(142, 45, 46, 0.2);
    z-index: 90000;
  }

  #mainNav.navbar-shrink .logo-img {
    max-width: 75px !important;
    padding: 0 5px 0 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {

}

@media (min-width: 1200px) {

  header.masthead h1 {
    font-size: 4rem;
  }

  .img-wrapper-section2 {
    width: 550px;
  }

  .video-wrapper {
    width: 560px;
    height: 315px;
  }

}

@media (max-width: 1199px) and (min-width: 992px) {
  .single-slider {
    height: 500px;
  }
}

@media(max-width: 768px){
  .hero-slider-content {
    padding:1em;
    margin:auto;
  }
}

.single-slider {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  position: relative;
  z-index: 9;
}

.single-slider:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  z-index: -1;
}

.logo-img {
  width: 50px;
  height: auto;
}

footer {
  position: relative;
}

.map-wrapper {
  height: 550px;
}

.card-btn {
  font-family: Poppins;
  color: #fff;
  background-color: #fff;
  box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.3);
}

.about-cols {
  padding-top: 15px;
}

.about-cols .about-col .img img {
  border-radius: 15px;
}

.about-col {
  background-color: #fff;
  padding-bottom: 30px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.not-img {
  margin: 20px;
}

.contact-us {
  font-family: 'Poppins', sans-serif;
  padding-top: 30px;
  opacity: 0.9;
  background-color: #fff;
}

.contact-us .wrapper-align {
  padding-top: 42px;
  padding-bottom: 42px;
}

.contact-us .wrapper-align p {
  margin-bottom: 0px;
  text-align: center;
}

@media (max-width: 800px) {
  header.masthead {
    padding-top: 20rem;
  }
}

@media (max-width: 500px) {

  header.masthead {
    padding-top: 20rem;
    padding-bottom: calc(10rem - 100px);
  }

  header.masthead p {
    padding: 0 15px;
  }

  .area-padding-section1 {
    margin: 30px 0;
  }

  .section1-content {
    padding: 0px;
  }

  .sm-pad-0 {
    padding: 0px;
  }

  .contact-us {
    position: static;
    width: 100%;
    opacity: 1;
  }

  .map-wrapper {
    height: 350px;
  }

  .capital-with-shadow {
    font-size: 1.2em;
  }

  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    color: black;
  }
}

.wrapper-align:not(:last-child) {
  border-bottom: solid 2px #E3B186;
}

.lower-footer {
  background: #315464;
  font-size: 14px;
  padding: 15px 0;
}

.lower-footer p {
  display: inline;
  padding-right: 12px;
  border-right: 1px solid white;
}

footer a {
  color: white;
}

.lower-footer a {
  color: white;
  padding-left: 5px;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 16px;
  }

  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 32px;
  }

  .imagePart {
  }

  .logo-img {
    width: 100px;
    height: auto;
  }

  .slide .carousel-item img {
    height: 600px !important;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(30%);
  }
}

.text-primary {
  color: #2A779F !important;
}

.btn-xl {
  padding: 1rem 2rem;
}

.btn-primary {
  background-color: #E3E300;
  border-color: #E3E300;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #E3E300 !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 0, 0.5) !important;
}

.middle_content {
  padding-top: 50px;
}

h4 {
  font-weight: 700;
}

.middle_content p {
  text-align: justify;
}

.middle_content img {
  float: left;
  padding-right: 20px;
  padding-bottom: 10px;
}

.middle_content .img-section p {
  word-spacing: 5px;
  letter-spacing: 1px;
}

.highlights, .textPart ul li {
  list-style: none;
  padding-left: 20px;
  padding-top: 10px;
  position: relative;
  text-align: justify;
  margin: 15px;
  margin-left: 0px;
}

.highlights, .textPart ul li::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  position: absolute;
  left: 0%;
}

.highlight {
  padding: 0px;
}

@media (max-width: 600px) {
  .slide p {
    font-size: 10px;
  }

  h4 {
  }
}

.bestPackages {
}

.section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section-heading h2 {
  padding: 2em 2em;
}

.BestThumb {
  width: 500px;
  margin-bottom: 20px;
  padding: 2px 20px;
}

.BestThumb .sepration {
  margin-bottom: 10px;
}

.content_box {
  box-sizing: border-box;
  background-color: #197EC3;
  padding: 12px;
  color: white;
}

.content_box button {
  padding: 5px 25px;
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.about {
  background-color: #197EC3;
  padding: 60px 0px;
}

.highlight span {
  word-spacing: 0px;
  text-align: left;
}

.card-btn {
  font-family: Poppins;
  color: #fff;
  background-color: #fff;
  box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.3);
}

.about-cols {
  padding-top: 15px;
}

.featured-trek_thumb a .about-col .img {
  position: relative;
}

.featured-trek_thumb a .about-col .img figure {
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 310px;
  overflow: hidden;
}

.featured-trek_thumb a .about-col .img figure img {
  position: absolute;
  height: 310px;
  border-radius: 10px;
  width: auto;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-trek_thumb a .about-col .img .trip-thumb-badge {
  position: absolute;
  z-index: 2000;
  border: thin solid red;
  padding: 4px;
  left: -10px;
  bottom: 10%;
  background-color: #fff;
  color: #fff;
  display: inline-block;
  min-width: 80px;
  text-align: center;
}

.featured-trek_thumb a .about-col .img .trip-thumb-badge:before {
  content: '';
  border-style: solid;
  width: 0px;
  height: 0px;
  line-height: 0px;
  border-color: transparent transparent #af6408 transparent;
  border-width: 0px 0px 5px 10px;
  position: absolute;
  top: -6px;
  left: -1px;
  z-index: 8000;
}

.featured-trek_thumb a .about-col {
  background-color: #fff;
  padding: 0;
  border-radius: 10px;
  margin-bottom: 15px;
  border: thin solid #ccc;
}

.featured-trek_thumb a .about-col .about-col__meta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}

.featured-trek_thumb a .about-col .about-col__meta .trip-rating {
  color: #fff;
  font-size: 28px;
}

.featured-trek_thumb a .about-col:hover {
  box-shadow: 1px 9px 12px 0px rgba(47, 118, 158, 0.6);

}

.featured-trek_thumb a:hover {
  text-decoration: none !important;
}

.featured-trek_thumb a .about-col .not-img {
  margin: 20px;
}

.tripInformation ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  text-align: justify;
  padding-bottom: 20px;
}

.tripInformation ul li::before {
  font-weight: 900;

  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  left: 0%;
}

.tripInformation .highlight a {
  color: black;
  text-decoration: none;
}

.tripInformation .highlight a:hover {
  color: #fff;
}

.textBody {
  box-shadow: 1px 5px 12px 3px rgba(47, 118, 158, 0.2);
}

.imgBox {
  position: relative;
  height: 90px;
}

.imgBox figure {
  position: relative;
  top: 0;
  max-width: 50%;
  margin: 0 auto;
  height: auto;
  z-index: 999;
}

.imgBox figure img {
  border-radius: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.testimonials .item {
  height: 450px;
  text-align: center;
  margin-left: 10px;
}

.testimonials .item .description {
  padding: 20px;
}

.textBody {
  position: relative;
}

.footer_content {
  background-color: #2566A5;
  padding: 30px;
}

.footer_content input[type=text] {
  padding: 6px 30px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
  width: 100%;
  background-color: #FFFFFF;
  color: #868e96;
}

.footer_content .search-container button {
  float: right;
  padding: 6px;
  margin-top: 8px;
  background: #fff;
  font-size: 17px;
  border: none;
  cursor: pointer;
  position: relative;
  bottom: 45px;
  color: #FFFFFF;
}

.social_icon {
  font-size: 35px;
}

.social_icon .fab {
  margin-right: 5px;
}

footer h5 {
  color: #FFFFFF;
}

footer ul li {
  list-style: none;
  margin-left: 0px !important;
  padding-left: 0px !important;
}

footer a:hover {
  text-decoration: none;
  color: #fff;
}

.quick_links1 ul li {
  list-style: none;
  padding-left: 20px !important;
  padding-top: 10px;
  position: relative;
  text-align: justify;
  margin: 15px;
}

.quick_links1 ul li::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  position: absolute;
  left: 0%;
}

.slide .carousel-item img {
  height: 250px;
}

.footer_bottom {
  padding: 10px;
}

.about h5 {
  font-weight: 800;
}

.about_video .textPart {
  padding: 60px 0px 33px 95px;
  text-align: justify;
  left: -85px;
}

.about_video .imagePart {
  z-index: 9999;
  margin-top: 30px;
}

.about_video .textPart_section {
  background-color: #197EC3;
}

@media (max-width: 768px) {
  .about_video .textPart {
    padding: 30px;
    text-align: justify;
    left: 0;
  }
}

.footer_content figure img {
  background-color: #dee2e6;
}

.blog h3, .tripInformation h3 {
  padding-top: 8px;
  font-weight: 900;
}

.search button {
  padding: 25px 60px;
  border: none;
  background-color: white;
  color: black;
}

.search form {
  position: absolute;
  bottom: 0;
  top: 92%;
  left: 16%;
  height: 70px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.contact-information {
  border: solid black 1px;
  padding: 4px 25px 40px 33px;
  color: #FFFFFF;
  background-color: #197EC3;
  text-align: center;
}

.news-block-title {
  background-color: #f9f9f9;
  height: 48px;
  border-bottom: thick solid #197EC3;
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.04);
}

.news-block-title h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding: 0.2em 1em 0.2em 0.4em;
  display: inline-block;
  background-color: #197EC3;
}

.mb-60 {
  margin-bottom: 60px;
}

.testimonials .item {
  width: 95%;
  height: auto;
  text-align: center;
}

.testimonials blockquote {
  font-size: 20px;
  margin: 20px;
}

.testimonials blockquote:before {
  content: '\f10d';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-right: 15px;
  color: #5a6268;
}

.testimonials blockquote:after {
  content: '\f10e';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  margin-left: 15px;
  color: #5a6268;
}

.testimonials .test_name {
  font-style: italic;
  color: #197EC3;
}

.testimonials .test_button a {
  color: #fff;
  margin-right: 40px;
  text-decoration: none;
}

.blog p {
  text-align: justify;
}

.weather_wizard img {
  width: 85%;
}

.section_3 h4 {
  color: #197EC3;
}

.BestThumb button:hover {
  color: #fff;
}

.page_link a {
  text-decoration: none;
  color: black;
}

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

@media (max-width: 768px) {
  #mainNav .navbar-nav > li.nav-item > a.nav-link, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    background-color: #F3F3F3!important;
    color:#203a72!important;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
    background-color: #203a72!important;
    color:#F3F3F3!important;
  }
}

.activities figure {
  border-radius: 100%;
  height: 155px;
  width: 155px;
  border: 6px solid #BCBCBC;
  position: relative;

}
.activities figure.red:hover{
  border: 6px solid #26b4f0;
}
.activities figure.green:hover{
  border: 6px solid #1e386e;
}
.activities figure.blue:hover{
  border: 6px solid #1e386e;
}
.activities figure.yellow:hover{
  border: 6px solid #1e386e;
}

.activities figure img{
  border-radius: 100%;
  max-height: 140px;
  max-width: 140px;
  /* margin-top: 7px; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.activities h4{
  font-weight: 700;
  font-size: 17px;
  height: 35px;
}

/*
cusome css event page*/

#eventSinglePage h1{
  font-size:42px;
  font-weight: 900;
  color:#203A72;
  margin-bottom: 1em;
}

.eventSinglePage-item{
  margin-bottom: 4em;
}

.eventSinglePage__banner{
  display: flex;
  flex-direction: row;
  -webkit-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
  box-shadow: 0px 16px 22px -13px rgba(0,0,0,0.75);
}

#eventSinglePage .eventSinglePage__banner{

  background-color: #e6ebf7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.eventSinglePage__details{
  display: flex;
  flex-direction: row;
  margin-top:2em;
}
.eventSinglePage__details .eventSinglePage__contents{
  width:60%;
}

.eventSinglePage__details .eventSinglePage__map{
  padding-left:1em;
  width:40%;
}

.eventSinglePage__details .eventSinglePage__map iframe{
  width: 100%;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb{
  width:70%;
  /*border:thin solid red;*/
  position: relative;
  /*height: 420px;*/
  overflow: hidden;
  margin:0;
  padding:0;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb h2{
  padding:1em;
  background-color: rgba(0,0,0,0.4);
  position: absolute;
  left:10px;
  bottom:20px;
  color:#ddd;
  font-size:26px;
  font-weight: 800;
}

.eventSinglePage__banner .eventSinglePage__banner_thumb img {
  max-height: 100%;
  width: auto;
}

.eventSinglePage__banner .eventSinglePage__banner_meta{
  width:30%;
  /*border:thin solid blue;*/
  border-radius: 0;
  padding:1em;
}

.eventSinglePage__banner .eventSinglePage__banner_meta h2{
  font-size:22px;
  font-weight: 900;
  color:#203A72;
  margin-bottom:8px;
}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts{
  list-style: none;
  margin-bottom: 1em;
}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts li{
  font-size:16px;
  font-weight: 600;
  line-height: 30px;
}

.eventSinglePage__banner .eventSinglePage__banner_meta .eventSinglePage__banner__meta_facts li i{
  font-size:20px;
  font-weight: 900;
}

.eventSinglePage__banner_meta .eventSinglePage__banner__meta_highlights ul li{
  position: relative;
  padding-left:25px;
  font-size:16px;
}

.eventSinglePage__banner_meta .eventSinglePage__banner__meta_highlights ul li:before{
  content:'\f111';
  font-weight: 900;
  font-size:12px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left:1px;
  top:2px;
}

.eventSinglePage__contents{
  font-size:16px;
  text-align: justify;
  padding:1em 0;
}

/*homepage slider fix*/

.single-slider.innerPageMainSlider{
  height: 330px;
}

@media(max-width: 767px) {
  .single-slider.innerPageMainSlider{
    height: 240px;
  }

  .eventSinglePage__banner {
    flex-direction: column;
  }
  .eventSinglePage__banner .eventSinglePage__banner_thumb {
    width: 100%;
  }
  .eventSinglePage__banner .eventSinglePage__banner_meta {
    width: 100%;
  }
}

#mainNav{
  -webkit-box-shadow: 0px 1px 53px -35px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 1px 53px -35px rgba(0,0,0,0.75);
  box-shadow: 0px 1px 53px -35px rgba(0,0,0,0.75);
}

/*services*/
.fsbox{position: relative; width: 100%;}
.fsbox .fsicon{
  position: absolute;
  width: 50px;
  height: 50px;
  border: 2px solid #26b4f0;
  color: #26b4f0;
  font-size: 20px;
  text-align: center;
  line-height: 2.2;
  border-radius: 50%;
  top: 0;
}

.fsbox .fscontent{padding-left: 70px; margin-bottom: 50px;}
.fsbox .fscontent p:last-child{ margin-bottom: 0; }
.fsbox .fscontent h3{ margin-bottom: 10px;  font-size: 20px; }


.lang-flag a {
  display: inline-block;
  margin: 0 5px;
}

.college {
  margin-top: 30px;
}

.college .owl-item {
  text-align: center;
}

.college .owl-item img {
  width: auto;
  max-width: 100%;
  display: inline-block;  
}