@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/*-----------------------------------------
Mobile First Approach
-----------------------------------------*/


.navbar.removeNavbarPadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.scrollablenavbarBg {
  background: rgba(0, 0, 0, 0.6) !important;
}

a:hover {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: Rajdhani, sans-serif;
}

h2 {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading-divider {
  width: 100px;
  height: 3px;
  background: #9465F3;
  margin: 5px 0;
  border: 0.5px solid #F2B604;
}

.card {
  border: 0;
  border-radius: 0;
}

.card .card-body {
  padding: 15px;
}

.card .card-body .btn-card {
  color: #9465F3 !important;
  border-radius: 300px;
}

.scroll-to-top {
  width: 40px;
  height: 40px;
  background: #2776a7;
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: 20px;
  -webkit-box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: none;
  z-index: 555;
}

.scroll-to-top i {
  color: #fff;
  line-height: 40px;
  font-size: 1rem;
}

.scroll-to-top:hover i {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
}

.equal__height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal__height .height__manage {
  height: 100%;
}

.small__size img {
  width: 100%;
  max-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}

.siteTitle {
  padding: 10px 0;
}

.siteTitle h2 {
  font-size: 2rem;
  color: #F2B604;
  text-align: center;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: url();
}

.navbar .nav-item .nav-link {
  color: #0c121d;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #0c121d;
  text-transform: uppercase;
  margin-left: 15px;
}

.navbar .navbar-toggler-icon i {
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

#banner {padding-left: 100px;padding-right: 100px;}

#banner .carousel-inner a {
  color: #fff;
}

#banner .carousel-inner img {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

#contact a {
  color: inherit;
}

#program .programCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  margin-bottom: 20px;
}

#program .programCard .iconBox i {
  color: #F2B604;
}

#program .programCard__Content {
  padding-left: 10px;
}

#program .programCard__Content h3 {
  font-size: 17px;
  font-weight: bold;
  color: #F2B604;
}

#program .programCard__Content p {
  font-size: 15px;
}

#program .programCard__Content p a {
  color: #F2B604;
  font-weight: 600;
}

#program .sidebarProgramComponent {
  background: rgba(148, 101, 243, 0.3333);
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

#program .sidebarProgramComponent h2 {
  font-size: 25px;
}

#program .sidebarProgramComponent .list li a {
  color: #fff;
}

#program .sidebarProgramComponent .list li a:hover {
  -webkit-text-decoration: noone;
          text-decoration: noone;
}



#blogEvents {
  margin: 1rem 0;
}

#blogEvents .blogCardComponent {
  position: relative;
}

#blogEvents .blogCardComponent img {
  width: 100%;
  max-height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}

#blogEvents .blogCardComponent .blogInformationComponent {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.521);
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#blogEvents .blogCardComponent .blogInformationComponent .blogButton {
  text-align: right;
}

#blogEvents .blogCardComponent .blogInformationComponent .blogButton .buttonBlogComponent {
  background: #9465F3;
  font-weight: 600;
  color: #fff;
}

#blogEvents .blogCardComponent:hover .blogInformationComponent {
  opacity: 1;
}

#blogEvents .imageCaption {
  font-style: italic;
  font-size: .9rem;
}

#siteSlogan {
  background: #d44f4f;
  min-height: 200px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#siteSlogan h3 {
  font-style: italic;
  word-spacing: 10px;
}

#videos .videoWrapper {
  width: 100%;
}

#videos .videoWrapper iframe {
  width: 100%;
}

#newsletter {
  background: #d44f4f;
  min-height: 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

#newsletter .mailNewsletter {
  text-align: center;
}

#newsletter .mailNewsletter .newsletterEmail {
  background: rgba(84, 61, 235, 0.493);
  border: 0;
  border-radius: 300px;
  color: #fff !important;
  padding: 2rem 70px;
  text-align: center;
}

#newsletter .mailNewsletter .newsletterEmail::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail::placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterSubmit {
  border: 0;
  border-radius: 300px;
  color: #fff !important;
  padding: 2rem 120px;
  background: rgba(241, 228, 44, 0.466);
  line-height: 0;
}

.titleFollow {
  color: #F2B604;
  font-size: 1.4rem;
  font-weight: bold;
}

.socialiconUl li {
  padding: 0 1rem;
  padding-left: 0;
}

