/*********************
Consistent Font Sizes
*********************/
/*********************
Center Block
*********************/
/*********************
Clearfix
*********************/
/*********************
transition
*********************/
/*********************
Centering Items
*********************/
/*********************
BREAKPOINTS
*********************/
/*********************
Placeholders for input
*********************/
/*********************
Animations
*********************/
/*********************
Transition
*********************/
.site-header .maincontainer {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .maincontainer {
    width: 96%;
  }
}
.site-header .header-top {
  background-color: #631560;
  padding: 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .header-top {
    padding: 6px 0;
  }
}
.site-header .header-top .maincontainer {
  display: flex;
  justify-content: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .header-top .maincontainer {
    align-items: center;
  }
}
.site-header .header-top ul.hdr-contact {
  border-right: 1px solid #fff;
  padding-right: 16px;
  margin-right: 16px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .header-top ul.hdr-contact {
    display: inline-grid;
  }
}
.site-header .header-top ul.hdr-contact li:not(:last-child) {
  margin-right: 1rem;
}
.site-header .header-top ul.hdr-media li:not(:last-child) {
  margin-right: 6px;
}
.site-header .header-top ul li {
  display: inline-block;
}
.site-header .header-top ul li:last-child {
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .site-header .header-top ul li:last-child {
    display: none;
  }
}
.site-header .header-top ul li i, .site-header .header-top ul li a {
  color: #fff;
}
.site-header .header-btm {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}
.site-header .header-btm .hb-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .header-btm .logo img {
  width: 9rem;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .header-btm .logo img {
    width: 7rem;
  }
}
@media (max-width: 575px) {
  .site-header .header-btm .logo img {
    width: 5rem;
  }
}
.site-header .header-btm .menu-wrap {
  margin-right: 2rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .header-btm .menu-wrap {
    order: 1;
    margin: 0 0 0 1rem;
  }
}
.site-header .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px;
  font-family: "Dosis", serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .site-header .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .site-header .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    font-size: 18px;
    padding: 0 20px;
  }
}
.site-header .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-weight: 600 !important;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .site-header .header-btm .menu-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    padding: 0 20px;
    font-size: 15px;
  }
}
.site-header .header-btm.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 6px 0;
}
.site-header .header-btm.active .logo img {
  width: 4rem;
}

#loading {
  height: 100vh;
  width: 100%;
  background: #fff no-repeat center;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 20rem;
}

.site-footer {
  background-color: #390937;
  padding-top: 4%;
}
.site-footer .ft-title {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Dosis", serif;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .site-footer .ft-title {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .site-footer .ft-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.site-footer .ft-desc p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  margin-bottom: 0;
}
.site-footer .ft-desc a {
  color: #0786da;
  font-weight: 600;
}
.site-footer .links li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 24px;
}
.site-footer .links li::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fc7518;
  position: absolute;
  top: 0;
  left: 0;
}
.site-footer .links li a {
  color: #fff;
}
.site-footer .links li a:hover {
  color: #fc7518;
}

.contact-links li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
}
.contact-links li i {
  color: #fc7518;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-links li span {
  display: block;
}
.contact-links li a {
  position: relative;
  color: #fff;
}
.contact-links li a:hover {
  color: #fc7518;
}
.contact-links li a:not(:last-child) {
  padding-right: 6px;
}
.contact-links li a:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  right: 0;
  height: 14px;
  width: 1px;
  background-color: #fff;
}
.contact-links.dark li a {
  color: #111;
  font-weight: 600;
}
.contact-links.dark li a:hover {
  color: #fc7518;
}
.contact-links.dark li a::before {
  background-color: #111;
}

.social-media span {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}
.social-media h5 {
  color: #222;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .social-media h5 {
    font-size: 18px;
  }
}
.social-media li {
  display: inline-block;
  margin-right: 5px;
}
.social-media li i {
  height: 34px;
  line-height: 34px;
  width: 34px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #fc7518;
}
.social-media li i:hover {
  background-color: #631560;
}

.facebook {
  position: relative;
  height: 280px;
}
.facebook iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.copyright {
  padding: 20px 0;
  border-top: 1px solid #aaa;
}
.copyright p {
  color: #fff;
  margin: 0;
}
.copyright p a {
  color: #0786da;
  font-weight: 600;
}

#scroll-top {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 2;
}
#scroll-top i {
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #0786da;
  color: #fff;
  border-radius: 50%;
}

