@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.border-b-navbar {
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff !important;
}

.details-page-all img {
  max-height: 500px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner__banner {
  background-image: url("../images/slider.jpg");
}
.inner__banner h1 {
  font-size: 30px !important;
}
.inner li {
  font-size: 18px;
  line-height: 34px;
}
.inner img {
  width: 100%;
}
.inner h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: 65px;
  font-family: "Taviraj", serif;
}
.inner h3 {
  margin: 0 0 20px;
  font-size: 36px;
  font-weight: 600;
  font-family: "Taviraj", serif;
}
.inner p {
  font-size: 18px;
  letter-spacing: 0.3px;
  line-height: 1.9 !important;
  color: #212121;
}
.inner h5 {
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Taviraj", serif;
  line-height: 1.2;
}
.inner h6 {
  letter-spacing: 0;
  font-weight: 700;
  font-family: "Taviraj", serif;
  line-height: 1.2;
}
.inner h4 {
  font-size: 24px;
  font-weight: 600;
  color: #2f56bc;
  font-family: "Taviraj", serif;
  line-height: 30px;
}
.inner strong {
  color: #2f56bc;
}
.inner table {
  text-align: left;
  position: relative;
  border-collapse: collapse;
  background-color: #f6f6f6;
  width: 100%;
}
.inner td, .inner th {
  border: 1px solid #d9d9d9;
  padding: 20px;
}
.inner th {
  border-radius: 0;
  position: sticky;
  top: 0;
  padding: 10px;
}
.inner img.member {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.inner tbody > tr:hover {
  background-color: #d8e3d4;
}
.inner figure {
  margin: 0 0 0rem;
}
.inner .img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.inner .card {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.inner .general-member span {
  width: auto;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f56bc;
  border: 1px solid #2f56bc;
  border-radius: 20px;
}
.inner .btn-website {
  padding: 5px 15px;
  border: 1px solid #2f56bc;
  color: #fff;
  font-weight: 500;
  border-radius: 30px;
  font-size: 14px;
  background-color: #2f56bc;
  text-decoration: none;
}
.inner .resources-items {
  border-radius: 10px;
}
.inner .resources-items i {
  color: #2f56bc;
}
.inner .resources-items a {
  text-decoration: none;
  font-size: 18px;
  color: #212121 !important;
}
.inner .image-gallery img {
  margin-bottom: 20px;
}
.inner .video-gallery a {
  margin-bottom: 20px;
}
.inner span {
  font-size: 18px;
}

.loginpage .login {
  background-color: #F2F4F4;
  padding: 30px 50px;
  width: 450px;
  margin: 0 auto;
}
.loginpage .login .form-logo {
  margin: 2px auto;
  background-color: #FFFFFF;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.loginpage .login .form-logo img {
  height: 100%;
  width: 100%;
  background-size: cover;
}
.loginpage .login h3 {
  font-family: "Taviraj", serif;
  font-size: 35px;
  color: #2f56bc;
}
.loginpage .login form {
  line-height: 2.5;
}
.loginpage .login form label {
  color: rgb(102, 101, 101);
}
.loginpage .login form input {
  border-radius: 40px;
  width: 100%;
  padding: 5px 5px 5px 25px;
  border: 1px solid #D9D9D9;
}
.loginpage .login form button {
  padding: 5px 5px 5px 25px;
  background-color: #2f56bc;
  border: 1px solid #2f56bc;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  width: 100%;
  margin-top: 5px;
}
.loginpage .login form button:hover {
  background-color: #f8f9fa;
  color: #000000;
  border: 2px solid #2f56bc;
}
.loginpage .login form small {
  color: #2f56bc;
}

.registerpage .register {
  background-color: rgb(228, 228, 228);
  padding: 30px 50px;
  width: 85%;
  margin: 0 auto;
}
.registerpage .register h3 {
  font-family: "Taviraj", serif;
  font-size: 35px;
  color: #2f56bc;
}
.registerpage .register form {
  line-height: 2;
}
.registerpage .register form label {
  font-size: 15px;
  color: rgb(102, 101, 101);
}
.registerpage .register form select {
  width: 100%;
  padding: 15px 15px 15px 25px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
}
.registerpage .register form .form-input {
  width: 100%;
  padding: 10px 15px 10px 25px;
  border: 1px solid #D9D9D9;
  border-radius: 30px;
}
.registerpage .register form .fclass {
  border: 0;
}
.registerpage .register form button {
  padding: 10px 30px;
  background-color: #2f56bc;
  border: 1px solid #2f56bc;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
}

body {
  font-family: "Roboto", serif;
  background-color: #f5f5f5;
}

iframe.embed-responsive-item {
  width: 100%;
  height: 300px;
}

.inner-details-part {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

.detail-img img {
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.header {
  background-color: #2f56bc;
  padding: 8px 0px;
}
.header img {
  max-height: 20px;
}
.header__content p {
  margin-bottom: 0px;
  color: #FFFFFF;
  font-size: 16px;
}

.btn-signup {
  padding: 10px 30px;
  background-color: #2f56bc;
  border: 1px solid #2f56bc;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}

.btn-readmore {
  padding: 10px 30px;
  background-color: #2f56bc;
  border: 1px solid #2f56bc;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}
.btn-readmore:hover {
  border: 1px solid #2f56bc;
  background-color: #FFFFFF;
  color: #000000;
}

p {
  font-size: 16px;
  line-height: 30px;
}

.news-img img {
  height: 300px !important;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}

img.img {
  width: 100%;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: #ff6b00 !important;
}

.form-contact ::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}

.form-contact ::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1; /* Firefox */
}
.form-contact ::-ms-input-placeholder { /* Edge 12-18 */
  color: rgb(255, 255, 255);
}

.navbar img {
  width: auto;
  height: 72px;
}
.navbar a.nav-link {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 600;
  padding: 0px 15px !important;
  display: inline-block;
  letter-spacing: 0.6px;
  color: #495057;
}
.navbar .active {
  color: #2f56bc !important;
}
.navbar .btn-login {
  padding: 10px 30px;
  border: 1px solid #2f56bc;
  color: #000000;
  font-weight: 500;
  border-radius: 30px;
}
.navbar .btn-signup {
  padding: 10px 30px;
  background-color: #ff6b00;
  border: 1px solid #ff6b00;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 30px;
}

.banner__height {
  height: 700px;
  border-radius: 20px;
  /* overflow: hidden; */
  position: relative;
}
/* .banner__height::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.68), transparent, transparent,transparent)!important;
} */
.banner img {
  width: 100%;
  height: 600px;
  border-radius: 20px;
  border-radius: 20px 20px 0px 0px;
  object-fit: cover;
}
.banner__details {
  position: relative;
}
.banner__article {
  position: relative;
  background-color: #495057;
  /* top: 0; */
  left: 0%;
  padding-left: 0;
  right: 0;
  padding: 20px;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 20px 20px;
  
}
.banner__article--content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 65px;
  color: #FFFFFF;
  font-family: "Taviraj", serif;
}
.banner__article--content p {
  color: #FFFFFF;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 1.5;
  color: #FFFFFF;
  overflow-x: hidden;
  word-wrap: break-word;
  word-break: normal;
  font-weight: 400;
}
.banner .member__search {
  margin: 30px 0 0;
  padding: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1215686275);
  border: 1px solid #D9D9D9;
  border-radius: 40px;
  display: flex;
  width: 80%;
  max-width: 100%;
  line-height: 50px;
  background: #ffffff;
}
.banner .member__search input, .banner .member__search select, .banner .member__search textarea {
  font-size: 18px;
}
.banner .member__search b {
  padding: 0px 8px 0px 15px;
  font-size: 24px;
  color: #495057;
}
.banner .member__search--input-type {
  width: 90%;
  border: none;
}
.banner .member__search .btn-search {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #2f56bc;
  border: none;
}
.banner .member__search .btn-search i {
  color: #FFFFFF;
}

.feature {
  position: relative;
  background: #2f56bc;
  background-size: cover;
  background-repeat: no-repeat;
}
.feature__content {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.feature__content i {
  font-size: 50px;
  color: #ff6b00;
}
.feature__content a {
  display: inline-block;
}
.feature__content .btn-signup {
  padding: 10px 30px;
  background-color: #ff6b00;
  border: 1px solid #2f56bc;
  color: #f2f4f4;
  font-weight: 500;
  border-radius: 30px;
  text-decoration: none;
}

.owl-nav button {
  height: 48px;
  width: 48px;
  background: #ff6b00 !important;
  color: #FFFFFF !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  transition: 0.3s;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.owl-nav button.owl-prev {
  left: -20px;
}

.owl-nav button.owl-next {
  right: -20px;
}

.owl-nav button.disabled {
  opacity: 0.5;
  background: #ff6b00 !important;
  color: #FFFFFF !important;
}

button.owl-dot {
  width: 20px;
  height: 20px !important;
  background: #D9D9D9 !important;
  margin: 0px 5px;
  border-radius: 50%;
}

button.owl-dot.active {
  background: #2f56bc !important;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.members__details .owl-nav button.disabled {
  opacity: 1 !important;
}
.members__details__list__box {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0px;
  position: relative;
  height: 200px;
}
.members__details__list__box .logo-img img {
  width: 100%;
}
.members__details__list__box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: inset 6px -200px 157px -10px rgba(0, 0, 0, 0.44);
  padding: 20px 20px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: end;
  justify-content: center;
}

.destination__details .owl-nav button.disabled {
  opacity: 1 !important;
}
.destination__details__list__box {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  margin: 20px 0px;
  position: relative;
  height: 350px;
}
.destination__details__list__box .logo-img {
  height: 100%;
}
.destination__details__list__box .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.destination__details__list__box .text {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  box-shadow: inset 6px -200px 157px -10px rgba(0, 0, 0, 0.44);
  padding: 20px 20px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  align-items: end;
  justify-content: center;
}

.blog .blog-img {
  display: block;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.blog__details .owl-nav button {
  position: absolute;
  top: 0%;
  right: 30px;
}
.blog__details .owl-nav {
  position: absolute;
  right: 30px;
  top: -50px;
}
.blog__details__list__box {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F2F4F4;
}
.blog__details__list__box .logo-img {
  height: 100%;
}
.blog__details__list__box .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__details__list__box .blog-text {
  height: 100%;
  padding: 30px 20px;
}
.blog__details__list__box .blog-text h3 {
  margin-bottom: 15px;
  line-height: 36px;
  font-family: "Taviraj", serif;
}
.blog__details__list__box .blog-text p {
  line-height: 26px;
  margin: 16px 0px;
  font-family: "Roboto", serif;
}
.blog__details__list__box span {
  display: block;
  font-size: 16px;
  /* font-weight: 500; */
  margin-bottom: 15px;
  color: #343a40;
}

.news__details__list__box {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
  overflow: hidden;
  background-color: #F2F4F4;
}
.news__details__list__box .logo-img {
  height: 100%;
}
.news__details__list__box .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news__details__list__box .news-text {
  height: 100%;
  padding: 30px 20px;
}
.news__details__list__box .news-text h3 {
  margin-bottom: 15px;
  line-height: 36px;
  font-family: "Roboto", serif;
  font-size: 1.3rem;
}
.news__details__list__box .news-text p {
  line-height: 26px;
  margin: 16px 0px;
  font-family: "Roboto", serif;
}
.news__details__list__box span {
  display: block;
  font-size: 16px;
  /* font-weight: 500; */
  margin-bottom: 15px;
  color: #343a40;
}

.section__title {
  padding: 10px 0px;
}
.section__title h3 {
  font-size: 34px;
  margin: 0 0 15px;
  font-weight: 600;
  font-family: "Taviraj", serif;
}

.message .president {
  background-color: #2F56BC;
  color: #FFFFFF;
  border-radius: 20px;
}
.message .president .president-message {
  padding: 50px 50px 50px 50px;
  font-family: "Roboto", serif;
}
.message .president .president-message h3 {
  font-size: 40px;
  font-family: "Taviraj", serif;
}
.message .president .president-message h5 {
  font-size: 20px;
}
.message .president .president-message p {
  font-size: 20px;
}
.message .president .president-message .read-more {
  padding: 10px 20px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  background-color: #FFFFFF;
  text-decoration: none;
}
.message .president .president-image img {
  height: 100%;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px 15px 15px 0px;
}

.limit-text {
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 16px; /* fallback */
  -webkit-line-clamp: 5; /* number of lines to show */
  -webkit-box-orient: vertical;
}

.taan-support .support {
  background-color: #2F56BC;
  color: #FFFFFF;
  border-radius: 20px;
}
.taan-support .support .support-message {
  padding: 50px 30px 50px 50px;
  font-family: "Roboto", serif;
}
.taan-support .support .support-message h3 {
  font-size: 35px;
  font-family: "Taviraj", serif;
}
.taan-support .support .support-message p {
  font-size: 20px;
  padding-top: 15px;
}
.taan-support .support .support-message button {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
}
.taan-support .support .support-image img {
  padding: 20px 10px 20px 15px;
  height: 100%;
  width: 450px;
}

.about-us-p {
  background-color: #e8eaf6;
}

.accrediation .partners-list .partners {
  border: 1px solid #D9D9D9;
  border-radius: 20px;
}
.accrediation .partners-list .partners img {
  border-radius: 20px;
  width: 100%;
}

.form-contact {
  background-color: #f2f4f4;
  padding: 50px 0px;
}
.form-contact .form {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.form-contact .contact-form {
  background-color: #2f56bc;
  position: relative;
}
.form-contact .circle {
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 20%, #149279);
  position: absolute;
}
.form-contact .circle.one {
  width: 130px;
  height: 130px;
  top: 130px;
  right: -40px;
}
.form-contact .circle.two {
  width: 80px;
  height: 80px;
  top: 10px;
  right: 30px;
}
.form-contact .contact-form:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #2f56bc;
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}
.form-contact form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}
.form-contact .title {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0.7rem;
}
.form-contact .input-container {
  position: relative;
  margin: 1rem 0;
}
.form-contact .input {
  width: 100%;
  outline: none;
  border: 2px solid #fafafa;
  background: none;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 5px;
  transition: 0.3s;
}
.form-contact textarea.input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 5px;
  resize: none;
  overflow-y: auto;
}
.form-contact .input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}
.form-contact .input-container.textarea label {
  top: 1rem;
  transform: translateY(0);
}
.form-contact .btn {
  padding: 0.6rem 1.3rem;
  background-color: #ff6b00;
  border: 2px solid #ff6b00;
  font-size: 0.95rem;
  color: #f2f4f4;
  line-height: 1;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
  width: 100%;
}
.form-contact .btn:hover {
  background-color: transparent;
  color: #fff;
}
.form-contact .input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}
.form-contact .input-container span:before,
.form-contact .input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: #2f56bc;
  top: 50%;
  transform: translateY(-50%);
}
.form-contact .input-container span:before {
  left: 50%;
}
.form-contact .input-container span:after {
  right: 50%;
}
.form-contact .input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}
.form-contact .input-container.focus span:before,
.form-contact .input-container.focus span:after {
  width: 50%;
  opacity: 1;
}
.form-contact .contact-info {
  padding: 2.3rem 2.2rem;
  position: relative;
}
.form-contact .contact-info .title {
  color: #2f56bc;
}
.form-contact .text {
  color: #333;
  margin: 1.5rem 0 2rem 0;
}
.form-contact .information {
  display: flex;
  color: #555;
  margin: 0.7rem 0;
  align-items: center;
  font-size: 0.95rem;
}
.form-contact .information i {
  color: #2f56bc;
}
.form-contact .icon {
  width: 28px;
  margin-right: 0.7rem;
}
.form-contact .social-media {
  padding: 2rem 0 0 0;
}
.form-contact .social-media p {
  color: #333;
}
.form-contact .social-icons {
  display: flex;
  margin-top: 0.5rem;
}
.form-contact .social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #2f56bc, #149279);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}
.form-contact .social-icons a:hover {
  transform: scale(1.05);
}
.form-contact .contact-info:before {
  content: "";
  position: absolute;
  width: 110px;
  height: 100px;
  border: 22px solid #2f56bc;
  border-radius: 50%;
  bottom: -77px;
  right: 50px;
  opacity: 0.3;
}
.form-contact .big-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #1cd4af, #159b80);
  bottom: 50%;
  right: 50%;
  transform: translate(-40%, 38%);
}
.form-contact .big-circle:after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  background-color: #fafafa;
  border-radius: 50%;
  top: calc(50% - 180px);
  left: calc(50% - 180px);
}
.form-contact .square {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}
@media (max-width: 850px) {
  .form-contact .form {
    grid-template-columns: 1fr;
  }
  .form-contact .contact-info:before {
    bottom: initial;
    top: -75px;
    right: 65px;
    transform: scale(0.95);
  }
  .form-contact .contact-form:before {
    top: -13px;
    left: initial;
    right: 70px;
  }
  .form-contact .square {
    transform: translate(140%, 43%);
    height: 350px;
  }
  .form-contact .big-circle {
    bottom: 75%;
    transform: scale(0.9) translate(-40%, 30%);
    right: 50%;
  }
  .form-contact .text {
    margin: 1rem 0 1.5rem 0;
  }
  .form-contact .social-media {
    padding: 1.5rem 0 0 0;
  }
}
@media (max-width: 480px) {
  .form-contact .container {
    padding: 1.5rem;
  }
  .form-contact .contact-info:before {
    display: none;
  }
  .form-contact .square,
  .form-contact .big-circle {
    display: none;
  }
  .form-contact form,
  .form-contact .contact-info {
    padding: 1.7rem 1.6rem;
  }
  .form-contact .text,
  .form-contact .information,
  .form-contact .social-media p {
    font-size: 0.8rem;
  }
  .form-contact .title {
    font-size: 1.15rem;
  }
  .form-contact .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .form-contact .icon {
    width: 23px;
  }
  .form-contact .input {
    padding: 0.45rem 1.2rem;
  }
  .form-contact .btn {
    padding: 0.45rem 1.2rem;
  }
}