.socialiconUl li a {
  color: white !important;
}

.socialiconUl li a .fa-facebook {
  color: #ffff;
}

.socialiconUl li a .fa-whatsapp {
  color: #ffff;
}

.socialiconUl li a .fa-youtube-play {
  color: #ffff;
}

.socialiconUl li a .fa-twitter {
  color: #ffff;
}

#footer {
  color: #3131c4;
  padding: 100px 0;
  background: rgba(114, 239, 114, 0.2);
}

#footer a {
  color: #fff !IMPORTANT;
}

#footer .copyright {
  border-top: 1px solid #F2B604;
}

/*------------------------------------
about.php css starts
------------------------------------*/
.breadcrumbs {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1rem 0;
  background-position: center;
  background-color: #9465F3;
}

.breadcrumbs .list {
  margin-bottom: 20px;
}

.breadcrumbs .list li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.breadcrumbs .list li:nth-of-type(1)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  color: white;
  padding-left: 30px;
}

.breadcrumbs .list li .arrow-right {
  position: relative;
}

.breadcrumbs .list li .arrow-right::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  color: white;
  padding-left: 30px;
}

.breadcrumbs .list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumbs h2 {
  font-size: 40px;
  color: #fff !important;
  text-transform: capitalize;
}

.overlay {
  position: relative;
}



.inner-section-area {
  padding: 2rem 0 1rem 0;
}

.inner-section-area .single-page-text h1 {
  color: #2776a7;
}

.inner-section-area .single-page-text h3 {
  color: #F2B604 !important;
}

.inner-section-area .single-page-text p span {
  color: #2776a7;
}

.inner-section-area .about_page h3 {
  font-size: 30px;
  color: #9465F3;
}

