﻿@charset "UTF-8";
/*----butterfly----*/
/*........defult Design in component.......*/
.ta-sectionWrapper {
  padding: 60px 0;
}

.ta-section-head {
  margin-bottom: 35px;
}

.ta-section-title {
  margin-bottom: 10px;
}
.ta-section-title h1 {
  color: #2b2b2b;
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  margin-bottom: unset;
}
.ta-section-title h1 span {
  color: #f37335;
}

.ta-section-title1 {
  margin-bottom: 25px;
}
.ta-section-title1 h1 {
  font-size: 32px;
  font-weight: 500;
  color: #0b0c0c;
  margin-bottom: unset;
  text-align: center;
}
.ta-section-title1 h1 span {
  color: #f37335;
}

.ta-section-title-des {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.ta-section-title-des h2 {
  font-size: 32px;
  font-weight: 500;
  color: #0b0c0c;
  margin-bottom: unset;
  text-align: center;
}

.ta-section-des {
  margin-bottom: 35px;
}
.ta-section-des p {
  text-align: center;
  font-size: 16px;
  color: #575757;
}

.ta-section-para {
  width: 600px;
  margin: auto;
}
.ta-section-para p {
  text-align: center;
}

.ta-banner-common2 {
  background: #e8feff;
  padding: 75px 0;
  display: flex;
  justify-content: center;
  position: relative;
}
.ta-banner-common2 .ta-name-middle {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.ta-banner-common2 .ta-name-middle .ta-home-link a span {
  margin-bottom: unset;
  font-weight: 600;
  font-size: 18px;
  color: #0b0c0c;
}
.ta-banner-common2 .ta-name-middle .ta-angle-banner i {
  color: #0b0c0c;
  font-size: 18px;
}
.ta-banner-common2 .ta-name-middle .ta-navbar-name h3 {
  margin-bottom: unset;
  font-weight: 600;
  font-size: 32px;
  color: #0b0c0c;
}
.ta-banner-common2 .ta-op-position {
  color: #f37335;
  font-size: 100px;
  font-weight: 600;
  opacity: 0.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: unset !important;
}

.owl-dots button.owl-dot:focus {
  outline: none;
}

.owl-nav button span:focus {
  outline: none;
}

.owl-nav button:focus {
  outline: none;
}

.owl-nav button span {
  outline: none;
}

.owl-nav button {
  outline: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: rgba(5, 8, 17, 0.8) !important;
  color: unset !important;
  text-decoration: none;
}

/*.....banner.....*/
.ta-banner-section .ta-banner-content {
  position: absolute;
  bottom: 60px;
  left: 150px;
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 10px;
  max-width: 550px;
}
.ta-banner-section .ta-banner-content h1 {
  font-size: 34px;
  color: #ffffff;
  font-weight: 600;
}
.ta-banner-section .ta-banner-content p {
  font-size: 14px;
  font-weight: 500;
  color: #c7c7c7;
}
.ta-banner-section .ta-banner-content .banner-rg-button {
  display: flex;
  margin-top: 20px;
}
.ta-banner-section .ta-banner-content .banner-rg-button a {
  padding: 10px 30px;
  background: #f37335;
  transition: 0.3s ease;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 25px;
}
.ta-banner-section .ta-banner-content .banner-rg-button a:hover {
  background: #1bb4b9;
}

/*.....home about section.....*/
.ta-home-about-item-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.ta-home-about-item-wrapper .ta-home-about-item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(21, 87, 153, 0.08);
  padding: 25px 20px 19px;
  border-radius: 10px;
}
.ta-home-about-item-wrapper .ta-home-about-item .ta-home-icon {
  margin-bottom: 6px;
}
.ta-home-about-item-wrapper .ta-home-about-item .ta-home-icon span {
  font-size: 24px;
  font-weight: 600;
  color: #1bb4b9;
  margin-left: 6px;
}
.ta-home-about-item-wrapper .ta-home-about-item h2 {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: unset;
  margin-bottom: 3px;
}
.ta-home-about-item-wrapper .ta-home-about-item p {
  color: #575757;
  font-size: 14px;
  line-height: 22.35px;
}

/*.......Home Say.......*/
.ta-about-say-wrapper {
  display: flex;
  align-items: center;
}
.ta-about-say-wrapper .ta-say-img {
  width: 50%;
  display: flex;
  justify-content: center;
}
.ta-about-say-wrapper .ta-say-content {
  width: 50%;
}
.ta-about-say-wrapper h3 {
  color: #1bb4b9;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.ta-about-say-wrapper .ta-person-post {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
  font-style: italic;
  color: #909090;
}
.ta-about-say-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #575757;
}