.footer {
  background-color: #2f56bc;
  color: #FFFFFF;
}
.footer .footer-list h5 {
  font-size: 25px;
}
.footer .footer-list .taan-info img {
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  background: #234e4a;
  padding: 20px;
  border-radius: 20px;
}
.footer .footer-list .popular-cities ul {
  padding: 0;
}
.footer .footer-list .popular-cities ul li {
  list-style: none;
  line-height: 2;
}
.footer .quick-links ul {
  padding: 0;
}
.footer .quick-links ul li {
  list-style: none;
  line-height: 2;
}
.footer .quick-links ul li a {
  color: #fff;
  transition: 0.3sec;
  text-decoration: none;
}
.footer .quick-links ul li a:hover {
  color: orange;
  text-decoration: underline;
}
.footer .contact-us {
  width: 100%;
}
.footer .contact-us ul {
  padding: 0;
}
.footer .contact-us ul li {
  list-style: none;
  line-height: 2;
}
.footer .contact-us .icons .contact-icon {
  height: 50px;
  width: 50px;
  background-color: #2F56BC;
  font-size: 18px;
  margin-right: 15px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
}
.footer .contact-us .icons .contact-icon1 {
  height: 50px;
  width: 50px;
  background-color: rgb(211, 46, 46);
  font-size: 18px;
  margin-right: 15px;
  padding: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #2f56bc;
  --bs-btn-border-color: #2f56bc;
}