.inner-section-area .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.inner-section-area .sidebar-widget h3 {
  padding: 10px 15px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content {
  padding: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post img {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post {
  width: 60%;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  float: left;
  margin-left: 2%;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title a {
  color: #2776a7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-date {
  display: block;
  color: #090553;
  text-transform: uppercase;
  font-size: 12px;
}

/*------------------------------------
about.php css ends
------------------------------------*/
/*------------------------------------
programsingle-.php css strats
------------------------------------*/
.list-group {
  margin: 10px 0;
}

/*------------------------------------
programsingle-.php css ends
------------------------------------*/
/*------------------------------------
gallery.php css starts
------------------------------------*/
.gallery-inner .gallery-image-size .mains .views a:hover {
  text-decoration: none;
}

.gallery-inner .gallery-image-size .mains .views a img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gallery-inner .gallery-image-size .mains .views .img-title {
  position: relative;
  background: #9465F3;
  /* padding: 10px 21px; */
  /* margin-top: -26px; */
  /* left: 22px; */
  /* width: 84%; */
  text-align: center;
  text-transform: capitalize;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px #212529;
  box-shadow: 0px 0px 5px #212529;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-inner .gallery-image-size .mains .views .img-title h2 {
  font-size: 0.79rem;
  color: #fff;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover {
  background: #fff;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover h2 {
  color: #9465F3;
}

/*------------------------------------
gallery.php css ends
------------------------------------*/
/*------------------------------------
galleryInner.php css starts
------------------------------------*/
.gallery-inner-page .gallery-images .gallery-view img {
  height: 250px !important;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gallery-inner-page .gallery-images .gallery-overlay {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin: 5px;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  opacity: 0;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect:hover {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center {
  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;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center i {
  font-size: 1rem;
  color: white;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-rgba {
  background-color: rgba(33, 150, 243, 0.56);
}

/*------------------------------------
galleryInner.php css ends
------------------------------------*/

team.php css start
------------------------------------*/
.inner-section-area .blog-list .blog-left-image {
  margin-bottom: 25px;
}

.inner-section-area .blog-list .blog-left-image:hover .blog-cover-border img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: 1s;
  transition: 1s;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog {
  -webkit-box-shadow: 0px 1px 38px #dcc9;
          box-shadow: 0px 1px 38px #dcc9;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-text-inner {
  padding-top: 15px;
  text-align: justify;
  min-height: 274px;
  position: relative;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-text-inner h4 {
  font-size: 13px;
  font-style: italic;
  color: #987f7f;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head {
  padding: 0 !important;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 274px;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border .blog-cover-border {
  width: 100%;
  height: 100%;
  position: absolute;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border .blog-cover-border img {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------
team.php css ends
------------------------------------*/
/*------------------------------------
contact.php css starts
------------------------------------*/
#contact-us .contact_button .submitButtonContent {
  display: inline-block;
  background: #2776a7;
  color: #fff !important;
  padding: 9px 40px;
  border: 1px solid #2776a7;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#contact-us .contact_button .submitButtonContent:hover {
  background: none !important;
  color: #2776a7 !important;
}

#contact-us .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0.2rem;
}

#contact-us .contact .listIconCircle i {
  width: 30px;
  height: 30px;
  background: #2776a7;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 1rem;
}

/*------------------------------------
contact.php css ends
------------------------------------*/
/*------------------------------------
blog.php css starts
------------------------------------*/
.activities--blog.breadcrumbs {
  padding: 10px 0;
}

.blog-section .blog-body .blog-img .post-pic img {
  width: 100%;
  border-radius: 0.3em 0.3em 0 0;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}

.blog-section .blog-body .artical-info .post-head-left h4 a {
  color: #2776a7 !important;
}

.blog-section .blog-body .artical-info .post-head-left .author a {
  color: #2776a7 !important;
}

.blog-section .blog-body .artical-info .artbtn {
  color: #3131c4;
}

/*------------------------------------
blog.php css ends
------------------------------------*/
/*------------------------------------
pagination
------------------------------------*/
.pagination-section .page-link {
  color: #3131c4;
}

/*------------------------------------
blogInner.php css starts
------------------------------------*/
.inner-section-area .single-page-text .writers span {
  padding-right: 20px;
  font-size: 14px;
}

.inner-section-area .single-page-text .about_image img {
  width: 100%;
  margin-bottom: 30px;
}

.button-contactForm {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: rgba(246, 18, 18, 0.31);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

ul.nav.socialiconUl {
    position: absolute;
    list-style: none;
    top: 40%;
    padding: 0;
    display: flex;
    left: 36px;
    flex-direction: column;
}
section#banner {
    position: relative;
    margin-top: 100px;
}
ul.nav.socialiconUl a {
    margin: 13px 0;
    display: inline-block;
    background: #222d35;
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.socialiconUl li a i {
    font-size: 13px;
}
.sm-logo span {
    font-weight: bolder;
    font-size: 23px;
    margin-left: -5px;
}

.navbar-brand img {
    border: 1px solid gainsboro;
    border-radius: 50%;
}

/*.sm-logo {*/
/*    width: 280px;*/
/*}*/
div#navbarSupportedContent {
    justify-content: end;
}
section#banner::before {
    content: '';
    width: 41%;
    height: 118%;
    position: absolute;
    right: 0;
    top: -101px;
    z-index: 1;
    background-color: #ffc61a;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

div#carouselExampleIndicators {
    z-index: 9;
}
.topNumber span {
    font-weight: 700;
}
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
/*-----------------------------------------
Mobile First Approach
-----------------------------------------*/


.navbar.removeNavbarPadding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: white !IMPORTANT;
}

.scrollablenavbarBg {
  background: rgba(0, 0, 0, 0.6) !important;
}

a:hover {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: Rajdhani, sans-serif;
}

h2 {
  font-family: "Roboto", sans-serif;
}

html {
  scroll-behavior: smooth;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.heading-divider {
  width: 100px;
  height: 3px;
  background: #9465F3;
  margin: 5px 0;
  border: 0.5px solid #F2B604;
}

.card {
  border: 0;
  border-radius: 0;
}

.card .card-body {
  padding: 15px;
}

.card .card-body .btn-card {
  color: #9465F3 !important;
  border-radius: 300px;
}

.scroll-to-top {
  width: 40px;
  height: 40px;
  background: #2776a7;
  border-radius: 50%;
  position: fixed;
  bottom: 5px;
  right: 20px;
  -webkit-box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: none;
  z-index: 555;
}

.scroll-to-top i {
  color: #fff;
  line-height: 40px;
  font-size: 1rem;
}

.scroll-to-top:hover i {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 30px -2px rgba(0, 0, 0, 0.15);
}

.equal__height {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.equal__height .height__manage {
  height: 100%;
}

.small__size img {
  width: 100%;
  max-height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
}

.siteTitle {
  padding: unset;
}

.siteTitle h2 {
  font-size: 2rem;
  text-align: center;
  color: #0493A6 !important;
  line-height: 60px;
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 42px;
  padding-left: 36px;
}

.navbar {
  /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background: url();
  /* background: white; */
}

.navbar .nav-item .nav-link {
  color: #0c121d;
  font-family: Rajdhani, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: .5px;
  color: #0c121d;
  text-transform: uppercase;
  margin-left: 15px;
  z-index: 999999999;
  position: relative;
}

.navbar .navbar-toggler-icon i {
  color: #0493a6;
}

.dropdown:hover .dropdown-menu {
  display: block !important;
}

#banner {padding-left: 100px;padding-right: 100px;}

#banner .carousel-inner a {
  color: #fff;
}

#banner .carousel-inner img {
  max-width: 100%;
  height: 100vh;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}

#contact a {
  color: inherit;
}

#program .programCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
}

#program .programCard .iconBox i {
  color: #0493A6;
}

#program .programCard__Content {
  padding-left: 10px;
}

#program .programCard__Content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0493A6;
  margin-top: 19px;
  line-height: 30px;
}

#program .programCard__Content p {
  font-size: 15px;
}

#program .programCard__Content p a {
  color: #0493A6;
  font-weight: 600;
}

#program .sidebarProgramComponent {
  background: rgba(148, 101, 243, 0.3333);
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 1rem 0;
}

