@media (min-width: 992px) {
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    width: 20%;
  }
}

table.table-white tbody tr {
  background: white !important;
}

.slideshow-container {
  width: 100%;
  position: relative;
}

.slideshow-container .swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slideshow-container a {
  display: block;
  width: 100%;
  height: 100%;
}

.slideshow-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slideshow-container .slider-title {
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 40%;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #9ba398b7;
  padding: 1rem;
}

.slideshow-container .swiper-pagination-bullet {
  background-color: #fff;
}

.slideshow-container .swiper-button-next,
.slideshow-container .swiper-button-prev {
  color: #fff;
}

.slideshow-container::before {
  content: "";
  padding-bottom: 25%;
  display: block;
}

.boxes {
  margin-top: 20px;
}

.box-1 {
  width: 100%;
  height: 100%;
  border: 3px solid #4f3a65;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: -3px -3px 3px 0px rgba(93, 97, 162, 0.89);
  box-shadow: -3px -3px 3px 0px rgba(93, 97, 162, 0.89);
}

.box-2 {
  width: 100%;
  height: 100%;
  border: 3px solid #4f3a65;
  border-radius: 0 0 20px 20px;
  -webkit-box-shadow: -3px -3px 3px 0px rgba(93, 97, 162, 0.89);
  box-shadow: -3px -3px 3px 0px rgba(93, 97, 162, 0.89);
}

.header-1 {
  background: #4f3a65;
  background: radial-gradient(circle, #4f3a65 0%, #61388c 92%);
  width: 100%;
  height: 3rem;
  border-radius: 20px 20px 0 0;
}

.header-1 h1 {
  font-size: 15px;
  padding: 14px;
}

.header-2 {
  background: #4f3a65;
  background: radial-gradient(circle, #4f3a65 0%, #61388c 92%);
  width: 100%;
  height: 3rem;
  border-radius: 20px 20px 0 0;
}

.header-2 h1 {
  font-size: 15px;
  padding: 14px;
}

.content-1 h6 {
  font-size: 12px;
}

.content-1 p {
  font-size: 16px;
  color: #5d61a2;
}

.b-2 {
  font-size: 15px;
}

.skills-icon {
  font-size: 3rem;
  color: #e2970b;
  background: #4f3a65;
  padding: 1.5rem !important;
}

.skills-icon:hover {
  color: #4f3a65;
  background: #e2970b;
}

.skills-underline {
  width: 4rem;
  height: 0.3rem;
  background: #4f3a65;
  margin: 1rem auto;
}

.tittle-1 {
  color: #3d973a;
}

.c-text:hover {
  color: #66a0ca;
  cursor: pointer;
}

.c-text:hover .content-1 {
  background-color: #ea9f11;
}

.card-1 {
  background-color: #f1f1f1;
}

.b-1 {
  border: 1px solid #9c27b0;
  border-radius: 2%;
  height: 23rem;
}

.b-1 h6 {
  margin-top: 2.5rem;
}

.b-1 p {
  color: #673ab7;
}

.b-1 p:hover {
  color: #66a0ca;
  cursor: pointer;
}

.c-1 {
  margin: 0px 9rem;
}

.link-1 a {
  color: #673ab7;
}

.link-1 a:hover {
  color: #66a0ca;
  cursor: pointer;
  text-decoration: none;
}

.skilld-1 {
  background-color: #7acb52;
  color: white;
}

.c-2 p {
  font-size: 14px;
  font-weight: bold;
}

.c-2 h6 {
  font-size: 3.5rem;
}

.skills-icon-1 {
  color: white;
  /* background: #7acb52; */
  /* border-radius: 50%; */
  width: 90px;
  height: 90px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  font-size: 34px;
}

.skills-icon-1 > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.skills-icon-1 > i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-1 {
  display: block;
  font-size: 4rem;
  position: fixed;
  top: 19rem;
  left: 0;
  padding: .5rem;
  background-color: #e7e7e7b9;
  -webkit-box-shadow: 0 0 10px rgba(143, 143, 143, 0.664);
          box-shadow: 0 0 10px rgba(143, 143, 143, 0.664);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 9;
}

.icon-1:hover {
  cursor: pointer;
  background-image: url();
}

.icon-1 a:hover {
  color: transparent;
}

.icon-1 .fab {
  font-size: 40px;
  display: block;
  margin-top: .5rem;
}

.icon-1 .fa-youtube {
  font-size: 36px;
}

.news-section {
  text-align: right;
}

.news-section .nav-tabs .nav-link {
  padding: .5rem 2rem;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-transition: .3s background-color;
  transition: .3s background-color;
}

.news-section .nav-tabs .nav-link.active {
  background-color: #01c4da;
  color: #fff;
}

.news-section .news-list {
  padding: 1rem 0;
  margin-bottom: 0;
}

.news-section .news-list li {
  padding: 1rem;
  padding-bottom: 0;
}

.news-section .news-list li .news-item-date {
  display: block;
  font-size: 12px;
  padding-bottom: 1rem;
  color: #a5a5a5;
}

.news-section .news-list li .news-item-date .fa,
.news-section .news-list li .news-item-date .fab {
  font-size: 14px;
}

.news-section .news-list li .image-container {
  width: 100%;
  border: 2px solid #cacaca;
  padding: .25rem;
  border-radius: 50%;
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}

.news-section .news-list li .image-container img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.news-section .news-list li .image-container::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.news-section .news-list li .news-item-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: .75rem;
  color: #1869b9;
}

.news-section .news-list li .news-item-description {
  font-size: 14px;
  color: #a5a5a5;
}

.news-section .news-secondary-list-container .news-secondary-list-header {
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.news-section .news-secondary-list-container .news-secondary-list-header h3 {
  font-size: 16px;
  color: #01c4da;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
}

.news-section .news-secondary-list-container .news-secondary-list-header::before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: #01c4da;
  position: absolute;
  bottom: -1px;
  right: 0;
}

.news-section .news-secondary-list-container .news-secondary-list {
  padding: 1rem 0;
}

.news-section .news-secondary-list-container .news-secondary-list li a {
  width: 100%;
  display: block;
  padding: .5rem;
  border-bottom: 1px solid #ddeeff;
  color: grey;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-section .news-secondary-list-container .news-secondary-list li a:hover {
  color: #01c4da;
  background-color: #eff7ff;
}

section#search-section {
  text-align: right;
  padding: 3rem 0;
  background: var(--light);
}

section#search-section .search-box {
  margin-bottom: 1rem;
}

