/**
* Template Name: BizLand
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'prompt', sans-serif;
  color: #444444;
}

a {
  color: #098125;
  text-decoration: none;
}

a:hover {
  color: #098125;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'prompt', sans-serif;
  color: #134227;
}
p{
  color: #134227;
}
.container{
  --bs-gutter-x: 2.5rem;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #098125;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #098125;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
  
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
  right: 25px;
}

/*--------------------------------------
#NavBer
---------------------------------------*/

nav.navbar.navbar-expand-xl.navbar-dark {
    padding: 0 20px;
    z-index: 1000;
    width: 100%;
    position: fixed;
    background: #fff;
}
div#mynavbar {
    justify-content: flex-end;
}
.btn-a-viw {
  background-color: #31A863;
  font-size: 16px;
  border-radius: 20px;
  padding: 5px 20px;
  color: #fff;
}
a.nav-link {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  transition: none;
}

a.nav-link:hover{
 color: #31A863;
}
a.nav-link:active{
  color: #000;
      transition: none;

}
.navbar-toggler:focus {
  box-shadow: none;
  border: 1px solid #ddd;
}

img.img-LanguageSwitcher {
  width: 25px;
}
ul.dropdown-menu.show {
  border: none;
  left: -10px;
}

img.img-fluid.logo {
  width: 280px;
}
img{
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 1200px) {

  div#mynavbar {
    margin-left:0;
  }
  a.nav-link {
    font-size: 13px;
}
img.img-fluid.logo {
  width: 200px;
}
.navbar-collapse {
    background-color: #fff;
    padding: 20px;
  }
  
}

@media screen and (max-width: 900px) {
 
  img.img-fluid.logo {
    width: 180px;
  }
}  
@media screen and (max-width: 600px) {
 
img.img-fluid.logo {
  width: 180px;

  
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
section.Hero-section {
  padding: 0;
}

.splide__slide img {
 width: 100%;
  object-fit: cover;
  height: 100%;
}

.splide__arrows.splide__arrows--ltr {
  display: none;
}
.splide-banner-slide .splide__slide {
  padding: 0;
}
/*----------------------------------------------------------------
#tabs menu
-----------------------------------------------------------------*/
section.tabs-menu {
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 38%);
  margin-bottom: 6px;
}
.form-wrapper.tabs-menu-m {
  display: none;
}
.tabs-menu ul {
  justify-content: center;
}
ul.mmenu {
  display: flex;
  margin-bottom: -10px;
}
li.tabs-menu-a.active {
  list-style: none;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 400;
  color: #134227;
}
select#menu-news {
  background: #ffffff;
  border-radius: 10px;
  padding: 0 10px;
  height: 44px;
  width: 100%;
  border: 1px solid #ddd;
}
@media (max-width: 992px) {

  li.tabs-menu-a.active {
    font-size: 14px;
  
  }

}
@media (max-width: 600px) {
  .form-wrapper.tabs-menu-m {
    display: block;
    margin: 0 1rem;
  }
  .tabs-mmenu {
    display: none;
}
}


/*---------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
  padding: 2rem 0;
}
h2.btn-rm {
    margin: 15px 0;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 1rem;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #ec1c24;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 400;
}

.section-title h3 span {
  font-weight: 500;
}
.section-title span {
  color: #3AAF39;
}

.section-title p {
  margin: 15px auto 0 auto;
}
.title-head:after {
  content: ' ';
  clear: both;
  width: 2em;
  display: block;
  margin: 10px 0;
  border-bottom: 4px solid #098125;

}
.title-head-center:after {
  float: none;
  margin-left: auto;
  margin-right: auto;

}

.viw-more-btn {
  text-align: end;
  margin: 10px;
}
a.btn-viw-more {
  font-size: 18px;

}

.section-title.mou {
  text-align: center;
}
.row.mou-fk {
  align-items: center;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 80%;
  }
  
}
@media (max-width: 600px) {
.section-title h3 {
  font-size: 28px;
}
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #098125;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
h2.btn-rm {
  margin-top: 20px;
}



  /*--------------------------------------------------------------
  # News
  --------------------------------------------------------------*/
  section.mou-of-krirk {
    background-image: url(../img/Dr.1.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    padding: 4rem 0 5rem;
    background-position-y: bottom;

  }
  section#News {
    background: linear-gradient(180deg, rgb(50 142 49) 0%, rgb(58 169 57 / 95%) 100%);
}
 


  .splide__slide {
  padding: 0 10px;
  }
  .splide-new  .splide__pagination{
  display:none;
  
  }

  .section-title.New h3 {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
   
}
.splide-new  .splide__arrows.splide__arrows--ltr {
  display: block;
}

  .splide-new .splide__arrow--next {
    right: -3em;
  }
  .splide-new .splide__arrow--prev {
    left: -3em
  }
  .splide-new .splide__slide img {
    border-radius: 30px;
  }
 