#program .sidebarProgramComponent h2 {
  font-size: 25px;
}

#program .sidebarProgramComponent .list li a {
  color: #fff;
}

#program .sidebarProgramComponent .list li a:hover {
  -webkit-text-decoration: noone;
          text-decoration: noone;
}

#videoSlogan {
  margin-top: 20px;
 background-color:#0493A6;
 
}

#blogEvents {
  margin: 1rem 0;
}

#blogEvents .blogCardComponent {
  position: relative;
}

#blogEvents .blogCardComponent img {
  width: 100%;
  max-height: 405px;
  -o-object-fit: cover;
     object-fit: cover;
}

#blogEvents .blogCardComponent .blogInformationComponent {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.521);
  padding: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#blogEvents .blogCardComponent .blogInformationComponent .blogButton {
  text-align: right;
}

#blogEvents .blogCardComponent .blogInformationComponent .blogButton .buttonBlogComponent {
  background: #9465F3;
  font-weight: 600;
  color: #fff;
}

#blogEvents .blogCardComponent:hover .blogInformationComponent {
  opacity: 1;
}

#blogEvents .imageCaption {
  font-style: italic;
  font-size: .9rem;
}

#siteSlogan {
  background: #0493A6;
  min-height: 329px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#siteSlogan h3 {
  font-style: italic;
  word-spacing: 10px;
}

#videos .videoWrapper {
  width: 100%;
}

#videos .videoWrapper iframe {
  width: 100%;
}

#newsletter {
  background: #d44f4f;
  min-height: 200px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

#newsletter .mailNewsletter {
  text-align: center;
}

#newsletter .mailNewsletter .newsletterEmail {
  background: rgba(84, 61, 235, 0.493);
  border: 0;
  border-radius: 300px;
  color: #fff !important;
  padding: 2rem 70px;
  text-align: center;
}

#newsletter .mailNewsletter .newsletterEmail::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterEmail::placeholder {
  color: #fff;
  opacity: 1;
}

#newsletter .mailNewsletter .newsletterSubmit {
  border: 0;
  border-radius: 300px;
  color: #fff !important;
  padding: 2rem 120px;
  background: rgba(241, 228, 44, 0.466);
  line-height: 0;
}

.titleFollow {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.socialiconUl li {
  padding: 0 1rem;
  padding-left: 0;
}

.socialiconUl li a {
  color: white !important;
}

.socialiconUl li a .fa-facebook {
  color: #ffff;
}

.socialiconUl li a .fa-whatsapp {
  color: #ffff;
}

.socialiconUl li a .fa-youtube-play {
  color: #ffff;
}

.socialiconUl li a .fa-twitter {
  color: #ffff;
}

footer#footer .footerNav a {
  color: black;
  padding: 20px 0;
  margin-right: 25px;
}