#contact {
  width: 100%;
  height: 100%;
  background: #f2f4f4;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 300 60px "Oswald", sans-serif;
  color: #2f56bc;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.contact-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  /*float: left;*/
  max-width: 400px;
  font-family: "Lato";
  font-weight: 400;
}

.form-control,
textarea {
  max-width: 100%;
  color: #fff;
  margin: 10px 0px;
  letter-spacing: 1px;
}

.send-button {
  margin-top: 15px;
  height: 34px;
  width: 400px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.alt-send-button {
  width: 400px;
  height: 34px;
  transition: all 0.2s ease-in-out;
}

.send-text {
  display: block;
  margin-top: 10px;
  font: 700 12px "Lato", sans-serif;
  letter-spacing: 2px;
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #2f56bc;
}

.contact-text {
  font: 300 18px "Lato", sans-serif;
  letter-spacing: 1.9px;
  color: #2f56bc;
  font-weight: 600;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  font-weight: 600;
  color: #2f56bc;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: #2f56bc;
  font-weight: 600;
  text-decoration: none;
}

/* Social Media Icons */
.social-media-list {
  position: relative;
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  display: inline-block;
  height: 60px;
  width: 60px;
  margin: 10px 3px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: #2f56bc;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 1px #fff;
  transition: all 0.2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #000;
}

.copyright {
  font: 200 14px "Oswald", sans-serif;
  color: #555;
  letter-spacing: 1px;
  text-align: center;
}

hr {
  border-color: rgba(255, 255, 255, 0.6);
}

.online-form h1 {
  font-weight: 700;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
}
.online-form .header {
  margin-bottom: 80px;
}
.online-form #description {
  font-size: 24px;
}
.online-form .form-wrap {
  background: rgb(255, 255, 255);
  width: 100%;
  max-width: 850px;
  padding: 50px;
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.online-form .form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: #ff6b00;
  z-index: -1;
  opacity: 0.8;
  border-radius: 10px;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}