.News-item{
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.News-info {
  padding: 20px 25px;
  background: #0000009e;
  position: absolute;
  bottom: 0;
  opacity: 0;
  border-radius: 0 0 30px 30px;
  
}
.News-info:hover{
  opacity: 1;
}
.text-news-date {
  text-align: inherit;
}
p.btn {
  font-size: 10px;
    background: #aaa;
    color: #fff;
    border-radius: 20px;
    padding: 3px;
}
.News-info h4 {
  font-size: 16px;
  color: #ffffff;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.News-info a {
  font-size: 13px;
  text-decoration: underline;
  color: #fff;
}
@media screen and (max-width: 900px) {

  .section-title.New h3{
    margin-bottom: 0;
  }
  .splide-new .splide__pagination {
    display: flex;
    bottom: -3rem;
}
.splide-new  .splide__arrows.splide__arrows--ltr {
  display: none;
}

}

/*--------------------------------------------------------------
#Evente
--------------------------------------------------------------*/
section#Events {
  background: #F5F5F5;
}
.text-box {
  padding: 10px 20px;
}
.events-box {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius:30px;
  height: 100%;
 
}
.text-box h4 {
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  border-left: 2px solid #38ae36;
  height: 10%;
  padding-left: 10px;  
}
p.text-date {
  font-weight: 500;
}
.text-box a {
  color: #000;
}

.text-box.events h4 {
  font-size: 16px;
  border-left: 2px solid #38ae36;
  height: 10%;
  padding-left: 10px;   
}

.text-box.events p  {
  font-size: 14px;
}

.row.post-events {
  align-items:stretch;
}
img.img-fluid.imgevents {

  border-radius: 30px 30px 0 0;
}
.btn-events-m {
  display: none;
}

.btn-events-m {
  text-align: center;
  padding: 1rem 0;
}
h2.btn-rm {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #ec1c24;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .btn-events-m {
    display:block;
  }
  .col-md-6.btn-events-d {
    display: none;
}
}

/*---------------------------------------------------------------------
#VDO
------------------------------------------------------------------------*/
section.vdo-text {
  padding: 0;
}

.row.vdo {
  display: flex;
  flex-wrap: wrap;

}

.vdo-item {
  flex: 1 0 18%; 
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1px;
  padding: 0 1px;
  

}


iframe{
  width: 100%;
 
}
.vdo-item-1 iframe {
  height: 315px;
}
.vdo-item-2 iframe {
  height: 215px;
}
.vdo-item-3 iframe {
  height: 190px;
}
.vdo-item-4 iframe {
  height: 342px;
}
 

.vdo-mt{
  margin-top: -99px;
}
.vdo-mt-1{
  margin-top: -124px;
}




@media screen and (max-width: 900px) {
  .vdo-item {
    flex: 1 0 40%; 

  }
  .vdo-item-1 iframe {
    height: 200px !important;
  }
  .vdo-item-2 iframe {
    height: 200px !important;
  }
  .vdo-item-3 iframe {
    height: 200px !important;
  }
  .vdo-item-4 iframe {
    height: 200px !important;
  }

  .vdo-mt{
    margin-top: auto;
  }
  .vdo-mt-1{
    margin-top: auto;
  }

  
}
@media screen and (max-width: 600px) {
 
  section.around-the-fence {
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
   

  }
  
  }

/*-------------------------------------------------------------
#Journal & Researh
--------------------------------------------------------------*/
.section-title.research {
  text-align: inherit;
  padding:0 20px 20px;
}
img.img-fluid.img-journal {
  border-radius: 25px;
}
p.text-details-jr {
  padding-right: 80px;
  width: 100%;
}


.splide-journal .splide__pagination {
  bottom: -2.5rem;
}


@media screen and (max-width: 992px) {

  p.text-details-jr {
    padding-right: unset;
  }
 
}
/*-------------------------------------------------------------
#Wisdom
*/
section.Wisdom {
  background-image: url(../img/Group48095676.png);
  background-position: bottom;
  padding: 30px 0;
}