#footer a {
  color: #fff;
}

#footer .copyright {
  border-top: 1px solid #fff;
}

/*------------------------------------
about.php css starts
------------------------------------*/
.breadcrumbs {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 1rem 0;
  background-position: center;
  background-color: #0493A6;
}

.breadcrumbs .list {
  margin-bottom: 20px;
}

.breadcrumbs .list li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
}

.breadcrumbs .list li:nth-of-type(1)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  color: white;
  padding-left: 30px;
}

.breadcrumbs .list li .arrow-right {
  position: relative;
}

.breadcrumbs .list li .arrow-right::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f054";
  font-family: "FontAwesome";
  display: block;
  color: white;
  padding-left: 30px;
}

.breadcrumbs .list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.breadcrumbs h2 {
  font-size: 40px;
  color: #fff !important;
  text-transform: capitalize;
}

.overlay {
  position: relative;
}



.inner-section-area {
  padding: 2rem 0 1rem 0;
}

.inner-section-area .single-page-text h1 {
  color: #2776a7;
}

.inner-section-area .single-page-text h3 {
  color: #F2B604 !important;
}

.inner-section-area .single-page-text p span {
  color: #0493a6 !important;
}

.inner-section-area .about_page h3 {
  font-size: 30px;
  color: #9465F3;
}