/*.....Home Glimpse.......*/
.ta-home-glimpse-body {
  background: #f3f3f3;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper {
  display: flex;
  align-items: center;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-home-glipse-content {
  width: 50%;
  padding-right: 60px;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-home-glipse-content h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #1bb4b9;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-home-glipse-content p {
  font-size: 16px;
  color: #575757;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role {
  width: 50%;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav {
  margin-top: unset;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: #ffffff;
  height: 35px;
  width: 35px;
  margin: unset;
  transition: 0.3s ease;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-prev span {
  font-size: 32px;
  color: #1bb4b9;
  padding: unset;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-prev:hover {
  background: #1bb4b9 !important;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-prev:hover span {
  color: #ffffff;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: #ffffff;
  height: 35px;
  width: 35px;
  margin: unset;
  transition: 0.3s ease;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-next span {
  font-size: 32px;
  color: #1bb4b9;
  padding: unset;
  display: flex;
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-next:hover {
  background: #1bb4b9 !important;
}
.ta-home-glimpse-body .ta-home-glimpse-wrapper .ta-glipse-role .owl-nav .owl-next:hover span {
  color: #ffffff;
}

/*.....Facilities.....*/
.ta-home-facilities-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.ta-home-facilities-wrapper .ta-facilities-item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.ta-home-facilities-wrapper .ta-facilities-item .facilities-img {
  display: flex;
}
.ta-home-facilities-wrapper .ta-facilities-item .facilities-img img {
  width: 100%;
  height: auto;
}
.ta-home-facilities-wrapper .ta-facilities-item .ta-facilities-content {
  padding: 20px 15px;
}
.ta-home-facilities-wrapper .ta-facilities-item .ta-facilities-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
}
.ta-home-facilities-wrapper .ta-facilities-item .ta-facilities-content p {
  font-size: 14px;
  color: #575757;
}

.ta-see-all {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.ta-see-all a {
  font-size: 16px;
  font-weight: 600;
  color: #1bb4b9;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.ta-see-all a:hover {
  color: #0b0c0c;
}

/*......courses page.......*/
.ta-acco-item .ta-htabs {
  overflow: hidden;
}
.ta-acco-item .ta-htabs .htab {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.ta-acco-item .ta-htabs .htab:not(:last-child) {
  margin-bottom: 10px;
}
.ta-acco-item .ta-htabs .htab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.ta-acco-item .ta-htabs .htab label {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 17px;
  letter-spacing: 0.3px;
  color: #2b2b2b;
  font-weight: 600;
  background: #f8f8f8;
  cursor: pointer;
}
.ta-acco-item .ta-htabs .htab label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.9s;
}
.ta-acco-item .ta-htabs .htab .tab-content {
  max-height: 0;
  padding: 0 1em;
  background: white;
  transition: all 0.9s;
}
.ta-acco-item .ta-htabs input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.ta-acco-item .ta-htabs input:checked ~ .tab-content {
  max-height: 80vh;
  overflow: auto;
  padding: 1em;
}

/*.......Contact Page.........*/
.ta-contact-top-wrapper {
  border-bottom: 1px solid #bfbfbf;
}

.ta-contact-top-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
}
.ta-contact-top-details .ta-wrapper-data-contact {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-wrapper-icon-contact {
  background: #e8feff;
  height: 60px;
  width: 60px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-wrapper-icon-contact i {
  color: #1bb4b9;
  font-size: 25px;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-title-contact-top h4 {
  font-size: 22px;
  color: #0b0c0c;
  font-weight: 800;
  margin-bottom: 8px;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-pgraph-contact-top {
  font-size: 16px;
  text-align: center;
  color: #0b0c0c;
  font-weight: 500;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-mail-wrapper {
  text-align: center;
}
.ta-contact-top-details .ta-wrapper-data-contact .ta-mail-wrapper a {
  color: #1bb4b9;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.ta-contact-form .form-body {
  display: flex;
  flex-flow: column;
  gap: 25px;
}
.ta-contact-form .ta-grid-show-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.ta-contact-form .ta-btn-submit {
  display: flex;
  align-items: center;
  justify-content: center !important;
  margin-top: 10px;
}
.ta-contact-form .ta-btn-submit .ta-subBtn {
  background: #f37335;
  padding: 8px 30px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  z-index: 2;
  cursor: pointer;
}
.ta-contact-form .ta-btn-submit .ta-subBtn::before {
  content: "";
  left: 0;
  top: 0;
  background: #1bb4b9;
  border-radius: 2px;
  height: 100%;
  width: 0;
  z-index: -1;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.ta-contact-form .ta-btn-submit .ta-subBtn .ta-text-hov {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.4px;
  transition: all 500ms ease;
}
.ta-contact-form .ta-btn-submit .ta-subBtn:hover .ta-text-hov {
  color: #ffffff;
}
.ta-contact-form .ta-btn-submit .ta-subBtn:hover::before {
  width: 100%;
}

.contact-head {
  margin-bottom: 30px;
}
.contact-head h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0b0c0c;
  margin-bottom: 5px;
  text-align: center;
}
.contact-head p {
  font-size: 16px;
  font-weight: 500;
  color: #0b0c0c;
  text-align: center;
}

/*.......about us page........*/
.ta-au-1row-wrapper {
  display: flex;
  align-items: center;
}
.ta-au-1row-wrapper .ta-au-1row-content {
  width: 50%;
  padding-right: 50px;
}
.ta-au-1row-wrapper .ta-au-1row-content h1 {
  color: #2b2b2b;
  font-size: 42px;
  margin-bottom: 15px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ta-au-1row-wrapper .ta-au-1row-content h1 span {
  color: #f37335;
}
.ta-au-1row-wrapper .ta-au-1row-img-wrapper {
  width: 50%;
}
.ta-au-1row-wrapper .ta-au-1row-img-wrapper .ta-au-1row-img {
  display: flex;
}
.ta-au-1row-wrapper .ta-au-1row-img-wrapper .ta-au-1row-img img {
  width: 100%;
  height: auto;
}

.ta-mv-wrapper {
  display: flex;
  align-items: center;
}
.ta-mv-wrapper .ta-mv-img-wrapper {
  width: 40%;
}
.ta-mv-wrapper .ta-mv-img-wrapper .ta-mv-img {
  display: flex;
}
.ta-mv-wrapper .ta-mv-img-wrapper .ta-mv-img img {
  width: 100%;
  height: auto;
}
.ta-mv-wrapper .ta-mv-content {
  width: 60%;
  padding-left: 50px;
}
.ta-mv-wrapper .ta-mv-content .ta-mv-head {
  margin-bottom: 18px;
}
.ta-mv-wrapper .ta-mv-content .ta-mv-head .ta-mv-sub-head {
  text-transform: uppercase;
  color: #1bb4b9;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: unset;
  margin-bottom: 3px;
}
.ta-mv-wrapper .ta-mv-content .ta-mv-head h2 {
  margin: unset;
}

.ta-benefits-section {
  display: flex;
  align-items: center;
}
.ta-benefits-section .ta-benefits-left {
  width: 40%;
}
.ta-benefits-section .ta-benefits-right {
  width: 60%;
  padding-left: 60px;
}
.ta-benefits-section .ta-benefits-right-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ta-benefits-section .ta-benefits-right-wrapper .ta-benefits-right-item {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(21, 87, 153, 0.08);
  padding: 25px 20px 19px;
  border-radius: 10px;
}
.ta-benefits-section .ta-benefits-right-wrapper .ta-benefits-right-item .ta-benefits-right-icon {
  margin-bottom: 6px;
}
.ta-benefits-section .ta-benefits-right-wrapper .ta-benefits-right-item .ta-benefits-right-icon span {
  font-size: 24px;
  font-weight: 600;
  color: #1bb4b9;
  margin-left: 6px;
}
.ta-benefits-section .ta-benefits-right-wrapper .ta-benefits-right-item h2 {
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: unset;
  margin-bottom: 3px;
}
.ta-benefits-section .ta-benefits-right-wrapper .ta-benefits-right-item p {
  color: #575757;
  font-size: 14px;
  line-height: 22.35px;
}

/*........Our Staff........*/
.ta-staff-section .ta-staff-wrapper {
  display: flex;
  column-gap: 20px;
  row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item {
  background: #e8feff;
  border-radius: 4px;
  overflow: hidden;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item .ta-staff-image {
  display: flex;
  width: 300px;
  height: 350px;
  overflow: hidden;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item .ta-staff-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item .ta-staff-content {
  padding: 10px 8px;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item h4 {
  font-size: 18px;
  margin-bottom: 2px;
  color: #2b2b2b;
}
.ta-staff-section .ta-staff-wrapper .ta-staff-item p {
  font-weight: 500;
  font-size: 14px;
}

/*.......testimonials.....*/
.ta-testimonial {
  background: #f3f3f3;
}
.ta-testimonial .ta-testimonial-body {
  width: 800px;
  margin: auto;
}
.ta-testimonial .ta-testimonial-content, .ta-testimonial .ta-testimonial-author {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ta-testimonial p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
}
.ta-testimonial .ta-testimonial-img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2px;
}
.ta-testimonial .ta-testimonial-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ta-testimonial h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #1bb4b9;
  margin-bottom: 0px;
}
.ta-testimonial h4 {
  font-size: 14px;
  text-align: center;
  color: #f37335;
}
.ta-testimonial .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 20px !important;
}
.ta-testimonial .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #878390 !important;
}
.ta-testimonial .owl-dots .owl-dot span {
  display: none !important;
}
.ta-testimonial .owl-dots .owl-dot.active {
  background-color: #1bb4b9 !important;
}

/*......Blog.......*/
.ta-blogList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.ta-blogList .ta-blog-item {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.ta-blogList .ta-blog-item a {
  display: flex;
  flex-flow: column;
}
.ta-blogList .ta-blog-item .ta-blog-img {
  display: flex;
}
.ta-blogList .ta-blog-item .ta-blog-img img {
  width: 100%;
  height: auto;
}
.ta-blogList .ta-blog-item .ta-blog-content {
  padding: 20px 15px;
}
.ta-blogList .ta-blog-item .ta-blog-content h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #363636;
}
.ta-blogList .ta-blog-item .ta-blog-content p {
  font-size: 14px;
  color: #575757;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/*......blog detail.......*/
.ta-blog-head {
  margin-bottom: 25px;
}
.ta-blog-head h1 {
  font-weight: 700;
  font-size: 32px;
  color: #202020;
  text-transform: capitalize;
}

.blog-d-img {
  margin-bottom: 15px;
}

.ta-blog-summ {
  margin-bottom: 15px;
}

.ta-blog-para ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.ta-blog-para h1 {
  font-size: 34px;
  font-weight: bold;
}
.ta-blog-para h2 {
  font-size: 30px;
  font-weight: bold;
}
.ta-blog-para h3 {
  font-size: 24px;
  font-weight: bold;
}
.ta-blog-para h4 {
  font-size: 20px;
  font-weight: bold;
}
.ta-blog-para h5 {
  font-size: 18px;
  font-weight: bold;
}
.ta-blog-para h6 {
  font-size: 16px;
  font-weight: bold;
}

/*......Download........*/
.ta-fdownload .ta-grid-table-footer {
  background: #ffffff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding: 0.75rem;
  border: 1px solid #EFF2F7;
}
.ta-fdownload .ta-grid-table-footer .ta-grid-table-item-perPage {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ta-fdownload .ta-grid-table-footer .ta-grid-table-item-perPage select {
  border: unset;
  background: #F1F4F8;
  border-radius: 4px;
  padding: 4px 5px;
  color: #0b0c0c;
}
.ta-fdownload .ta-grid-table-footer .ta-grid-table-item-perPage span {
  color: #878A99;
  font-size: 14px;
  font-weight: 500;
}
.ta-fdownload .ta-grid-table-footer .pagination .pagination-previous {
  order: 1;
}
.ta-fdownload .ta-grid-table-footer .pagination .pagination-list {
  order: 2;
}
.ta-fdownload .ta-grid-table-footer .pagination .pagination-list .pagination-link {
  background: #EAF1F4;
  color: #1bb4b9;
  border: unset;
  border-radius: 4px;
}
.ta-fdownload .ta-grid-table-footer .pagination .pagination-list .pagination-link.ta-current {
  border: 1px solid #1bb4b9;
  background: #1bb4b9;
  color: #ffffff;
}
.ta-fdownload .ta-grid-table-footer .pagination .pagination-next {
  order: 3;
}
.ta-fdownload .tadatagrid-item-perPage {
  display: flex;
  gap: 5px;
  align-items: center;
}
.ta-fdownload .tadatagrid-item-perPage span {
  font-size: 14px;
}
.ta-fdownload .column {
  padding: 0;
}

/*.....Gallery.......*/
.ta-album-section .ta-gallery-item-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
.ta-album-section .ta-gallery-item-wrapper .ta-album-column {
  height: 200px;
  width: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.6);
  border-radius: 6px 6px 0 0;
}
.ta-album-section .ta-gallery-item-wrapper .ta-album-column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ta-album-section .ta-gallery-item-wrapper .ta-site-imggallery-title {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  background: #1C8EA1;
  border-radius: 0 0 6px 6px;
}

.ta-gallery-detail .ta-gallery-item-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
.ta-gallery-detail .ta-gallery-item-wrapper .ta-album-column {
  height: 200px;
  width: 100%;
  overflow: hidden;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.6);
  border-radius: 6px 6px 0 0;
}
.ta-gallery-detail .ta-gallery-item-wrapper .ta-album-column img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*......registration form design.......*/
.ta-registration-wrapper .registration-form {
  background: #e8feff;
  padding: 35px;
  border-radius: 8px;
}
.ta-registration-wrapper .registration-form .form-lbl-title {
  margin-bottom: 6px;
}
.ta-registration-wrapper .registration-form .form-lbl-title h5 {
  font-size: 16px;
  font-weight: 600;
}
.ta-registration-wrapper .registration-form .ta-threeColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
.ta-registration-wrapper .registration-form .ta-oneColumn {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 25px;
  margin-bottom: 25px;
}
.ta-registration-wrapper .registration-form .ta-radioWrapper {
  display: flex;
  gap: 15px;
}
.ta-registration-wrapper .registration-form .ta-radioWrapper .radio-body {
  display: flex;
  align-items: center;
  gap: 5px;
}
.ta-registration-wrapper .registration-form .ta-formLabel {
  font-size: 14px;
}
.ta-registration-wrapper .registration-form .ta-formValue input, .ta-registration-wrapper .registration-form .ta-formValue select {
  background: #ffffff;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper {
  gap: 15px;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .image {
  height: 120px;
  width: 120px;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .ta-image-action-btn .up-btn {
  background: #f37335;
  font-size: 14px;
  color: #ffffff;
  border: unset;
  transition: 0.3s ease;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .ta-image-action-btn .up-btn:hover {
  background: #ef5206;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .ta-image-action-btn .rm-btn {
  transition: 0.3s ease;
  background: #505050;
  font-size: 14px;
  color: #ffffff;
  border: unset;
}
.ta-registration-wrapper .registration-form .ta-image-upload-wrapper .ta-image-action-btn .rm-btn:hover {
  background: #353535;
}
.ta-registration-wrapper .registration-form .ta-error {
  font-size: 12px;
}
.ta-registration-wrapper .registration-form .ta-rg-sm-btn {
  display: flex;
  justify-content: end;
}
.ta-registration-wrapper .registration-form .ta-rg-sm-btn input {
  font-size: 16px;
  width: 100px;
  background: #f37335;
  border: unset;
  transition: 0.3s ease;
  color: #ffffff;
}
.ta-registration-wrapper .registration-form .ta-rg-sm-btn input:hover {
  background: #ef5206;
}
.ta-registration-wrapper .form-inst {
  margin-bottom: 15px;
}
.ta-registration-wrapper .form-inst h3 {
  font-weight: 600;
}
.ta-registration-wrapper .form-inst ul {
  list-style: disc;
  margin-left: 25px;
}
.ta-registration-wrapper .form-inst ul span {
  color: #f41e1e;
}