.heroslider .image {
  position: relative;
}
.heroslider .image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4509803922);
}
.heroslider .image img {
  width: 100%;
  height: 600px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .image img {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .heroslider .image img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .heroslider .image img {
    height: 450px;
  }
}
@media (max-width: 575px) {
  .heroslider .image img {
    height: 350px;
  }
}
.heroslider .image .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.heroslider .image .text h3 {
  color: #fff;
  font-family: "Bad Script", serif;
  font-weight: bold;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .heroslider .image .text h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .heroslider .image .text h3 {
    font-size: 16px;
  }
}
.heroslider .image .text h2 {
  color: #fff;
  font-family: "Dosis", serif;
  font-size: 70px;
  font-weight: 800;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .heroslider .image .text h2 {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .heroslider .image .text h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .heroslider .image .text h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .heroslider .image .text h2 {
    font-size: 25px;
  }
}
.heroslider .swiper-button-next, .heroslider .swiper-button-prev {
  height: 50px;
  line-height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-button-next, .heroslider .swiper-button-prev {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 70%;
  }
}
.heroslider .swiper-button-next::after, .heroslider .swiper-button-prev::after {
  color: #fff;
  font-size: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .heroslider .swiper-button-next::after, .heroslider .swiper-button-prev::after {
    font-size: 18px;
  }
}

.company-intro {
  position: relative;
  z-index: 1;
  margin-top: -24px;
}
.company-intro .intro-col:first-child .intro-inner {
  background-color: #0786da;
}
.company-intro .intro-col:nth-child(2) {
  padding-bottom: 24px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .company-intro .intro-col:nth-child(2) {
    padding-bottom: 0;
  }
}
.company-intro .intro-col:nth-child(2) .intro-inner {
  background-color: #fc7518;
}
.company-intro .intro-col:nth-child(2) .intro-inner::before, .company-intro .intro-col:nth-child(2) .intro-inner::after {
  content: "";
  position: absolute;
  left: 0;
  height: 24px;
  width: 100%;
  background-color: #fc7518;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .company-intro .intro-col:nth-child(2) .intro-inner::before, .company-intro .intro-col:nth-child(2) .intro-inner::after {
    content: none;
  }
}
.company-intro .intro-col:nth-child(2) .intro-inner::before {
  top: -24px;
}
.company-intro .intro-col:nth-child(2) .intro-inner::after {
  bottom: -24px;
}
.company-intro .intro-col:last-child .intro-inner {
  background-color: #631560;
}
.company-intro .intro-col .intro-inner {
  text-align: center;
  padding: 20px;
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .company-intro .intro-col .intro-inner {
    padding: 16px;
  }
}
.company-intro .intro-col .intro-inner img {
  width: 100px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .company-intro .intro-col .intro-inner img {
    width: 90px;
  }
}
.company-intro .intro-col .intro-inner h4 {
  color: #fff;
  font-weight: 700;
}
.company-intro .intro-col .intro-inner p {
  color: #eee;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.company-intro .intro-col .intro-inner a {
  color: #fff;
  font-family: "Dosis", serif;
  font-weight: 600;
  text-transform: uppercase;
}

.card1 {
  background-color: #d4e8f7;
  padding: 24px;
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .card1 {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .card1 {
    padding: 16px;
  }
}
.card1 .icon {
  background-color: #0786da;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  padding: 20px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 .icon {
    height: 100px;
    width: 100px;
  }
}
.card1 h4 {
  font-family: "Dosis", serif;
  font-weight: 600;
  margin: 10px 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card1 h4 {
    font-size: 20px;
  }
}
.card1 p {
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  margin: 0;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .card1 p {
    font-size: 15px;
  }
}

.abt-img {
  position: relative;
  height: 100%;
}
.abt-img .main-img {
  padding: 10% 20px 0 16%;
  height: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .main-img {
    padding: 5% 0 0 5%;
  }
}
.abt-img .float-img {
  position: absolute;
  top: 0;
  left: 0;
  border: 4px solid #fff;
  width: 240px;
  max-width: 240px;
  height: 240px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-img .float-img {
    width: 100px;
    max-width: 100px;
    height: 100px;
  }
}

.abt-desc {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .abt-desc {
    margin-top: 5%;
  }
}
.abt-desc h5 {
  font-family: "Bad Script", serif;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: normal;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .abt-desc h5 {
    font-size: 18px;
  }
}
.abt-desc p {
  text-align: justify;
}

.info-banner {
  position: relative;
  z-index: 1;
}
.info-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #032135;
  opacity: 0.9;
  z-index: -1;
}
.info-banner .banner-txt h1 {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .info-banner .banner-txt h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .info-banner .banner-txt h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .info-banner .banner-txt h1 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .info-banner .banner-txt h1 {
    font-size: 20px;
  }
}
.info-banner .banner-txt p {
  color: #eee;
  margin: 24px 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .info-banner .banner-txt p {
    margin: 16px 0;
  }
}
@media (max-width: 575px) {
  .info-banner .banner-txt p {
    margin: 10px 0;
  }
}
.info-banner .play-video {
  position: relative;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .info-banner .play-video {
    margin-top: 5%;
  }
}
.info-banner .play-video img {
  border-radius: 20px;
  border: 1px solid #eee;
}
.info-banner .play-video .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.info-banner .play-video .icon i {
  font-size: 40px;
  color: #fff;
  height: 100px;
  line-height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: #0786da;
  border: 4px solid #fff;
  /* Large Devices, Wide Screens */
}
.info-banner .play-video .icon i:hover {
  background-color: #fc7518;
}
@media (max-width: 575px) {
  .info-banner .play-video .icon i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    font-size: 30px;
    border-width: 2px;
  }
}