.inner-section-area .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.inner-section-area .sidebar-widget h3 {
  padding: 10px 15px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content {
  padding: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post img {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post {
  width: 60%;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  float: left;
  margin-left: 2%;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title a {
  color: #2776a7;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-date {
  display: block;
  color: #090553;
  text-transform: uppercase;
  font-size: 12px;
}

/*------------------------------------
about.php css ends
------------------------------------*/
/*------------------------------------
programsingle-.php css strats
------------------------------------*/
.list-group {
  margin: 10px 0;
}

/*------------------------------------
programsingle-.php css ends
------------------------------------*/
/*------------------------------------
gallery.php css starts
------------------------------------*/
.gallery-inner .gallery-image-size .mains .views a:hover {
  text-decoration: none;
}

.gallery-inner .gallery-image-size .mains .views a img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 290px;
  object-fit: cover;
  border-radius: 5px;
}

.gallery-inner .gallery-image-size .mains .views .img-title {
  position: relative;
  background: white;
  text-transform: capitalize;
  /* border-radius: 20px; */
  -webkit-box-shadow: unset;
  /* box-shadow: 0px 0px 5px #212529; */
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 22px;
  border-radius: 0;
  box-shadow: unset;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.gallery-inner .gallery-image-size .mains .views .img-title h2 {
  font-size: 20px;
  color: #0493a6;
  font-weight: 500;
  line-height: 30px;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover {
  background: #fff;
}

.gallery-inner .gallery-image-size .mains .views .img-title:hover h2 {
  color: #9465F3;
}

/*------------------------------------
gallery.php css ends
------------------------------------*/
/*------------------------------------
galleryInner.php css starts
------------------------------------*/
.gallery-inner-page .gallery-images .gallery-view img {
  height: 250px !important;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.gallery-inner-page .gallery-images .gallery-overlay {
  position: relative;
  overflow: hidden;
  cursor: default;
  margin: 5px;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  opacity: 0;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-effect:hover {
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center {
  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;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-flex-center i {
  font-size: 1rem;
  color: white;
}

.gallery-inner-page .gallery-images .gallery-overlay .gallery-rgba {
  background-color: rgba(33, 150, 243, 0.56);
}

/*------------------------------------
galleryInner.php css ends
------------------------------------*/
/*------------------------------------
testimonial.php css starts
------------------------------------*/
.testimonial-page-section .job_testimonial .testimonial_text {
  position: relative;
  padding: 35px 25px 64px 25px;
  margin-top: 50px;

 
}

.testimonial-page-section .job_testimonial .testimonial_text h3 {
  color: #2776a7;
}

.testimonial-page-section .job_testimonial .testimonial_text .testimonial_image {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: -65px;
}

 .testimonial_image img {
  width: 100%;
  border: 3px solid #2776a7;
  -o-object-fit: cover;
     object-fit: cover;
  background: #2776a7;
}

.testimonial_text {
    box-shadow: 0 6px 6px #c6bcbc;
    height:100%;
}

.t-content {
    padding:10px;
}



/*------------------------------------
testimonial.php css ends
------------------------------------*/
/*------------------------------------
team.php css start
------------------------------------*/
.inner-section-area .blog-list .blog-left-image {
  margin-bottom: 25px;
}

.inner-section-area .blog-list .blog-left-image:hover .blog-cover-border img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-transition: 1s;
  transition: 1s;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog {
  -webkit-box-shadow: 0px 1px 38px #dcc9;
          box-shadow: 0px 1px 38px #dcc9;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-text-inner {
  padding-top: 15px;
  text-align: justify;
  min-height: 274px;
  position: relative;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-text-inner h4 {
  font-size: 13px;
  font-style: italic;
  color: #987f7f;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head {
  padding: 0 !important;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 274px;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border .blog-cover-border {
  width: 100%;
  height: 100%;
  position: absolute;
}

.inner-section-area .blog-list .blog-left-image .nepal-blog .blog-image-head .blog-image-border .blog-cover-border img {
  height: 100%;
  -webkit-transition: 1s;
  transition: 1s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------
team.php css ends
------------------------------------*/
/*------------------------------------
contact.php css starts
------------------------------------*/
#contact-us .contact_button .submitButtonContent {
  display: inline-block;
  background: #2776a7;
  color: #fff !important;
  padding: 9px 40px;
  border: 1px solid #2776a7;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#contact-us .contact_button .submitButtonContent:hover {
  background: none !important;
  color: #2776a7 !important;
}

#contact-us .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0.2rem;
}

#contact-us .contact .listIconCircle i {
  width: 30px;
  height: 30px;
  background: #2776a7;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 1rem;
}

/*------------------------------------
contact.php css ends
------------------------------------*/
/*------------------------------------
blog.php css starts
------------------------------------*/
.activities--blog.breadcrumbs {
  padding: 10px 0;
}

.blog-section .blog-body .blog-img .post-pic img {
  width: 100%;
  border-radius: 0.3em 0.3em 0 0;
  height: 310px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 0;
}

.blog-section .blog-body .artical-info .post-head-left h4 a {
  color: #2776a7 !important;
}

.blog-section .blog-body .artical-info .post-head-left .author a {
  color: #2776a7 !important;
}

.blog-section .blog-body .artical-info .artbtn {
  color: #3131c4;
}

/*------------------------------------
blog.php css ends
------------------------------------*/
/*------------------------------------
pagination
------------------------------------*/
.pagination-section .page-link {
  color: #3131c4;
}

/*------------------------------------
blogInner.php css starts
------------------------------------*/
.inner-section-area .single-page-text .writers span {
  padding-right: 20px;
  font-size: 14px;
}

.inner-section-area .single-page-text .about_image img {
  width: 100%;
  margin-bottom: 30px;
}

.button-contactForm {
  display: inline-block;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 54px;
  border-radius: 4px;
  color: #fff;
  border: 1px solid #edeff2;
  text-transform: uppercase;
  background-color: #0493A6;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

ul.nav.socialiconUl {
    position: absolute;
    list-style: none;
    top: 50%;
    padding: 0;
    display: flex;
    left: 36px;
    flex-direction: column;
    transform: translateY(-50%);
}
section#banner {
    position: relative;
    margin-top: 100px;
}
ul.nav.socialiconUl a {
    margin: 13px 0;
    display: inline-block;
    background: #0493A6;
    width: 26px;
    height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.socialiconUl li a i {
    font-size: 13px;
}
.sm-logo span {
    font-weight: bolder;
    font-size: 23px;
    margin-left: -5px;
}

.navbar-brand img {
    border: 1px solid gainsboro;
    border-radius: 50%;
    height:83px;
}


div#navbarSupportedContent {
    justify-content: end;
    z-index: 999999999;
    position: relative;
}
section#banner::before {
    content: '';
    width: 41%;
    height: 127%;
    position: absolute;
    right: 0;
    top: -101px;
    z-index: 1;
    background-color: #0493A6;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /* z-index: 999; */
}

div#carouselExampleIndicators {
    z-index: 9;
}
.topNumber span {
    font-weight: 700;
}

.sliderContent {
    position: absolute;
    display: block;
    pointer-events: auto;
    left: 50%;
    top: 50%;
    z-index: 9;
    visibility: visible;
    perspective: 601px;
    z-index: 9;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    width: 500px;
    height: auto;
    min-height: 200px;
    min-width: 200px;
    max-height: none;
    max-width: none;
    border-radius: 0%;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    /* transform: translate(0px, 0px); */
    visibility: visible;
    border-radius: 10px;
    background: #ffffffa3;
    display: flex;
    /* align-items: center; */
    padding-left: 23px;
    display: flex;
    /* align-items: center; */
    text-align: left;
    justify-content: start;
    padding: 0 !IMPORTANT;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: center;
    z-index: 9999999999999999999999 !IMPORTANT;
}
.sliderContent h5 a , .sliderContent h5 span {
    color: rgb(34, 38, 49) !important;
    line-height: 60px;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 48px;
    padding-left: 36px;
}
.breadcrumbs.overlay {
    margin-top: 103px;
}
.dropdown-menu.animated.fadeIn.program-menu {
    margin-top: -5px;
}


.padding{
    padding:100px 0;
}
.modal-header {
    padding: 0;
}


.modal-header {
    padding: 0;
}

button.close {
    position: absolute;
    top: 0;
    right: 0;
    background: #0493a6;
    opacity: 1;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

h4.modal-title {
    font-size: 30px;
    font-weight: 700;
}
.modal-body.text-center {
    padding: 0;
    padding-bottom: 24px;
}

h4.modal-title {
    font-size: 30px;
    font-weight: 700;
    padding: 4px;
}
section#videoSlogan p.text-center.text-white.text-uppercase , #siteSlogan h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 45px !IMPORTANT;
    line-height: 59px;
}
#videoSlogan {
    position: relative;
    padding: 60px 0;
}




section.gallery-inner {
    background: #f9f9f9;
}

ul.footerNav {
    display: flex;
}

footer#footer {
border-top:1px solid #e6e6e6;
}

footer#footer::before {
    background: #0493a6;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer#footer {
    position: relative;
}
footer#footer p{
    color:white;
}



h4.f-ContactTitle ,ul.contactUl li {
    color: white;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey
}

::-webkit-scrollbar-thumb {
    background: #03aff1
}

.sidebar__blog__imageWrapper img{
    width:90px;
}

.sidebar-event h3 {
    font-size: 1.1rem;
    margin-left: 10px;
}

.register-wrapper{
    box-shadow:0 6px 6px #bbbbbb;
    padding:20px;
}

.thank-you{
    margin-top:150px;
    margin-bottom:60px;
    text-align:center;
    box-shadow:0 6px 6px #bbbbbb;
    padding:30px;
    border:1px solid #bbb;

}

.thank-you img{
    height:200px;
    width:200px;
    object-fit:contain;
    
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    position: absolute;
    right: 0;
}

#motivation{
    padding:60px 0;
}


#footer img{
    height:160px;
}

article.blog_item.bg-white {
    box-shadow: 0 0 6px #a4a4a4;
}

.blog-img{
    height:400px;
    width:100%;
    object-fit:cover
}

@media(min-width:767px){
    .register-wrapper{
    width:80%;
    margin-inline:auto;
}

.thank-you{
    width:50%;
    margin-inline:auto; 
}
}




@media (max-width:767px){
    

    #banner {
        padding-left: 0;
        padding-right: 0;
    }
    .sliderContent{
        display:none;
    }
    .sm-logo span {
    font-weight: bolder;
    font-size: 16px;
    margin-left: -5px;
}
#banner .carousel-inner img {
    max-width: 100%;
    height: 29vh;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}
ul.nav.socialiconUl {

    display: none;
}
.siteTitle h2 {
    font-size: 2rem;
    color: #F2B604;
    text-align: center;
    color: rgb(34, 38, 49) !important;
    line-height: 43px;
    letter-spacing: -1px;
    font-weight: 600;
    font-size: 34px;
    padding-left: 0;
}
section#videoSlogan p.text-center.text-white.text-uppercase, #siteSlogan h3 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 28px ! IMPORTANT;
    line-height: 44px;
}

section#banner::before{
    display:none;
}
div#navbarSupportedContent {
    justify-content: end;
    z-index: 999999999;
    position: absolute;
    width: 100%;
    background: #fff;
    top: 97%;
}

    }