section#search-section .search-title {
  font-size: 20px;
  color: var(--purple);
  margin-bottom: 1rem;
  font-weight: 600;
}

section#search-section .search-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1.5rem;
  padding-top: 1rem;
  border-radius: 5px;
  background: linear-gradient(325deg, #4e249b, #b4a5d5);
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px #79b3e1;
}

section#search-section .search-card .card-top .main-icon {
  font-size: 20px;
  margin-left: .5rem;
  width: 70px;
  -o-object-fit: contain;
     object-fit: contain;
}

section#search-section .search-card .title {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  margin-bottom: .5rem;
}

section#search-section .search-card .desc {
  font-size: 12px;
  margin-bottom: 0rem;
}

section#search-section .search-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* footer */
section#related-co {
  padding: 1rem 0;
  margin-top: 0;
}

.cards-section {
  margin: 1rem 0;
  padding: 1rem 0;
}

.cards-section .card-item .card-item-header {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 17px;
}

.cards-section .card-item .card-item-text {
  text-align: justify;
  margin-bottom: 1rem;
  font-size: 15px;
}

.cards-section .card-item .card-item-link {
  display: inline-block;
  border-radius: 20px;
  border: none;
  padding: 0 1.5rem;
  height: 38px;
  line-height: 38px;
  background-color: var(--purple);
  font-size: 14px;
}

section#news-section {
  padding: 3rem 0;
}

section#news-section .widget-area .widget_search {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

section#news-section .widget-area .widget_search form {
  position: relative;
}

section#news-section .widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

section#news-section .widget-area .widget_search form .screen-reader-text {
  display: none;
}

section#news-section .widget-area .widget_search form .search-field {
  background-color: transparent;
  height: 50px;
  padding: 8px 15px;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  outline-offset: -2px;
  -webkit-appearance: textfield;
  margin: 0;
}

section#news-section .widget-area .widget_search form button {
  border: none;
  background-color: #eee;
  color: var(--yellow);
  height: 40px;
  width: 40px;
  position: absolute;
  left: 5px;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 5px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
}

section#news-section .widget-area .widget_search form button i {
  font-size: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  -webkit-transform: translateY(-52%);
  transform: translateY(-52%);
}