/*---------------------------------------------------------------
#around-the-fence
*/
img.img-fluid.img-atf {
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  

}
.text-title-atf {
  border-radius: 0 0 20px 20px;
  background: #fff;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h3.title-art{
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
h3.title-art:after {
  content: ' ';
  clear: both;
  width: 2em;
  display: block;
  margin: 10px 0;
  border-bottom: 4px solid #098125;
}

h3.title-head-logo::after{
 margin: 10px auto;
}

.splide-mok {
  padding: 0 55px;
}
.text-title-atf h4 {
  font-weight: 400;
  font-size: 1.25rem;
}
.splide-mok .splide__pagination{
  bottom: -2rem;
}

.splide-atf {
  padding: 1.5rem 0;
}
.atf-box {
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
.splide-mok{
  padding: 0 5px;
}
}
/*---------------------
---------------------------------------------------------
#wisdom
------------------------------------------------------------------------------*/
section.text-wisdom {
  background: linear-gradient(180deg, rgb(48 139 47) 0%, rgb(58 168 57) 100%);
}
.title-wisdom {
  color: #fff;
  font-weight: 400;
}
/*--------------------------------------------------------------
#Krirk-University
---------------------------------------------------------------*/

h3.title-krirk-U {
  font-style: italic;
  margin-bottom: 30px;
}
.title-krirk-U span{
  color: #3AAF39;
}
a.btn.btn-krirk-u {
  background: #3AAF39;
  border-radius: 24px;
  color: #fff;
  padding: 5px 25px;
}

p.text-dateils-ku {
  border-left: 3px solid rgb(19, 66, 39);
  padding-left: 15px;
}

@media screen and (max-width: 992px) {

  .box-title-krir{
    padding-top: 2rem;
  
  }


}


/*--------------------------------------------------------------
#Widget
---------------------------------------------------------------*/
.widget-chat {
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 2;
}
.widget-container {
  position: relative;
}
.widget-button {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chat-open {
  fill: #fff;
  width: 35px;
  height: 35px;
}
.close-chat {
  fill: #fff;
  width: 35px;
  height: 35px;
  display: none;
  -webkit-animation: close-chat 1.9s ease-in-out both;
  animation: close-chat 1.9s ease-in-out both;
}
.widget-content {
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  width: 300px;
  height: clamp(300px, 70vh, 445px);
  overflow: hidden;
  border-radius: 5px;
  box-shadow:0 7px 30px -10px rgba(150,170,180,0.5);
  position: absolute;
  bottom: 75px;
  right: 0;
}
.widget-title {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
}
.widget-title span, strong {
  color: #fff;
  display: block;
}
.widget-title figure {
  margin: 0 15px 0 0;
}
.widget-thumb {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  border: 5px solid #fff 
}
.play-chat {
  padding: 4px;
  border-radius: 5px;
  background: #f5f5f5;
  color: #bdbcbc;
  margin: 0 20px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 13px;
}
.widget-container-dialog {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 75%;
  background-color: #fff;
}
.interaction-container {
  padding: 0 15px;
  height: 76%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #E98973 #9c27b0;
}
.interaction-container::-webkit-scrollbar {
  width: 12px;
}
.interaction-container::-webkit-scrollbar-track {
  background: #E7D4C0;
  border-radius: 0;
}
.interaction-container::-webkit-scrollbar-thumb {
  background-color: #9c27b0;
  border-radius: 0;
}
.interaction {
  margin: 15px 0 
}
.interaction.client {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.interaction.client .dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #ccc;
  margin-left: 5px;
}
.interaction.client p {
  background: #ccc;
  color: #000;
  border-radius: 10px;
  border-top-right-radius: 0;
  padding: 10px;
  margin: 0;
}
.interaction.agent {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.interaction.agent .photo figure {
  margin: 0;
}
.interaction.agent p {
  background-image: linear-gradient( 109.6deg, rgba(116,18,203,1) 11.2%, rgba(230,46,131,1) 91.2% );
  color: #fff;
  border-radius: 10px;
  border-top-left-radius: 0;
  padding: 10px;
  margin: 0;
}
.send-message {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.send-message svg {
  fill: #555 
}
.send-message-input {
  width: 225px;
  height: 35px;
  padding: 0 15px;
  border-radius: 35px;
  border: 1px solid #ccc;
  margin: 0 5px;
}
.send-message-input:focus {
outline: none;
background: #f9f9f9;
}
.widget-input-open {
  display: none;
}
.widget-input-open:checked ~ .widget-content {
  visibility: visible;
  opacity: 1;
}
.widget-input-open:checked + .widget-button .chat-open {
  display: none;
}
.widget-input-open:checked + .widget-button .close-chat {
  display: block;
}
/* animacao close */
@-webkit-keyframes close-chat {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
 }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
 }
}
@keyframes close-chat {
  0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
 }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
 }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  color: #000000;
  font-size: 14px;
  background: #098125;
}
.credits a {
  color: #fff;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #f1f6fe;
  text-align: center;
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #098125;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.container.footer-Copyright {
  padding-top: 10px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  background: #fff;
  padding: 2rem 0;
}

.social-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #098125;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom:0;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-bottom: 12px;
}



#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #098125;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #098125;
}

#footer .footer-top .social-links a {
  display: inline-block;
}

img.img-widgetfooter {
  width: 80%;
}
img.logo-footer {
  width: 75%;
}


#footer .copyright {
  text-align: center;
  float: left;
  color: #fff;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #000000;
}
.widget-chat.line {
  bottom: 130px;
}
@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
  #footer .footer-top .footer-links{
    margin-top: 10px;

  }
  #footer .footer-top .footer-contact p {

    margin-bottom: -20px;
}
.social-links {

  margin-top: 20px;
}
#footer .footer-top .footer-links ul li{
  padding: 6px 0;
}
}