.card2 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card2 img {
  width: 100%;
  height: 400px;
  transition: all 0.6s ease-in-out;
}
.card2 .text {
  background-color: rgba(99, 21, 96, 0.8705882353);
  position: absolute;
  left: 0;
  bottom: 30px;
  margin-right: 20px;
  padding: 1rem;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text {
    bottom: 1rem;
    margin-right: 1rem;
  }
}
.card2 .text h4 {
  color: #fff;
  font-weight: 700;
  font-family: "Dosis", serif;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card2 .text h4 {
    font-size: 20px;
  }
}
.card2 .text p {
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin: 0;
  text-align: justify;
}
.card2:hover img {
  transform: scale(1.2);
}
.card2:hover .text {
  background-color: #631560;
}

.projectslider .swiper-button-next, .projectslider .swiper-button-prev {
  height: 44px;
  line-height: 44px;
  width: 44px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}
.projectslider .swiper-button-next::after, .projectslider .swiper-button-prev::after {
  color: #0786da;
  font-size: 16px;
}

.card3 {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.card3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  transition: all 0.3s ease-in-out;
}
.card3 img {
  width: 100%;
  height: 424px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3 img {
    height: auto;
  }
}
.card3 .text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  padding: 1rem;
}
.card3 .text h4 {
  color: #fff;
  font-weight: 700;
  font-family: "Dosis", serif;
}
.card3 .text p {
  color: #fff;
  margin: 0;
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
}
.card3.sm img {
  height: 200px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .card3.sm img {
    height: auto;
  }
}
.card3:hover::before {
  opacity: 1;
}