section#news-section .widget-area .widget_ketan_posts_thumb {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 1.25rem rgba(197, 197, 197, 0.1);
          box-shadow: 0 0 1.25rem rgba(197, 197, 197, 0.1);
  border-radius: 5px;
  padding: 25px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .thumb {
  float: right;
  overflow: hidden;
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  margin-left: 15px;
  z-index: 1;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .thumb .fullimage {
  width: 120px;
  height: 120px;
  display: inline-block;
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--yellow);
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 12px;
  height: 20px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info > span img {
  -o-object-fit: contain;
     object-fit: contain;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info .title {
  margin-bottom: .5rem;
  line-height: 1.4;
  font-size: 17px;
  font-weight: bold;
  width: 100%;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info .title a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info .title a:hover {
  color: var(--yellow);
}

section#news-section .widget-area .widget_ketan_posts_thumb .item .info .desc {
  font-size: 13px;
  color: grey;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item.small .thumb {
  width: 80px;
  height: 80px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item.small .thumb .fullimage {
  width: 80px;
  height: 80px;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item.small .info .title {
  font-size: 14px;
  margin-bottom: 0;
}

section#news-section .widget-area .widget_ketan_posts_thumb .item.small .info .title a {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

section#news-section .widget-area .widget_categories {
  background-color: #fff;
  border-radius: 5px;
  padding: 25px;
}

section#news-section .widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

section#news-section .widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #1b0238;
  padding-right: 18px;
  font-size: 13px;
  font-weight: 500;
}

section#news-section .widget-area .widget_categories ul li a {
  color: #1b0238;
  display: inline-block;
}

section#news-section .widget-area .widget_categories ul li::before {
  background: #ea512e;
  height: 8px;
  width: 8px;
  content: "";
  border-radius: 50%;
  right: 0;
  top: 7px;
  position: absolute;
}

section#news-section .widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  color: var(--purple);
}

section#news-section .widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background: var(--yellow);
}

.contact-us-container {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  z-index: 9;
}

.contact-us-container .contact-us-btn {
  padding: .75rem 2rem;
  border-radius: 26px;
  color: #fff;
  background: var(--yellowdark);
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  position: relative;
  cursor: pointer;
  text-shadow: 0 0 8px #79b3e1;
}

.contact-us-container .contact-us-list {
  list-style: none;
  margin-bottom: 0;
}

.contact-us-container .contact-us-list li {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.contact-us-container .contact-us-list li a {
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  text-decoration: none;
  cursor: pointer;
}

.contact-us-container .contact-us-list li a .instagram-icon {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-us-container .contact-us-list li a img {
  width: 35px;
}

.contact-us-container:hover .contact-us-list li {
  top: -50%;
}

.contact-us-container:hover .contact-us-list li:nth-child(1) {
  top: -60%;
}

.contact-us-container:hover .contact-us-list li:nth-child(2) {
  left: 80%;
}

.contact-us-container:hover .contact-us-list li:nth-child(3) {
  left: 20%;
}

.contact-us-container:hover::before {
  content: '';
  width: 120%;
  height: 210%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.contact-info-container {
  padding: 2rem;
  margin: 3rem auto;
}

.contact-info-container .contact-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: .5rem;
  font-size: 14px;
  text-align: right;
}

.contact-info-container .contact-info-item .icon {
  width: 20px;
  margin-left: 1rem;
}

.contact-info-container .contact-info-item .icon .fa,
.contact-info-container .contact-info-item .icon .fab,
.contact-info-container .contact-info-item .icon .fas {
  font-size: 20px;
}

.contact-info-container .contact-info-item .icon img {
  width: 100%;
}

.contact-info-container .contact-info-item .title {
  margin-left: .5rem;
  width: 80px;
}

@media (max-width: 1200px) {
  .skills-icon-1 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  section#search-section {
    padding: 1.5rem 0;
  }
  section#search-section .search-box {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}

@media (max-width: 576px) {
  .cards-section {
    margin: 0;
  }
  .cards-section .card-item .card-item-header {
    margin-bottom: .5rem;
  }
  .cards-section .card-item .card-item-text {
    font-size: 13px;
  }
  .cards-section .card-item .card-item-link {
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    padding: 0 1rem;
  }
  .slideshow-container .slider-title {
    right: 1rem;
    font-size: 16px;
  }
  .news-section .nav-tabs .nav-item.show .nav-link,
  .news-section .nav-tabs .nav-link {
    font-size: 13px;
    padding: .5rem 1rem;
  }
  .news-section .news-list li {
    padding: 0;
  }
  .news-section .news-list li .news-item-title {
    font-size: 16px;
    font-weight: bold;
  }
  .contact-info-container {
    margin: 1rem 0 2rem;
  }
  .contact-info-container .contact-info-item .details {
    width: 100%;
    margin: .5rem 0;
  }
}
/*# sourceMappingURL=main.css.map */