.online-form .form-group {
  margin-bottom: 25px;
}
.online-form .form-group > label {
  display: block;
  font-size: 18px;
  color: #000;
}
.online-form .custom-control-label {
  color: #000;
  font-size: 16px;
}
.online-form .form-control {
  height: 50px;
  background: #ecf0f4;
  border-color: transparent;
  padding: 0 15px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.online-form .form-control:focus {
  border-color: #ff6b00;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.online-form textarea.form-control {
  height: 160px;
  padding-top: 15px;
  resize: none;
}
.online-form .btn {
  padding: 0.657rem 0.75rem;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-in-out;
}
.online-form .btn-primary {
  color: #fff;
  background-color: #ff6b00;
  border-color: #ff6b00;
}
.online-form .btn-primary:hover {
  color: #ff6b00;
  background-color: #ffffff;
  border-color: #ff6b00;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.online-form .btn-primary:focus, .online-form .btn-primary.focus {
  color: #ff6b00;
  background-color: #ffffff;
  border-color: #ff6b00;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.online-form .btn-primary:not(:disabled):not(.disabled):active, .online-form .btn-primary:not(:disabled):not(.disabled).active,
.online-form .show > .btn-primary.dropdown-toggle {
  color: #ff6b00;
  background-color: #ffffff;
  border-color: #ff6b00;
}
.online-form .btn-primary:not(:disabled):not(.disabled):active:focus, .online-form .btn-primary:not(:disabled):not(.disabled).active:focus,
.online-form .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.page {
  box-sizing: border-box;
  margin: 0;
  padding: 4em 2em;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #eef5f8;
}

.magazine {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  gap: 1.5em;
}

@media screen and (max-width: 768px) {
  .magazine {
    grid-template-columns: auto 1fr auto;
    gap: 1em;
  }
}
.magazine__title {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  grid-column: 2;
  color: #1c629e;
  text-align: center;
}

.magazine__title_place_top {
  box-sizing: border-box;
  margin: 0 0 -30px;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Uchen", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
}

.magazine__title_place_middle {
  box-sizing: border-box;
  margin: 0;
  padding: 0 15px;
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  transform: translateY(50%);
  background-color: #eef5f8;
}

.magazine__title_place_bottom {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  font-family: "Merriweather", serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-shadow: 0 -4px 1px #fff;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.magazine__citation {
  margin: 0;
  padding: 0;
  grid-column: 2;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.magazine__aside {
  margin: 0;
  padding: 0;
  grid-column: 1;
}

@media screen and (max-width: 768px) {
  .magazine__aside {
    margin-top: 1em;
    grid-column: 2;
  }
}
.magazine__aside-para {
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px 0 0;
  font-style: italic;
  color: #1c629e;
  background-color: #e3f5ff;
  background-image: linear-gradient(to right, #e3f5ff 0% 40%, #fff 60% 100%);
  text-align: right;
  border-right: 4px solid #1c629e;
}

@media screen and (max-width: 768px) {
  .magazine__aside-para {
    padding: 0 0 0 5px;
    text-align: justify;
    background-image: linear-gradient(to left, #e3f5ff 0% 40%, #fff 60% 100%);
    border-left: 4px solid #1c629e;
    border-right: none;
  }
}
.magazine__main-content {
  margin: 0;
  padding: 0;
  grid-column: 2;
}

.magazine__para {
  margin: 0;
  padding: 0;
  text-align: justify;
}

.magazine__para + .magazine__para {
  margin-top: 20px;
}

.magazine__para-first-letter {
  font-family: "Uchen", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.figure {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  grid-column: 2;
  width: 100%;
  overflow: hidden;
}

.figure__img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

.figure__caption {
  margin: 0;
  padding: 5px 15px;
  position: absolute;
  bottom: -35px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease-in;
}

.figure:hover .figure__caption {
  bottom: 0;
}

.gallery {
  margin: 0;
  padding: 0;
  grid-column: 2;
}
.form-select {
  padding: 12px 15px;
}
.gallery__title {
  margin: 0;
  padding: 5px 0 5px 10px;
  font-family: "Uchen", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  color: #1c629e;
  background-color: #e3f5ff;
  background-image: linear-gradient(to left, #e3f5ff 0% 40%, #fff 60% 100%);
  border-left: 4px solid #1c629e;
}

.photo-grid {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-auto-rows: 140px;
  grid-auto-flow: dense;
  list-style: none;
}

.photo-grid__item {
  margin: 0;
  padding: 0;
  grid-column: span 1;
}

.photo-grid__item_pos_horizontal {
  grid-column: span 2;
}

.form-label {
  font-weight: 600;
  margin-bottom: 0;
}

.form-control, textarea {
  max-width: 100%;
  color: black;
  margin: 6px 0px;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 15px;
}

.nav-tabs .nav-link {
  background: #ffffff;
  border: 1px solid #ccc;
}

.nav-tabs .nav-link {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  margin: 15px 10px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #ff6b00;
  color: #fff;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgb(47, 86, 188) !important;
}

@media screen and (max-width: 768px) {
  .photo-grid__item_pos_horizontal {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.photo-grid__item_pos_vertical {
  grid-column: span 1;
  grid-row: span 2;
}

@media screen and (max-width: 768px) {
  .photo-grid__item_pos_vertical {
    grid-column: span 1;
    grid-row: span 1;
  }
}
.photo-grid__img {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: 1px solid #fff;
  outline-offset: -5px;
}

/* Begin Media Queries*/
@media screen and (max-width: 850px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 569px) {
  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .form-control, textarea {
    margin: 0 auto;
  }
  .name, .email, textarea {
    width: 280px;
  }
  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}
@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}
@media (max-width: 1398.98px) {
  .navbar a.nav-link {
    font-size: 15px;
    padding: 0px 12px !important;
    font-weight: bold !important;
  }
}
@media (max-width: 1199.98px) {
  .banner__height {
    height: 500px;
  }
  .banner__article--content h1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 56px;
  }
  .banner .member__search {
    margin: 0 auto;
  }
  .navbar img {
    width: auto;
    height: 46px;
  }
  .navbar a.nav-link {
    font-size: 12px;
    font-weight: 500;
    padding: 0px 10px !important;
  }
}
@media (max-width: 991.98px) {
  .navbar a.nav-link {
    font-size: 16px;
  }
  .banner__article--content p {
    font-size: 20px;
    text-align: center;
  }
  .banner .member__search {
    line-height: 44px;
  }
}
@media (max-width: 767.98px) {
  .banner__article--content h1 {
    font-size: 24px;
    line-height: 40px;
  }
  .banner .member__search--input-type {
    width: 70%;
    border: none;
  }
  p {
    font-size: 16px !important;
  }
  .navbar img {
    width: auto;
    height: 60px;
  }
  .section__title h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .banner__article--content h1 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  .banner .member__search .btn-search {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #4DA42F;
    border: none;
  }
  .banner .member__search {
    line-height: 34px;
  }
  .banner .member__search input, .banner .member__search select, .banner .member__search textarea {
    font-size: 16px;
  }
  .banner .member__search b {
    font-size: 16px;
  }
  .banner__details {
    position: relative;
    height: 300px;
  }
  .banner__details img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
    border-radius: 0px;
  }
  .banner__height {
    height: auto;
  }
  .banner__article {
    position: relative;
  }
  .banner__details {
    position: relative;
    height: auto;
  }
  .taan {
    color: #000000 !important;
  }
  .header__content {
    padding: 0px 38px;
    justify-content: center;
    text-align: center;
  }
  .message .president .president-image img {
    width: 100%;
    border-radius: 20px;
  }
  .message .president .president-message {
    padding: 20px;
    text-align: center;
  }
  .message .president .president-message h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .message .president .president-message h5 {
    font-size: 18px;
    color: #dfdfdf;
  }
  .blog__details__list__box .blog-text h3 {
    line-height: 30px;
  }
  .taan-support .support .support-message {
    padding: 30px;
    text-align: center;
  }
  .inner__banner h1 {
    font-size: 17px !important;
    line-height: 30px !important;
}.inner span {
    font-size: 10px;
}    .header__content {
        padding: 0px 0px;
        justify-content: center;
        text-align:center;
    
}

.details-page-all img {
     object-fit: contain;
}.inner h3 {
    font-size: 20px;
    line-height: 30px;
    font-family: "Taviraj", serif;
}
}


img.image_resized {
    float: inline-start;
    padding: 0px 20px 0px 0px;
}.inner img {
    width: 100%;
    width: 100%;
    height: 300px;
    float: inline-start;
    padding: 0px 20px 0px 0px;
}

.inner .news-img img{padding:0px!important;
    margin-bottom:20px;
}





/*# sourceMappingURL=style.css.map */