.info-banner2 {
  background: linear-gradient(90deg, #fff 50%, #fffae1 50%);
}
.info-banner2 .info-left {
  padding-right: 30px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .info-banner2 .info-left {
    padding-right: 12px;
    margin-bottom: 5%;
  }
}
.info-banner2 .left-col .card3::before {
  background-color: #0786da;
}
.info-banner2 .right-col .card3:first-child {
  /* Large Devices, Wide Screens */
}
.info-banner2 .right-col .card3:first-child::before {
  background-color: #fc7518;
}
@media (max-width: 575px) {
  .info-banner2 .right-col .card3:first-child {
    margin-top: 16px;
  }
}
.info-banner2 .right-col .card3:last-child {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
.info-banner2 .right-col .card3:last-child::before {
  background-color: #631560;
}
@media (max-width: 767px) {
  .info-banner2 .right-col .card3:last-child {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .info-banner2 .right-col .card3:last-child {
    margin-top: 16px;
  }
}
.info-banner2 .text2 h5 {
  font-family: "Bad Script", serif;
  font-weight: 600;
  margin-bottom: 1rem;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .info-banner2 .text2 h5 {
    margin-bottom: 10px;
  }
}
.info-banner2 .text2 p {
  text-align: justify;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 9;
}

.news-card a {
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  border: 1px solid #ddd;
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .news-card a {
    display: block;
  }
}
.news-card a .image img {
  width: 240px;
  max-width: 240px;
  height: 160px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .news-card a .image img {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
}
@media (max-width: 575px) {
  .news-card a .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.news-card a .text {
  padding: 1rem;
}
.news-card a .text .publish {
  margin-bottom: 4px;
}
.news-card a .text h5 {
  font-weight: 600;
  font-family: "Dosis", serif;
  color: #333;
  margin: 0;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .news-card a .text h5 {
    font-size: 18px;
  }
}
.news-card a .text h5:hover {
  color: #fc7518;
}
.news-card a:hover {
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-color: transparent;
}

.publish i {
  color: #fc7518;
}
.publish span {
  color: #111;
}

.single-page .publish {
  margin-bottom: 10px;
}

.related-item img {
  height: 160px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .related-item img {
    height: auto;
  }
}
.related-item h6 {
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0 6px;
  color: #222;
  transition: all 0.3s ease-in-out;
}
.related-item h6:hover {
  color: #0786da;
}

.event-col {
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .event-col {
    margin-top: 5%;
  }
}

.event-card .image img {
  width: 100%;
  height: 240px;
  border-radius: 6px;
}
.event-card h5 {
  font-family: "Dosis", serif;
  font-weight: 600;
  color: #333;
  margin: 10px 0 6px;
  transition: all 0.3s ease-in-out;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .event-card h5 {
    font-size: 18px;
  }
}
.event-card h5:hover {
  color: #fc7518;
}
.event-card ul {
  padding-left: 16px;
}

.association-pagination {
  position: relative;
  bottom: unset !important;
}
.association-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 24px;
  border-radius: 10px;
  border: 1px solid #000;
  background-color: transparent;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .association-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 18px;
  }
}
.association-pagination .swiper-pagination-bullet-active {
  background-color: #0786da;
  border-color: #0786da;
}

.resource-card {
  background-color: #f6f6f6;
  padding: 1rem;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
}
.resource-card a {
  display: block;
  height: 100%;
}
.resource-card i {
  color: #0786da;
  font-size: 60px;
}
.resource-card h5 {
  font-family: "Dosis", serif;
  font-weight: 600;
  color: #444;
  font-size: 18px;
  margin: 10px 0 0;
  transition: all 0.3s ease-in-out;
}
.resource-card h5:hover {
  color: #fc7518;
}
.resource-card:hover {
  background-color: #ddd;
}

.single-page img {
  margin-bottom: 1rem;
}
.single-page p {
  text-align: justify;
}

.member-inner {
  text-align: center;
}
.member-inner img {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner img {
    height: auto;
  }
}
.member-inner h5 {
  font-size: 18px;
  color: #333;
  margin: 10px 0 6px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .member-inner h5 {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
.member-inner h6 {
  margin: 0;
  color: #0786da;
  font-weight: normal;
  font-family: "Quicksand", serif;
}

.team-detail .image {
  text-align: center;
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .team-detail .image {
    margin-bottom: 1rem;
  }
}
.team-detail .image img {
  margin-bottom: 10px;
  border: 4px solid #fff;
  box-shadow: 0px 0px 0px 1px #eee;
}
.team-detail .image h5 {
  margin-bottom: 4px;
  font-weight: 700;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .team-detail .image h5 {
    font-size: 16px;
  }
}
.team-detail .image span {
  color: #fc7518;
  font-size: 15px;
}
.team-detail .description p {
  text-align: justify;
}
.team-detail ul {
  padding: 0;
}
.team-detail ul li {
  display: inline-block;
  margin: 5px 4px 0;
}
.team-detail ul li i {
  height: 36px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background-color: #0786da;
  border-radius: 50%;
  color: #fff;
}
.team-detail ul li i:hover {
  background-color: #fc7518;
}

.contact-aside {
  padding: 30px;
  height: 100%;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .contact-aside {
    margin-top: 5%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .contact-aside {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .contact-aside {
    padding: 16px;
  }
}

.page-not-found img {
  width: 40%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .page-not-found img {
    width: 60%;
  }
}
.page-not-found h2 {
  color: #555;
  margin: 2rem auto;
  font-weight: 600;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 991px) {
  .page-not-found h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .page-not-found h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .page-not-found h2 {
    font-size: 18px;
    margin: 1rem 0;
  }
}

/* =====global css starts=====*/
html {
  scroll-behavior: smooth;
  counter-reset: section;
}

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

/* =====typography=====*/
a, i, button {
  transition: all 0.3s ease-in-out;
}

a, a:hover {
  text-decoration: none;
}

/* =====layout=====*/
img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease-in-out;
  max-width: 100%;
  height: auto;
}

.sp-tb {
  padding: 5% 0;
}

.sp-t {
  padding-top: 5%;
}

.sp-b {
  padding-bottom: 5%;
}

.maincontainer {
  width: 86%;
  margin: 0 auto;
  max-width: 1440px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .maincontainer {
    width: 90%;
  }
}

#page {
  max-width: 1600px;
  margin: 0 auto;
}

/* =====components=====*/
.btn:focus, .btn-link, button:focus, .form-select:focus {
  box-shadow: none;
  outline: none;
  text-decoration: none;
}

button {
  background-color: unset;
  border: none;
}

.btn-link:hover {
  text-decoration: none;
}

.form-control:focus, button:focus, .slick-slide:focus, a:focus {
  box-shadow: none;
  outline: none;
}

.mt {
  margin-top: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mt {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .mt {
    margin-top: 16px;
  }
}

.mb {
  margin-bottom: 24px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .mb {
    margin-bottom: 16px;
  }
}

.donate-btn {
  display: inline-block;
  padding: 10px;
  color: #fff;
  border-radius: 4px;
  height: -moz-max-content;
  height: max-content;
  text-transform: uppercase;
  background-color: #0786da;
  /* Large Devices, Wide Screens */
}
.donate-btn:hover {
  background-color: #fc7518;
  color: #fff;
}
.donate-btn.active {
  background-color: #fc7518;
}
.donate-btn.active:hover {
  background-color: #0786da;
}
@media (max-width: 575px) {
  .donate-btn {
    font-size: 13px;
    padding: 9px 10px;
    text-transform: none;
  }
}

.btn-one, .btn-one.active, .btn-two {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fc7518;
  color: #fff;
  border-radius: 4px;
  height: -moz-max-content;
  height: max-content;
  text-transform: uppercase;
  /* Large Devices, Wide Screens */
}
.btn-one:hover, .btn-one.active:hover, .btn-two:hover {
  background-color: #0786da;
  color: #fff;
}
.btn-one.active, .btn-one.active.active, .btn-two.active {
  background-color: #0786da;
}
.btn-one.active:hover, .btn-one.active.active:hover, .btn-two.active:hover {
  background-color: #fc7518;
}
@media (max-width: 575px) {
  .btn-one, .btn-one.active, .btn-two {
    padding: 8px 18px;
  }
}

.btn-two {
  padding: 14px 28px;
  font-weight: 500;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .btn-two {
    padding: 8px 18px;
  }
}
.btn-two.active {
  background-color: #0786da;
}
.btn-two.active:hover {
  background-color: #fc7518;
}

.section-heading span {
  color: #fc7518;
  font-size: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 767px) {
  .section-heading span {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .section-heading span {
    font-size: 16px;
  }
}
.section-heading h2 {
  font-family: "Dosis", serif;
  font-weight: 700;
  margin: 0;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .section-heading h2 {
    font-size: 24px;
  }
}

.entry-title {
  font-family: "Dosis", serif;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
  /* Large Devices, Wide Screens */
}
@media (max-width: 1300px) {
  .entry-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .entry-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.site-main p {
  text-align: justify;
}

.entry-content {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 22px;
  font-family: "Dosis", serif;
  font-weight: 600;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-size: 20px;
  }
}
.entry-content ul li {
  margin-bottom: 10px;
}

.google-map {
  position: relative;
  width: 100%;
  height: 400px;
  margin-top: 5%;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  .google-map {
    height: 300px;
  }
}
.google-map iframe {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

form label {
  margin-bottom: 4px;
}
form input, form select {
  height: 44px;
  /* Large Devices, Wide Screens */
}
@media (max-width: 575px) {
  form input, form select {
    height: 40px;
  }
}
form input, form select, form textarea {
  margin-bottom: 10px;
}
form textarea {
  height: 100px;
}
form input[type=submit] {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fc7518;
  color: #fff;
  height: -moz-max-content;
  height: max-content;
  border: none;
  transition: all 0.3s ease-in-out;
}
form input[type=submit]:hover {
  background-color: #0786da;
  color: #fff;
}

header ul, footer ul, section ul {
  padding: 0;
  margin: 0;
}
header ul li, footer ul li, section ul li {
  list-style-type: none;
}/*# sourceMappingURL=main.css.map */